Your IP : 3.145.88.101


Current Path : /home/church/
Upload File :
Current File : /home/church/church_wrdp3.1646953416.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 DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `attempts` int(11) NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id` (`claim_id`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=1037 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 (1036,'wc-admin_import_customers','complete','2022-02-08 14:26:45','2022-02-08 14:26:45','[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1644330405;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1644330405;}',5,1,'2022-02-08 14:26:51','2022-02-08 14:26:51',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=48176 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 DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=1830 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 (1827,1036,'action created','2022-02-08 14:26:40','2022-02-08 14:26:40'),(1828,1036,'action started via Async Request','2022-02-08 14:26:51','2022-02-08 14:26:51'),(1829,1036,'action complete via Async Request','2022-02-08 14:26:51','2022-02-08 14:26:51');
/*!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 AUTO_INCREMENT=3 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 */;
INSERT INTO `wp_commentmeta` VALUES (1,45,'rating','1'),(2,45,'verified','0');
/*!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=49 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 (30,1071,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-16 03:02:44','2021-09-16 03:02:44','Stock levels reduced: Luxe Like Money Robe - 2XL (#1039)<span class=\"description\"></span> 4&rarr;3, Yello Luxe Set - Xl (#997)<span class=\"description\"></span> 1&rarr;0',0,'1','WooCommerce','order_note',0,0),(29,1071,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-16 03:02:43','2021-09-16 03:02:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(27,1040,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-03 14:53:28','2021-09-03 14:53:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(28,1070,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-16 01:36:31','2021-09-16 01:36:31','Awaiting BACS payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(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),(26,1040,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-03 14:53:28','2021-09-03 14:53:28','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),(31,1071,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-16 03:02:44','2021-09-16 03:02:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(32,1073,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-16 17:44:41','2021-09-16 17:44:41','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(33,1073,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-16 17:44:42','2021-09-16 17:44:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(34,1089,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-21 04:12:21','2021-09-21 04:12:21','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(35,1089,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-21 04:12:21','2021-09-21 04:12:21','Stock levels reduced: Black Owned Business Tee - Med (#1083)<span class=\"description\"></span> 50&rarr;49',0,'1','WooCommerce','order_note',0,0),(36,1089,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-21 04:12:21','2021-09-21 04:12:21','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(37,1090,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-24 16:15:08','2021-09-24 16:15:08','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(38,1090,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-09-24 16:15:08','2021-09-24 16:15:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(39,1091,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-11-19 16:09:13','2021-11-19 16:09:13','Awaiting BACS payment Order status changed from Pending payment to On hold.',0,'1','WooCommerce','order_note',0,0),(40,1091,'Janella Christopher','janella_christopher@yahoo.com','','','2021-11-22 13:44:00','2021-11-22 13:44:00','Order status changed from On hold to Completed.',0,'1','WooCommerce','order_note',0,0),(41,1091,'Janella Christopher','janella_christopher@yahoo.com','','','2021-11-22 13:44:00','2021-11-22 13:44:00','Order details manually sent to customer.',0,'1','WooCommerce','order_note',0,0),(42,1129,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-12-22 16:06:43','2021-12-22 16:06:43','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(43,1129,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-12-22 16:06:43','2021-12-22 16:06:43','Stock levels reduced: More than a Luxe (#1098) 6&rarr;5',0,'1','WooCommerce','order_note',0,0),(44,1129,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2021-12-22 16:06:43','2021-12-22 16:06:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(45,348,'Chester','chesterspinks@gmx.net','','46.161.11.2','2022-01-18 22:41:33','2022-01-18 22:41:33','Hey, I think your site might be having browser compatibility issues.\r\nWhen I look at your website in Ie, it looks fine but when opening in Internet \r\nExplorer, it has some overlapping. I just wanted to give you a quick heads up!\r\nOther then that, amazing blog!\r\n\r\nmy blog post: <a href=\"http://vtadalafilos.com/\" rel=\"nofollow ugc\">buy cialis online usa</a>',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/65.0.3325.181 Chrome/65.0.3325.181 Safari/537.36,gzip(gfe)','review',0,0),(46,1140,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2022-01-26 16:31:49','2022-01-26 16:31:49','IPN payment completed',0,'1','WooCommerce','order_note',0,0),(47,1140,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2022-01-26 16:31:49','2022-01-26 16:31:49','Stock levels reduced: Black Owned Business Tee - Lrg (#1084)<span class=\"description\"></span> 49&rarr;48',0,'1','WooCommerce','order_note',0,0),(48,1140,'WooCommerce','woocommerce@lavishluxebylenee.com','','','2022-01-26 16:31:49','2022-01-26 16:31:49','Order status changed from Pending payment to Processing.',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','12','_seq_num','12'),(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,'2022-03-09 21:49:49','2021-02-26 00:09:12',NULL,NULL,'Contact Me','above','','','','\0',12);
/*!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=462556 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:22:{i:0;s:35:\"backupwordpress/backupwordpress.php\";i:1;s:23:\"elementor/elementor.php\";i:2;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:3;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:4;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:5;s:19:\"jetpack/jetpack.php\";i:6;s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";i:7;s:27:\"ninja-forms/ninja-forms.php\";i:8;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:9;s:67:\"product-options-for-woocommerce/product-options-for-woocommerce.php\";i:10;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";i:11;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:12;s:61:\"sticky-menu-or-anything-on-scroll/sticky-menu-or-anything.php\";i:13;s:46:\"under-construction-page/under-construction.php\";i:14;s:54:\"woo-usps-shipping-method/usps-woocommerce-shipping.php\";i:15;s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";i:16;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:17;s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.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:35:{i:1646954124;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:1646954168;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:1646954387;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:1646956175;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:1646956198;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:1646956432;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:1646956694;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:1646956777;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:1646956785;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:1646956800;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:1646957298;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:1646957359;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:1646957375;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:1646959145;a:2:{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;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1646969945;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:1646971428;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:1646988137;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:1646993696;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:1647008267;a:1:{s:31:\"eael_remove_unused_options_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1647014087;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:1647014088;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:1647019882;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:1647024498;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:1647029990;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:1647031366;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:1647034755;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:1647036896;a:1:{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:1647039600;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:1647140400;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:1647482376;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:1647529831;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:1647555296;a:1:{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;}}}i:1648244405;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:1649117501;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:47:{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;s:9:\"site_type\";s:9:\"ecommerce\";}','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:2135904114;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:964545611;s:19:\"WOOCOMMERCE_VERSION\";i:964545611;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:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(51177,'jetpack_sync_https_history_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(51180,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','yes'),(54033,'jetpack_protect_blocked_attempts','1081','no'),(157113,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(157114,'woocommerce_gateway_stripe_retention','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(81106,'recovery_keys','a:0:{}','yes'),(120589,'woocommerce_tax_classes','','yes'),(54904,'woocommerce_paypal_settings','a:24:{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:\"\";s:12:\"_should_load\";s:3:\"yes\";}','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','1630480733','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:2180696848;s:8:\"home_url\";i:2180696848;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:2568449372;s:28:\"has_file_system_write_access\";i:4261170317;s:21:\"is_version_controlled\";i:734881840;s:10:\"taxonomies\";i:1567174428;s:10:\"post_types\";i:1128379583;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:1308417527;s:11:\"get_plugins\";i:1416728715;s:24:\"get_plugins_action_links\";i:219728328;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','1646377652','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','1643646320','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:\"669da17cfa7a5d40ed12718c76b6f842\";a:1:{i:1644330742;a:4:{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:\"813\";s:10:\"post_title\";s:8:\"Services\";s:14:\"post_permalink\";s:41:\"https://lavishluxebylenee.com/services-2/\";s:5:\"views\";s:1:\"2\";}i:2;a:4:{s:7:\"post_id\";s:3:\"778\";s:10:\"post_title\";s:15:\"Behind The Luxe\";s:14:\"post_permalink\";s:46:\"https://lavishluxebylenee.com/behind-the-luxe/\";s:5:\"views\";s:1:\"1\";}i:3;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:\"1\";}}}s:32:\"f234da9a82129109c556fa1e65f9467f\";a:1:{i:1644330742;a:0:{}}}','yes'),(194743,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":6,\"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:98740118;s:13:\"update_themes\";i:4069117446;s:11:\"update_core\";i:3710256981;}','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:13:{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:23:\"Get MonsterInsights Pro\";s:68:\"https://www.shareasale.com/r.cfm?B=971799&U=1258907&M=69975&urllink=\";s:8:\"Settings\";s:78:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_settings\";s:7:\"Support\";s:139:\"https://www.monsterinsights.com/lite-support/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=lite-support-link&utm_content=8.4.0\";s:13:\"Documentation\";s:121:\"https://www.monsterinsights.com/docs/?utm_source=liteplugin&utm_medium=all-plugins&utm_campaign=kb-link&utm_content=8.4.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:27:\"Rollback to Version  4.8.11\";s:104:\"https://lavishluxebylenee.com/wp-admin/admin-post.php?action=premium_addons_rollback&_wpnonce=696a58a4a7\";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:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";a:1:{s:8:\"Settings\";s:99:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=ppcp-gateway\";}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.13','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:2520341442144;s:16:\"backup_run_count\";i:1597;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:364594383932;s:16:\"backup_run_count\";i:231;}','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.16.5','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:1644170668;}','no'),(50958,'woocommerce_product_type','physical','yes'),(50959,'woocommerce_sell_in_person','1','yes'),(50979,'wc_ppec_version','2.1.3','yes'),(50972,'woocommerce_stripe_settings','a:15:{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\";s:32:\"payment_request_button_locations\";a:2:{i:0;s:7:\"product\";i:1;s:4:\"cart\";}}','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:5:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:20:\"Direct bank transfer\";s:11:\"description\";s:176:\"Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order will not be shipped until the funds have cleared in our account.\";s:12:\"instructions\";s:0:\"\";s:15:\"account_details\";s:0:\"\";}','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'),(462492,'wc_stripe_version','6.3.0','yes'),(51009,'mailchimp_woocommerce_version','2.5.2','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.92\";}','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.7\";s:9:\"timestamp\";i:1641503091;}','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','1646953154','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','6.2.2','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'),(458594,'_transient_timeout_wc_child_has_weight_929','1648558579','no'),(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','1644170712','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:5:{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;s:15:\"payment_methods\";a:0:{}}','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:\"6.2.2\";a:1157:{i:0;s:29:\"assets/css/activation-rtl.css\";i:1;s:25:\"assets/css/activation.css\";i:2;s:24:\"assets/css/admin-rtl.css\";i:3;s:20:\"assets/css/admin.css\";i:4;s:23:\"assets/css/auth-rtl.css\";i:5;s:19:\"assets/css/auth.css\";i:6;s:28:\"assets/css/dashboard-rtl.css\";i:7;s:34:\"assets/css/dashboard-setup-rtl.css\";i:8;s:30:\"assets/css/dashboard-setup.css\";i:9;s:24:\"assets/css/dashboard.css\";i:10;s:25:\"assets/css/helper-rtl.css\";i:11;s:21:\"assets/css/helper.css\";i:25;s:38:\"assets/css/jquery-ui/jquery-ui-rtl.css\";i:26;s:34:\"assets/css/jquery-ui/jquery-ui.css\";i:27;s:38:\"assets/css/jquery-ui/jquery-ui.min.css\";i:28;s:42:\"assets/css/marketplace-suggestions-rtl.css\";i:29;s:38:\"assets/css/marketplace-suggestions.css\";i:30;s:23:\"assets/css/menu-rtl.css\";i:31;s:19:\"assets/css/menu.css\";i:32;s:39:\"assets/css/network-order-widget-rtl.css\";i:33;s:35:\"assets/css/network-order-widget.css\";i:34;s:51:\"assets/css/photoswipe/default-skin/default-skin.css\";i:35;s:55:\"assets/css/photoswipe/default-skin/default-skin.min.css\";i:39;s:36:\"assets/css/photoswipe/photoswipe.css\";i:40;s:40:\"assets/css/photoswipe/photoswipe.min.css\";i:41;s:30:\"assets/css/prettyPhoto-rtl.css\";i:42;s:26:\"assets/css/prettyPhoto.css\";i:43;s:26:\"assets/css/privacy-rtl.css\";i:44;s:22:\"assets/css/privacy.css\";i:45;s:32:\"assets/css/reports-print-rtl.css\";i:46;s:28:\"assets/css/reports-print.css\";i:47;s:22:\"assets/css/select2.css\";i:48;s:34:\"assets/css/twenty-nineteen-rtl.css\";i:49;s:30:\"assets/css/twenty-nineteen.css\";i:50;s:35:\"assets/css/twenty-seventeen-rtl.css\";i:51;s:31:\"assets/css/twenty-seventeen.css\";i:52;s:42:\"assets/css/twenty-twenty-one-admin-rtl.css\";i:53;s:38:\"assets/css/twenty-twenty-one-admin.css\";i:54;s:36:\"assets/css/twenty-twenty-one-rtl.css\";i:55;s:32:\"assets/css/twenty-twenty-one.css\";i:56;s:32:\"assets/css/twenty-twenty-rtl.css\";i:57;s:36:\"assets/css/twenty-twenty-two-rtl.css\";i:58;s:32:\"assets/css/twenty-twenty-two.css\";i:59;s:28:\"assets/css/twenty-twenty.css\";i:60;s:27:\"assets/css/wc-setup-rtl.css\";i:61;s:23:\"assets/css/wc-setup.css\";i:62;s:37:\"assets/css/woocommerce-layout-rtl.css\";i:63;s:33:\"assets/css/woocommerce-layout.css\";i:64;s:30:\"assets/css/woocommerce-rtl.css\";i:65;s:42:\"assets/css/woocommerce-smallscreen-rtl.css\";i:66;s:38:\"assets/css/woocommerce-smallscreen.css\";i:67;s:26:\"assets/css/woocommerce.css\";i:121;s:34:\"assets/js/accounting/accounting.js\";i:122;s:38:\"assets/js/accounting/accounting.min.js\";i:123;s:27:\"assets/js/admin/api-keys.js\";i:124;s:31:\"assets/js/admin/api-keys.min.js\";i:125;s:33:\"assets/js/admin/backbone-modal.js\";i:126;s:37:\"assets/js/admin/backbone-modal.min.js\";i:127;s:42:\"assets/js/admin/marketplace-suggestions.js\";i:128;s:46:\"assets/js/admin/marketplace-suggestions.min.js\";i:129;s:36:\"assets/js/admin/meta-boxes-coupon.js\";i:130;s:40:\"assets/js/admin/meta-boxes-coupon.min.js\";i:131;s:35:\"assets/js/admin/meta-boxes-order.js\";i:132;s:39:\"assets/js/admin/meta-boxes-order.min.js\";i:133;s:47:\"assets/js/admin/meta-boxes-product-variation.js\";i:134;s:51:\"assets/js/admin/meta-boxes-product-variation.min.js\";i:135;s:37:\"assets/js/admin/meta-boxes-product.js\";i:136;s:41:\"assets/js/admin/meta-boxes-product.min.js\";i:137;s:29:\"assets/js/admin/meta-boxes.js\";i:138;s:33:\"assets/js/admin/meta-boxes.min.js\";i:139;s:33:\"assets/js/admin/network-orders.js\";i:140;s:37:\"assets/js/admin/network-orders.min.js\";i:141;s:35:\"assets/js/admin/product-ordering.js\";i:142;s:39:\"assets/js/admin/product-ordering.min.js\";i:143;s:29:\"assets/js/admin/quick-edit.js\";i:144;s:33:\"assets/js/admin/quick-edit.min.js\";i:145;s:26:\"assets/js/admin/reports.js\";i:146;s:30:\"assets/js/admin/reports.min.js\";i:147;s:51:\"assets/js/admin/settings-views-html-settings-tax.js\";i:148;s:55:\"assets/js/admin/settings-views-html-settings-tax.min.js\";i:149;s:27:\"assets/js/admin/settings.js\";i:150;s:31:\"assets/js/admin/settings.min.js\";i:151;s:32:\"assets/js/admin/system-status.js\";i:152;s:36:\"assets/js/admin/system-status.min.js\";i:153;s:32:\"assets/js/admin/term-ordering.js\";i:154;s:36:\"assets/js/admin/term-ordering.min.js\";i:155;s:24:\"assets/js/admin/users.js\";i:156;s:28:\"assets/js/admin/users.min.js\";i:157;s:31:\"assets/js/admin/wc-clipboard.js\";i:158;s:35:\"assets/js/admin/wc-clipboard.min.js\";i:159;s:37:\"assets/js/admin/wc-enhanced-select.js\";i:160;s:41:\"assets/js/admin/wc-enhanced-select.min.js\";i:161;s:28:\"assets/js/admin/wc-orders.js\";i:162;s:32:\"assets/js/admin/wc-orders.min.js\";i:163;s:36:\"assets/js/admin/wc-product-export.js\";i:164;s:40:\"assets/js/admin/wc-product-export.min.js\";i:165;s:36:\"assets/js/admin/wc-product-import.js\";i:166;s:40:\"assets/js/admin/wc-product-import.min.js\";i:167;s:27:\"assets/js/admin/wc-setup.js\";i:168;s:31:\"assets/js/admin/wc-setup.min.js\";i:169;s:38:\"assets/js/admin/wc-shipping-classes.js\";i:170;s:42:\"assets/js/admin/wc-shipping-classes.min.js\";i:171;s:43:\"assets/js/admin/wc-shipping-zone-methods.js\";i:172;s:47:\"assets/js/admin/wc-shipping-zone-methods.min.js\";i:173;s:36:\"assets/js/admin/wc-shipping-zones.js\";i:174;s:40:\"assets/js/admin/wc-shipping-zones.min.js\";i:175;s:35:\"assets/js/admin/wc-status-widget.js\";i:176;s:39:\"assets/js/admin/wc-status-widget.min.js\";i:177;s:36:\"assets/js/admin/woocommerce_admin.js\";i:178;s:40:\"assets/js/admin/woocommerce_admin.min.js\";i:179;s:41:\"assets/js/flexslider/jquery.flexslider.js\";i:180;s:45:\"assets/js/flexslider/jquery.flexslider.min.js\";i:181;s:40:\"assets/js/frontend/add-payment-method.js\";i:182;s:44:\"assets/js/frontend/add-payment-method.min.js\";i:183;s:43:\"assets/js/frontend/add-to-cart-variation.js\";i:184;s:47:\"assets/js/frontend/add-to-cart-variation.min.js\";i:185;s:33:\"assets/js/frontend/add-to-cart.js\";i:186;s:37:\"assets/js/frontend/add-to-cart.min.js\";i:187;s:34:\"assets/js/frontend/address-i18n.js\";i:188;s:38:\"assets/js/frontend/address-i18n.min.js\";i:189;s:36:\"assets/js/frontend/cart-fragments.js\";i:190;s:40:\"assets/js/frontend/cart-fragments.min.js\";i:191;s:26:\"assets/js/frontend/cart.js\";i:192;s:30:\"assets/js/frontend/cart.min.js\";i:193;s:30:\"assets/js/frontend/checkout.js\";i:194;s:34:\"assets/js/frontend/checkout.min.js\";i:195;s:36:\"assets/js/frontend/country-select.js\";i:196;s:40:\"assets/js/frontend/country-select.min.js\";i:197;s:38:\"assets/js/frontend/credit-card-form.js\";i:198;s:42:\"assets/js/frontend/credit-card-form.min.js\";i:199;s:33:\"assets/js/frontend/geolocation.js\";i:200;s:37:\"assets/js/frontend/geolocation.min.js\";i:201;s:35:\"assets/js/frontend/lost-password.js\";i:202;s:39:\"assets/js/frontend/lost-password.min.js\";i:203;s:45:\"assets/js/frontend/password-strength-meter.js\";i:204;s:49:\"assets/js/frontend/password-strength-meter.min.js\";i:205;s:34:\"assets/js/frontend/price-slider.js\";i:206;s:38:\"assets/js/frontend/price-slider.min.js\";i:207;s:36:\"assets/js/frontend/single-product.js\";i:208;s:40:\"assets/js/frontend/single-product.min.js\";i:209;s:39:\"assets/js/frontend/tokenization-form.js\";i:210;s:43:\"assets/js/frontend/tokenization-form.min.js\";i:211;s:33:\"assets/js/frontend/woocommerce.js\";i:212;s:37:\"assets/js/frontend/woocommerce.min.js\";i:213;s:42:\"assets/js/jquery-blockui/jquery.blockUI.js\";i:214;s:46:\"assets/js/jquery-blockui/jquery.blockUI.min.js\";i:215;s:40:\"assets/js/jquery-cookie/jquery.cookie.js\";i:216;s:44:\"assets/js/jquery-cookie/jquery.cookie.min.js\";i:217;s:36:\"assets/js/jquery-flot/jquery.flot.js\";i:218;s:40:\"assets/js/jquery-flot/jquery.flot.min.js\";i:219;s:40:\"assets/js/jquery-flot/jquery.flot.pie.js\";i:220;s:44:\"assets/js/jquery-flot/jquery.flot.pie.min.js\";i:221;s:43:\"assets/js/jquery-flot/jquery.flot.resize.js\";i:222;s:47:\"assets/js/jquery-flot/jquery.flot.resize.min.js\";i:223;s:42:\"assets/js/jquery-flot/jquery.flot.stack.js\";i:224;s:46:\"assets/js/jquery-flot/jquery.flot.stack.min.js\";i:225;s:41:\"assets/js/jquery-flot/jquery.flot.time.js\";i:226;s:45:\"assets/js/jquery-flot/jquery.flot.time.min.js\";i:227;s:42:\"assets/js/jquery-payment/jquery.payment.js\";i:228;s:46:\"assets/js/jquery-payment/jquery.payment.min.js\";i:229;s:40:\"assets/js/jquery-qrcode/jquery.qrcode.js\";i:230;s:44:\"assets/js/jquery-qrcode/jquery.qrcode.min.js\";i:231;s:54:\"assets/js/jquery-serializejson/jquery.serializejson.js\";i:232;s:58:\"assets/js/jquery-serializejson/jquery.serializejson.min.js\";i:233;s:40:\"assets/js/jquery-tiptip/jquery.tipTip.js\";i:234;s:44:\"assets/js/jquery-tiptip/jquery.tipTip.min.js\";i:235;s:56:\"assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js\";i:236;s:60:\"assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js\";i:237;s:32:\"assets/js/js-cookie/js.cookie.js\";i:238;s:36:\"assets/js/js-cookie/js.cookie.min.js\";i:239;s:45:\"assets/js/photoswipe/photoswipe-ui-default.js\";i:240;s:49:\"assets/js/photoswipe/photoswipe-ui-default.min.js\";i:241;s:34:\"assets/js/photoswipe/photoswipe.js\";i:242;s:38:\"assets/js/photoswipe/photoswipe.min.js\";i:243;s:48:\"assets/js/prettyPhoto/jquery.prettyPhoto.init.js\";i:244;s:52:\"assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js\";i:245;s:43:\"assets/js/prettyPhoto/jquery.prettyPhoto.js\";i:246;s:47:\"assets/js/prettyPhoto/jquery.prettyPhoto.min.js\";i:247;s:24:\"assets/js/round/round.js\";i:248;s:28:\"assets/js/round/round.min.js\";i:249;s:33:\"assets/js/select2/select2.full.js\";i:250;s:37:\"assets/js/select2/select2.full.min.js\";i:251;s:28:\"assets/js/select2/select2.js\";i:252;s:32:\"assets/js/select2/select2.min.js\";i:253;s:37:\"assets/js/selectWoo/selectWoo.full.js\";i:254;s:41:\"assets/js/selectWoo/selectWoo.full.min.js\";i:255;s:32:\"assets/js/selectWoo/selectWoo.js\";i:256;s:36:\"assets/js/selectWoo/selectWoo.min.js\";i:257;s:36:\"assets/js/stupidtable/stupidtable.js\";i:258;s:40:\"assets/js/stupidtable/stupidtable.min.js\";i:260;s:47:\"assets/js/zeroclipboard/jquery.zeroclipboard.js\";i:261;s:51:\"assets/js/zeroclipboard/jquery.zeroclipboard.min.js\";i:262;s:29:\"assets/js/zoom/jquery.zoom.js\";i:263;s:33:\"assets/js/zoom/jquery.zoom.min.js\";i:592;s:50:\"includes/gateways/paypal/assets/js/paypal-admin.js\";i:593;s:54:\"includes/gateways/paypal/assets/js/paypal-admin.min.js\";i:870;s:26:\"legacy/css/_animation.scss\";i:871;s:22:\"legacy/css/_fonts.scss\";i:872;s:23:\"legacy/css/_mixins.scss\";i:873;s:26:\"legacy/css/_variables.scss\";i:874;s:26:\"legacy/css/activation.scss\";i:875;s:21:\"legacy/css/admin.scss\";i:876;s:20:\"legacy/css/auth.scss\";i:877;s:31:\"legacy/css/dashboard-setup.scss\";i:878;s:25:\"legacy/css/dashboard.scss\";i:879;s:22:\"legacy/css/helper.scss\";i:893;s:38:\"legacy/css/jquery-ui/jquery-ui-rtl.css\";i:894;s:34:\"legacy/css/jquery-ui/jquery-ui.css\";i:895;s:38:\"legacy/css/jquery-ui/jquery-ui.min.css\";i:896;s:39:\"legacy/css/marketplace-suggestions.scss\";i:897;s:20:\"legacy/css/menu.scss\";i:898;s:36:\"legacy/css/network-order-widget.scss\";i:899;s:51:\"legacy/css/photoswipe/default-skin/default-skin.css\";i:903;s:36:\"legacy/css/photoswipe/photoswipe.css\";i:904;s:27:\"legacy/css/prettyPhoto.scss\";i:905;s:23:\"legacy/css/privacy.scss\";i:906;s:29:\"legacy/css/reports-print.scss\";i:907;s:23:\"legacy/css/select2.scss\";i:908;s:31:\"legacy/css/twenty-nineteen.scss\";i:909;s:32:\"legacy/css/twenty-seventeen.scss\";i:910;s:39:\"legacy/css/twenty-twenty-one-admin.scss\";i:911;s:33:\"legacy/css/twenty-twenty-one.scss\";i:912;s:33:\"legacy/css/twenty-twenty-two.scss\";i:913;s:29:\"legacy/css/twenty-twenty.scss\";i:914;s:24:\"legacy/css/wc-setup.scss\";i:915;s:34:\"legacy/css/woocommerce-layout.scss\";i:916;s:39:\"legacy/css/woocommerce-smallscreen.scss\";i:917;s:27:\"legacy/css/woocommerce.scss\";i:918;s:34:\"legacy/js/accounting/accounting.js\";i:919;s:27:\"legacy/js/admin/api-keys.js\";i:920;s:33:\"legacy/js/admin/backbone-modal.js\";i:921;s:42:\"legacy/js/admin/marketplace-suggestions.js\";i:922;s:36:\"legacy/js/admin/meta-boxes-coupon.js\";i:923;s:35:\"legacy/js/admin/meta-boxes-order.js\";i:924;s:47:\"legacy/js/admin/meta-boxes-product-variation.js\";i:925;s:37:\"legacy/js/admin/meta-boxes-product.js\";i:926;s:29:\"legacy/js/admin/meta-boxes.js\";i:927;s:33:\"legacy/js/admin/network-orders.js\";i:928;s:35:\"legacy/js/admin/product-ordering.js\";i:929;s:29:\"legacy/js/admin/quick-edit.js\";i:930;s:26:\"legacy/js/admin/reports.js\";i:931;s:51:\"legacy/js/admin/settings-views-html-settings-tax.js\";i:932;s:27:\"legacy/js/admin/settings.js\";i:933;s:32:\"legacy/js/admin/system-status.js\";i:934;s:32:\"legacy/js/admin/term-ordering.js\";i:935;s:24:\"legacy/js/admin/users.js\";i:936;s:31:\"legacy/js/admin/wc-clipboard.js\";i:937;s:37:\"legacy/js/admin/wc-enhanced-select.js\";i:938;s:28:\"legacy/js/admin/wc-orders.js\";i:939;s:36:\"legacy/js/admin/wc-product-export.js\";i:940;s:36:\"legacy/js/admin/wc-product-import.js\";i:941;s:27:\"legacy/js/admin/wc-setup.js\";i:942;s:38:\"legacy/js/admin/wc-shipping-classes.js\";i:943;s:43:\"legacy/js/admin/wc-shipping-zone-methods.js\";i:944;s:36:\"legacy/js/admin/wc-shipping-zones.js\";i:945;s:35:\"legacy/js/admin/wc-status-widget.js\";i:946;s:36:\"legacy/js/admin/woocommerce_admin.js\";i:947;s:41:\"legacy/js/flexslider/jquery.flexslider.js\";i:948;s:40:\"legacy/js/frontend/add-payment-method.js\";i:949;s:43:\"legacy/js/frontend/add-to-cart-variation.js\";i:950;s:33:\"legacy/js/frontend/add-to-cart.js\";i:951;s:34:\"legacy/js/frontend/address-i18n.js\";i:952;s:36:\"legacy/js/frontend/cart-fragments.js\";i:953;s:26:\"legacy/js/frontend/cart.js\";i:954;s:30:\"legacy/js/frontend/checkout.js\";i:955;s:36:\"legacy/js/frontend/country-select.js\";i:956;s:38:\"legacy/js/frontend/credit-card-form.js\";i:957;s:33:\"legacy/js/frontend/geolocation.js\";i:958;s:35:\"legacy/js/frontend/lost-password.js\";i:959;s:45:\"legacy/js/frontend/password-strength-meter.js\";i:960;s:34:\"legacy/js/frontend/price-slider.js\";i:961;s:36:\"legacy/js/frontend/single-product.js\";i:962;s:39:\"legacy/js/frontend/tokenization-form.js\";i:963;s:33:\"legacy/js/frontend/woocommerce.js\";i:964;s:42:\"legacy/js/jquery-blockui/jquery.blockUI.js\";i:965;s:40:\"legacy/js/jquery-cookie/jquery.cookie.js\";i:966;s:36:\"legacy/js/jquery-flot/jquery.flot.js\";i:967;s:40:\"legacy/js/jquery-flot/jquery.flot.pie.js\";i:968;s:43:\"legacy/js/jquery-flot/jquery.flot.resize.js\";i:969;s:42:\"legacy/js/jquery-flot/jquery.flot.stack.js\";i:970;s:41:\"legacy/js/jquery-flot/jquery.flot.time.js\";i:971;s:42:\"legacy/js/jquery-payment/jquery.payment.js\";i:972;s:40:\"legacy/js/jquery-qrcode/jquery.qrcode.js\";i:973;s:54:\"legacy/js/jquery-serializejson/jquery.serializejson.js\";i:974;s:40:\"legacy/js/jquery-tiptip/jquery.tipTip.js\";i:975;s:56:\"legacy/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js\";i:976;s:32:\"legacy/js/js-cookie/js.cookie.js\";i:977;s:45:\"legacy/js/photoswipe/photoswipe-ui-default.js\";i:978;s:34:\"legacy/js/photoswipe/photoswipe.js\";i:979;s:48:\"legacy/js/prettyPhoto/jquery.prettyPhoto.init.js\";i:980;s:43:\"legacy/js/prettyPhoto/jquery.prettyPhoto.js\";i:981;s:24:\"legacy/js/round/round.js\";i:982;s:33:\"legacy/js/select2/select2.full.js\";i:983;s:28:\"legacy/js/select2/select2.js\";i:984;s:37:\"legacy/js/selectWoo/selectWoo.full.js\";i:985;s:32:\"legacy/js/selectWoo/selectWoo.js\";i:986;s:36:\"legacy/js/stupidtable/stupidtable.js\";i:988;s:47:\"legacy/js/zeroclipboard/jquery.zeroclipboard.js\";i:989;s:29:\"legacy/js/zoom/jquery.zoom.js\";i:1101;s:53:\"packages/woocommerce-admin/chunk-src-version-param.js\";i:1102;s:66:\"packages/woocommerce-admin/dist/activity-panels-help/style-rtl.css\";i:1103;s:67:\"packages/woocommerce-admin/dist/activity-panels-inbox/style-rtl.css\";i:1104;s:73:\"packages/woocommerce-admin/dist/analytics-report-categories/style-rtl.css\";i:1105;s:72:\"packages/woocommerce-admin/dist/analytics-report-customers/style-rtl.css\";i:1106;s:69:\"packages/woocommerce-admin/dist/analytics-report-orders/style-rtl.css\";i:1107;s:71:\"packages/woocommerce-admin/dist/analytics-report-products/style-rtl.css\";i:1108;s:68:\"packages/woocommerce-admin/dist/analytics-report-stock/style-rtl.css\";i:1109;s:62:\"packages/woocommerce-admin/dist/analytics-report/style-rtl.css\";i:1110;s:64:\"packages/woocommerce-admin/dist/analytics-settings/style-rtl.css\";i:1112;s:44:\"packages/woocommerce-admin/dist/app/index.js\";i:1114;s:49:\"packages/woocommerce-admin/dist/app/style-rtl.css\";i:1115;s:45:\"packages/woocommerce-admin/dist/app/style.css\";i:1116;s:74:\"packages/woocommerce-admin/dist/beta-features-tracking-modal/style-rtl.css\";i:1117;s:70:\"packages/woocommerce-admin/dist/beta-features-tracking-modal/style.css\";i:1118;s:43:\"packages/woocommerce-admin/dist/chunks/0.js\";i:1119;s:50:\"packages/woocommerce-admin/dist/chunks/0.style.css\";i:1120;s:43:\"packages/woocommerce-admin/dist/chunks/1.js\";i:1122;s:51:\"packages/woocommerce-admin/dist/chunks/11.style.css\";i:1123;s:51:\"packages/woocommerce-admin/dist/chunks/12.style.css\";i:1124;s:51:\"packages/woocommerce-admin/dist/chunks/14.style.css\";i:1125;s:51:\"packages/woocommerce-admin/dist/chunks/17.style.css\";i:1126;s:43:\"packages/woocommerce-admin/dist/chunks/2.js\";i:1127;s:51:\"packages/woocommerce-admin/dist/chunks/25.style.css\";i:1128;s:51:\"packages/woocommerce-admin/dist/chunks/26.style.css\";i:1129;s:43:\"packages/woocommerce-admin/dist/chunks/3.js\";i:1130;s:50:\"packages/woocommerce-admin/dist/chunks/3.style.css\";i:1131;s:51:\"packages/woocommerce-admin/dist/chunks/31.style.css\";i:1132;s:51:\"packages/woocommerce-admin/dist/chunks/32.style.css\";i:1133;s:51:\"packages/woocommerce-admin/dist/chunks/34.style.css\";i:1134;s:50:\"packages/woocommerce-admin/dist/chunks/4.style.css\";i:1135;s:51:\"packages/woocommerce-admin/dist/chunks/45.style.css\";i:1136;s:51:\"packages/woocommerce-admin/dist/chunks/47.style.css\";i:1137;s:51:\"packages/woocommerce-admin/dist/chunks/48.style.css\";i:1138;s:51:\"packages/woocommerce-admin/dist/chunks/49.style.css\";i:1139;s:50:\"packages/woocommerce-admin/dist/chunks/5.style.css\";i:1140;s:51:\"packages/woocommerce-admin/dist/chunks/50.style.css\";i:1141;s:51:\"packages/woocommerce-admin/dist/chunks/52.style.css\";i:1142;s:51:\"packages/woocommerce-admin/dist/chunks/54.style.css\";i:1143;s:50:\"packages/woocommerce-admin/dist/chunks/6.style.css\";i:1144;s:50:\"packages/woocommerce-admin/dist/chunks/7.style.css\";i:1145;s:50:\"packages/woocommerce-admin/dist/chunks/9.style.css\";i:1146;s:62:\"packages/woocommerce-admin/dist/chunks/activity-panels-help.js\";i:1147;s:63:\"packages/woocommerce-admin/dist/chunks/activity-panels-inbox.js\";i:1148;s:69:\"packages/woocommerce-admin/dist/chunks/analytics-report-categories.js\";i:1149;s:66:\"packages/woocommerce-admin/dist/chunks/analytics-report-coupons.js\";i:1150;s:68:\"packages/woocommerce-admin/dist/chunks/analytics-report-customers.js\";i:1151;s:68:\"packages/woocommerce-admin/dist/chunks/analytics-report-downloads.js\";i:1152;s:65:\"packages/woocommerce-admin/dist/chunks/analytics-report-orders.js\";i:1153;s:67:\"packages/woocommerce-admin/dist/chunks/analytics-report-products.js\";i:1154;s:66:\"packages/woocommerce-admin/dist/chunks/analytics-report-revenue.js\";i:1155;s:64:\"packages/woocommerce-admin/dist/chunks/analytics-report-stock.js\";i:1156;s:64:\"packages/woocommerce-admin/dist/chunks/analytics-report-taxes.js\";i:1157;s:69:\"packages/woocommerce-admin/dist/chunks/analytics-report-variations.js\";i:1158;s:58:\"packages/woocommerce-admin/dist/chunks/analytics-report.js\";i:1159;s:60:\"packages/woocommerce-admin/dist/chunks/analytics-settings.js\";i:1160;s:64:\"packages/woocommerce-admin/dist/chunks/customizable-dashboard.js\";i:1161;s:58:\"packages/woocommerce-admin/dist/chunks/dashboard-charts.js\";i:1162;s:51:\"packages/woocommerce-admin/dist/chunks/dashboard.js\";i:1163;s:52:\"packages/woocommerce-admin/dist/chunks/homescreen.js\";i:1164;s:54:\"packages/woocommerce-admin/dist/chunks/leaderboards.js\";i:1165;s:60:\"packages/woocommerce-admin/dist/chunks/marketing-overview.js\";i:1166;s:65:\"packages/woocommerce-admin/dist/chunks/payment-recommendations.js\";i:1167;s:56:\"packages/woocommerce-admin/dist/chunks/profile-wizard.js\";i:1168;s:66:\"packages/woocommerce-admin/dist/chunks/shipping-recommendations.js\";i:1169;s:54:\"packages/woocommerce-admin/dist/chunks/store-alerts.js\";i:1170;s:59:\"packages/woocommerce-admin/dist/chunks/store-performance.js\";i:1171;s:67:\"packages/woocommerce-admin/dist/chunks/two-column-tasks-extended.js\";i:1172;s:58:\"packages/woocommerce-admin/dist/chunks/two-column-tasks.js\";i:1173;s:68:\"packages/woocommerce-admin/dist/chunks/wcpay-payment-welcome-page.js\";i:1174;s:59:\"packages/woocommerce-admin/dist/chunks/wcpay-usage-modal.js\";i:1176;s:51:\"packages/woocommerce-admin/dist/components/index.js\";i:1178;s:56:\"packages/woocommerce-admin/dist/components/style-rtl.css\";i:1179;s:52:\"packages/woocommerce-admin/dist/components/style.css\";i:1181;s:51:\"packages/woocommerce-admin/dist/csv-export/index.js\";i:1184;s:49:\"packages/woocommerce-admin/dist/currency/index.js\";i:1186;s:62:\"packages/woocommerce-admin/dist/customer-effort-score/index.js\";i:1187;s:67:\"packages/woocommerce-admin/dist/customer-effort-score/style-rtl.css\";i:1188;s:63:\"packages/woocommerce-admin/dist/customer-effort-score/style.css\";i:1189;s:62:\"packages/woocommerce-admin/dist/dashboard-charts/style-rtl.css\";i:1190;s:55:\"packages/woocommerce-admin/dist/dashboard/style-rtl.css\";i:1192;s:45:\"packages/woocommerce-admin/dist/data/index.js\";i:1195;s:45:\"packages/woocommerce-admin/dist/date/index.js\";i:1197;s:53:\"packages/woocommerce-admin/dist/experimental/index.js\";i:1199;s:58:\"packages/woocommerce-admin/dist/experimental/style-rtl.css\";i:1200;s:54:\"packages/woocommerce-admin/dist/experimental/style.css\";i:1202;s:47:\"packages/woocommerce-admin/dist/explat/index.js\";i:1204;s:56:\"packages/woocommerce-admin/dist/homescreen/style-rtl.css\";i:1205;s:58:\"packages/woocommerce-admin/dist/leaderboards/style-rtl.css\";i:1206;s:63:\"packages/woocommerce-admin/dist/marketing-coupons/style-rtl.css\";i:1207;s:59:\"packages/woocommerce-admin/dist/marketing-coupons/style.css\";i:1208;s:64:\"packages/woocommerce-admin/dist/marketing-overview/style-rtl.css\";i:1209;s:64:\"packages/woocommerce-admin/dist/navigation-opt-out/style-rtl.css\";i:1210;s:60:\"packages/woocommerce-admin/dist/navigation-opt-out/style.css\";i:1212;s:51:\"packages/woocommerce-admin/dist/navigation/index.js\";i:1214;s:48:\"packages/woocommerce-admin/dist/notices/index.js\";i:1216;s:47:\"packages/woocommerce-admin/dist/number/index.js\";i:1218;s:51:\"packages/woocommerce-admin/dist/onboarding/index.js\";i:1219;s:56:\"packages/woocommerce-admin/dist/onboarding/style-rtl.css\";i:1220;s:52:\"packages/woocommerce-admin/dist/onboarding/style.css\";i:1221;s:71:\"packages/woocommerce-admin/dist/payment-method-promotions/style-rtl.css\";i:1222;s:67:\"packages/woocommerce-admin/dist/payment-method-promotions/style.css\";i:1223;s:69:\"packages/woocommerce-admin/dist/payment-recommendations/style-rtl.css\";i:1224;s:73:\"packages/woocommerce-admin/dist/print-shipping-label-banner/style-rtl.css\";i:1225;s:69:\"packages/woocommerce-admin/dist/print-shipping-label-banner/style.css\";i:1226;s:60:\"packages/woocommerce-admin/dist/profile-wizard/style-rtl.css\";i:1227;s:70:\"packages/woocommerce-admin/dist/shipping-recommendations/style-rtl.css\";i:1228;s:58:\"packages/woocommerce-admin/dist/store-alerts/style-rtl.css\";i:1229;s:63:\"packages/woocommerce-admin/dist/store-performance/style-rtl.css\";i:1231;s:47:\"packages/woocommerce-admin/dist/tracks/index.js\";i:1232;s:62:\"packages/woocommerce-admin/dist/two-column-tasks/style-rtl.css\";i:1233;s:55:\"packages/woocommerce-admin/dist/undefined/style-rtl.css\";i:1234;s:72:\"packages/woocommerce-admin/dist/wcpay-payment-welcome-page/style-rtl.css\";i:1236;s:80:\"packages/woocommerce-admin/dist/wp-admin-scripts/beta-features-tracking-modal.js\";i:1238;s:69:\"packages/woocommerce-admin/dist/wp-admin-scripts/marketing-coupons.js\";i:1241;s:70:\"packages/woocommerce-admin/dist/wp-admin-scripts/navigation-opt-out.js\";i:1243;s:78:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-homepage-notice.js\";i:1245;s:84:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-product-import-notice.js\";i:1247;s:77:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-product-notice.js\";i:1249;s:73:\"packages/woocommerce-admin/dist/wp-admin-scripts/onboarding-tax-notice.js\";i:1251;s:77:\"packages/woocommerce-admin/dist/wp-admin-scripts/payment-method-promotions.js\";i:1254;s:79:\"packages/woocommerce-admin/dist/wp-admin-scripts/print-shipping-label-banner.js\";i:1297;s:48:\"packages/woocommerce-admin/lint-staged.config.js\";i:1583;s:38:\"packages/woocommerce-admin/unminify.js\";i:1741;s:66:\"packages/woocommerce-blocks/assets/css/abstracts/_breakpoints.scss\";i:1742;s:61:\"packages/woocommerce-blocks/assets/css/abstracts/_colors.scss\";i:1743;s:61:\"packages/woocommerce-blocks/assets/css/abstracts/_mixins.scss\";i:1744;s:64:\"packages/woocommerce-blocks/assets/css/abstracts/_variables.scss\";i:1745;s:50:\"packages/woocommerce-blocks/assets/css/editor.scss\";i:1746;s:49:\"packages/woocommerce-blocks/assets/css/style.scss\";i:1747;s:69:\"packages/woocommerce-blocks/assets/js/atomic/blocks/component-init.js\";i:1748;s:60:\"packages/woocommerce-blocks/assets/js/atomic/blocks/index.js\";i:1749;s:94:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/attributes.js\";i:1750;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/block.js\";i:1751;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/constants.js\";i:1752;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/edit.js\";i:1753;s:92:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/frontend.js\";i:1754;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/index.js\";i:1755;s:106:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/external.js\";i:1756;s:122:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/grouped/group-list/index.js\";i:1757;s:111:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/grouped/index.js\";i:1758;s:103:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/index.js\";i:1759;s:104:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/simple.js\";i:1760;s:112:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/index.js\";i:1761;s:144:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/attribute-picker.js\";i:1762;s:152:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/attribute-select-control.js\";i:1763;s:133:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/index.js\";i:1764;s:135:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/style.scss\";i:1765;s:138:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/test/index.js\";i:1766;s:133:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/product-types/variable/variation-attributes/utils.js\";i:1767;s:109:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/add-to-cart-button.js\";i:1768;s:96:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/index.js\";i:1769;s:110:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/product-unavailable.js\";i:1770;s:105:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/shared/quantity-input.js\";i:1771;s:91:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/add-to-cart/style.scss\";i:1772;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/attributes.js\";i:1773;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/block.js\";i:1774;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/constants.js\";i:1775;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/edit.js\";i:1776;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/index.js\";i:1777;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/button/style.scss\";i:1783;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/category-list/style.scss\";i:1785;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/attributes.js\";i:1786;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/block.js\";i:1787;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/constants.js\";i:1788;s:82:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/edit.js\";i:1789;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/frontend.js\";i:1790;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/index.js\";i:1791;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/style.scss\";i:1792;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/image/test/block.test.js\";i:1793;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/attributes.js\";i:1794;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/block.js\";i:1795;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/constants.js\";i:1796;s:82:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/edit.js\";i:1797;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/price/index.js\";i:1798;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/attributes.js\";i:1799;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/block.js\";i:1800;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/constants.js\";i:1801;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/edit.js\";i:1802;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/index.js\";i:1803;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/rating/style.scss\";i:1804;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/attributes.js\";i:1805;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/block.js\";i:1806;s:92:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/constants.js\";i:1807;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/edit.js\";i:1808;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/index.js\";i:1809;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sale-badge/style.scss\";i:1810;s:76:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/save.js\";i:1812;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/editor.scss\";i:1813;s:100:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/shared/with-product-selector.js\";i:1814;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/attributes.js\";i:1815;s:81:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/block.js\";i:1816;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/constants.js\";i:1817;s:80:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/edit.js\";i:1818;s:81:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/index.js\";i:1819;s:83:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/sku/style.scss\";i:1820;s:98:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/attributes.js\";i:1821;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/block.js\";i:1822;s:97:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/constants.js\";i:1823;s:92:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/edit.js\";i:1824;s:93:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/index.js\";i:1825;s:95:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/stock-indicator/style.scss\";i:1826;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/attributes.js\";i:1827;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/block.js\";i:1828;s:89:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/constants.js\";i:1829;s:84:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/edit.js\";i:1830;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/index.js\";i:1831;s:87:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/summary/style.scss\";i:1832;s:91:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/attributes.js\";i:1833;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/block.js\";i:1834;s:90:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/constants.js\";i:1835;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/edit.js\";i:1836;s:86:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/index.js\";i:1837;s:88:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/tag-list/style.scss\";i:1844;s:85:\"packages/woocommerce-blocks/assets/js/atomic/blocks/product-elements/title/style.scss\";i:1846;s:81:\"packages/woocommerce-blocks/assets/js/atomic/utils/create-blocks-from-template.js\";i:1847;s:67:\"packages/woocommerce-blocks/assets/js/atomic/utils/get-block-map.js\";i:1848;s:59:\"packages/woocommerce-blocks/assets/js/atomic/utils/index.js\";i:1850;s:78:\"packages/woocommerce-blocks/assets/js/atomic/utils/render-standalone-blocks.js\";i:1853;s:85:\"packages/woocommerce-blocks/assets/js/base/components/block-error-boundary/style.scss\";i:1856;s:77:\"packages/woocommerce-blocks/assets/js/base/components/button/stories/index.js\";i:1857;s:71:\"packages/woocommerce-blocks/assets/js/base/components/button/style.scss\";i:1861;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/address-form/test/index.js\";i:1863;s:88:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/style.scss\";i:1865;s:91:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/form-step/test/index.js\";i:1866;s:76:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/index.js\";i:1869;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/style.scss\";i:1870;s:95:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/order-summary/test/index.js\";i:1874;s:99:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-icons/style.scss\";i:1877;s:99:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/payment-method-label/style.scss\";i:1880;s:87:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/policies/style.scss\";i:1883;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-badge/style.scss\";i:1885;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/style.scss\";i:1887;s:97:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-details/test/index.js\";i:1889;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-image/style.scss\";i:1892;s:95:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/product-metadata/style.scss\";i:1896;s:100:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/return-to-cart-button/style.scss\";i:1899;s:98:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-calculator/style.scss\";i:1904;s:109:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/style.scss\";i:1908;s:92:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/coupon/style.scss\";i:1911;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/style.scss\";i:1914;s:97:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/footer-item/style.scss\";i:1917;s:104:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/has-shipping-rate.js\";i:1919;s:109:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/shipping-rate-selector.js\";i:1921;s:94:\"packages/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/shipping/style.scss\";i:1923;s:78:\"packages/woocommerce-blocks/assets/js/base/components/checkbox-list/style.scss\";i:1929;s:69:\"packages/woocommerce-blocks/assets/js/base/components/chip/style.scss\";i:1931;s:72:\"packages/woocommerce-blocks/assets/js/base/components/chip/test/index.js\";i:1933;s:73:\"packages/woocommerce-blocks/assets/js/base/components/combobox/style.scss\";i:1941;s:78:\"packages/woocommerce-blocks/assets/js/base/components/country-input/style.scss\";i:1943;s:71:\"packages/woocommerce-blocks/assets/js/base/components/drawer/style.scss\";i:1944;s:80:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/index.js\";i:1945;s:88:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/input-wrapper.js\";i:1946;s:80:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/input.js\";i:1947;s:79:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/menu.js\";i:1948;s:88:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/selected-chip.js\";i:1949;s:89:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/selected-value.js\";i:1950;s:82:\"packages/woocommerce-blocks/assets/js/base/components/dropdown-selector/style.scss\";i:1951;s:83:\"packages/woocommerce-blocks/assets/js/base/components/filter-element-label/index.js\";i:1952;s:85:\"packages/woocommerce-blocks/assets/js/base/components/filter-element-label/style.scss\";i:1953;s:83:\"packages/woocommerce-blocks/assets/js/base/components/filter-submit-button/index.js\";i:1954;s:85:\"packages/woocommerce-blocks/assets/js/base/components/filter-submit-button/style.scss\";i:1955;s:67:\"packages/woocommerce-blocks/assets/js/base/components/form/index.js\";i:1957;s:90:\"packages/woocommerce-blocks/assets/js/base/components/formatted-monetary-amount/style.scss\";i:1960;s:73:\"packages/woocommerce-blocks/assets/js/base/components/label/test/index.js\";i:1961;s:79:\"packages/woocommerce-blocks/assets/js/base/components/load-more-button/index.js\";i:1962;s:81:\"packages/woocommerce-blocks/assets/js/base/components/load-more-button/style.scss\";i:1963;s:75:\"packages/woocommerce-blocks/assets/js/base/components/loading-mask/index.js\";i:1964;s:77:\"packages/woocommerce-blocks/assets/js/base/components/loading-mask/style.scss\";i:1966;s:73:\"packages/woocommerce-blocks/assets/js/base/components/pagination/index.js\";i:1967;s:75:\"packages/woocommerce-blocks/assets/js/base/components/pagination/style.scss\";i:1968;s:78:\"packages/woocommerce-blocks/assets/js/base/components/pagination/test/index.js\";i:1969;s:73:\"packages/woocommerce-blocks/assets/js/base/components/pagination/utils.js\";i:1973;s:77:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/style.scss\";i:1974;s:104:\"packages/woocommerce-blocks/assets/js/base/components/price-slider/test/constrain-range-slider-values.js\";i:1975;s:79:\"packages/woocommerce-blocks/assets/js/base/components/product-list/container.js\";i:1976;s:75:\"packages/woocommerce-blocks/assets/js/base/components/product-list/index.js\";i:1977;s:90:\"packages/woocommerce-blocks/assets/js/base/components/product-list/no-matching-products.js\";i:1978;s:81:\"packages/woocommerce-blocks/assets/js/base/components/product-list/no-products.js\";i:1979;s:93:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/index.js\";i:1980;s:93:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-list-item/utils.js\";i:1981;s:82:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-list.js\";i:1982;s:95:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/index.js\";i:1983;s:97:\"packages/woocommerce-blocks/assets/js/base/components/product-list/product-sort-select/style.scss\";i:1984;s:77:\"packages/woocommerce-blocks/assets/js/base/components/product-list/style.scss\";i:1987;s:77:\"packages/woocommerce-blocks/assets/js/base/components/product-name/style.scss\";i:1989;s:80:\"packages/woocommerce-blocks/assets/js/base/components/product-name/test/index.js\";i:1992;s:78:\"packages/woocommerce-blocks/assets/js/base/components/product-price/style.scss\";i:1994;s:81:\"packages/woocommerce-blocks/assets/js/base/components/product-price/test/index.js\";i:1997;s:82:\"packages/woocommerce-blocks/assets/js/base/components/quantity-selector/style.scss\";i:1998;s:86:\"packages/woocommerce-blocks/assets/js/base/components/radio-control-accordion/index.js\";i:1999;s:76:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/index.js\";i:2001;s:77:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/option.js\";i:2002;s:78:\"packages/woocommerce-blocks/assets/js/base/components/radio-control/style.scss\";i:2007;s:70:\"packages/woocommerce-blocks/assets/js/base/components/reviews/index.js\";i:2008;s:87:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/index.js\";i:2009;s:89:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list-item/style.scss\";i:2010;s:82:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/index.js\";i:2011;s:84:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-list/style.scss\";i:2012;s:89:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/index.js\";i:2013;s:91:\"packages/woocommerce-blocks/assets/js/base/components/reviews/review-sort-select/style.scss\";i:2014;s:77:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/index.js\";i:2015;s:76:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/main.js\";i:2016;s:86:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar-layout.js\";i:2017;s:79:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/sidebar.js\";i:2018;s:79:\"packages/woocommerce-blocks/assets/js/base/components/sidebar-layout/style.scss\";i:2019;s:74:\"packages/woocommerce-blocks/assets/js/base/components/sort-select/index.js\";i:2020;s:76:\"packages/woocommerce-blocks/assets/js/base/components/sort-select/style.scss\";i:2022;s:72:\"packages/woocommerce-blocks/assets/js/base/components/spinner/style.scss\";i:2028;s:76:\"packages/woocommerce-blocks/assets/js/base/components/state-input/style.scss\";i:2030;s:75:\"packages/woocommerce-blocks/assets/js/base/components/summary/test/index.js\";i:2031;s:70:\"packages/woocommerce-blocks/assets/js/base/components/summary/utils.js\";i:2032;s:67:\"packages/woocommerce-blocks/assets/js/base/components/tabs/index.js\";i:2033;s:69:\"packages/woocommerce-blocks/assets/js/base/components/tabs/style.scss\";i:2035;s:75:\"packages/woocommerce-blocks/assets/js/base/components/text-input/style.scss\";i:2038;s:71:\"packages/woocommerce-blocks/assets/js/base/components/textarea/index.js\";i:2039;s:73:\"packages/woocommerce-blocks/assets/js/base/components/textarea/style.scss\";i:2040;s:68:\"packages/woocommerce-blocks/assets/js/base/components/title/index.js\";i:2041;s:70:\"packages/woocommerce-blocks/assets/js/base/components/title/style.scss\";i:2046;s:78:\"packages/woocommerce-blocks/assets/js/base/context/event-emit/test/emitters.js\";i:2050;s:98:\"packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart-item-quantity.js\";i:2051;s:84:\"packages/woocommerce-blocks/assets/js/base/context/hooks/cart/test/use-store-cart.js\";i:2056;s:77:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/index.js\";i:2057;s:91:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/test/use-collection.js\";i:2058;s:91:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection-data.js\";i:2059;s:93:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection-header.js\";i:2060;s:86:\"packages/woocommerce-blocks/assets/js/base/context/hooks/collections/use-collection.js\";i:2061;s:65:\"packages/woocommerce-blocks/assets/js/base/context/hooks/index.js\";i:2062;s:81:\"packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/index.js\";i:2063;s:109:\"packages/woocommerce-blocks/assets/js/base/context/hooks/payment-methods/test/use-payment-method-interface.js\";i:2067;s:74:\"packages/woocommerce-blocks/assets/js/base/context/hooks/shipping/index.js\";i:2070;s:84:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-checkout-submit.js\";i:2071;s:80:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-query-state.js\";i:2072;s:82:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-notices.js\";i:2073;s:83:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-products.js\";i:2074;s:91:\"packages/woocommerce-blocks/assets/js/base/context/hooks/test/use-store-snackbar-notices.js\";i:2075;s:80:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-address.js\";i:2077;s:80:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-notices.js\";i:2078;s:79:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-checkout-submit.js\";i:2081;s:75:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-query-state.js\";i:2085;s:78:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-products.js\";i:2086;s:86:\"packages/woocommerce-blocks/assets/js/base/context/hooks/use-store-snackbar-notices.js\";i:2089;s:99:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/actions.js\";i:2090;s:101:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/constants.js\";i:2091;s:102:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/event-emit.js\";i:2092;s:97:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/index.js\";i:2093;s:99:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form-state/reducer.js\";i:2094;s:91:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form/index.js\";i:2095;s:98:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/form/submit/index.js\";i:2096;s:86:\"packages/woocommerce-blocks/assets/js/base/context/providers/add-to-cart-form/index.js\";i:2097;s:88:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/cart/index.js\";i:2098;s:96:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-processor.js\";i:2099;s:95:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/checkout-provider.js\";i:2107;s:92:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/customer/index.js\";i:2108;s:83:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/index.js\";i:2115;s:126:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/payment-methods/test/payment-method-data-context.js\";i:2120;s:96:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/constants.js\";i:2121;s:97:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/event-emit.js\";i:2122;s:92:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/index.js\";i:2123;s:95:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/reducers.js\";i:2124;s:92:\"packages/woocommerce-blocks/assets/js/base/context/providers/cart-checkout/shipping/utils.js\";i:2126;s:87:\"packages/woocommerce-blocks/assets/js/base/context/providers/container-width-context.js\";i:2127;s:78:\"packages/woocommerce-blocks/assets/js/base/context/providers/editor-context.js\";i:2128;s:69:\"packages/woocommerce-blocks/assets/js/base/context/providers/index.js\";i:2129;s:83:\"packages/woocommerce-blocks/assets/js/base/context/providers/query-state-context.js\";i:2130;s:112:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-notices/components/store-notices-container.js\";i:2131;s:96:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-notices/components/style.scss\";i:2132;s:85:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-notices/context.js\";i:2133;s:83:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-notices/index.js\";i:2134;s:124:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-snackbar-notices/components/snackbar-notices-container.js\";i:2135;s:105:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-snackbar-notices/components/style.scss\";i:2136;s:94:\"packages/woocommerce-blocks/assets/js/base/context/providers/store-snackbar-notices/context.js\";i:2138;s:91:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/components/index.js\";i:2139;s:114:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/components/validation-input-error/index.js\";i:2140;s:116:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/components/validation-input-error/style.scss\";i:2141;s:82:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/context.js\";i:2142;s:80:\"packages/woocommerce-blocks/assets/js/base/context/providers/validation/index.js\";i:2143;s:64:\"packages/woocommerce-blocks/assets/js/base/context/test/utils.js\";i:2144;s:59:\"packages/woocommerce-blocks/assets/js/base/context/utils.js\";i:2145;s:68:\"packages/woocommerce-blocks/assets/js/base/hocs/test/with-reviews.js\";i:2146;s:63:\"packages/woocommerce-blocks/assets/js/base/hocs/with-reviews.js\";i:2148;s:77:\"packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/style.scss\";i:2149;s:80:\"packages/woocommerce-blocks/assets/js/base/hocs/with-scroll-to-top/test/index.js\";i:2150;s:57:\"packages/woocommerce-blocks/assets/js/base/hooks/index.js\";i:2151;s:90:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-position-relative-to-viewport.js\";i:2152;s:69:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-previous.js\";i:2153;s:74:\"packages/woocommerce-blocks/assets/js/base/hooks/test/use-shallow-equal.js\";i:2156;s:85:\"packages/woocommerce-blocks/assets/js/base/hooks/use-position-relative-to-viewport.js\";i:2161;s:82:\"packages/woocommerce-blocks/assets/js/base/utils/derive-selected-shipping-rates.js\";i:2162;s:58:\"packages/woocommerce-blocks/assets/js/base/utils/errors.js\";i:2165;s:78:\"packages/woocommerce-blocks/assets/js/base/utils/get-valid-block-attributes.js\";i:2166;s:57:\"packages/woocommerce-blocks/assets/js/base/utils/index.js\";i:2170;s:64:\"packages/woocommerce-blocks/assets/js/base/utils/product-data.js\";i:2172;s:66:\"packages/woocommerce-blocks/assets/js/base/utils/shipping-rates.js\";i:2174;s:63:\"packages/woocommerce-blocks/assets/js/base/utils/test/errors.js\";i:2175;s:105:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/get-registered-block-components.js\";i:2176;s:79:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/index.js\";i:2177;s:98:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/register-block-component.js\";i:2178;s:106:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/registered-block-components-init.js\";i:2179;s:84:\"packages/woocommerce-blocks/assets/js/blocks-registry/block-components/test/index.js\";i:2180;s:62:\"packages/woocommerce-blocks/assets/js/blocks-registry/index.js\";i:2191;s:87:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/active-attribute-filters.js\";i:2192;s:68:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/block.js\";i:2193;s:67:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/edit.js\";i:2194;s:71:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/frontend.js\";i:2195;s:68:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/index.js\";i:2196;s:70:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/style.scss\";i:2197;s:68:\"packages/woocommerce-blocks/assets/js/blocks/active-filters/utils.js\";i:2198;s:70:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/block.js\";i:2199;s:69:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/edit.js\";i:2200;s:73:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/editor.scss\";i:2201;s:73:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/frontend.js\";i:2202;s:70:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/index.js\";i:2203;s:72:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/preview.js\";i:2204;s:72:\"packages/woocommerce-blocks/assets/js/blocks/attribute-filter/style.scss\";i:2205;s:77:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/attributes.js\";i:2206;s:72:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/block.js\";i:2210;s:71:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/edit.js\";i:2211;s:75:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/editor.scss\";i:2212;s:75:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/frontend.js\";i:2213;s:72:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/index.js\";i:2222;s:115:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/inner-blocks/cart-express-payment-block/editor.scss\";i:2242;s:105:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/inner-blocks/cart-totals-block/style.scss\";i:2246;s:110:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/inner-blocks/empty-cart-block/icon-data-uri.js\";i:2248;s:104:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/inner-blocks/empty-cart-block/style.scss\";i:2251;s:106:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/inner-blocks/filled-cart-block/editor.scss\";i:2261;s:113:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/inner-blocks/proceed-to-checkout-block/style.scss\";i:2263;s:74:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/style.scss\";i:2264;s:77:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/cart/test/block.js\";i:2268;s:101:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/checkout-order-error/constants.js\";i:2269;s:97:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/checkout-order-error/index.js\";i:2270;s:99:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/checkout-order-error/style.scss\";i:2273;s:87:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/empty-cart/index.js\";i:2274;s:89:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/empty-cart/style.scss\";i:2277;s:89:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/form-step/editor.scss\";i:2289;s:114:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-actions-block/style.scss\";i:2302;s:131:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-contact-information-block/login-prompt.js\";i:2306;s:123:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-express-payment-block/editor.scss\";i:2312;s:113:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-fields-block/style.scss\";i:2316;s:118:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-order-note-block/editor.scss\";i:2341;s:145:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/index.js\";i:2342;s:147:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-shipping-methods-block/no-shipping-placeholder/style.scss\";i:2343;s:123:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-shipping-methods-block/style.scss\";i:2345;s:114:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-terms-block/constants.js\";i:2347;s:113:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-terms-block/editor.scss\";i:2350;s:112:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-terms-block/style.scss\";i:2355;s:113:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/inner-blocks/checkout-totals-block/style.scss\";i:2358;s:88:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/order-notes/index.js\";i:2359;s:90:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/order-notes/style.scss\";i:2361;s:86:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/styles/editor.scss\";i:2362;s:85:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/checkout/styles/style.scss\";i:2368;s:89:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/mini-cart-contents/editor.scss\";i:2400;s:94:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/mini-cart/quantity-badge/style.scss\";i:2401;s:79:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/mini-cart/style.scss\";i:2402;s:82:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/mini-cart/test/block.js\";i:2403;s:101:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment-methods.js\";i:2404;s:114:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment/cart-express-payment.js\";i:2405;s:118:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment/checkout-express-payment.js\";i:2406;s:99:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment/index.js\";i:2407;s:101:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/express-payment/style.scss\";i:2408;s:83:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/index.js\";i:2409;s:102:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/no-payment-methods/index.js\";i:2410;s:104:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/no-payment-methods/style.scss\";i:2411;s:97:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/payment-method-card.js\";i:2412;s:107:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/payment-method-error-boundary.js\";i:2413;s:100:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/payment-method-options.js\";i:2414;s:93:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/payment-methods.js\";i:2415;s:106:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/saved-payment-method-options.js\";i:2416;s:85:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/style.scss\";i:2417;s:98:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/payment-methods/test/payment-methods.js\";i:2420;s:74:\"packages/woocommerce-blocks/assets/js/blocks/cart-checkout/shared/index.js\";i:2423;s:71:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/block.js\";i:2424;s:74:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/editor.scss\";i:2425;s:73:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/example.js\";i:2426;s:71:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/index.js\";i:2427;s:73:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/style.scss\";i:2428;s:71:\"packages/woocommerce-blocks/assets/js/blocks/featured-category/utils.js\";i:2429;s:70:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/block.js\";i:2430;s:73:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/editor.scss\";i:2431;s:72:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/example.js\";i:2432;s:70:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/index.js\";i:2433;s:72:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/style.scss\";i:2434;s:70:\"packages/woocommerce-blocks/assets/js/blocks/featured-product/utils.js\";i:2435;s:73:\"packages/woocommerce-blocks/assets/js/blocks/handpicked-products/block.js\";i:2436;s:76:\"packages/woocommerce-blocks/assets/js/blocks/handpicked-products/editor.scss\";i:2437;s:73:\"packages/woocommerce-blocks/assets/js/blocks/handpicked-products/index.js\";i:2439;s:72:\"packages/woocommerce-blocks/assets/js/blocks/legacy-template/editor.scss\";i:2441;s:66:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/block.js\";i:2442;s:70:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/constants.js\";i:2443;s:65:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/edit.js\";i:2444;s:69:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/editor.scss\";i:2445;s:69:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/frontend.js\";i:2446;s:66:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/index.js\";i:2447;s:87:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/test/use-price-constraints.js\";i:2448;s:82:\"packages/woocommerce-blocks/assets/js/blocks/price-filter/use-price-constraints.js\";i:2449;s:74:\"packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/block.js\";i:2450;s:74:\"packages/woocommerce-blocks/assets/js/blocks/product-best-sellers/index.js\";i:2451;s:72:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/block.js\";i:2452;s:75:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/editor.scss\";i:2453;s:72:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/index.js\";i:2454;s:74:\"packages/woocommerce-blocks/assets/js/blocks/product-categories/style.scss\";i:2455;s:70:\"packages/woocommerce-blocks/assets/js/blocks/product-category/block.js\";i:2456;s:73:\"packages/woocommerce-blocks/assets/js/blocks/product-category/editor.scss\";i:2457;s:70:\"packages/woocommerce-blocks/assets/js/blocks/product-category/index.js\";i:2458;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-new/block.js\";i:2459;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-new/index.js\";i:2460;s:69:\"packages/woocommerce-blocks/assets/js/blocks/product-on-sale/block.js\";i:2461;s:72:\"packages/woocommerce-blocks/assets/js/blocks/product-on-sale/editor.scss\";i:2462;s:69:\"packages/woocommerce-blocks/assets/js/blocks/product-on-sale/index.js\";i:2463;s:68:\"packages/woocommerce-blocks/assets/js/blocks/product-search/block.js\";i:2464;s:67:\"packages/woocommerce-blocks/assets/js/blocks/product-search/edit.js\";i:2465;s:71:\"packages/woocommerce-blocks/assets/js/blocks/product-search/editor.scss\";i:2466;s:68:\"packages/woocommerce-blocks/assets/js/blocks/product-search/index.js\";i:2467;s:70:\"packages/woocommerce-blocks/assets/js/blocks/product-search/style.scss\";i:2468;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-tag/block.js\";i:2469;s:68:\"packages/woocommerce-blocks/assets/js/blocks/product-tag/editor.scss\";i:2470;s:65:\"packages/woocommerce-blocks/assets/js/blocks/product-tag/index.js\";i:2471;s:71:\"packages/woocommerce-blocks/assets/js/blocks/product-top-rated/block.js\";i:2472;s:71:\"packages/woocommerce-blocks/assets/js/blocks/product-top-rated/index.js\";i:2473;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/block.js\";i:2474;s:78:\"packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/editor.scss\";i:2475;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products-by-attribute/index.js\";i:2476;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/block.js\";i:2477;s:74:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/edit.js\";i:2478;s:78:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/editor.scss\";i:2479;s:78:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/frontend.js\";i:2480;s:75:\"packages/woocommerce-blocks/assets/js/blocks/products/all-products/index.js\";i:2481;s:67:\"packages/woocommerce-blocks/assets/js/blocks/products/attributes.js\";i:2482;s:67:\"packages/woocommerce-blocks/assets/js/blocks/products/base-utils.js\";i:2483;s:67:\"packages/woocommerce-blocks/assets/js/blocks/products/edit-utils.js\";i:2484;s:61:\"packages/woocommerce-blocks/assets/js/blocks/products/edit.js\";i:2485;s:62:\"packages/woocommerce-blocks/assets/js/blocks/products/utils.js\";i:2486;s:72:\"packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/edit.js\";i:2487;s:73:\"packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/index.js\";i:2488;s:90:\"packages/woocommerce-blocks/assets/js/blocks/reviews/all-reviews/no-reviews-placeholder.js\";i:2489;s:66:\"packages/woocommerce-blocks/assets/js/blocks/reviews/attributes.js\";i:2490;s:66:\"packages/woocommerce-blocks/assets/js/blocks/reviews/edit-utils.js\";i:2491;s:68:\"packages/woocommerce-blocks/assets/js/blocks/reviews/editor-block.js\";i:2492;s:78:\"packages/woocommerce-blocks/assets/js/blocks/reviews/editor-container-block.js\";i:2493;s:64:\"packages/woocommerce-blocks/assets/js/blocks/reviews/editor.scss\";i:2494;s:63:\"packages/woocommerce-blocks/assets/js/blocks/reviews/example.js\";i:2495;s:70:\"packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-block.js\";i:2496;s:80:\"packages/woocommerce-blocks/assets/js/blocks/reviews/frontend-container-block.js\";i:2497;s:64:\"packages/woocommerce-blocks/assets/js/blocks/reviews/frontend.js\";i:2498;s:80:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/edit.js\";i:2499;s:81:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/index.js\";i:2500;s:98:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-category/no-reviews-placeholder.js\";i:2501;s:79:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/edit.js\";i:2502;s:83:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/editor.scss\";i:2503;s:80:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/index.js\";i:2504;s:97:\"packages/woocommerce-blocks/assets/js/blocks/reviews/reviews-by-product/no-reviews-placeholder.js\";i:2505;s:60:\"packages/woocommerce-blocks/assets/js/blocks/reviews/save.js\";i:2506;s:61:\"packages/woocommerce-blocks/assets/js/blocks/reviews/utils.js\";i:2507;s:73:\"packages/woocommerce-blocks/assets/js/blocks/single-product/attributes.js\";i:2508;s:68:\"packages/woocommerce-blocks/assets/js/blocks/single-product/block.js\";i:2509;s:72:\"packages/woocommerce-blocks/assets/js/blocks/single-product/constants.js\";i:2510;s:77:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/api-error.js\";i:2511;s:89:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/editor-block-controls.js\";i:2512;s:76:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/editor.scss\";i:2513;s:73:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/index.js\";i:2514;s:81:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/layout-editor.js\";i:2515;s:90:\"packages/woocommerce-blocks/assets/js/blocks/single-product/edit/shared-product-control.js\";i:2516;s:71:\"packages/woocommerce-blocks/assets/js/blocks/single-product/frontend.js\";i:2517;s:68:\"packages/woocommerce-blocks/assets/js/blocks/single-product/index.js\";i:2518;s:67:\"packages/woocommerce-blocks/assets/js/blocks/single-product/save.js\";i:2519;s:66:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/block.js\";i:2520;s:65:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/edit.js\";i:2521;s:69:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/editor.scss\";i:2522;s:69:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/frontend.js\";i:2523;s:66:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/index.js\";i:2524;s:68:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/preview.js\";i:2525;s:68:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/style.scss\";i:2527;s:71:\"packages/woocommerce-blocks/assets/js/blocks/stock-filter/test/block.js\";i:2531;s:59:\"packages/woocommerce-blocks/assets/js/data/cart/controls.js\";i:2536;s:64:\"packages/woocommerce-blocks/assets/js/data/cart/test/reducers.js\";i:2537;s:65:\"packages/woocommerce-blocks/assets/js/data/cart/test/resolvers.js\";i:2538;s:65:\"packages/woocommerce-blocks/assets/js/data/cart/test/selectors.js\";i:2539;s:70:\"packages/woocommerce-blocks/assets/js/data/collections/action-types.js\";i:2540;s:65:\"packages/woocommerce-blocks/assets/js/data/collections/actions.js\";i:2541;s:67:\"packages/woocommerce-blocks/assets/js/data/collections/constants.js\";i:2542;s:63:\"packages/woocommerce-blocks/assets/js/data/collections/index.js\";i:2543;s:66:\"packages/woocommerce-blocks/assets/js/data/collections/reducers.js\";i:2544;s:67:\"packages/woocommerce-blocks/assets/js/data/collections/resolvers.js\";i:2545;s:67:\"packages/woocommerce-blocks/assets/js/data/collections/selectors.js\";i:2546;s:71:\"packages/woocommerce-blocks/assets/js/data/collections/test/reducers.js\";i:2547;s:72:\"packages/woocommerce-blocks/assets/js/data/collections/test/resolvers.js\";i:2548;s:72:\"packages/woocommerce-blocks/assets/js/data/collections/test/selectors.js\";i:2553;s:70:\"packages/woocommerce-blocks/assets/js/data/query-state/action-types.js\";i:2554;s:65:\"packages/woocommerce-blocks/assets/js/data/query-state/actions.js\";i:2555;s:67:\"packages/woocommerce-blocks/assets/js/data/query-state/constants.js\";i:2556;s:63:\"packages/woocommerce-blocks/assets/js/data/query-state/index.js\";i:2557;s:66:\"packages/woocommerce-blocks/assets/js/data/query-state/reducers.js\";i:2558;s:67:\"packages/woocommerce-blocks/assets/js/data/query-state/selectors.js\";i:2559;s:71:\"packages/woocommerce-blocks/assets/js/data/query-state/test/reducers.js\";i:2560;s:72:\"packages/woocommerce-blocks/assets/js/data/query-state/test/selectors.js\";i:2561;s:63:\"packages/woocommerce-blocks/assets/js/data/query-state/utils.js\";i:2562;s:65:\"packages/woocommerce-blocks/assets/js/data/schema/action-types.js\";i:2563;s:60:\"packages/woocommerce-blocks/assets/js/data/schema/actions.js\";i:2564;s:62:\"packages/woocommerce-blocks/assets/js/data/schema/constants.js\";i:2565;s:58:\"packages/woocommerce-blocks/assets/js/data/schema/index.js\";i:2566;s:61:\"packages/woocommerce-blocks/assets/js/data/schema/reducers.js\";i:2567;s:62:\"packages/woocommerce-blocks/assets/js/data/schema/resolvers.js\";i:2568;s:62:\"packages/woocommerce-blocks/assets/js/data/schema/selectors.js\";i:2569;s:66:\"packages/woocommerce-blocks/assets/js/data/schema/test/reducers.js\";i:2570;s:67:\"packages/woocommerce-blocks/assets/js/data/schema/test/resolvers.js\";i:2571;s:67:\"packages/woocommerce-blocks/assets/js/data/schema/test/selectors.js\";i:2572;s:63:\"packages/woocommerce-blocks/assets/js/data/schema/test/utils.js\";i:2573;s:58:\"packages/woocommerce-blocks/assets/js/data/schema/utils.js\";i:2576;s:64:\"packages/woocommerce-blocks/assets/js/data/utils/has-in-state.js\";i:2577;s:57:\"packages/woocommerce-blocks/assets/js/data/utils/index.js\";i:2578;s:64:\"packages/woocommerce-blocks/assets/js/data/utils/update-state.js\";i:2579;s:79:\"packages/woocommerce-blocks/assets/js/editor-components/block-title/editor.scss\";i:2580;s:76:\"packages/woocommerce-blocks/assets/js/editor-components/block-title/index.js\";i:2583;s:88:\"packages/woocommerce-blocks/assets/js/editor-components/compatibility-notices/style.scss\";i:2585;s:90:\"packages/woocommerce-blocks/assets/js/editor-components/compatibility-notices/woo-image.js\";i:2586;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/edit-product-link/index.js\";i:2587;s:85:\"packages/woocommerce-blocks/assets/js/editor-components/error-placeholder/editor.scss\";i:2593;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/external-link-card/editor.scss\";i:2596;s:80:\"packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/index.js\";i:2597;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/feedback-prompt/style.scss\";i:2598;s:85:\"packages/woocommerce-blocks/assets/js/editor-components/grid-content-control/index.js\";i:2599;s:84:\"packages/woocommerce-blocks/assets/js/editor-components/grid-layout-control/index.js\";i:2600;s:93:\"packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/heading-level-icon.js\";i:2601;s:80:\"packages/woocommerce-blocks/assets/js/editor-components/heading-toolbar/index.js\";i:2602;s:78:\"packages/woocommerce-blocks/assets/js/editor-components/page-selector/index.js\";i:2603;s:95:\"packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/index.js\";i:2604;s:97:\"packages/woocommerce-blocks/assets/js/editor-components/product-attribute-term-control/style.scss\";i:2605;s:89:\"packages/woocommerce-blocks/assets/js/editor-components/product-category-control/index.js\";i:2606;s:91:\"packages/woocommerce-blocks/assets/js/editor-components/product-category-control/style.scss\";i:2607;s:80:\"packages/woocommerce-blocks/assets/js/editor-components/product-control/index.js\";i:2608;s:82:\"packages/woocommerce-blocks/assets/js/editor-components/product-control/style.scss\";i:2609;s:88:\"packages/woocommerce-blocks/assets/js/editor-components/product-orderby-control/index.js\";i:2610;s:84:\"packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/index.js\";i:2611;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/product-tag-control/style.scss\";i:2612;s:81:\"packages/woocommerce-blocks/assets/js/editor-components/products-control/index.js\";i:2616;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/search-list-control/style.scss\";i:2618;s:93:\"packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/hierarchy.js\";i:2619;s:89:\"packages/woocommerce-blocks/assets/js/editor-components/search-list-control/test/index.js\";i:2623;s:70:\"packages/woocommerce-blocks/assets/js/editor-components/tag/style.scss\";i:2625;s:73:\"packages/woocommerce-blocks/assets/js/editor-components/tag/test/index.js\";i:2626;s:84:\"packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/index.js\";i:2627;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/text-toolbar-button/style.scss\";i:2628;s:86:\"packages/woocommerce-blocks/assets/js/editor-components/toggle-button-control/index.js\";i:2630;s:88:\"packages/woocommerce-blocks/assets/js/editor-components/toggle-button-control/style.scss\";i:2631;s:70:\"packages/woocommerce-blocks/assets/js/editor-components/utils/index.js\";i:2632;s:81:\"packages/woocommerce-blocks/assets/js/editor-components/view-switcher/editor.scss\";i:2633;s:78:\"packages/woocommerce-blocks/assets/js/editor-components/view-switcher/index.js\";i:2637;s:65:\"packages/woocommerce-blocks/assets/js/filters/block-list-block.js\";i:2638;s:84:\"packages/woocommerce-blocks/assets/js/filters/exclude-draft-status-from-analytics.js\";i:2639;s:69:\"packages/woocommerce-blocks/assets/js/filters/get-block-attributes.js\";i:2641;s:51:\"packages/woocommerce-blocks/assets/js/hocs/index.js\";i:2642;s:66:\"packages/woocommerce-blocks/assets/js/hocs/test/with-categories.js\";i:2643;s:64:\"packages/woocommerce-blocks/assets/js/hocs/test/with-category.js\";i:2644;s:74:\"packages/woocommerce-blocks/assets/js/hocs/test/with-product-variations.js\";i:2645;s:63:\"packages/woocommerce-blocks/assets/js/hocs/test/with-product.js\";i:2646;s:73:\"packages/woocommerce-blocks/assets/js/hocs/test/with-searched-products.js\";i:2647;s:98:\"packages/woocommerce-blocks/assets/js/hocs/test/with-transform-single-select-to-multiple-select.js\";i:2648;s:61:\"packages/woocommerce-blocks/assets/js/hocs/with-attributes.js\";i:2649;s:61:\"packages/woocommerce-blocks/assets/js/hocs/with-categories.js\";i:2650;s:59:\"packages/woocommerce-blocks/assets/js/hocs/with-category.js\";i:2651;s:69:\"packages/woocommerce-blocks/assets/js/hocs/with-product-variations.js\";i:2652;s:58:\"packages/woocommerce-blocks/assets/js/hocs/with-product.js\";i:2654;s:93:\"packages/woocommerce-blocks/assets/js/hocs/with-transform-single-select-to-multiple-select.js\";i:2656;s:52:\"packages/woocommerce-blocks/assets/js/icons/index.js\";i:2713;s:46:\"packages/woocommerce-blocks/assets/js/index.js\";i:2714;s:57:\"packages/woocommerce-blocks/assets/js/middleware/index.js\";i:2715;s:67:\"packages/woocommerce-blocks/assets/js/middleware/store-api-nonce.js\";i:2716;s:97:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/bacs/constants.js\";i:2717;s:93:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/bacs/index.js\";i:2718;s:99:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cheque/constants.js\";i:2719;s:95:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cheque/index.js\";i:2720;s:96:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cod/constants.js\";i:2721;s:92:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/cod/index.js\";i:2722;s:99:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/paypal/constants.js\";i:2723;s:95:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/paypal/index.js\";i:2724;s:111:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/constants.js\";i:2725;s:110:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/elements.js\";i:2726;s:107:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/index.js\";i:2727;s:116:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/payment-method.js\";i:2728;s:128:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-checkout-subscriptions.js\";i:2729;s:121:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-element-options.js\";i:2730;s:121:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-payment-intents.js\";i:2731;s:124:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/credit-card/use-payment-processing.js\";i:2732;s:95:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/index.js\";i:2733;s:123:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/apple-pay-preview.js\";i:2734;s:115:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/constants.js\";i:2735;s:111:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/index.js\";i:2736;s:129:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/payment-request-express.js\";i:2737;s:132:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/use-checkout-subscriptions.js\";i:2738;s:124:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/use-event-handlers.js\";i:2739;s:124:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/payment-request/use-initialization.js\";i:2740;s:112:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/constants.js\";i:2741;s:108:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/index.js\";i:2742;s:114:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/load-stripe.js\";i:2743;s:112:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/normalize.js\";i:2744;s:112:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/type-defs.js\";i:2745;s:108:\"packages/woocommerce-blocks/assets/js/payment-method-extensions/payment-methods/stripe/stripe-utils/utils.js\";i:2747;s:60:\"packages/woocommerce-blocks/assets/js/previews/categories.js\";i:2748;s:60:\"packages/woocommerce-blocks/assets/js/previews/grid-block.js\";i:2749;s:55:\"packages/woocommerce-blocks/assets/js/previews/index.js\";i:2750;s:58:\"packages/woocommerce-blocks/assets/js/previews/products.js\";i:2751;s:57:\"packages/woocommerce-blocks/assets/js/previews/reviews.js\";i:2752;s:71:\"packages/woocommerce-blocks/assets/js/previews/saved-payment-methods.js\";i:2754;s:70:\"packages/woocommerce-blocks/assets/js/previews/single-product-block.js\";i:2762;s:85:\"packages/woocommerce-blocks/assets/js/settings/shared/test/compare-with-wp-version.js\";i:2764;s:73:\"packages/woocommerce-blocks/assets/js/settings/shared/test/get-setting.js\";i:2766;s:61:\"packages/woocommerce-blocks/assets/js/shared/context/index.js\";i:2767;s:82:\"packages/woocommerce-blocks/assets/js/shared/context/inner-block-layout-context.js\";i:2768;s:76:\"packages/woocommerce-blocks/assets/js/shared/context/product-data-context.js\";i:2769;s:58:\"packages/woocommerce-blocks/assets/js/shared/hocs/index.js\";i:2770;s:77:\"packages/woocommerce-blocks/assets/js/shared/hocs/with-filtered-attributes.js\";i:2771;s:78:\"packages/woocommerce-blocks/assets/js/shared/hocs/with-product-data-context.js\";i:2773;s:73:\"packages/woocommerce-blocks/assets/js/types/type-defs/add-to-cart-form.js\";i:2774;s:71:\"packages/woocommerce-blocks/assets/js/types/type-defs/address-fields.js\";i:2775;s:64:\"packages/woocommerce-blocks/assets/js/types/type-defs/billing.js\";i:2777;s:61:\"packages/woocommerce-blocks/assets/js/types/type-defs/cart.js\";i:2779;s:65:\"packages/woocommerce-blocks/assets/js/types/type-defs/contexts.js\";i:2783;s:62:\"packages/woocommerce-blocks/assets/js/types/type-defs/hooks.js\";i:2790;s:65:\"packages/woocommerce-blocks/assets/js/types/type-defs/settings.js\";i:2791;s:65:\"packages/woocommerce-blocks/assets/js/types/type-defs/shipping.js\";i:2797;s:63:\"packages/woocommerce-blocks/assets/js/utils/attributes-query.js\";i:2798;s:57:\"packages/woocommerce-blocks/assets/js/utils/attributes.js\";i:2799;s:55:\"packages/woocommerce-blocks/assets/js/utils/products.js\";i:2800;s:64:\"packages/woocommerce-blocks/assets/js/utils/shared-attributes.js\";i:2801;s:60:\"packages/woocommerce-blocks/assets/js/utils/test/products.js\";i:2803;s:60:\"packages/woocommerce-blocks/build/active-filters-frontend.js\";i:2805;s:51:\"packages/woocommerce-blocks/build/active-filters.js\";i:2807;s:58:\"packages/woocommerce-blocks/build/all-products-frontend.js\";i:2809;s:49:\"packages/woocommerce-blocks/build/all-products.js\";i:2811;s:48:\"packages/woocommerce-blocks/build/all-reviews.js\";i:2812;s:146:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart--atomic-block-components/button--atomic-block-components/image---a7e2bb9b.js\";i:2813;s:104:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart--atomic-block-components/button.js\";i:2814;s:81:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart-frontend.js\";i:2815;s:72:\"packages/woocommerce-blocks/build/atomic-block-components/add-to-cart.js\";i:2816;s:76:\"packages/woocommerce-blocks/build/atomic-block-components/button-frontend.js\";i:2817;s:67:\"packages/woocommerce-blocks/build/atomic-block-components/button.js\";i:2818;s:83:\"packages/woocommerce-blocks/build/atomic-block-components/category-list-frontend.js\";i:2819;s:74:\"packages/woocommerce-blocks/build/atomic-block-components/category-list.js\";i:2820;s:75:\"packages/woocommerce-blocks/build/atomic-block-components/image-frontend.js\";i:2821;s:66:\"packages/woocommerce-blocks/build/atomic-block-components/image.js\";i:2822;s:75:\"packages/woocommerce-blocks/build/atomic-block-components/price-frontend.js\";i:2823;s:66:\"packages/woocommerce-blocks/build/atomic-block-components/price.js\";i:2824;s:76:\"packages/woocommerce-blocks/build/atomic-block-components/rating-frontend.js\";i:2825;s:67:\"packages/woocommerce-blocks/build/atomic-block-components/rating.js\";i:2826;s:80:\"packages/woocommerce-blocks/build/atomic-block-components/sale-badge-frontend.js\";i:2827;s:71:\"packages/woocommerce-blocks/build/atomic-block-components/sale-badge.js\";i:2828;s:73:\"packages/woocommerce-blocks/build/atomic-block-components/sku-frontend.js\";i:2829;s:64:\"packages/woocommerce-blocks/build/atomic-block-components/sku.js\";i:2830;s:85:\"packages/woocommerce-blocks/build/atomic-block-components/stock-indicator-frontend.js\";i:2831;s:76:\"packages/woocommerce-blocks/build/atomic-block-components/stock-indicator.js\";i:2832;s:77:\"packages/woocommerce-blocks/build/atomic-block-components/summary-frontend.js\";i:2833;s:68:\"packages/woocommerce-blocks/build/atomic-block-components/summary.js\";i:2834;s:78:\"packages/woocommerce-blocks/build/atomic-block-components/tag-list-frontend.js\";i:2835;s:69:\"packages/woocommerce-blocks/build/atomic-block-components/tag-list.js\";i:2836;s:75:\"packages/woocommerce-blocks/build/atomic-block-components/title-frontend.js\";i:2837;s:66:\"packages/woocommerce-blocks/build/atomic-block-components/title.js\";i:2839;s:62:\"packages/woocommerce-blocks/build/attribute-filter-frontend.js\";i:2841;s:53:\"packages/woocommerce-blocks/build/attribute-filter.js\";i:2843;s:52:\"packages/woocommerce-blocks/build/blocks-checkout.js\";i:2844;s:82:\"packages/woocommerce-blocks/build/cart-blocks/accepted-payment-methods-frontend.js\";i:2845;s:73:\"packages/woocommerce-blocks/build/cart-blocks/checkout-button-frontend.js\";i:2846;s:68:\"packages/woocommerce-blocks/build/cart-blocks/empty-cart-frontend.js\";i:2847;s:73:\"packages/woocommerce-blocks/build/cart-blocks/express-payment-frontend.js\";i:2848;s:69:\"packages/woocommerce-blocks/build/cart-blocks/filled-cart-frontend.js\";i:2849;s:63:\"packages/woocommerce-blocks/build/cart-blocks/items-frontend.js\";i:2850;s:68:\"packages/woocommerce-blocks/build/cart-blocks/line-items-frontend.js\";i:2851;s:71:\"packages/woocommerce-blocks/build/cart-blocks/order-summary-frontend.js\";i:2852;s:64:\"packages/woocommerce-blocks/build/cart-blocks/totals-frontend.js\";i:2854;s:50:\"packages/woocommerce-blocks/build/cart-frontend.js\";i:2856;s:41:\"packages/woocommerce-blocks/build/cart.js\";i:2857;s:69:\"packages/woocommerce-blocks/build/checkout-blocks/actions-frontend.js\";i:2858;s:111:\"packages/woocommerce-blocks/build/checkout-blocks/billing-address--checkout-blocks/shipping-address-frontend.js\";i:2859;s:77:\"packages/woocommerce-blocks/build/checkout-blocks/billing-address-frontend.js\";i:2860;s:81:\"packages/woocommerce-blocks/build/checkout-blocks/contact-information-frontend.js\";i:2861;s:77:\"packages/woocommerce-blocks/build/checkout-blocks/express-payment-frontend.js\";i:2862;s:68:\"packages/woocommerce-blocks/build/checkout-blocks/fields-frontend.js\";i:2863;s:72:\"packages/woocommerce-blocks/build/checkout-blocks/order-note-frontend.js\";i:2864;s:75:\"packages/woocommerce-blocks/build/checkout-blocks/order-summary-frontend.js\";i:2865;s:69:\"packages/woocommerce-blocks/build/checkout-blocks/payment-frontend.js\";i:2866;s:78:\"packages/woocommerce-blocks/build/checkout-blocks/shipping-address-frontend.js\";i:2867;s:78:\"packages/woocommerce-blocks/build/checkout-blocks/shipping-methods-frontend.js\";i:2868;s:67:\"packages/woocommerce-blocks/build/checkout-blocks/terms-frontend.js\";i:2869;s:68:\"packages/woocommerce-blocks/build/checkout-blocks/totals-frontend.js\";i:2871;s:54:\"packages/woocommerce-blocks/build/checkout-frontend.js\";i:2873;s:45:\"packages/woocommerce-blocks/build/checkout.js\";i:2875;s:54:\"packages/woocommerce-blocks/build/featured-category.js\";i:2877;s:53:\"packages/woocommerce-blocks/build/featured-product.js\";i:2879;s:56:\"packages/woocommerce-blocks/build/handpicked-products.js\";i:2881;s:52:\"packages/woocommerce-blocks/build/legacy-template.js\";i:2883;s:65:\"packages/woocommerce-blocks/build/mini-cart-component-frontend.js\";i:2885;s:55:\"packages/woocommerce-blocks/build/mini-cart-contents.js\";i:2887;s:55:\"packages/woocommerce-blocks/build/mini-cart-frontend.js\";i:2889;s:46:\"packages/woocommerce-blocks/build/mini-cart.js\";i:2891;s:58:\"packages/woocommerce-blocks/build/price-filter-frontend.js\";i:2893;s:49:\"packages/woocommerce-blocks/build/price-filter.js\";i:2895;s:49:\"packages/woocommerce-blocks/build/price-format.js\";i:2897;s:57:\"packages/woocommerce-blocks/build/product-best-sellers.js\";i:2899;s:55:\"packages/woocommerce-blocks/build/product-categories.js\";i:2901;s:53:\"packages/woocommerce-blocks/build/product-category.js\";i:2903;s:48:\"packages/woocommerce-blocks/build/product-new.js\";i:2905;s:52:\"packages/woocommerce-blocks/build/product-on-sale.js\";i:2907;s:51:\"packages/woocommerce-blocks/build/product-search.js\";i:2909;s:48:\"packages/woocommerce-blocks/build/product-tag.js\";i:2911;s:54:\"packages/woocommerce-blocks/build/product-top-rated.js\";i:2913;s:58:\"packages/woocommerce-blocks/build/products-by-attribute.js\";i:2915;s:56:\"packages/woocommerce-blocks/build/reviews-by-category.js\";i:2917;s:55:\"packages/woocommerce-blocks/build/reviews-by-product.js\";i:2919;s:53:\"packages/woocommerce-blocks/build/reviews-frontend.js\";i:2921;s:60:\"packages/woocommerce-blocks/build/single-product-frontend.js\";i:2923;s:51:\"packages/woocommerce-blocks/build/single-product.js\";i:2925;s:58:\"packages/woocommerce-blocks/build/stock-filter-frontend.js\";i:2927;s:49:\"packages/woocommerce-blocks/build/stock-filter.js\";i:2928;s:155:\"packages/woocommerce-blocks/build/vendors--atomic-block-components/add-to-cart--cart-blocks/order-summary--checkout-blocks/billing-ad--c5eb4dcd-frontend.js\";i:2929;s:90:\"packages/woocommerce-blocks/build/vendors--atomic-block-components/add-to-cart-frontend.js\";i:2930;s:155:\"packages/woocommerce-blocks/build/vendors--atomic-block-components/price--cart-blocks/line-items--cart-blocks/order-summary--checkout--8a3571de-frontend.js\";i:2931;s:108:\"packages/woocommerce-blocks/build/vendors--cart-blocks/line-items--checkout-blocks/order-summary-frontend.js\";i:2932;s:155:\"packages/woocommerce-blocks/build/vendors--cart-blocks/order-summary--checkout-blocks/billing-address--checkout-blocks/order-summary---eb4d2cec-frontend.js\";i:2934;s:51:\"packages/woocommerce-blocks/build/wc-blocks-data.js\";i:2935;s:64:\"packages/woocommerce-blocks/build/wc-blocks-editor-style-rtl.css\";i:2936;s:60:\"packages/woocommerce-blocks/build/wc-blocks-editor-style.css\";i:2938;s:63:\"packages/woocommerce-blocks/build/wc-blocks-google-analytics.js\";i:2940;s:57:\"packages/woocommerce-blocks/build/wc-blocks-middleware.js\";i:2942;s:55:\"packages/woocommerce-blocks/build/wc-blocks-registry.js\";i:2944;s:61:\"packages/woocommerce-blocks/build/wc-blocks-shared-context.js\";i:2946;s:58:\"packages/woocommerce-blocks/build/wc-blocks-shared-hocs.js\";i:2947;s:57:\"packages/woocommerce-blocks/build/wc-blocks-style-rtl.css\";i:2948;s:53:\"packages/woocommerce-blocks/build/wc-blocks-style.css\";i:2949;s:65:\"packages/woocommerce-blocks/build/wc-blocks-vendors-style-rtl.css\";i:2950;s:61:\"packages/woocommerce-blocks/build/wc-blocks-vendors-style.css\";i:2951;s:54:\"packages/woocommerce-blocks/build/wc-blocks-vendors.js\";i:2953;s:46:\"packages/woocommerce-blocks/build/wc-blocks.js\";i:2955;s:59:\"packages/woocommerce-blocks/build/wc-payment-method-bacs.js\";i:2957;s:61:\"packages/woocommerce-blocks/build/wc-payment-method-cheque.js\";i:2959;s:58:\"packages/woocommerce-blocks/build/wc-payment-method-cod.js\";i:2961;s:61:\"packages/woocommerce-blocks/build/wc-payment-method-paypal.js\";i:2963;s:61:\"packages/woocommerce-blocks/build/wc-payment-method-stripe.js\";i:2965;s:48:\"packages/woocommerce-blocks/build/wc-settings.js\";i:2999;s:75:\"packages/woocommerce-blocks/packages/checkout/blocks-registry/test/index.js\";i:3005;s:84:\"packages/woocommerce-blocks/packages/checkout/components/checkbox-control/style.scss\";i:3006;s:80:\"packages/woocommerce-blocks/packages/checkout/components/discounts-meta/index.js\";i:3007;s:80:\"packages/woocommerce-blocks/packages/checkout/components/error-boundary/index.js\";i:3008;s:65:\"packages/woocommerce-blocks/packages/checkout/components/index.js\";i:3010;s:76:\"packages/woocommerce-blocks/packages/checkout/components/order-meta/index.js\";i:3011;s:89:\"packages/woocommerce-blocks/packages/checkout/components/order-shipping-packages/index.js\";i:3013;s:73:\"packages/woocommerce-blocks/packages/checkout/components/panel/style.scss\";i:3015;s:82:\"packages/woocommerce-blocks/packages/checkout/components/totals-wrapper/style.scss\";i:3018;s:72:\"packages/woocommerce-blocks/packages/checkout/components/totals/index.js\";i:3021;s:79:\"packages/woocommerce-blocks/packages/checkout/components/totals/item/style.scss\";i:3026;s:80:\"packages/woocommerce-blocks/packages/checkout/components/totals/taxes/style.scss\";i:3028;s:75:\"packages/woocommerce-blocks/packages/checkout/filter-registry/test/admin.js\";i:3029;s:75:\"packages/woocommerce-blocks/packages/checkout/filter-registry/test/index.js\";i:3030;s:54:\"packages/woocommerce-blocks/packages/checkout/index.js\";i:3031;s:59:\"packages/woocommerce-blocks/packages/checkout/slot/index.js\";i:3032;s:56:\"packages/woocommerce-blocks/packages/checkout/style.scss\";i:3034;s:60:\"packages/woocommerce-blocks/packages/checkout/utils/index.js\";i:3036;s:52:\"packages/woocommerce-blocks/packages/prices/index.js\";i:3037;s:58:\"packages/woocommerce-blocks/packages/prices/utils/index.js\";i:3039;s:63:\"packages/woocommerce-blocks/packages/prices/utils/test/price.js\";}}}','yes'),(51119,'wc_connect_services_last_update','1646930072','yes'),(51120,'wc_connect_last_heartbeat','1646846830','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:\"76015\";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:\"76015\";}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:1:{i:0;O:8:\"stdClass\":4:{s:2:\"id\";s:22:\"wcs-202201-us-ca-taxes\";s:11:\"dismissible\";b:1;s:4:\"type\";s:7:\"warning\";s:7:\"message\";s:233:\"<strong>WooCommerce Tax:</strong> <a href=\"https://woocommerce.com/document/woocommerce-shipping-and-tax/woocommerce-tax/#jan-2022-ca-notice\">Important notice</a> regarding taxes collected for orders placed from California customers.\";}}}','yes'),(50934,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(50805,'woocommerce_store_address','3612 S Cooper St Suite 120 Rm 105','yes'),(50806,'woocommerce_store_address_2','','yes'),(50807,'woocommerce_store_city','Arlington','yes'),(50808,'woocommerce_default_country','US:TX','yes'),(50809,'woocommerce_store_postcode','76015','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','yes','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:1646930058;s:9:\"hide_jitm\";a:2:{s:23:\"wccom_plugin_extensions\";a:2:{s:14:\"last_dismissal\";i:1573587725;s:6:\"number\";i:1;}s:10:\"videopress\";a:2:{s:14:\"last_dismissal\";i:1639935103;s:6:\"number\";i:1;}}s:30:\"recommendations_banner_enabled\";b:0;}','yes'),(51122,'jetpack_protect_key','aafecd1420c28aeea205a44840d340d50dfe3e0c','no'),(51124,'wc_connect_taxes_enabled','yes','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','1643214709','yes'),(157048,'action_scheduler_hybrid_store_demarkation','425','yes'),(157049,'schema-ActionScheduler_StoreSchema','6.0.1644170772','yes'),(157050,'schema-ActionScheduler_LoggerSchema','3.0.1644170772','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','yes','no'),(50862,'woocommerce_enable_signup_and_login_from_checkout','yes','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','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(50874,'woocommerce_trash_failed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','no'),(50875,'woocommerce_trash_cancelled_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','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','lavishluxebylenee@outlook.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','1643214709','yes'),(431901,'product_cat_children','a:1:{i:19;a:1:{i:0;i:33;}}','yes'),(50914,'default_product_cat','17','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'),(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:14:\"template_files\";}','yes'),(5727,'rlrsssl_options','a:16:{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.3.0\";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:13:\"high_contrast\";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'),(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'),(462385,'jetpack_site_products','a:0:{}','yes'),(238185,'woocommerce_version','6.2.2','yes'),(282501,'_hfe_db_version','1.6.9','yes'),(282502,'wpins_essential_adons_elementor_force_tracked','1','yes'),(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:32:{s:27:\"stripe_applepay_holiday2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"stripe_applepay_holiday2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Boost sales this holiday season with Apple Pay!\";s:7:\"content\";s:380:\"Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/stripe/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#apple-pay\">enable Apple Pay with Stripe</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"stripe_applepay_holiday2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Accept Apple Pay\";}}s:3:\"url\";s:34:\"https://woocommerce.com/apple-pay/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-08 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-26 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}s:27:\"square_applepay_holiday2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"square_applepay_holiday2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Boost sales this holiday season with Apple Pay!\";s:7:\"content\";s:393:\"Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/woocommerce-square/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#section-14\">enable Apple Pay with Square</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"square_applepay_holiday2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Accept Apple Pay\";}}s:3:\"url\";s:34:\"https://woocommerce.com/apple-pay/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-08 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-26 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-square\";}}}}s:26:\"wcpay_applepay_holiday2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"wcpay_applepay_holiday2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Boost sales this holiday season with Apple Pay!\";s:7:\"content\";s:338:\"Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/payments/apple-pay/\">enable Apple Pay with WooCommerce Payments</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"wcpay_applepay_holiday2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Accept Apple Pay\";}}s:3:\"url\";s:34:\"https://woocommerce.com/apple-pay/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-08 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-26 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}s:27:\"new_in_app_marketplace_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"new_in_app_marketplace_2021\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Customize your store with extensions\";s:7:\"content\";s:164:\"Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"browse_extensions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Browse extensions\";}}s:3:\"url\";s:15:\"&page=wc-addons\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:14:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.7\";}}}s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:42:\"https://woocommerce.com/products/wayflyer/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:45:\"https://woocommerce.com/woocommerce-shipping/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:30:\"wc_shipping_mobile_app_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wc_shipping_mobile_app_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:69:\"Print and manage your shipping labels with the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"wc_shipping_mobile_app_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:30:\"Get the WooCommerce Mobile App\";}}s:3:\"url\";s:31:\"https://woocommerce.com/mobile/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}s:37:\"ecomm-need-help-setting-up-your-store\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"ecomm-need-help-setting-up-your-store\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:32:\"Need help setting up your Store?\";s:7:\"content\";s:350:\"Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"set-up-concierge\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Schedule free session\";}}s:3:\"url\";s:34:\"https://wordpress.com/me/concierge\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:16:48\";}i:1;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:251:\"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:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:17:25\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:2;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:270:\"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:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:18:01\";}i:1;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:2;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:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:18:37\";}i:1;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:2;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:467:\"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:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;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:2;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:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"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:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;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:175:\"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:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:20:31\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:2;}i:2;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:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}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: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:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}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:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:56:\"https://woocommerce.com/products/google-listings-and-ads\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"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:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;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:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{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:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{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:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:30:\"wcpay-promo-2021-6-incentive-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wcpay-promo-2021-6-incentive-1\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:82:\"Simplify the payments process for you and your customers with WooCommerce Payments\";s:7:\"content\";s:702:\"With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br/><br/>\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"get-woo-commerce-payments\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Payments\";}}s:3:\"url\";s:57:\"admin.php?page=wc-admin&action=setup-woocommerce-payments\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:13:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:32:41\";}i:1;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:2;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:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:4;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:5;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:2:\">=\";s:4:\"days\";i:31;}i:6;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:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.0\";}i:8;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: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:8:\"actioned\";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-11\";s:6:\"status\";s:10:\"unactioned\";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:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:19:\"wcpay-promo-2020-12\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:30:\"wcpay-promo-2021-6-incentive-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wcpay-promo-2021-6-incentive-2\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:82:\"Simplify the payments process for you and your customers with WooCommerce Payments\";s:7:\"content\";s:702:\"With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br/><br/>\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&utm_source=product&utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"get-woocommerce-payments\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Payments\";}}s:3:\"url\";s:57:\"admin.php?page=wc-admin&action=setup-woocommerce-payments\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:13:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:17\";}i:1;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:2;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:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:4;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:5;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:2:\">=\";s:4:\"days\";i:31;}i:6;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:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.0\";}i:8;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: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:8:\"actioned\";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-11\";s:6:\"status\";s:10:\"unactioned\";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:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:12;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:442:\"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:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;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: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:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;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:358:\"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 <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> 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:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;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: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:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:39:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:26:\"ecomm-wc-navigation-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"ecomm-wc-navigation-survey\";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:\"We’d like your feedback on the WooCommerce navigation\";s:7:\"content\";s:134:\"We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-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:63:\"https://automattic.survey.fm/feedback-on-woocommerce-navigation\";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:\"2022-01-27 20:38:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:90;}}}s:43:\"wc_simple_payments_m2_reader_launch_q1_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"wc_simple_payments_m2_reader_launch_q1_2022\";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:\"Take quick and easy in-person payments\";s:7:\"content\";s:300:\"WooCommerce is continuing to power up your business with our new Simple Payments feature, built exclusively for WooCommerce In-Person Payments. Capture quick and simple payments anywhere else your customers are – or offer a local pickup option with payment taken in-person for orders placed online.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"wc_simple_payments_m2_reader_launch_q1_2022\";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:43:\"https://woocommerce.com/in-person-payments/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-02-04 00:00:43\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-02-24 23:59:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}}','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'),(287044,'wpos_anylc_redirect','','yes'),(287060,'wpos_anylc_site_uid','26c727f8275a8a594b50e59b3b81072a','yes'),(277513,'can_compress_scripts','0','no'),(293854,'rsssl_current_version','5.2.3','yes'),(282299,'ucp_notices','a:0:{}','yes'),(264669,'jetpack_sync_settings_checksum_disable','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'),(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:7:{i:0;s:17:\"security-settings\";i:1;s:12:\"advanced-seo\";i:2;s:18:\"upload-video-files\";i:3;s:7:\"akismet\";i:4;s:14:\"send-a-message\";i:5;s:15:\"whatsapp-button\";i:6;s:15:\"social-previews\";}s:9:\"available\";a:28:{s:16:\"google-analytics\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:17:\"security-settings\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:12:\"advanced-seo\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:18:\"upload-video-files\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:13:\"video-hosting\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:7:\"wordads\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:7:\"akismet\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s: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:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:15:\"whatsapp-button\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:15:\"social-previews\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:9:\"donations\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s: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:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:11:\"republicize\";a:14:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:26:\"jetpack_security_t1_yearly\";i:11;s:27:\"jetpack_security_t1_monthly\";i:12;s:26:\"jetpack_security_t2_yearly\";i:13;s:27:\"jetpack_security_t2_monthly\";}s:25:\"premium-content/container\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:16:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:26:\"jetpack_security_t1_yearly\";i:13;s:27:\"jetpack_security_t1_monthly\";i:14;s:26:\"jetpack_security_t2_yearly\";i:15;s:27:\"jetpack_security_t2_monthly\";}s: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:1644330413;s:4:\"feed\";a:0:{}s:6:\"events\";a:48:{i:0;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20220110\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:525:\"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=8.3.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:210:\"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=8.3.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"01/10/2022 3:59 pm\";s:3:\"end\";s:10:\"01/23/2022\";}i:1;a:7:{s:2:\"id\";s:43:\"monsterinsights_notification_year_in_review\";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:5:\"start\";s:10:\"2022-01-01\";s:3:\"end\";s:10:\"2022-01-14\";s:5:\"title\";s:32:\"View 2021 Year in Review report!\";s:7:\"content\";s:100:\"See how your website performed this year and find tips along the way to help grow even more in 2022!\";s:4:\"btns\";a:1:{s:10:\"learn_more\";a:2:{s:3:\"url\";s:93:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_reports#/year-in-review\";s:4:\"text\";s:10:\"Learn More\";}}}i:2;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20211228\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 visitors found your site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"12/28/2021 2:09 pm\";s:3:\"end\";s:10:\"01/25/2022\";}i:3;a:8:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20211216\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:48:\"Headline Analyzer to Boost Your Clicks & Traffic\";s:7:\"content\";s:662:\"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=8.3.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:197:\"https://www.monsterinsights.com/announcing-monsterinsights-new-headline-analyzer/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.3.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/16/2021 9:02 pm\";s:3:\"end\";s:10:\"02/12/2022\";}i:4;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20211216\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"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=8.3.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:199:\"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=8.3.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/16/2021 8:33 pm\";s:3:\"end\";s:10:\"01/08/2022\";}i:5;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20211216\";s:4:\"icon\";s:7:\"default\";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:\"12/16/2021 8:33 pm\";s:3:\"end\";s:10:\"01/03/2022\";}i:6;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20211216\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:56:\"Upgrade to MonsterInsights Pro to Enable Google Optimize\";s:7:\"content\";s:658:\"<a href=\"https://www.monsterinsights.com/addon/google-optimize/?utm_source=liteplugin&utm_medium=monsterinsights-notifications-sidebar&utm_campaign=notifications&utm_content=8.3.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:\"12/16/2021 8:31 pm\";s:3:\"end\";s:10:\"01/13/2022\";}i:7;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20211216\";s:4:\"icon\";s:7:\"warning\";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:\"12/16/2021 8:23 pm\";s:3:\"end\";s:10:\"01/13/2022\";}i:8;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20211216\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:634:\"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=8.3.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:\"12/16/2021 6:51 pm\";s:3:\"end\";s:10:\"01/03/2022\";}i:9;a:8:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20211216\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:77:\"Get access to Google Search Keywords data by upgrading to MonsterInsights Pro\";s:7:\"content\";s:521:\"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=8.3.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:\"12/16/2021 6:26 pm\";s:3:\"end\";s:10:\"01/13/2022\";}i:10;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20211216\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:498:\"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=8.3.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:200:\"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=8.3.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/16/2021 6:11 pm\";s:3:\"end\";s:10:\"12/29/2021\";}i:11;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20211215\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:525:\"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=8.3.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:210:\"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=8.3.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"12/15/2021 8:08 pm\";s:3:\"end\";s:10:\"12/28/2021\";}i:12;a:8:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20211122\";s:4:\"icon\";s:4:\"star\";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:\"11/22/2021 1:44 pm\";s:3:\"end\";s:10:\"12/30/2021\";}i:13;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20211122\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:525:\"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=8.2.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:210:\"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=8.2.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"11/22/2021 1:42 pm\";s:3:\"end\";s:10:\"12/05/2021\";}i:14;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20211122\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 visitors found your site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"11/22/2021 1:41 pm\";s:3:\"end\";s:10:\"12/20/2021\";}i:15;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20210928\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:33:\"Traffic from Mobile Devices is 0%\";s:7:\"content\";s:525:\"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=8.0.1\" 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:210:\"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=8.0.1\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/28/2021 7:04 pm\";s:3:\"end\";s:10:\"10/11/2021\";}i:16;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20210925\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:30:\"Set Up Affiliate Link Tracking\";s:7:\"content\";s:556:\"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=8.0.1\" 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:199:\"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=8.0.1\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/25/2021 1:33 am\";s:3:\"end\";s:10:\"10/18/2021\";}i:17;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20210924\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 visitors found your site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"09/24/2021 3:39 pm\";s:3:\"end\";s:10:\"10/22/2021\";}i:18;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20210918\";s:4:\"icon\";s:7:\"default\";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:\"09/18/2021 7:43 pm\";s:3:\"end\";s:10:\"10/06/2021\";}i:19;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20210918\";s:4:\"icon\";s:7:\"warning\";s:5:\"title\";s:55:\"Upgrade to MonsterInsights Pro to Track Form Conversion\";s:7:\"content\";s:634:\"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=8.0.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:\"09/18/2021 7:42 pm\";s:3:\"end\";s:10:\"10/06/2021\";}i:20;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20210916\";s:4:\"icon\";s:7:\"default\";s:5:\"title\";s:44:\"Only 0% of your visitors return to your site\";s:7:\"content\";s:498:\"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=8.0.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:200:\"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=8.0.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/16/2021 3:17 am\";s:3:\"end\";s:10:\"09/29/2021\";}i:21;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20210910\";s:4:\"icon\";s:7:\"default\";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.18.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.18.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"09/10/2021 5:17 am\";s:3:\"end\";s:10:\"09/23/2021\";}i:22;a:8:{s:2:\"id\";s:55:\"monsterinsights_notification_headline_analyzer_20210904\";s:4:\"icon\";s:7:\"default\";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.18.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.18.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"09/04/2021 11:23 am\";s:3:\"end\";s:10:\"11/01/2021\";}i:23;a:8:{s:2:\"id\";s:62:\"monsterinsights_notification_to_setup_affiliate_links_20210831\";s:4:\"icon\";s:7:\"default\";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.18.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.18.0\";s:4:\"text\";s:9:\"Read More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:19:\"08/31/2021 12:55 am\";s:3:\"end\";s:10:\"09/23/2021\";}i:24;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_to_add_more_file_extensions_20210827\";s:4:\"icon\";s:7:\"default\";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:\"08/27/2021 6:28 pm\";s:3:\"end\";s:10:\"09/14/2021\";}i:25;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_google_optimize_20210827\";s:4:\"icon\";s:7:\"warning\";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.18.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:\"08/27/2021 6:27 pm\";s:3:\"end\";s:10:\"09/24/2021\";}i:26;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_email_summaries_20210827\";s:4:\"icon\";s:7:\"warning\";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:\"08/27/2021 6:00 pm\";s:3:\"end\";s:10:\"09/24/2021\";}i:27;a:8:{s:2:\"id\";s:65:\"monsterinsights_notification_upgrade_for_form_conversion_20210827\";s:4:\"icon\";s:7:\"warning\";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.18.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:\"08/27/2021 6:00 pm\";s:3:\"end\";s:10:\"09/14/2021\";}i:28;a:8:{s:2:\"id\";s:71:\"monsterinsights_notification_upgrade_for_search_console_report_20210827\";s:4:\"icon\";s:7:\"warning\";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.18.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:\"08/27/2021 5:59 pm\";s:3:\"end\";s:10:\"09/24/2021\";}i:29;a:8:{s:2:\"id\";s:56:\"monsterinsights_notification_returning_visitors_20210827\";s:4:\"icon\";s:7:\"default\";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.18.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.18.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/27/2021 5:53 pm\";s:3:\"end\";s:10:\"09/09/2021\";}i:30;a:8:{s:2:\"id\";s:52:\"monsterinsights_notification_upgrade_to_pro_20210824\";s:4:\"icon\";s:4:\"star\";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:\"08/24/2021 6:10 pm\";s:3:\"end\";s:10:\"10/01/2021\";}i:31;a:8:{s:2:\"id\";s:51:\"monsterinsights_notification_mobile_device_20210824\";s:4:\"icon\";s:7:\"default\";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.18.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.18.0\";s:4:\"text\";s:10:\"Learn More\";s:11:\"is_external\";b:1;}}s:5:\"start\";s:18:\"08/24/2021 6:04 pm\";s:3:\"end\";s:10:\"09/06/2021\";}i:32;a:8:{s:2:\"id\";s:46:\"monsterinsights_notification_visitors_20210824\";s:4:\"icon\";s:9:\"lightning\";s:5:\"title\";s:35:\"See how 0 visitors found your site!\";s:7:\"content\";s:122:\"Your website has been visited by 0 visitors in the past 30 days. Click the button below to view the full analytics report.\";s:4:\"type\";a:5:{i:0;s:5:\"basic\";i:1;s:4:\"lite\";i:2;s:6:\"master\";i:3;s:4:\"plus\";i:4;s:3:\"pro\";}s:4:\"btns\";a:1:{s:11:\"view_report\";a:2:{s:3:\"url\";s:190:\"https://lavishluxebylenee.com/wp-admin/admin.php?page=monsterinsights_reports&monsterinsights-scroll=monsterinsights-report-overview&monsterinsights-highlight=monsterinsights-report-overview\";s:4:\"text\";s:11:\"View Report\";}}s:5:\"start\";s:18:\"08/24/2021 6:03 pm\";s:3:\"end\";s:10:\"09/21/2021\";}i:33;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:34;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:35;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:36;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:37;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:38;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:39;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:40;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:41;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:42;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:43;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:44;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:45;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:46;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:47;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:{}}','no'),(256846,'rsssl_remaining_tasks','1','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:0;s:19:\"akismet/akismet.php\";i:1;s:35:\"backupwordpress/backupwordpress.php\";i:2;s:19:\"jetpack/jetpack.php\";i:3;s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";i:4;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:5;s:27:\"woocommerce/woocommerce.php\";i:6;s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";i:7;s:45:\"woocommerce-services/woocommerce-services.php\";i:8;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:9;s:41:\"wpfront-scroll-top/wpfront-scroll-top.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:23:\"elementor/elementor.php\";i:13;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:14;s:54:\"woo-usps-shipping-method/usps-woocommerce-shipping.php\";i:15;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:16;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:17;s:47:\"mojo-marketplace-wp-plugin/mojo-marketplace.php\";i:18;s:27:\"ninja-forms/ninja-forms.php\";i:19;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:20;s:61:\"sticky-menu-or-anything-on-scroll/sticky-menu-or-anything.php\";i:21;s:46:\"under-construction-page/under-construction.php\";i:22;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.13\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Layout and Styles\",\"image\":\"assets\\/img\\/add-ons\\/layout-styles.png\",\"content\":\"Drag and drop fields into columns and rows. Resize fields. Add backgrounds, adjust borders, and more. Design gorgeous forms without being a designer!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles\",\"plugin\":\"ninja-forms-style\\/ninja-forms-style.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/layouts-and-styles\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Layout+and+Styles+Docs\",\"version\":\"3.0.29\",\"categories\":[{\"name\":\"Look &amp; Feel\",\"slug\":\"look-feel\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"Mailchimp\",\"image\":\"assets\\/img\\/add-ons\\/mailchimp.png\",\"content\":\"Bring new life to your lists with upgraded Mailchimp signup forms for WordPress! Easy to build and customize with no code required. Link to lists and interest groups!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp\",\"plugin\":\"ninja-forms-mail-chimp\\/ninja-forms-mail-chimp.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailchimp\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Mailchimp+Docs\",\"version\":\"3.3.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Campaign Monitor\",\"image\":\"assets\\/img\\/add-ons\\/campaign-monitor.png\",\"content\":\"Make any form a custom crafted WordPress signup form for Campaign Monitor. Connect to any list, link form fields to list fields, and watch your lists grow!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor\",\"plugin\":\"ninja-forms-campaign-monitor\\/ninja-forms-campaign-monitor.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/campaign-monitor\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Campaign+Monitor+Docs\",\"version\":\"3.0.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\":\"User Analytics\",\"image\":\"assets\\/img\\/add-ons\\/user-analytics.png\",\"content\":\"Get better data on where your form traffic is coming from with every submission. Add 12+ analytics fields including UTM values,  URL referrer, geo data, and more!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics\",\"plugin\":\"ninja-forms-user-analytics\\/ninja-forms-user-analytics.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-analytics\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Analytics+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Constant Contact\",\"image\":\"assets\\/img\\/add-ons\\/constant-contact.png\",\"content\":\"Connect WordPress to Constant Contact with forms that you can build and design just the way you want, no tech skills required! Subscribe users to any list or interest group.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact\",\"plugin\":\"ninja-forms-constant-contact\\/ninja-forms-constant-contact.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/constant-contact\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Constant+Contact+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"AWeber\",\"image\":\"assets\\/img\\/add-ons\\/aweber.png\",\"content\":\"Build your lists faster with easy to design, professional quality WordPress signup forms. No technical skills required. Connect WordPress to AWeber with style!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber\",\"plugin\":\"ninja-forms-aweber\\/ninja-forms-aweber.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/aweber\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=AWeber+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PayPal Express\",\"image\":\"assets\\/img\\/add-ons\\/paypal-express.png\",\"content\":\"Set up any form to accept PayPal payments with PayPal Express for WordPress! Base totals on a fixed amount, user entered amount, or a calculated total.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express\",\"plugin\":\"ninja-forms-paypal-express\\/ninja-forms-paypal-express.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/paypal-express\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PayPal+Express+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"MailPoet\",\"image\":\"assets\\/img\\/add-ons\\/mailpoet.png\",\"content\":\"Say hello better! Customize your MailPoet signup forms to draw more subscribers than ever before. Connect WordPress to any MailPoet list in minutes!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet\",\"plugin\":\"ninja-forms-mailpoet\\/nf-mailpoet.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/mailpoet\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=MailPoet+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zoho CRM\",\"image\":\"assets\\/img\\/add-ons\\/zoho-crm.png\",\"content\":\"Customize your forms to get the most out of your connection between WordPress and Zoho. Link form fields directly to Zoho fields, custom fields included, from almost any module.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/ninja-forms-zoho-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zoho-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zoho+CRM+Docs\",\"version\":\"3.5.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Capsule CRM\",\"image\":\"assets\\/img\\/add-ons\\/capsule-crm.png\",\"content\":\"Boost conversions from WordPress to Capsule with forms tailor made to your audience. Link form fields to Capsule fields from a wide range of modules. Custom fields too!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM\",\"plugin\":\"ninja-forms-capsule-crm\\/ninja-forms-capsule-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/capsule-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Capsule+CRM+Docs\",\"version\":\"3.4.2\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Stripe\",\"image\":\"assets\\/img\\/add-ons\\/stripe.png\",\"content\":\"Set up any WordPress form to accept credit card payments or donations through Stripe. Base totals on a fixed amount, user entered amount, or a calculated total!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe\",\"plugin\":\"ninja-forms-stripe\\/ninja-forms-stripe.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/stripe\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Stripe+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Insightly CRM\",\"image\":\"assets\\/img\\/add-ons\\/insightly-crm.png\",\"content\":\"Your customer\'s journey begins with your WordPress forms. Send Contacts, Leads, Opportunities, Custom fields and more seamlessly from WordPress to Insightly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM\",\"plugin\":\"ninja-forms-insightly-crm\\/ninja-forms-insightly-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/insightly-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Insightly+CRM+Docs\",\"version\":\"3.2.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PDF Form Submission\",\"image\":\"assets\\/img\\/add-ons\\/pdf-form-submission.png\",\"content\":\"Generate a PDF of any WordPress form submission. Export any submission as a PDF, or attach it to an email and send a copy to whoever needs one!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission\",\"plugin\":\"ninja-forms-pdf-submissions\\/nf-pdf-submissions.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pdf\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PDF+Form+Submission+Docs\",\"version\":\"3.1.7\",\"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.4\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Elavon\",\"image\":\"assets\\/img\\/add-ons\\/elavon.png\",\"content\":\"Accept credit card payments from any of your WordPress forms. Pass customer and invoice info from any field securely into Elavon with each payment.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon\",\"plugin\":\"ninja-forms-elavon-payment-gateway\\/ninja-forms-elavon-payment-gateway.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/elavon\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Elavon+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Zapier\",\"image\":\"assets\\/img\\/add-ons\\/zapier.png\",\"content\":\"Don\'t see an add-on integration for a service you love? Don\'t worry! Connect WordPress to more than 1,500 different services through Zapier, no code required!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier\",\"plugin\":\"ninja-forms-zapier\\/ninja-forms-zapier.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/zapier\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Zapier+Docs\",\"version\":\"3.0.8\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Salesforce CRM\",\"image\":\"assets\\/img\\/add-ons\\/salesforce-crm.png\",\"content\":\"Easily map any form field to any Salesforce Object or Field. A better connection to your customers begins with a better WordPress form builder!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM\",\"plugin\":\"ninja-forms-salesforce-crm\\/ninja-forms-salesforce-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/salesforce-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Salesforce+CRM+Docs\",\"version\":\"3.3.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Slack\",\"image\":\"assets\\/img\\/add-ons\\/slack.png\",\"content\":\"Get realtime Slack notifications in the workspace and channel of your choice with any new WordPress form submission. @Mention any team member!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack\",\"plugin\":\"ninja-forms-slack\\/ninja-forms-slack.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/slack\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Slack+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"CleverReach\",\"image\":\"assets\\/img\\/add-ons\\/cleverreach.png\",\"content\":\"Grow the reach of your email marketing with better CleverReach signup forms. Tailor your forms to your audience with this easy to set up integration!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach\",\"plugin\":\"ninja-forms-cleverreach\\/ninja-forms-cleverreach.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/cleverreach\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=CleverReach+Docs\",\"version\":\"3.1.5\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Webhooks\",\"image\":\"assets\\/img\\/add-ons\\/webhooks.png\",\"content\":\"Can\'t find a WordPress integration for the service you love? Send WordPress forms data to any external URL using a simple GET or POST request!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks\",\"plugin\":\"ninja-forms-webhooks\\/ninja-forms-webhooks.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webhooks\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Webhooks+Docs\",\"version\":\"3.0.5\",\"categories\":[{\"name\":\"Notifications\",\"slug\":\"notifications\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Custom Integrations\",\"slug\":\"custom-integrations\"}]},{\"title\":\"Excel Export\",\"image\":\"assets\\/img\\/add-ons\\/excel-export.png\",\"content\":\"Export any form\'s submissions as a Microsoft Excel spreadsheet. Choose a date range, the fields you want to include, and export to Excel! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export\",\"plugin\":\"ninja-forms-excel-export\\/ninja-forms-excel-export.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/excel-export\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Excel+Export+Docs\",\"version\":\"3.3.3\",\"categories\":[{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"File Management\",\"slug\":\"file-management\"}]},{\"title\":\"Formstack Documents\",\"image\":\"assets\\/img\\/add-ons\\/webmerge.png\",\"content\":\"Create specifically formatted templates from an uploaded PDF or Word document, then auto-fill them from any WordPress form submission!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents\",\"plugin\":\"ninja-forms-webmerge\\/ninja-forms-webmerge.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/webmerge\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Formstack+Documents+Docs\",\"version\":\"3.0.3\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Help Scout\",\"image\":\"assets\\/img\\/add-ons\\/help-scout.png\",\"content\":\"Offering great support is hard. Tailor your WordPress forms to match your customers\' needs with this Help Scout integration for WordPress.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout\",\"plugin\":null,\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/help-scout\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Help+Scout+Docs\",\"version\":\"3.1.3\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Emma\",\"image\":\"assets\\/img\\/add-ons\\/emma.png\",\"content\":\"Take your email marketing further with handcrafted, easy to build signup forms that connect directly into your Emma account! \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma\",\"plugin\":\"ninja-forms-emma\\/ninja-forms-emma.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emma\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Emma+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Developer\",\"slug\":\"developer\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"User\",\"slug\":\"user\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ClickSend SMS\",\"image\":\"assets\\/img\\/add-ons\\/clicksend-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS\",\"plugin\":\"ninja-forms-clicksend\\/ninja-forms-clicksend.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/clicksend-sms\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ClickSend+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Twilio SMS\",\"image\":\"assets\\/img\\/add-ons\\/twilio-sms.png\",\"content\":\"Get instant SMS notifications with every new WordPress form submission. Respond to leads faster and make more personal connections!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS\",\"plugin\":\"ninja-forms-twilio\\/ninja-forms-twilio.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/twilio\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Twilio+SMS+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Notification and Workflow\",\"slug\":\"notification-workflow\"}]},{\"title\":\"Recurly\",\"image\":\"assets\\/img\\/add-ons\\/recurly.png\",\"content\":\"Subscription plans a part of your business model? Let your users subscribe from any WordPress form & make management easier with Recurly!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly\",\"plugin\":\"ninja-forms-recurly\\/ninja-forms-recurly.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/recurly\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Recurly+Docs\",\"version\":\"3.0.4\",\"categories\":[{\"name\":\"Payment Gateways\",\"slug\":\"payment-gateways\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"User Management\",\"image\":\"assets\\/img\\/add-ons\\/user-management.png\",\"content\":\"Allow your users to register, login, and manage their own profiles on your website. Customizable template forms for each, or design your own!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management\",\"plugin\":\"ninja-forms-user-management\\/ninja-forms-user-management.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/user-management\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=User+Management+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"User Management\",\"slug\":\"user-management\"}]},{\"title\":\"Save Progress\",\"image\":\"assets\\/img\\/add-ons\\/save-progress.png\",\"content\":\"Let your users save their work and reload it all when they have time to return. Don\'t lose out on valuable submissions for longer forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress\",\"plugin\":\"ninja-forms-save-progress\\/ninja-forms-save-progress.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/save-progress\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Save+Progress+Docs\",\"version\":\"3.0.25\",\"categories\":[{\"name\":\"Content Management\",\"slug\":\"content-management\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"},{\"name\":\"Form Function and Design\",\"slug\":\"form-function-design\"}]},{\"title\":\"EmailOctopus\",\"image\":\"assets\\/img\\/add-ons\\/emailoctopus.png\",\"content\":\"Pair WordPress\' best drag and drop form builder with your EmailOctopus account for incredibly effective signup forms. Easy, complete integration.\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus\",\"plugin\":\"ninja-forms-emailoctopus\\/ninja-forms-emailoctopus.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/emailoctopus\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=EmailOctopus+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Business\",\"slug\":\"business\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"PipelineDeals CRM\",\"image\":\"assets\\/img\\/add-ons\\/pipelinedeals-crm.png\",\"content\":\"Complete, effortless integration with PipelineDeals CRM. Increase the flow of leads into your sales pipeline with upgraded lead generation forms!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM\",\"plugin\":\"ninja-forms-zoho-crm\\/zoho-integration.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/pipelinedeals-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=PipelineDeals+CRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"Highrise CRM\",\"image\":\"assets\\/img\\/add-ons\\/highrise-crm.png\",\"content\":\"Get more out of the functional simplicity of Highrise CRM with forms that can be designed from the ground up to maximize conversion. \",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM\",\"plugin\":\"ninja-forms-highrise-crm\\/ninja-forms-highrise-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/highrise-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=Highrise+CRM+Docs\",\"version\":\"3.0.0\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ConvertKit\",\"image\":\"assets\\/img\\/add-ons\\/convertkit.png\",\"content\":\"Connect WordPress to your ConvertKit account with completely customizable opt-in forms. Watch your audience & sales grow like never before!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit\",\"plugin\":\"ninja-forms-convertkit\\/ninja-forms-convertkit.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/convertkit\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ConvertKit+Docs\",\"version\":\"3.1.1\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Personal\",\"slug\":\"personal\"},{\"name\":\"Professional\",\"slug\":\"professional\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"OnePageCRM\",\"image\":\"assets\\/img\\/add-ons\\/onepage-crm.png\",\"content\":\"Integrate WordPress with OnePage CRM seamlessly through highly customizable WordPress forms. Make better conversions <em>your<\\/em> Next Action!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM\",\"plugin\":\"ninja-forms-onepage-crm\\/ninja-forms-onepage-crm.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/onepage-crm\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=OnePageCRM+Docs\",\"version\":\"3.0.1\",\"categories\":[{\"name\":\"CRM Integrations\",\"slug\":\"crm-integrations\"},{\"name\":\"Actions\",\"slug\":\"actions\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]},{\"title\":\"ActiveCampaign\",\"image\":\"assets\\/img\\/add-ons\\/active-campaign.png\",\"content\":\"Design custom forms that link perfectly to your ActiveCampaign account for the ultimate in marketing automation. Better leads begin here!\",\"link\":\"https:\\/\\/ninjaforms.com\\/extensions\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign\",\"plugin\":\"ninja-forms-active-campaign\\/ninja-forms-active-campaign.php\",\"docs\":\"https:\\/\\/ninjaforms.com\\/docs\\/activecampaign\\/?utm_medium=plugin&utm_source=plugin-addons-page&utm_campaign=Ninja+Forms+Addons+Page&utm_content=ActiveCampaign+Docs\",\"version\":\"3.1.0\",\"categories\":[{\"name\":\"Email Marketing\",\"slug\":\"email-marketing\"},{\"name\":\"Membership\",\"slug\":\"membership\"},{\"name\":\"Agency\",\"slug\":\"agency\"}]}]','no'),(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:42:\"Life isn\'t perfect BUT your outfit can be!\";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'),(452624,'woocommerce_admin_version','3.1.0','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','1645639208','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','1644170774','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:13:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:14:\"Online Service\";i:7;s:7:\"Product\";i:8;s:11:\"Real Estate\";i:9;s:18:\"Social Involvement\";i:10;s:14:\"Thank You Page\";i:11;s:6:\"Travel\";i:12;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:735:{i:0;a:16:{s:4:\"tmpl\";i:768;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:16:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:773;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:16:{s:4:\"tmpl\";i:776;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:16:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:782;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:16:{s:4:\"tmpl\";i:783;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:16:{s:4:\"tmpl\";i:787;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:16:{s:4:\"tmpl\";i:788;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:16:{s:4:\"tmpl\";i:790;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:16:{s:4:\"tmpl\";i:791;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:16:{s:4:\"tmpl\";i:793;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:16:{s:4:\"tmpl\";i:794;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:16:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:799;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:16:{s:4:\"tmpl\";i:800;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:16:{s:4:\"tmpl\";i:802;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:16:{s:4:\"tmpl\";i:804;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:16:{s:4:\"tmpl\";i:805;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:16:{s:4:\"tmpl\";i:807;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:16:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:812;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:16:{s:4:\"tmpl\";i:814;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:16:{s:4:\"tmpl\";i:815;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:16:{s:4:\"tmpl\";i:817;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:16:{s:4:\"tmpl\";i:818;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:16:{s:4:\"tmpl\";i:819;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:16:{s:4:\"tmpl\";i:820;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:16:{s:4:\"tmpl\";i:821;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:16:{s:4:\"tmpl\";i:822;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:16:{s:4:\"tmpl\";i:824;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:16:{s:4:\"tmpl\";i:827;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:16:{s:4:\"tmpl\";i:828;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:16:{s:4:\"tmpl\";i:830;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:16:{s:4:\"tmpl\";i:835;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:16:{s:4:\"tmpl\";i:836;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:16:{s:4:\"tmpl\";i:854;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:16:{s:4:\"tmpl\";i:857;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:16:{s:4:\"tmpl\";i:858;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:16:{s:4:\"tmpl\";i:861;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:16:{s:4:\"tmpl\";i:862;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:16:{s:4:\"tmpl\";i:863;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:16:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:16:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:719;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:16:{s:4:\"tmpl\";i:720;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:16:{s:4:\"tmpl\";i:721;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:16:{s:4:\"tmpl\";i:724;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:16:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:727;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:16:{s:4:\"tmpl\";i:728;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:16:{s:4:\"tmpl\";i:730;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:16:{s:4:\"tmpl\";i:733;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:16:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/interior-design-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:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:16:{s:4:\"tmpl\";i:735;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:68;a:16:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:69;a:16:{s:4:\"tmpl\";i:736;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:70;a:16:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:71;a:16:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:72;a:16:{s:4:\"tmpl\";i:738;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:73;a:16:{s:4:\"tmpl\";i:742;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:74;a:16:{s:4:\"tmpl\";i:743;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:75;a:16:{s:4:\"tmpl\";i:744;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:76;a:16:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:77;a:16:{s:4:\"tmpl\";i:752;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:78;a:16:{s:4:\"tmpl\";i:753;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:79;a:16:{s:4:\"tmpl\";i:754;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:80;a:16:{s:4:\"tmpl\";i:757;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:81;a:16:{s:4:\"tmpl\";i:759;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:82;a:16:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:83;a:16:{s:4:\"tmpl\";i:760;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:84;a:16:{s:4:\"tmpl\";i:761;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:85;a:16:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:86;a:16:{s:4:\"tmpl\";i:763;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:87;a:16:{s:4:\"tmpl\";i:766;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:88;a:16:{s:4:\"tmpl\";i:767;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:89;a:16:{s:4:\"tmpl\";i:831;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:16:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:91;a:16:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/luxury-car-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:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:16:{s:4:\"tmpl\";i:718;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:16:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photographer-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:43:\"[\"Black and white\",\"Photography\",\"project\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:94;a:16:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:95;a:16:{s:4:\"tmpl\";i:1204;s:2:\"id\";i:20208;s:5:\"title\";s:49:\"Alternative Medicine Acupuncture &#8211; Business\";s:9:\"thumbnail\";s:112:\"https://library.elementor.com/wp-content/uploads/2021/10/Alternative-Medicine-Acupuncture-Business-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633880557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/alternative-medicine-acupuncture-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:47:\"[\"Health\",\"Landing Pages\",\"medical\",\"Services\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:96;a:16:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/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:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:97;a:16:{s:4:\"tmpl\";i:842;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:16:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/art-magazine-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:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:101;a:16:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/law-firm-services-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:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:102;a:16:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/design-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:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:104;a:16:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photographer-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:44:\"[\"Gallery\",\"Photography\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:105;a:16:{s:4:\"tmpl\";i:748;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:106;a:16:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-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:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:108;a:16:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/architecture-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:70:\"[\"Architecture\",\"Creative\",\"creative portfolio\",\"portfolio\",\"Project\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:109;a:16:{s:4:\"tmpl\";i:810;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:110;a:16:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:111;a:16:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/dogs-adoption-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:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:112;a:16:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/architecture-photography-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:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:113;a:16:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/exercise-fitness-equipment-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:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"online shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:115;a:16:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/3d-designer-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:69:\"[\"3D\",\"creative portfolio\",\"Design\",\"Designer\",\"portfolio\",\"Project\"]\";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:116;a:16:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:1215;s:2:\"id\";i:20556;s:5:\"title\";s:41:\"Faroe Islands Trip Planner &#8211; Travel\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Faroe-Islands-Trip-Planner-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634026480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/faroe-islands-trip-planner-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:26:\"[\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:118;a:16:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/business-consulting-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:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";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:119;a:16:{s:4:\"tmpl\";i:834;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:120;a:16:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/interior-design-consultation-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:65:\"[\"Consulting\",\"interior design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:122;a:16:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/conference-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:37:\"[\"Conference\",\"Contact\",\"Info\",\"Map\"]\";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:123;a:16:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-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:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:124;a:16:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/construction-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:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:16:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:126;a:16:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:127;a:16:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/online-english-courses-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:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:128;a:16:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/contact-plants-store/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:16:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/plant-pots-online-shop-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:50:\"[\"Ecommerce\",\"Landing Pages\",\"online shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:130;a:16:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/creative-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:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:16:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:132;a:16:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/shared-workspace-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:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:133;a:16:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dental-care-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:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:16:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:135;a:16:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/teeth-straightening-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:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:136;a:16:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/doctors-online-consultation-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:35:\"[\"App\",\"Health\",\"medical\",\"Online\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:16:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:138;a:16:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:139;a:16:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/time-management-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:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:140;a:16:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/exhibition-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:74:\"[\"Art\",\"Creative\",\"creative portfolio\",\"Exhibition\",\"Gallery\",\"portfolio\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:16:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:142;a:16:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:20;}i:143;a:16:{s:4:\"tmpl\";i:797;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:16:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:16:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/hotel-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:\"[\"Contact\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:16:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:148;a:16:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/insurance-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:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:16:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:16:{s:4:\"tmpl\";i:779;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:16:{s:4:\"tmpl\";i:811;s:2:\"id\";i:10559;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";i:1547967711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:714;s:11:\"trend_index\";i:729;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:16:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:16:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:154;a:16:{s:4:\"tmpl\";i:846;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:155;a:16:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:16:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/interior-designer-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:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:16:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:158;a:16:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:159;a:16:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/online-training-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:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:16:{s:4:\"tmpl\";i:749;s:2:\"id\";i:9913;s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";i:1547841430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:542;s:11:\"trend_index\";i:417;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:16:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:162;a:16:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:163;a:16:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/packing-moving-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:28:\"[\"Movers\",\"moving\",\"Storge\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:16:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:16:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:16:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/restaurant-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:46:\"[\"Contact\",\"Food\",\"form\",\"Google Maps\",\"Info\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:16:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:168;a:16:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:16:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/spa-beauty-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:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:170;a:16:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:171;a:16:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:16:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/travel-agency-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:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:16:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:174;a:16:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:175;a:16:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:16:{s:4:\"tmpl\";i:717;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:177;a:16:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/travel-blogger-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:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:16:{s:4:\"tmpl\";i:778;s:2:\"id\";i:10210;s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";i:1547886103;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:784;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:16:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:180;a:16:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:16:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:16:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:183;a:16:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:184;a:16:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:16:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:186;a:16:{s:4:\"tmpl\";i:762;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:187;a:16:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:188;a:16:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:16:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:190;a:16:{s:4:\"tmpl\";i:746;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:191;a:16:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:192;a:16:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:193;a:16:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:16:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:33;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:195;a:16:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:196;a:16:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:197;a:16:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:34;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:198;a:16:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:16:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:200;a:16:{s:4:\"tmpl\";i:843;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:201;a:16:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:35;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:202;a:16:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:16:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:204;a:16:{s:4:\"tmpl\";i:847;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:205;a:16:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:36;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:206;a:16:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:16:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:208;a:16:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:37;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:209;a:16:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:16:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:211;a:16:{s:4:\"tmpl\";i:813;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:212;a:16:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:38;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:213;a:16:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:16:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:215;a:16:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:39;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:216;a:16:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:16:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:218;a:16:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:40;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:219;a:16:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:16:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:221;a:16:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:41;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:222;a:16:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:16:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:224;a:16:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:42;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:225;a:16:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:226;a:16:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:227;a:16:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:43;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:228;a:16:{s:4:\"tmpl\";i:833;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:229;a:16:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:230;a:16:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:231;a:16:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:44;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:232;a:16:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:233;a:16:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:234;a:16:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:45;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:235;a:16:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:236;a:16:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:16:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:46;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:238;a:16:{s:4:\"tmpl\";i:825;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:239;a:16:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:240;a:16:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:16:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:47;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:242;a:16:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:243;a:16:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:16:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:48;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:245;a:16:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:16:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:247;a:16:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:49;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:248;a:16:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:16:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:250;a:16:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:50;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:251;a:16:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:16:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:253;a:16:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:51;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:254;a:16:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:16:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:256;a:16:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:52;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:257;a:16:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:258;a:16:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:259;a:16:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:53;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:260;a:16:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:16:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:262;a:16:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:54;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:263;a:16:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:16:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:265;a:16:{s:4:\"tmpl\";i:758;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:266;a:16:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:55;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:267;a:16:{s:4:\"tmpl\";i:798;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:268;a:16:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:16:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:270;a:16:{s:4:\"tmpl\";i:755;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:271;a:16:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:56;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:272;a:16:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:16:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:274;a:16:{s:4:\"tmpl\";i:764;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:275;a:16:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:16:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:277;a:16:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:57;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:278;a:16:{s:4:\"tmpl\";i:1184;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:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:16:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:280;a:16:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:58;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:281;a:16:{s:4:\"tmpl\";i:789;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:282;a:16:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:16:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:284;a:16:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:59;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:285;a:16:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:16:{s:4:\"tmpl\";i:723;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:287;a:16:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:288;a:16:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:60;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:289;a:16:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:16:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:291;a:16:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:61;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:292;a:16:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:16:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:294;a:16:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:62;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:295;a:16:{s:4:\"tmpl\";i:840;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:296;a:16:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:16:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:298;a:16:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:63;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:299;a:16:{s:4:\"tmpl\";i:832;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:300;a:16:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:16:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:302;a:16:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:64;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:303;a:16:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:16:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:305;a:16:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:65;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:306;a:16:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:307;a:16:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:16:{s:4:\"tmpl\";i:747;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:309;a:16:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:66;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:310;a:16:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:311;a:16:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:312;a:16:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:67;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:313;a:16:{s:4:\"tmpl\";i:765;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:314;a:16:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:315;a:16:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:316;a:16:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:68;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:317;a:16:{s:4:\"tmpl\";i:844;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:318;a:16:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:16:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:320;a:16:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:69;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:321;a:16:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:16:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:323;a:16:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:70;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:324;a:16:{s:4:\"tmpl\";i:849;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:325;a:16:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:326;a:16:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:327;a:16:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:71;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:328;a:16:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:329;a:16:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:16:{s:4:\"tmpl\";i:739;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:331;a:16:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:72;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:332;a:16:{s:4:\"tmpl\";i:816;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:333;a:16:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:16:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:335;a:16:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:73;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:336;a:16:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:337;a:16:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:16:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:74;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:339;a:16:{s:4:\"tmpl\";i:806;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:340;a:16:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:16:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:342;a:16:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:75;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:343;a:16:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:16:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:345;a:16:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:76;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:346;a:16:{s:4:\"tmpl\";i:751;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:347;a:16:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:348;a:16:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:349;a:16:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:77;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:350;a:16:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:16:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:352;a:16:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:78;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:353;a:16:{s:4:\"tmpl\";i:729;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:354;a:16:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:355;a:16:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:356;a:16:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:79;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:357;a:16:{s:4:\"tmpl\";i:725;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:358;a:16:{s:4:\"tmpl\";i:838;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:359;a:16:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:16:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:361;a:16:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:80;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:362;a:16:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:16:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:364;a:16:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:81;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:365;a:16:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:366;a:16:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:82;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:367;a:16:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:368;a:16:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:83;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:369;a:16:{s:4:\"tmpl\";i:745;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:370;a:16:{s:4:\"tmpl\";i:850;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:371;a:16:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:372;a:16:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:84;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:373;a:16:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:374;a:16:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:85;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:375;a:16:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:376;a:16:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:86;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:377;a:16:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:378;a:16:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:87;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:379;a:16:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:380;a:16:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:88;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:381;a:16:{s:4:\"tmpl\";i:839;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:382;a:16:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:383;a:16:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:89;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:384;a:16:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:385;a:16:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:90;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:386;a:16:{s:4:\"tmpl\";i:750;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:387;a:16:{s:4:\"tmpl\";i:852;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:388;a:16:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:389;a:16:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:91;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:390;a:16:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:391;a:16:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:92;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:392;a:16:{s:4:\"tmpl\";i:741;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:393;a:16:{s:4:\"tmpl\";i:848;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:394;a:16:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:395;a:16:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:93;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:396;a:16:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:397;a:16:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:94;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:398;a:16:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:399;a:16:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:95;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:400;a:16:{s:4:\"tmpl\";i:823;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:401;a:16:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:402;a:16:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:96;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:403;a:16:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:404;a:16:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:97;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:405;a:16:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:406;a:16:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:98;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:407;a:16:{s:4:\"tmpl\";i:756;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:408;a:16:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:409;a:16:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:99;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:410;a:16:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:100;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:411;a:16:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:412;a:16:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:413;a:16:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:101;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:414;a:16:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:102;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:415;a:16:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:416;a:16:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:103;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:417;a:16:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:418;a:16:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:104;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:419;a:16:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:420;a:16:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:105;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:421;a:16:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:422;a:16:{s:4:\"tmpl\";i:714;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:423;a:16:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:424;a:16:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:425;a:16:{s:4:\"tmpl\";i:734;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:426;a:16:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:427;a:16:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:108;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:428;a:16:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:429;a:16:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:109;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:430;a:16:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:431;a:16:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:110;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:432;a:16:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:433;a:16:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:111;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:434;a:16:{s:4:\"tmpl\";i:774;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:435;a:16:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:436;a:16:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:437;a:16:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:113;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:438;a:16:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:439;a:16:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:114;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:440;a:16:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:441;a:16:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:115;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:442;a:16:{s:4:\"tmpl\";i:726;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:443;a:16:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:116;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:444;a:16:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:445;a:16:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:446;a:16:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:117;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:447;a:16:{s:4:\"tmpl\";i:737;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:448;a:16:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:449;a:16:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:450;a:16:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:119;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:451;a:16:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:452;a:16:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:120;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:453;a:16:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:454;a:16:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:121;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:455;a:16:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:456;a:16:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:122;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:457;a:16:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:458;a:16:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:123;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:459;a:16:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:460;a:16:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:124;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:461;a:16:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:462;a:16:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:125;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:463;a:16:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:464;a:16:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:126;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:465;a:16:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:466;a:16:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:127;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:467;a:16:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:468;a:16:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:128;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:469;a:16:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:470;a:16:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:129;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:471;a:16:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:472;a:16:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:473;a:16:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:474;a:16:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:475;a:16:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:476;a:16:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:477;a:16:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:478;a:16:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:479;a:16:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:480;a:16:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:481;a:16:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:482;a:16:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:483;a:16:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:484;a:16:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:485;a:16:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:486;a:16:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:487;a:16:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:488;a:16:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:489;a:16:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:490;a:16:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:491;a:16:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:492;a:16:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:493;a:16:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:494;a:16:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:495;a:16:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:496;a:16:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:497;a:16:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:498;a:16:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:499;a:16:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:500;a:16:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:501;a:16:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:502;a:16:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:503;a:16:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:504;a:16:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:505;a:16:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:506;a:16:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:507;a:16:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:508;a:16:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:509;a:16:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:510;a:16:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:511;a:16:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:512;a:16:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:513;a:16:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:514;a:16:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:515;a:16:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:516;a:16:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:517;a:16:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:518;a:16:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:519;a:16:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:520;a:16:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:521;a:16:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:522;a:16:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:523;a:16:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:524;a:16:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:525;a:16:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:526;a:16:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:527;a:16:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:528;a:16:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:529;a:16:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:530;a:16:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:531;a:16:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:532;a:16:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:533;a:16:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:534;a:16:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:535;a:16:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:536;a:16:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:537;a:16:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:538;a:16:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:539;a:16:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:540;a:16:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:541;a:16:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:542;a:16:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:543;a:16:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:544;a:16:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:545;a:16:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:546;a:16:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:547;a:16:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:548;a:16:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:549;a:16:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:550;a:16:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:551;a:16:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:552;a:16:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:553;a:16:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:554;a:16:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:555;a:16:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:556;a:16:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:557;a:16:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:558;a:16:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:559;a:16:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:560;a:16:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:561;a:16:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:562;a:16:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:563;a:16:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:564;a:16:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:565;a:16:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:566;a:16:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:567;a:16:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:568;a:16:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:569;a:16:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:570;a:16:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:571;a:16:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:572;a:16:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:573;a:16:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:574;a:16:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:575;a:16:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:576;a:16:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:577;a:16:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:578;a:16:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:579;a:16:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:580;a:16:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:581;a:16:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:582;a:16:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:583;a:16:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:584;a:16:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:585;a:16:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:586;a:16:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:587;a:16:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:588;a:16:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:589;a:16:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:590;a:16:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:591;a:16:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:592;a:16:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:593;a:16:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:594;a:16:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:595;a:16:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:596;a:16:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:597;a:16:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:598;a:16:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:599;a:16:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:600;a:16:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:601;a:16:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:602;a:16:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:603;a:16:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:604;a:16:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:605;a:16:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:606;a:16:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:607;a:16:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:608;a:16:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:609;a:16:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:610;a:16:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:611;a:16:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:612;a:16:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:613;a:16:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:614;a:16:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:615;a:16:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:616;a:16:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:617;a:16:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:618;a:16:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:619;a:16:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:620;a:16:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:621;a:16:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:622;a:16:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:623;a:16:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:624;a:16:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:625;a:16:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:626;a:16:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:627;a:16:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:628;a:16:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:629;a:16:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:630;a:16:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:631;a:16:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:632;a:16:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:633;a:16:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:634;a:16:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:635;a:16:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:636;a:16:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:637;a:16:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:638;a:16:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:639;a:16:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:640;a:16:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:641;a:16:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:642;a:16:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:643;a:16:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:644;a:16:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:645;a:16:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:646;a:16:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:647;a:16:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:648;a:16:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:649;a:16:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:650;a:16:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:651;a:16:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:652;a:16:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:653;a:16:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:654;a:16:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:655;a:16:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:656;a:16:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:657;a:16:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:658;a:16:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:659;a:16:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:660;a:16:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:661;a:16:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:662;a:16:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:663;a:16:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:664;a:16:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:665;a:16:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:666;a:16:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:667;a:16:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:668;a:16:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:669;a:16:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:670;a:16:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:671;a:16:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:672;a:16:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:673;a:16:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:674;a:16:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:675;a:16:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:676;a:16:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:677;a:16:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:678;a:16:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:679;a:16:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:680;a:16:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:681;a:16:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:682;a:16:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:683;a:16:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:684;a:16:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:685;a:16:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:686;a:16:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:687;a:16:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:688;a:16:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:689;a:16:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:690;a:16:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:691;a:16:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:692;a:16:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:693;a:16:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:694;a:16:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:695;a:16:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:696;a:16:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:697;a:16:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:698;a:16:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:699;a:16:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:700;a:16:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:701;a:16:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:702;a:16:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:703;a:16:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:704;a:16:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:705;a:16:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:706;a:16:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:707;a:16:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:708;a:16:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:709;a:16:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:710;a:16:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:711;a:16:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:712;a:16:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:713;a:16:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:714;a:16:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:715;a:16:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:716;a:16:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:717;a:16:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:718;a:16:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:719;a:16:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:720;a:16:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:721;a:16:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:722;a:16:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:723;a:16:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:724;a:16:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:725;a:16:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:726;a:16:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:727;a:16:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:728;a:16:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:729;a:16:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:730;a:16:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:731;a:16:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:732;a:16:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:733;a:16:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:734;a:16:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s: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:1648518804;s:6:\"review\";i:1646993324;}s:4:\"time\";i:1644330402;s:7:\"version\";s:5:\"5.0.7\";}}','yes'),(282500,'eael_version','5.0.10','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','1','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'),(340932,'ea1d43322_eael_updated_at','1643646449','no'),(340977,'ef11d3f1f_eael_elements','a:1:{i:2;s:11:\"dual-header\";}','no'),(340979,'ef11d3f1f_eael_updated_at','1643646449','no'),(330468,'jetpack_sync_health_status','a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1621789934.364337921142578125;}','yes'),(367031,'06a943c59_eael_updated_at','1625496493','no'),(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'),(282367,'ninja_forms_oauth_client_secret','p9RVvfz6SLPfNdF6uCiu9CQ5h7OhTgC6QOEbCAMN','yes'),(282368,'ninja_forms_version','3.6.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'),(458595,'_transient_wc_child_has_weight_929','0','no'),(458596,'_transient_timeout_wc_child_has_dimensions_929','1648558579','no'),(458597,'_transient_wc_child_has_dimensions_929','0','no'),(454793,'_transient_timeout_wc_product_children_1043','1647559518','no'),(454794,'_transient_wc_product_children_1043','a:2:{s:3:\"all\";a:11:{i:0;i:1044;i:1;i:1045;i:2;i:1046;i:3;i:1047;i:4;i:1048;i:5;i:1049;i:6;i:1050;i:7;i:1051;i:8;i:1052;i:9;i:1053;i:10;i:1054;}s:7:\"visible\";a:11:{i:0;i:1044;i:1;i:1045;i:2;i:1046;i:3;i:1047;i:4;i:1048;i:5;i:1049;i:6;i:1050;i:7;i:1051;i:8;i:1052;i:9;i:1053;i:10;i:1054;}}','no'),(454795,'_transient_timeout_wc_child_has_weight_1043','1647559518','no'),(454796,'_transient_wc_child_has_weight_1043','0','no'),(454797,'_transient_timeout_wc_child_has_dimensions_1043','1647559518','no'),(454798,'_transient_wc_child_has_dimensions_1043','0','no'),(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'),(399796,'c1ef724d0_eael_updated_at','1635900461','no'),(399779,'40e314001_eael_updated_at','1635682258','no'),(359250,'e3cd869c8_eael_updated_at','1635941473','no'),(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'),(461360,'_transient_timeout_wc_shipping_method_count_legacy','1649313352','no'),(461361,'_transient_wc_shipping_method_count_legacy','a:2:{s:7:\"version\";s:10:\"1630480733\";s:5:\"value\";i:2;}','no'),(403401,'d7d71a449_eael_updated_at','1634554047','no'),(403407,'fe0ed8331_eael_updated_at','1634554200','no'),(403382,'30df8d24f_eael_updated_at','1634931559','no'),(403385,'4c613072b_eael_updated_at','1634553924','no'),(403392,'c0b9b00fb_eael_updated_at','1635131635','no'),(403397,'91d383e87_eael_updated_at','1634554047','no'),(403417,'e3ea26802_eael_updated_at','1634554200','no'),(403564,'9c7ccf2af_eael_updated_at','1634556414','no'),(462471,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1646948329;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.7.9\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/astra.3.7.9.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.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.5.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'),(462472,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1646948329;s:7:\"checked\";a:24:{s:19:\"akismet/akismet.php\";s:5:\"4.2.2\";s:35:\"backupwordpress/backupwordpress.php\";s:4:\"3.13\";s:23:\"elementor/elementor.php\";s:5:\"3.5.6\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"1.6.9\";s:54:\"woo-usps-shipping-method/usps-woocommerce-shipping.php\";s:5:\"1.2.9\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:6:\"5.0.10\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"8.4.0\";s:19:\"jetpack/jetpack.php\";s:5:\"9.8.1\";s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";s:5:\"2.6.1\";s:47:\"mojo-marketplace-wp-plugin/mojo-marketplace.php\";s:5:\"1.2.1\";s:27:\"ninja-forms/ninja-forms.php\";s:5:\"3.6.7\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:6:\"2.16.5\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:5:\"4.9.0\";s:67:\"product-options-for-woocommerce/product-options-for-woocommerce.php\";s:5:\"1.0.0\";s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";s:5:\"5.3.0\";s:61:\"sticky-menu-or-anything-on-scroll/sticky-menu-or-anything.php\";s:4:\"2.31\";s:46:\"under-construction-page/under-construction.php\";s:4:\"3.92\";s:27:\"woocommerce/woocommerce.php\";s:5:\"6.2.2\";s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";s:5:\"2.1.3\";s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";s:5:\"1.6.5\";s:45:\"woocommerce-services/woocommerce-services.php\";s:7:\"1.25.23\";s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:5:\"6.3.0\";s:41:\"wpfront-scroll-top/wpfront-scroll-top.php\";s:11:\"2.0.7.08086\";s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";s:5:\"3.0.6\";}s:8:\"response\";a:1:{s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:41:\"w.org/plugins/woocommerce-paypal-payments\";s:4:\"slug\";s:27:\"woocommerce-paypal-payments\";s:6:\"plugin\";s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/woocommerce-paypal-payments/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/woocommerce-paypal-payments.1.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/woocommerce-paypal-payments/assets/icon-256x256.png?rev=2598902\";s:2:\"1x\";s:80:\"https://ps.w.org/woocommerce-paypal-payments/assets/icon-128x128.png?rev=2598902\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/woocommerce-paypal-payments/assets/banner-1544x500.png?rev=2598902\";s:2:\"1x\";s:82:\"https://ps.w.org/woocommerce-paypal-payments/assets/banner-772x250.png?rev=2598902\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:5:\"5.9.1\";s:12:\"requires_php\";s:3:\"7.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:21:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.2.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s: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.13\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/backupwordpress/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/backupwordpress.3.13.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.5.6\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=2622511\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=2597493\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=2597493\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"1.6.9\";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.9.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:6:\"5.0.10\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.5.0.10.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=2598498\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.png?rev=2598498\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.gif?rev=2649101\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.gif?rev=2649101\";}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:5:\"8.4.0\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.8.4.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:\"4.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:4:\"10.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/jetpack.10.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:60:\"https://ps.w.org/jetpack/assets/icon-256x256.png?rev=2638128\";s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2638128\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2638128\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"5.9.1\";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.6.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.6.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.6.7\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ninja-forms.3.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s: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.16.5\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.16.5.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=2600116\";s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.png?rev=2600116\";}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.9.0\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/premium-addons-for-elementor/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/premium-addons-for-elementor.4.9.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:81:\"https://ps.w.org/premium-addons-for-elementor/assets/icon-256x256.png?rev=2421900\";s:2:\"1x\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";s:3:\"svg\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-1544x500.jpg?rev=2628103\";s:2:\"1x\";s:83:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-772x250.jpg?rev=2628103\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s: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.3.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/really-simple-ssl/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/really-simple-ssl.5.3.0.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/really-simple-ssl/assets/icon-128x128.png?rev=1782452\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/really-simple-ssl/assets/banner-1544x500.png?rev=2594863\";s:2:\"1x\";s:72:\"https://ps.w.org/really-simple-ssl/assets/banner-772x250.png?rev=2594863\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s: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.gif?rev=2564941\";s:2:\"1x\";s:86:\"https://ps.w.org/sticky-menu-or-anything-on-scroll/assets/icon-128x128.gif?rev=2564941\";}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.92\";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.92.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:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"6.3.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.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\";s:3:\"5.7\";s:6:\"tested\";s:5:\"5.9.1\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";a: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.3\";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.3.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.23\";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.23.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:\"6.3.0\";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.6.3.0.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:\"5.6\";}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.7.08086\";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.7.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:\"3.0.6\";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=2584054\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}}}','no'),(340987,'bc052ff1d_eael_elements','a:2:{i:2;s:11:\"dual-header\";i:3;s:12:\"product-grid\";}','no'),(340989,'bc052ff1d_eael_updated_at','1643646449','no'),(328748,'woocommerce_inbox_variant_assignment','7','yes'),(340922,'16ac23322_eael_updated_at','1643646449','no'),(399947,'68d867457_eael_updated_at','1635773968','no'),(400948,'0d7571eaf_eael_updated_at','1634556858','no'),(400808,'da8c22f62_eael_updated_at','1635468606','no'),(358831,'8dfd5ea3b_eael_updated_at','1643646449','no'),(305858,'monsterinsights_notifications_run','a:25:{s:37:\"monsterinsights_notification_visitors\";i:1640700574;s:37:\"monsterinsights_notification_audience\";i:1640700582;s:42:\"monsterinsights_notification_mobile_device\";i:1641830350;s:43:\"monsterinsights_notification_upgrade_to_pro\";i:1637588669;s:40:\"monsterinsights_notification_bounce_rate\";i:1640700624;s:47:\"monsterinsights_notification_returning_visitors\";i:1639678284;s:45:\"monsterinsights_notification_traffic_dropping\";i:1639679157;s:62:\"monsterinsights_notification_upgrade_for_search_console_report\";i:1639679198;s:56:\"monsterinsights_notification_upgrade_for_form_conversion\";i:1639680701;s:56:\"monsterinsights_notification_upgrade_for_email_summaries\";i:1639686223;s:56:\"monsterinsights_notification_upgrade_for_google_optimize\";i:1639686704;s:56:\"monsterinsights_notification_to_add_more_file_extensions\";i:1639686807;s:53:\"monsterinsights_notification_to_setup_affiliate_links\";i:1639686841;s:46:\"monsterinsights_notification_headline_analyzer\";i:1639688567;s:55:\"monsterinsights_notification_mobile_device_high_traffic\";i:1643215231;s:56:\"monsterinsights_notification_upgrade_to_pro_high_traffic\";i:1643215231;s:42:\"monsterinsights_notification_dual_tracking\";i:1643215231;s:64:\"monsterinsights_notification_upgrade_for_popular_posts_templates\";i:1643215231;s:57:\"monsterinsights_notification_upgrade_for_events_reporting\";i:1643215231;s:58:\"monsterinsights_notification_upgrade_for_custom_dimensions\";i:1643215231;s:39:\"monsterinsights_notification_eu_traffic\";i:1643215231;s:49:\"monsterinsights_notification_install_optinmonster\";i:1643215231;s:43:\"monsterinsights_notification_install_aioseo\";i:1643215231;s:44:\"monsterinsights_notification_install_wpforms\";i:1643215231;s:43:\"monsterinsights_notification_multiple_gtags\";i:1643215231;}','no'),(353011,'eael_remove_old_cache','1','yes'),(359612,'rsssl_le_installation_progress','a:1:{i:0;s:16:\"dns-verification\";}','yes'),(348015,'jp_sync_retry_after_sync','','no'),(403413,'aa04c08c0_eael_updated_at','1635828644','no'),(403422,'b47bb5917_eael_updated_at','1635647761','no'),(403434,'cc62a1c14_eael_updated_at','1634554326','no'),(403438,'cf59d11b2_eael_updated_at','1635797939','no'),(403428,'02ab0e083_eael_updated_at','1634554326','no'),(403431,'7e2349df4_eael_updated_at','1634554326','no'),(403443,'1e24cf93f_eael_updated_at','1634554326','no'),(403454,'864b10d54_eael_updated_at','1635226831','no'),(403543,'4b58db5ce_eael_updated_at','1635091112','no'),(403465,'d37ce5ef7_eael_updated_at','1635750681','no'),(403473,'86d161560_eael_updated_at','1635468606','no'),(403477,'8d4a5f497_eael_updated_at','1634555972','no'),(403481,'1070f9178_eael_updated_at','1635223892','no'),(403487,'1c262f5b0_eael_updated_at','1634555972','no'),(403491,'bd57b795f_eael_updated_at','1634555972','no'),(403495,'39c58f951_eael_updated_at','1634556098','no'),(403500,'005540432_eael_updated_at','1634891380','no'),(403503,'ea586089f_eael_updated_at','1634996318','no'),(403506,'db5e25c4c_eael_updated_at','1634920851','no'),(403509,'a82bad8f2_eael_updated_at','1634556098','no'),(403517,'872b3b98d_eael_updated_at','1634556098','no'),(403521,'7ce7a1533_eael_updated_at','1634556098','no'),(403527,'0fb516ada_eael_updated_at','1635265881','no'),(403531,'2dca8152e_eael_updated_at','1634556269','no'),(403552,'2a4677e91_eael_updated_at','1634774475','no'),(403560,'a3deec4a3_eael_updated_at','1635447436','no'),(377956,'woocommerce_bacs_accounts','a:1:{i:0;a:6:{s:12:\"account_name\";s:19:\"Janella christopher\";s:14:\"account_number\";s:8:\"99914816\";s:9:\"bank_name\";s:4:\"Novo\";s:9:\"sort_code\";s:9:\"211370150\";s:4:\"iban\";s:0:\"\";s:3:\"bic\";s:0:\"\";}}','yes'),(401703,'0a0c43397_eael_updated_at','1634555972','no'),(432092,'woocommerce_meta_box_errors','a:0:{}','yes'),(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'),(380114,'woocommerce_sales_record_date','2021-12-22','yes'),(380115,'woocommerce_sales_record_amount','56.73','yes'),(458345,'_transient_timeout_jetpack_file_data_9.8.1','1648432297','no'),(458346,'_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'),(415718,'7fe51392d_eael_updated_at','1635941473','no'),(416313,'dca96b05d_eael_updated_at','1635941473','no'),(359969,'0e20528e8_eael_updated_at','1635941473','no'),(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:59:\"Expert Web Creators of the Month: One Form to Rule Them All\";s:7:\"excerpt\";s:156:\" We challenged you to create snazzy contact forms, enticing newsletter signups, and delightful multi-step experiences —  see which web creators stood out.\";s:7:\"created\";i:1644219143;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:138:\"https://elementor.com/blog/expert-web-creators-of-the-month-forms/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:55:\"Capture Hearts and Sales With Our Valentine’s Day Kit\";s:7:\"excerpt\";s:185:\"Our new Valentine\'s Day Kit is full of wonderful landing pages, sections, popups, and vector assets to help you quickly get your website ready for the most romantic holiday of the year.\";s:7:\"created\";i:1642422001;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:118:\"https://elementor.com/blog/valentines-day-kit/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:55:\"How To Create a Content Marketing Strategy From Scratch\";s:7:\"excerpt\";s:208:\"A clear content strategy is crucial to stand out and drive business results in an increasingly saturated marketplace. In this guide, we\'ll walk you through the steps of creating a successful content strategy.\";s:7:\"created\";i:1642091419;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:126:\"https://elementor.com/blog/content-marketing-strategy/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:66:\"A Look at Your Favorite Elementor Features and Offerings From 2021\";s:7:\"excerpt\";s:250:\"Back in November, we asked you which of the features or offerings released in 2021 were your favorite. As we reviewed the results we also took the time to reflect on what we’ve done in the past year to see how far we’ve come, let’s take a look.\";s:7:\"created\";i:1641715922;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:132:\"https://elementor.com/blog/your-top-features-offerings-2021/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:41:\"End-of-Year Showcase 2021 — the Winners\";s:7:\"excerpt\";s:189:\"From an initial pool of over 100 hopefuls to a shortlist of 30, we’ve finally arrived at the moment you’ve all been waiting for — announcing the Top 10 Elementor Websites of the Year!\";s:7:\"created\";i:1641387548;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:137:\"https://elementor.com/blog/end-of-year-showcase-2021-the-winners/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(446694,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:9:\"moderated\";s:1:\"1\";s:8:\"approved\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','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'),(462405,'_transient_timeout_wc_related_434','1647018174','no'),(462402,'_transient_is_multi_author','0','yes'),(462406,'_transient_wc_related_434','a:1:{s:51:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=434\";a:9:{i:0;s:3:\"431\";i:1;s:3:\"428\";i:2;s:4:\"1043\";i:3;s:4:\"1056\";i:4;s:4:\"1079\";i:5;s:4:\"1036\";i:6;s:4:\"1020\";i:7;s:4:\"1113\";i:8;s:4:\"1096\";}}','no'),(462407,'_transient_timeout_wc_var_prices_1096','1649523774','no'),(462408,'_transient_wc_var_prices_1096','{\"version\":\"1643214709\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"1111\":\"35.00\"},\"regular_price\":{\"1111\":\"35.00\"},\"sale_price\":{\"1111\":\"35.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"1111\":\"35.00\"},\"regular_price\":{\"1111\":\"35.00\"},\"sale_price\":{\"1111\":\"35.00\"}}}','no'),(462409,'_transient_timeout_wc_var_prices_1056','1649523774','no'),(462410,'_transient_wc_var_prices_1056','{\"version\":\"1643214709\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"1057\":\"15.00\",\"1058\":\"15.00\",\"1059\":\"15.00\",\"1060\":\"15.00\",\"1061\":\"15.00\",\"1062\":\"15.00\",\"1063\":\"15.00\"},\"regular_price\":{\"1057\":\"15.00\",\"1058\":\"15.00\",\"1059\":\"15.00\",\"1060\":\"15.00\",\"1061\":\"15.00\",\"1062\":\"15.00\",\"1063\":\"15.00\"},\"sale_price\":{\"1057\":\"15.00\",\"1058\":\"15.00\",\"1059\":\"15.00\",\"1060\":\"15.00\",\"1061\":\"15.00\",\"1062\":\"15.00\",\"1063\":\"15.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"1057\":\"15.00\",\"1058\":\"15.00\",\"1059\":\"15.00\",\"1060\":\"15.00\",\"1061\":\"15.00\",\"1062\":\"15.00\",\"1063\":\"15.00\"},\"regular_price\":{\"1057\":\"15.00\",\"1058\":\"15.00\",\"1059\":\"15.00\",\"1060\":\"15.00\",\"1061\":\"15.00\",\"1062\":\"15.00\",\"1063\":\"15.00\"},\"sale_price\":{\"1057\":\"15.00\",\"1058\":\"15.00\",\"1059\":\"15.00\",\"1060\":\"15.00\",\"1061\":\"15.00\",\"1062\":\"15.00\",\"1063\":\"15.00\"}}}','no'),(462411,'_transient_timeout_wc_product_children_1020','1649523775','no'),(462412,'_transient_wc_product_children_1020','a:2:{s:3:\"all\";a:3:{i:0;i:1022;i:1;i:1023;i:2;i:1024;}s:7:\"visible\";a:3:{i:0;i:1022;i:1;i:1023;i:2;i:1024;}}','no'),(462413,'_transient_timeout_wc_var_prices_1020','1649523775','no'),(462414,'_transient_wc_var_prices_1020','{\"version\":\"1643214709\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"1022\":\"30.00\",\"1023\":\"30.00\",\"1024\":\"30.00\"},\"regular_price\":{\"1022\":\"30.00\",\"1023\":\"30.00\",\"1024\":\"30.00\"},\"sale_price\":{\"1022\":\"30.00\",\"1023\":\"30.00\",\"1024\":\"30.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"1022\":\"30.00\",\"1023\":\"30.00\",\"1024\":\"30.00\"},\"regular_price\":{\"1022\":\"30.00\",\"1023\":\"30.00\",\"1024\":\"30.00\"},\"sale_price\":{\"1022\":\"30.00\",\"1023\":\"30.00\",\"1024\":\"30.00\"}}}','no'),(403159,'2a216f9f0_eael_updated_at','1634551847','no'),(403165,'518672ece_eael_updated_at','1634551847','no'),(340877,'40e4f8434_eael_updated_at','1643646449','no'),(340920,'16ac23322_eael_elements','a:2:{i:2;s:11:\"dual-header\";i:4;s:11:\"price-table\";}','no'),(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','1643646449','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'),(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'),(347603,'elementor_allow_tracking','no','yes'),(347604,'elementor_tracker_notice','1','yes'),(401111,'ac3299293_eael_updated_at','1635941473','no'),(401125,'6edae09f5_eael_updated_at','1634552427','no'),(400329,'24b3dd44f_eael_updated_at','1635925640','no'),(400347,'2dce01fd1_eael_updated_at','1635468727','no'),(400370,'ac8d49c6d_eael_updated_at','1634551195','no'),(400393,'50dc6c1fa_eael_updated_at','1634552427','no'),(400484,'29a816952_eael_updated_at','1635682258','no'),(400510,'8872d1377_eael_updated_at','1634555841','no'),(400569,'901cae327_eael_updated_at','1635804646','no'),(400607,'656a00631_eael_updated_at','1634555841','no'),(400756,'602fc7899_eael_updated_at','1634552554','no'),(400640,'5859a00a7_eael_updated_at','1634552130','no'),(401048,'32b640fcd_eael_updated_at','1635814057','no'),(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:8:{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\";}}s:32:\"7ad592f90eb68ca503a3b02039305ef1\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:97:\"/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/elementor/core/base/module.php\";s:7:\"\0*\0line\";i:325;s:7:\"\0*\0date\";s:19:\"2021-10-12 21:32:44\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:1056:\"Uncaught Error: Class &#039;Elementor\\Modules\\Shapes\\Widgets\\TextPath&#039; not found in /home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/elementor/core/base/module.php:325\nStack trace:\n#0 /home2/church/public_html/lavishluxebylenee.com/wp-includes/class-wp-hook.php(287): Elementor\\Core\\Base\\Module-&gt;init_widgets(Object(Elementor\\Widgets_Manager))\n#1 /home2/church/public_html/lavishluxebylenee.com/wp-includes/class-wp-hook.php(311): WP_Hook-&gt;apply_filters(NULL, Array)\n#2 /home2/church/public_html/lavishluxebylenee.com/wp-includes/plugin.php(484): WP_Hook-&gt;do_action(Array)\n#3 /home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/elementor/includes/managers/widgets.php(99): do_action(&#039;elementor/widge...&#039;, Object(Elementor\\Widgets_Manager))\n#4 /home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/elementor/includes/managers/widgets.php(235): Elementor\\Widgets_Manager-&gt;init_widgets()\n#5 /home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/elementor/includes/elements/\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";a:1:{i:0;a:3:{s:8:\"function\";s:8:\"shutdown\";s:5:\"class\";s:29:\"Elementor\\Core\\Logger\\Manager\";s:4:\"type\";s:2:\"->\";}}}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2021-10-12 21:32:44\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:5:\"error\";s:7:\"message\";s:1024:\"Uncaught Error: Class \'Elementor\\Modules\\Shapes\\Widgets\\TextPath\' not found in /home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/elementor/core/base/module.php:325\nStack trace:\n#0 /home2/church/public_html/lavishluxebylenee.com/wp-includes/class-wp-hook.php(287): Elementor\\Core\\Base\\Module->init_widgets(Object(Elementor\\Widgets_Manager))\n#1 /home2/church/public_html/lavishluxebylenee.com/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array)\n#2 /home2/church/public_html/lavishluxebylenee.com/wp-includes/plugin.php(484): WP_Hook->do_action(Array)\n#3 /home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/elementor/includes/managers/widgets.php(99): do_action(\'elementor/widge...\', Object(Elementor\\Widgets_Manager))\n#4 /home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/elementor/includes/managers/widgets.php(235): Elementor\\Widgets_Manager->init_widgets()\n#5 /home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/elementor/includes/elements/\";s:4:\"file\";s:97:\"/home2/church/public_html/lavishluxebylenee.com/wp-content/plugins/elementor/core/base/module.php\";s:4:\"line\";i:325;s:5:\"trace\";b:1;}}}','no'),(462357,'_transient_jetpack_is_single_user','2','no'),(462485,'_transient_timeout__woocommerce_upload_directory_status','1647034746','no'),(462479,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1647034729','no'),(462480,'_transient_jetpack_plugin_api_action_links_refresh','1646948329','no'),(458592,'_transient_timeout_wc_product_children_929','1648558579','no'),(404064,'79e912fe6_eael_updated_at','1635468727','no'),(404081,'3deb0f4a6_eael_updated_at','1635125707','no'),(404089,'3ec1a2f2b_eael_updated_at','1635125831','no'),(404098,'a6595b77a_eael_updated_at','1635425748','no'),(404094,'96f6f7834_eael_updated_at','1635125831','no'),(404103,'7b0d5e0df_eael_updated_at','1635658737','no'),(404109,'b086095ea_eael_updated_at','1635303913','no'),(403578,'a55572cc3_eael_updated_at','1635468727','no'),(403591,'dd46fc5c2_eael_updated_at','1635468606','no'),(403595,'869dc2fe5_eael_updated_at','1634556573','no'),(403604,'73dcbac16_eael_updated_at','1634923400','no'),(403613,'164ef2d5f_eael_updated_at','1634556732','no'),(403617,'d45e2c819_eael_updated_at','1634893875','no'),(403646,'38ac08c86_eael_updated_at','1634557149','no'),(403663,'ee0cd9495_eael_updated_at','1634598023','no'),(403630,'c90db55e1_eael_updated_at','1635468727','no'),(403633,'c076ae721_eael_updated_at','1635056200','no'),(403639,'849de6292_eael_updated_at','1634556980','no'),(403642,'a6fc6ebfa_eael_updated_at','1635663832','no'),(403659,'15e6c4f3b_eael_updated_at','1635209549','no'),(403669,'1ea18890e_eael_updated_at','1634557275','no'),(403673,'3047957e4_eael_updated_at','1635573128','no'),(453112,'_transient_timeout_wc_product_children_969','1647111358','no'),(453113,'_transient_wc_product_children_969','a:2:{s:3:\"all\";a:6:{i:0;i:970;i:1;i:971;i:2;i:972;i:3;i:973;i:4;i:974;i:5;i:975;}s:7:\"visible\";a:6:{i:0;i:970;i:1;i:971;i:2;i:972;i:3;i:973;i:4;i:974;i:5;i:975;}}','no'),(453114,'_transient_timeout_wc_child_has_weight_969','1647111358','no'),(453115,'_transient_wc_child_has_weight_969','0','no'),(453116,'_transient_timeout_wc_child_has_dimensions_969','1647111358','no'),(453117,'_transient_wc_child_has_dimensions_969','0','no'),(401911,'f3d5dca6e_eael_updated_at','1634553924','no'),(402017,'cd0af4ffb_eael_updated_at','1634353347','no'),(403371,'92af9d7ec_eael_updated_at','1635228312','no'),(402741,'b98bf6e2e_eael_updated_at','1634557149','no'),(451340,'woocommerce_task_list_tracked_completed_tasks','a:5:{i:0;s:13:\"store_details\";i:1;s:8:\"products\";i:2;s:8:\"payments\";i:3;s:3:\"tax\";i:4;s:8:\"shipping\";}','yes'),(451341,'woocommerce_task_list_completed_lists','a:1:{i:0;s:8:\"extended\";}','yes'),(452321,'_transient_timeout_wc_term_counts','1647387880','no'),(319072,'pa_review_notice','1','yes'),(401639,'adbe26916_eael_updated_at','1635373861','no'),(451256,'woocommerce_analytics_enabled','yes','yes'),(401827,'88a44549e_eael_updated_at','1634556732','no'),(402264,'dc26b0401_eael_updated_at','1634556573','no'),(402271,'630575f82_eael_updated_at','1635622827','no'),(402279,'2b1ee6da0_eael_updated_at','1634554047','no'),(402810,'c3f3969d8_eael_updated_at','1634553795','no'),(399850,'1bf4773fc_eael_updated_at','1635874426','no'),(399869,'9328c535a_eael_updated_at','1635912232','no'),(399994,'f746f5a18_eael_updated_at','1635468727','no'),(400825,'bffef11d9_eael_updated_at','1634556980','no'),(400086,'9016681a7_eael_updated_at','1634759650','no'),(400105,'5c8d0adaa_eael_updated_at','1635792155','no'),(451264,'woocommerce_task_list_hidden_lists','a:1:{i:0;s:5:\"setup\";}','yes'),(451268,'_transient_woocommerce_admin_remote_inbox_notifications_specs','a:29:{s:27:\"new_in_app_marketplace_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"new_in_app_marketplace_2021\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Customize your store with extensions\";s:7:\"content\";s:164:\"Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"browse_extensions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Browse extensions\";}}s:3:\"url\";s:15:\"&page=wc-addons\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:14:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.7\";}}}s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:42:\"https://woocommerce.com/products/wayflyer/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:45:\"https://woocommerce.com/woocommerce-shipping/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:30:\"wc_shipping_mobile_app_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wc_shipping_mobile_app_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:69:\"Print and manage your shipping labels with the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"wc_shipping_mobile_app_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:30:\"Get the WooCommerce Mobile App\";}}s:3:\"url\";s:31:\"https://woocommerce.com/mobile/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}s:37:\"ecomm-need-help-setting-up-your-store\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"ecomm-need-help-setting-up-your-store\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:32:\"Need help setting up your Store?\";s:7:\"content\";s:350:\"Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"set-up-concierge\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Schedule free session\";}}s:3:\"url\";s:34:\"https://wordpress.com/me/concierge\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:16:48\";}i:1;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:251:\"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:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:17:25\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:2;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:270:\"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:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:18:01\";}i:1;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:2;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:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:18:37\";}i:1;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:2;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:467:\"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:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;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:2;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:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"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:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;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:175:\"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:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:20:31\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:2;}i:2;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:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}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: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:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}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:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:56:\"https://woocommerce.com/products/google-listings-and-ads\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"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:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;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:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{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:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{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:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}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:442:\"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:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;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: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:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;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:358:\"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 <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> 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:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;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: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:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:39:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:146:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:26:\"ecomm-wc-navigation-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"ecomm-wc-navigation-survey\";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:\"We’d like your feedback on the WooCommerce navigation\";s:7:\"content\";s:134:\"We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-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:63:\"https://automattic.survey.fm/feedback-on-woocommerce-navigation\";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:\"2022-01-27 20:38:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:90;}}}s:22:\"wcpay_applepay_q1_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:22:\"wcpay_applepay_q1_2022\";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:60:\"Increase conversions with Apple Pay – just like Diane does\";s:7:\"content\";s:472:\"See how Diane from <a href=\"https://woocommerce.com/posts/lady-dye-yarns-from-crafts-to-activism-with-woocommerce/?utm_source=product&amp;utm_medium=inboxnotification&amp;utm_campaign=apple-pay\" target=\"_blank\">Lady Dye Yarns</a> uses Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – Apple Pay is included in WooCommerce Payments. Here\'s how you can increase conversions by encouraging shoppers to pay with a single tap.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"wcpay_applepay_q1_2022\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:39:\"Let your customers know about Apple Pay\";}}s:3:\"url\";s:48:\"https://developer.apple.com/apple-pay/marketing/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-02-07 00:00:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-03-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}s:23:\"stripe_applepay_q1_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:23:\"stripe_applepay_q1_2022\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with Apple Pay – just like Thomas does\";s:7:\"content\";s:521:\"Read the inspirational story of <a href=\"https://woocommerce.com/posts/incredible-story-of-thomas-trendy-socks-down-syndrome-entrepreneur/?utm_source=product&amp;utm_medium=inboxnotification&amp;utm_campaign=apple-pay\" target=\"_blank\">Thomas\'s Trendy Socks</a> and see how he’s using Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – ready to turn more visitors into buyers? Accept Apple Pay by selecting Enable express checkouts in Settings &gt; Payments &gt; Stripe.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"stripe_applepay_q1_2022\";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:45:\"&page=wc-settings&tab=checkout&section=stripe\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;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:\"2022-02-07 00:00:33\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-03-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}i:3;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\";}}}}}}s:23:\"square_applepay_q1_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:23:\"square_applepay_q1_2022\";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:\"Increase conversions with a faster checkout experience\";s:7:\"content\";s:252:\"By enabling Apple Pay in Square, your customers can complete purchases quickly and securely with a single touch or a glance – no lengthy checkout forms necessary. Accept Apple Pay by enabling Digital Wallets within Settings &gt; Payments &gt; Square.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"square_applepay_q1_2022\";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:28:\"&page=wc-settings&tab=square\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;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:\"2022-02-07 00:00:11\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2022-03-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-square\";}}i:3;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: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:20:\"woocommerce-payments\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}}}}}}','no'),(403892,'b16582ed3_eael_updated_at','1635758356','no'),(363289,'106a6c241_eael_updated_at','1625496493','no'),(400974,'b64857365_eael_updated_at','1634555972','no'),(459690,'_transient_timeout_wc_child_has_weight_1027','1648858416','no'),(459691,'_transient_wc_child_has_weight_1027','0','no'),(459692,'_transient_timeout_wc_child_has_dimensions_1027','1648858416','no'),(459693,'_transient_wc_child_has_dimensions_1027','0','no'),(402024,'b9ddeea9b_eael_updated_at','1635468606','no'),(402020,'f288da212_eael_updated_at','1635608221','no'),(451332,'woocommerce-ppcp-version','1.6.5','yes'),(402580,'c3ce90167_eael_updated_at','1634555972','no'),(402586,'f5a1903cd_eael_updated_at','1634557275','no'),(402620,'3506c8412_eael_updated_at','1634554047','no'),(402626,'058bb5e25_eael_updated_at','1634553350','no'),(402681,'2983b893e_eael_updated_at','1634553640','no'),(386320,'2570d164c_eael_updated_at','1643646449','no'),(340846,'cb70d11b8_eael_elements','a:2:{i:16;s:11:\"dual-header\";i:21;s:5:\"ninja\";}','no'),(340848,'cb70d11b8_eael_updated_at','1643646449','no'),(399702,'f990e3ec2_eael_updated_at','1635693334','no'),(343965,'a6ce19fd8_eael_updated_at','1643646449','no'),(416641,'4df3b8439_eael_updated_at','1635941473','no'),(402003,'2193628ad_eael_updated_at','1635459674','no'),(402012,'3cc29e6bf_eael_updated_at','1635209549','no'),(403941,'1c68c1595_eael_updated_at','1635468727','no'),(403928,'9aff60ee4_eael_updated_at','1635712047','no'),(404049,'e7cd751a9_eael_updated_at','1635772970','no'),(403937,'ab8a7dc8c_eael_updated_at','1635468606','no'),(403975,'807e989f1_eael_updated_at','1635468606','no'),(404052,'6b819179e_eael_updated_at','1635084961','no'),(403993,'136ab265e_eael_updated_at','1635468727','no'),(404018,'48a78cc38_eael_updated_at','1635468606','no'),(404039,'485beba94_eael_updated_at','1635468727','no'),(404056,'346d347b7_eael_updated_at','1634599160','no'),(451255,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(402032,'f147839e0_eael_updated_at','1635468727','no'),(401212,'0a590386f_eael_updated_at','1635125831','no'),(403900,'a188a5baf_eael_updated_at','1635468727','no'),(403106,'3f8508a33_eael_updated_at','1635468727','no'),(403115,'88887217a_eael_updated_at','1634551318','no'),(403119,'df61aa7cd_eael_updated_at','1634551552','no'),(403133,'bed400844_eael_updated_at','1634673065','no'),(403171,'34228b03c_eael_updated_at','1634966044','no'),(403129,'8c8640af7_eael_updated_at','1635468727','no'),(403139,'323999d0b_eael_updated_at','1634581079','no'),(403147,'9cb9ed2e9_eael_updated_at','1634860693','no'),(403150,'d12087048_eael_updated_at','1635266039','no'),(403154,'98dc58b41_eael_updated_at','1634551847','no'),(403183,'058a21a1c_eael_updated_at','1634551973','no'),(403092,'ad06cc17f_eael_updated_at','1634551195','no'),(403095,'53b772a25_eael_updated_at','1635222914','no'),(403066,'6967d451a_eael_updated_at','1634550924','no'),(403084,'a349ed4ff_eael_updated_at','1635177020','no'),(403074,'c8b00ef5c_eael_updated_at','1635795553','no'),(403110,'e0658cc84_eael_updated_at','1635061782','no'),(402971,'0a230cd2e_eael_updated_at','1634555972','no'),(403062,'1212db198_eael_updated_at','1634550924','no'),(403078,'9b8c00021_eael_updated_at','1634813197','no'),(403012,'d38c6fa6f_eael_updated_at','1634552736','no'),(403177,'a4c91c3ba_eael_updated_at','1634551973','no'),(403196,'9d812a5a6_eael_updated_at','1634552130','no'),(403200,'8a8acf4cd_eael_updated_at','1634552292','no'),(403206,'e91eafc84_eael_updated_at','1635337173','no'),(403212,'7db164fd5_eael_updated_at','1634622267','no'),(403546,'29dc9347a_eael_updated_at','1635367531','no'),(403251,'9933820a3_eael_updated_at','1634898422','no'),(403359,'3344a0649_eael_updated_at','1634553795','no'),(403224,'3f8fdefbd_eael_updated_at','1634672078','no'),(403227,'fcda19ba5_eael_updated_at','1635349869','no'),(403233,'ac486c2e0_eael_updated_at','1635413675','no'),(403239,'3030476fb_eael_updated_at','1635257076','no'),(403261,'797da2d11_eael_updated_at','1634824002','no'),(403257,'87e0ecff9_eael_updated_at','1634552736','no'),(403269,'dc94a3e74_eael_updated_at','1634553037','no'),(403277,'eec6353d6_eael_updated_at','1634553037','no'),(403280,'0e69d44d2_eael_updated_at','1634553037','no'),(403300,'16e40175c_eael_updated_at','1635056200','no'),(403311,'b2e4b4371_eael_updated_at','1635053585','no'),(403296,'ad3cbd282_eael_updated_at','1634553198','no'),(403337,'92a333005_eael_updated_at','1634553500','no'),(403308,'1f394d638_eael_updated_at','1635052683','no'),(451350,'woocommerce-ppcp-settings','a:30:{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:29:\"button_single_product_enabled\";b:1;s:24:\"button_mini-cart_enabled\";b:1;s:19:\"button_cart_enabled\";b:1;s:10:\"brand_name\";s:20:\"Lavish Luxe By Lenee\";s:17:\"dcc_gateway_title\";s:12:\"Credit Cards\";s:23:\"dcc_gateway_description\";s:26:\"Pay with your credit card.\";s:13:\"vault_enabled\";b:0;s:12:\"landing_page\";s:5:\"LOGIN\";s:15:\"logging_enabled\";b:0;s:6:\"prefix\";s:3:\"WC-\";s:15:\"payee_preferred\";b:0;s:15:\"disable_funding\";a:1:{i:0;s:4:\"card\";}s:22:\"button_product_enabled\";b:1;s:14:\"button_enabled\";b:1;s:18:\"button_cart_layout\";s:8:\"vertical\";s:17:\"button_cart_shape\";s:4:\"rect\";s:17:\"button_cart_color\";s:4:\"gold\";s:20:\"message_cart_enabled\";b:0;s:13:\"button_layout\";s:8:\"vertical\";s:12:\"button_shape\";s:4:\"rect\";s:12:\"button_color\";s:4:\"gold\";s:15:\"message_enabled\";b:0;s:21:\"button_product_layout\";s:10:\"horizontal\";s:20:\"button_product_color\";s:4:\"gold\";s:23:\"message_product_enabled\";b:0;s:23:\"button_mini-cart_layout\";s:8:\"vertical\";s:22:\"button_mini-cart_shape\";s:4:\"rect\";s:22:\"button_mini-cart_color\";s:4:\"gold\";}','yes'),(451344,'woocommerce_refund_returns_page_id','1146','yes'),(403327,'c774e30b9_eael_updated_at','1635468606','no'),(403341,'17b2687e0_eael_updated_at','1634968613','no'),(403331,'3f594a95b_eael_updated_at','1635017299','no'),(403363,'be098ee71_eael_updated_at','1634691662','no'),(403350,'142bd42f0_eael_updated_at','1634553640','no'),(401238,'96cb4d024_eael_updated_at','1634555841','no'),(401283,'0cb102d2b_eael_updated_at','1634551318','no'),(401360,'28eff13ec_eael_updated_at','1635468727','no'),(401382,'ec99e2b8f_eael_updated_at','1634552427','no'),(401534,'436edc6fd_eael_updated_at','1634555841','no'),(401602,'c362e2ad6_eael_updated_at','1634556098','no'),(416209,'02e787ff1_eael_updated_at','1635941473','no'),(387062,'woocommerce_excluded_report_order_statuses','a:3:{i:0;s:7:\"pending\";i:1;s:9:\"cancelled\";i:2;s:6:\"failed\";}','yes'),(387063,'woocommerce_actionable_order_statuses','a:3:{i:0;s:10:\"processing\";i:1;s:7:\"on-hold\";i:2;s:9:\"completed\";}','yes'),(387064,'woocommerce_default_date_range','period=month&amp;compare=previous_year','yes'),(452322,'_transient_wc_term_counts','a:52:{i:33;s:1:\"7\";i:20;s:1:\"4\";i:45;s:1:\"7\";i:19;s:2:\"11\";i:24;s:1:\"7\";i:46;s:1:\"7\";i:39;s:1:\"4\";i:41;s:1:\"6\";i:48;s:1:\"2\";i:60;s:1:\"1\";i:66;s:1:\"1\";i:78;s:1:\"1\";i:76;s:1:\"1\";i:74;s:1:\"1\";i:79;s:1:\"1\";i:77;s:1:\"1\";i:75;s:1:\"1\";i:52;s:1:\"2\";i:55;s:1:\"3\";i:51;s:1:\"1\";i:54;s:1:\"2\";i:53;s:1:\"2\";i:47;s:1:\"1\";i:64;s:1:\"2\";i:58;s:1:\"2\";i:62;s:1:\"2\";i:71;s:1:\"1\";i:69;s:1:\"1\";i:68;s:1:\"1\";i:73;s:1:\"1\";i:70;s:1:\"1\";i:67;s:1:\"1\";i:72;s:1:\"1\";i:42;s:1:\"2\";i:59;s:1:\"1\";i:27;s:1:\"2\";i:56;s:1:\"2\";i:57;s:1:\"1\";i:40;s:1:\"1\";i:31;s:1:\"1\";i:38;s:1:\"2\";i:35;s:1:\"1\";i:37;s:1:\"1\";i:36;s:1:\"1\";i:34;s:1:\"1\";i:65;s:1:\"1\";i:63;s:1:\"1\";i:61;s:1:\"1\";i:23;s:1:\"1\";i:49;s:1:\"1\";i:22;s:1:\"1\";i:50;s:1:\"1\";}','no'),(462442,'_transient_timeout_jetpack_woocommerce_analytics_cart_checkout_info_cache','1647027367','no'),(462443,'_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'),(462554,'_transient_timeout_jetpack_sync_callables_await','1646954153','no'),(462555,'_transient_jetpack_sync_callables_await','1646954093.4761','no'),(462514,'_transient_timeout_wc_var_prices_1013','1649543859','no'),(462515,'_transient_wc_var_prices_1013','{\"version\":\"1643214709\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"1014\":\"45.00\",\"1015\":\"45.00\",\"1016\":\"45.00\"},\"regular_price\":{\"1014\":\"45.00\",\"1015\":\"45.00\",\"1016\":\"45.00\"},\"sale_price\":{\"1014\":\"45.00\",\"1015\":\"45.00\",\"1016\":\"45.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"1014\":\"45.00\",\"1015\":\"45.00\",\"1016\":\"45.00\"},\"regular_price\":{\"1014\":\"45.00\",\"1015\":\"45.00\",\"1016\":\"45.00\"},\"sale_price\":{\"1014\":\"45.00\",\"1015\":\"45.00\",\"1016\":\"45.00\"}}}','no'),(462356,'_transient_timeout_jetpack_is_single_user','1646965604','no'),(458076,'_transient_timeout_wc_product_children_1013','1648403651','no'),(458077,'_transient_wc_product_children_1013','a:2:{s:3:\"all\";a:3:{i:0;i:1014;i:1;i:1015;i:2;i:1016;}s:7:\"visible\";a:3:{i:0;i:1014;i:1;i:1015;i:2;i:1016;}}','no'),(448974,'eael_global_settings','a:1:{s:22:\"eael_ext_scroll_to_top\";a:0:{}}','yes'),(451271,'wc_blocks_surface_cart_checkout_probability','62','yes'),(462528,'_transient_timeout_wpcom_social_media_icons_widget::is_active','1646956693','no'),(462529,'_transient_wpcom_social_media_icons_widget::is_active','0','no'),(462539,'_transient_timeout_astra-theme-cron-test-ok','1646956696','no'),(462540,'_transient_astra-theme-cron-test-ok','1','no'),(462542,'_transient_timeout_wc_var_prices_1079','1649545132','no'),(462543,'_transient_wc_var_prices_1079','{\"version\":\"1643214709\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"1081\":\"15.00\",\"1082\":\"15.00\",\"1083\":\"15.00\",\"1084\":\"15.00\",\"1085\":\"15.00\",\"1086\":\"15.00\",\"1087\":\"15.00\"},\"regular_price\":{\"1081\":\"15.00\",\"1082\":\"15.00\",\"1083\":\"15.00\",\"1084\":\"15.00\",\"1085\":\"15.00\",\"1086\":\"15.00\",\"1087\":\"15.00\"},\"sale_price\":{\"1081\":\"15.00\",\"1082\":\"15.00\",\"1083\":\"15.00\",\"1084\":\"15.00\",\"1085\":\"15.00\",\"1086\":\"15.00\",\"1087\":\"15.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"1081\":\"15.00\",\"1082\":\"15.00\",\"1083\":\"15.00\",\"1084\":\"15.00\",\"1085\":\"15.00\",\"1086\":\"15.00\",\"1087\":\"15.00\"},\"regular_price\":{\"1081\":\"15.00\",\"1082\":\"15.00\",\"1083\":\"15.00\",\"1084\":\"15.00\",\"1085\":\"15.00\",\"1086\":\"15.00\",\"1087\":\"15.00\"},\"sale_price\":{\"1081\":\"15.00\",\"1082\":\"15.00\",\"1083\":\"15.00\",\"1084\":\"15.00\",\"1085\":\"15.00\",\"1086\":\"15.00\",\"1087\":\"15.00\"}}}','no'),(461800,'_transient_woocommerce_admin_payment_method_promotion_specs','a:1:{s:20:\"woocommerce_payments\";O:8:\"stdClass\":8:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:20:\"WooCommerce Payments\";s:7:\"content\";s:369:\"Payments made simple, with no monthly fees – designed exclusively for WooCommerce stores. Accept credit cards, debit cards, and other popular payment methods.<br/><br/>By clicking “Install”, you agree to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a> and <a href=\"https://automattic.com/privacy/\" target=\"_blank\">Privacy policy</a>.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:865:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/applepay.svg\" alt=\"Applepay\">\";s:15:\"additional_info\";O:8:\"stdClass\":1:{s:18:\"experiment_version\";s:2:\"v2\";}}}','no'),(435421,'monsterinsights_site_tt','f368085386edef8b3b0a66459bd9a15d599c84fbbbf6abb64967e0b8a4102382e4643e5122136a20438f89eb91a682b7ccfb98875a00c6905c561eb7801abd09','yes'),(462298,'_transient_timeout__woocommerce_helper_updates','1646949110','no'),(462299,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1646905910;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(462549,'_transient_timeout_hmbkp_schedules','1647558360','no'),(462550,'_transient_hmbkp_schedules','a:2:{i:0;s:25:\"hmbkp_schedule_1509569893\";i:1;s:25:\"hmbkp_schedule_1509569894\";}','no'),(462110,'pa_elements_265ae7f8c','a:0:{}','no'),(462111,'pa_edit_265ae7f8c','1646858754','no'),(462533,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1646953394','no'),(462534,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;i:0;}','no'),(462544,'_transient_timeout_wc_var_prices_1043','1649545132','no'),(462545,'_transient_wc_var_prices_1043','{\"version\":\"1643214709\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"1044\":\"15.00\",\"1045\":\"15.00\",\"1046\":\"15.00\",\"1047\":\"15.00\",\"1048\":\"15.00\",\"1049\":\"15.00\",\"1050\":\"15.00\",\"1051\":\"10.00\",\"1052\":\"10.00\",\"1053\":\"10.00\",\"1054\":\"10.00\"},\"regular_price\":{\"1044\":\"15.00\",\"1045\":\"15.00\",\"1046\":\"15.00\",\"1047\":\"15.00\",\"1048\":\"15.00\",\"1049\":\"15.00\",\"1050\":\"15.00\",\"1051\":\"10.00\",\"1052\":\"10.00\",\"1053\":\"10.00\",\"1054\":\"10.00\"},\"sale_price\":{\"1044\":\"15.00\",\"1045\":\"15.00\",\"1046\":\"15.00\",\"1047\":\"15.00\",\"1048\":\"15.00\",\"1049\":\"15.00\",\"1050\":\"15.00\",\"1051\":\"10.00\",\"1052\":\"10.00\",\"1053\":\"10.00\",\"1054\":\"10.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"1044\":\"15.00\",\"1045\":\"15.00\",\"1046\":\"15.00\",\"1047\":\"15.00\",\"1048\":\"15.00\",\"1049\":\"15.00\",\"1050\":\"15.00\",\"1051\":\"10.00\",\"1052\":\"10.00\",\"1053\":\"10.00\",\"1054\":\"10.00\"},\"regular_price\":{\"1044\":\"15.00\",\"1045\":\"15.00\",\"1046\":\"15.00\",\"1047\":\"15.00\",\"1048\":\"15.00\",\"1049\":\"15.00\",\"1050\":\"15.00\",\"1051\":\"10.00\",\"1052\":\"10.00\",\"1053\":\"10.00\",\"1054\":\"10.00\"},\"sale_price\":{\"1044\":\"15.00\",\"1045\":\"15.00\",\"1046\":\"15.00\",\"1047\":\"15.00\",\"1048\":\"15.00\",\"1049\":\"15.00\",\"1050\":\"15.00\",\"1051\":\"10.00\",\"1052\":\"10.00\",\"1053\":\"10.00\",\"1054\":\"10.00\"}}}','no'),(462546,'_transient_timeout_wc_var_prices_956','1649545132','no'),(462547,'_transient_wc_var_prices_956','{\"version\":\"1643214709\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"961\":\"30.00\",\"962\":\"30.00\",\"963\":\"30.00\",\"964\":\"30.00\",\"965\":\"40.00\"},\"regular_price\":{\"961\":\"30.00\",\"962\":\"30.00\",\"963\":\"30.00\",\"964\":\"30.00\",\"965\":\"40.00\"},\"sale_price\":{\"961\":\"30.00\",\"962\":\"30.00\",\"963\":\"30.00\",\"964\":\"30.00\",\"965\":\"40.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"961\":\"30.00\",\"962\":\"30.00\",\"963\":\"30.00\",\"964\":\"30.00\",\"965\":\"40.00\"},\"regular_price\":{\"961\":\"30.00\",\"962\":\"30.00\",\"963\":\"30.00\",\"964\":\"30.00\",\"965\":\"40.00\"},\"sale_price\":{\"961\":\"30.00\",\"962\":\"30.00\",\"963\":\"30.00\",\"964\":\"30.00\",\"965\":\"40.00\"}}}','no'),(462486,'_transient__woocommerce_upload_directory_status','protected','no'),(462517,'_transient_wc_child_has_weight_1013','0','no'),(462518,'_transient_timeout_wc_child_has_dimensions_1013','1649543859','no'),(462519,'_transient_wc_child_has_dimensions_1013','0','no'),(462520,'_transient_timeout_wc_related_1013','1647038259','no'),(462521,'_transient_wc_related_1013','a:1:{s:52:\"limit=4&exclude_ids%5B0%5D=0&exclude_ids%5B1%5D=1013\";a:19:{i:0;s:3:\"348\";i:1;s:4:\"1096\";i:2;s:4:\"1113\";i:3;s:3:\"431\";i:4;s:3:\"428\";i:5;s:3:\"992\";i:6;s:4:\"1002\";i:7;s:4:\"1027\";i:8;s:4:\"1098\";i:9;s:4:\"1036\";i:10;s:3:\"969\";i:11;s:3:\"956\";i:12;s:3:\"981\";i:13;s:3:\"929\";i:14;s:4:\"1020\";i:15;s:4:\"1043\";i:16;s:4:\"1056\";i:17;s:4:\"1079\";i:18;s:4:\"1105\";}}','no'),(462489,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(462522,'_transient_timeout_wc_var_prices_969','1649543860','no'),(462523,'_transient_wc_var_prices_969','{\"version\":\"1643214709\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"970\":\"30.00\",\"971\":\"30.00\",\"972\":\"30.00\",\"973\":\"30.00\",\"974\":\"30.00\",\"975\":\"30.00\"},\"regular_price\":{\"970\":\"30.00\",\"971\":\"30.00\",\"972\":\"30.00\",\"973\":\"30.00\",\"974\":\"30.00\",\"975\":\"30.00\"},\"sale_price\":{\"970\":\"30.00\",\"971\":\"30.00\",\"972\":\"30.00\",\"973\":\"30.00\",\"974\":\"30.00\",\"975\":\"30.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"970\":\"30.00\",\"971\":\"30.00\",\"972\":\"30.00\",\"973\":\"30.00\",\"974\":\"30.00\",\"975\":\"30.00\"},\"regular_price\":{\"970\":\"30.00\",\"971\":\"30.00\",\"972\":\"30.00\",\"973\":\"30.00\",\"974\":\"30.00\",\"975\":\"30.00\"},\"sale_price\":{\"970\":\"30.00\",\"971\":\"30.00\",\"972\":\"30.00\",\"973\":\"30.00\",\"974\":\"30.00\",\"975\":\"30.00\"}}}','no'),(462524,'_transient_timeout_wc_product_children_992','1649543860','no'),(462525,'_transient_wc_product_children_992','a:2:{s:3:\"all\";a:5:{i:0;i:994;i:1;i:995;i:2;i:996;i:3;i:997;i:4;i:998;}s:7:\"visible\";a:5:{i:0;i:994;i:1;i:995;i:2;i:996;i:3;i:997;i:4;i:998;}}','no'),(462526,'_transient_timeout_wc_var_prices_992','1649543860','no'),(462527,'_transient_wc_var_prices_992','{\"version\":\"1643214709\",\"f9e544f77b7eac7add281ef28ca5559f\":{\"price\":{\"994\":\"30.00\",\"995\":\"30.00\",\"996\":\"30.00\",\"997\":\"30.00\",\"998\":\"30.00\"},\"regular_price\":{\"994\":\"30.00\",\"995\":\"30.00\",\"996\":\"30.00\",\"997\":\"30.00\",\"998\":\"30.00\"},\"sale_price\":{\"994\":\"30.00\",\"995\":\"30.00\",\"996\":\"30.00\",\"997\":\"30.00\",\"998\":\"30.00\"}},\"4173c8e28f114c545d779c47fd7e2df1\":{\"price\":{\"994\":\"30.00\",\"995\":\"30.00\",\"996\":\"30.00\",\"997\":\"30.00\",\"998\":\"30.00\"},\"regular_price\":{\"994\":\"30.00\",\"995\":\"30.00\",\"996\":\"30.00\",\"997\":\"30.00\",\"998\":\"30.00\"},\"sale_price\":{\"994\":\"30.00\",\"995\":\"30.00\",\"996\":\"30.00\",\"997\":\"30.00\",\"998\":\"30.00\"}}}','no'),(462516,'_transient_timeout_wc_child_has_weight_1013','1649543859','no'),(462462,'_transient_timeout__woocommerce_helper_subscriptions','1646949224','no'),(462463,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(462464,'_site_transient_timeout_theme_roots','1646950124','no'),(462465,'_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'),(459752,'_transient_timeout_wc_product_children_1096','1648864504','no'),(459753,'_transient_wc_product_children_1096','a:2:{s:3:\"all\";a:1:{i:0;i:1111;}s:7:\"visible\";a:1:{i:0;i:1111;}}','no'),(459761,'_transient_timeout_wc_product_children_956','1648864562','no'),(459762,'_transient_wc_product_children_956','a:2:{s:3:\"all\";a:5:{i:0;i:961;i:1;i:962;i:2;i:963;i:3;i:964;i:4;i:965;}s:7:\"visible\";a:5:{i:0;i:961;i:1;i:962;i:2;i:963;i:3;i:964;i:4;i:965;}}','no'),(459763,'_transient_timeout_wc_child_has_weight_956','1648864562','no'),(459764,'_transient_wc_child_has_weight_956','0','no'),(459765,'_transient_timeout_wc_child_has_dimensions_956','1648864562','no'),(459766,'_transient_wc_child_has_dimensions_956','0','no'),(462228,'_site_transient_timeout_php_check_71beb58986fe81ec54207f069dd45eee','1647486995','no'),(462229,'_site_transient_php_check_71beb58986fe81ec54207f069dd45eee','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'),(462232,'_transient_timeout_rsssl_can_use_curl_headers_check','1647487002','no'),(462233,'_transient_rsssl_can_use_curl_headers_check','no','no'),(451266,'wc_remote_inbox_notifications_wca_updated','','no'),(451267,'_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs','1647476407','no'),(439854,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.1\";s:7:\"version\";s:5:\"5.9.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";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.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.1\";s:7:\"version\";s:5:\"5.9.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.9-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.9\";s:7:\"version\";s:3:\"5.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.3\";s:7:\"version\";s:5:\"5.8.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.5.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.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.5\";s:7:\"version\";s:5:\"5.7.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1646948324;s:15:\"version_checked\";s:5:\"5.6.7\";s:12:\"translations\";a:0:{}}','no'),(458593,'_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'),(455542,'_transient_timeout_wc_product_children_1027','1647773573','no'),(455543,'_transient_wc_product_children_1027','a:2:{s:3:\"all\";a:5:{i:0;i:1028;i:1;i:1029;i:2;i:1030;i:3;i:1031;i:4;i:1032;}s:7:\"visible\";a:5:{i:0;i:1028;i:1;i:1029;i:2;i:1030;i:3;i:1031;i:4;i:1032;}}','no'),(456012,'_transient_timeout_wc_product_children_1056','1647900688','no'),(456013,'_transient_wc_product_children_1056','a:2:{s:3:\"all\";a:7:{i:0;i:1057;i:1;i:1058;i:2;i:1059;i:3;i:1060;i:4;i:1061;i:5;i:1062;i:6;i:1063;}s:7:\"visible\";a:7:{i:0;i:1057;i:1;i:1058;i:2;i:1059;i:3;i:1060;i:4;i:1061;i:5;i:1062;i:6;i:1063;}}','no'),(456014,'_transient_timeout_wc_child_has_weight_1056','1647900688','no'),(456015,'_transient_wc_child_has_weight_1056','0','no'),(456016,'_transient_timeout_wc_child_has_dimensions_1056','1647900688','no'),(456017,'_transient_wc_child_has_dimensions_1056','0','no'),(462531,'_transient_timeout_jetpack_sync_constants_await','1646956694','no'),(462532,'_transient_jetpack_sync_constants_await','1646953094.5013','no'),(461799,'_transient_timeout_woocommerce_admin_payment_method_promotion_specs','1647378783','no'),(462096,'pa_edit_time','1646858754','yes'),(462101,'pa_elements_afa214de4','a:0:{}','no'),(462102,'pa_edit_afa214de4','1646858754','no'),(458821,'_transient_timeout_wc_product_children_1079','1648617743','no'),(458822,'_transient_wc_product_children_1079','a:2:{s:3:\"all\";a:7:{i:0;i:1081;i:1;i:1082;i:2;i:1083;i:3;i:1084;i:4;i:1085;i:5;i:1086;i:6;i:1087;}s:7:\"visible\";a:7:{i:0;i:1081;i:1;i:1082;i:2;i:1083;i:3;i:1084;i:4;i:1085;i:5;i:1086;i:6;i:1087;}}','no'),(458823,'_transient_timeout_wc_child_has_weight_1079','1648617743','no'),(458824,'_transient_wc_child_has_weight_1079','0','no'),(458825,'_transient_timeout_wc_child_has_dimensions_1079','1648617743','no'),(458826,'_transient_wc_child_has_dimensions_1079','0','no'),(452458,'_transient_timeout_wc_child_has_weight_1096','1646964598','no'),(452459,'_transient_wc_child_has_weight_1096','0','no'),(452460,'_transient_timeout_wc_child_has_dimensions_1096','1646964598','no'),(452461,'_transient_wc_child_has_dimensions_1096','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=18 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),(7,1096,'',0.00,'drop_down',1,1),(6,940,'Luxe like money',0.00,'',1,1),(10,1105,'',0.00,'drop_down',1,1),(9,1098,'',0.00,'drop_down',1,1),(16,1123,'',0.00,'drop_down',1,1),(17,1135,'what\'s ur flava',0.00,'multiple',1,1),(14,1113,'',0.00,'drop_down',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=80 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),(32,9,1098,'Small',45.00,1),(34,9,1098,'Large',45.00,3),(30,6,940,'',0.00,1),(33,9,1098,'Medium',45.00,2),(35,9,1098,'XL',45.00,4),(36,9,1098,'2XL',45.00,5),(76,17,1135,'Toffee',30.00,1),(75,16,1123,'Size 10',27.00,4),(41,10,1105,'Small',25.00,1),(42,10,1105,'Medium',25.00,2),(43,10,1105,'Large',25.00,3),(44,10,1105,'XL',25.00,4),(45,10,1105,'2xl',27.00,5),(79,14,1113,'3XL',37.00,6),(78,17,1135,'Nitro',30.00,3),(77,17,1135,'Coffee',30.00,2),(74,16,1123,'Size 9',27.00,3),(73,16,1123,'Size 8 1/2',27.00,2),(72,16,1123,'Size 8',27.00,1),(68,14,1113,'2XL',37.00,5),(67,14,1113,'XL',35.00,4),(66,14,1113,'Large',35.00,3),(65,14,1113,'Medium',35.00,2),(64,14,1113,'Small',35.00,1),(61,7,1096,'Small',35.00,1),(62,7,1096,'Medium',35.00,2),(63,7,1096,'Large',35.00,3);
/*!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=7989 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','5.1.1'),(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'),(7547,1096,'_manage_stock','yes'),(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:{}}}'),(7546,1096,'_tax_class',''),(7545,1096,'_tax_status','taxable'),(7544,1096,'total_sales','0'),(7543,1096,'_thumbnail_id','1094'),(7542,1096,'_edit_last','4'),(7541,1096,'_edit_lock','1640851100:4'),(7540,1096,'_last_editor_used_jetpack','classic-editor'),(7945,1142,'_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}]'),(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'),(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'),(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','block-editor'),(1984,497,'_edit_lock','1643646560:1'),(1985,497,'_edit_last','4'),(7749,497,'theme-transparent-header-meta','default'),(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.5.4'),(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\",\"pa_condition_repeater\":[{\"_id\":\"4cd88ed\"}]},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"cfef783\"}]},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\",\"pa_condition_repeater\":[{\"_id\":\"ecad911\"}]},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]},\"pa_condition_repeater\":[{\"_id\":\"d735bfc\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"pa_condition_repeater\":[{\"_id\":\"43afe2f\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"1e90b51\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"efcf036\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"3d308f9\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"pa_condition_repeater\":[{\"_id\":\"effeac7\"}]},\"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},\"pa_condition_repeater\":[{\"_id\":\"eec980f\"}]},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"cde7709\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"5b12839\"}]},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"da4eae4\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"afdb445\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\",\"pa_condition_repeater\":[{\"_id\":\"b7bf60a\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"d6df179\"}]},\"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\":[]},\"pa_condition_repeater\":[{\"_id\":\"7873468\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"b5be20a\"}]},\"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>\\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/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 everyday beauty world allowing me to stay up on the new fab!<\\/p>\\n<p>Lenee\\u2019<br>Affordable Chic Fashion Consultant<br>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\",\"pa_condition_repeater\":[{\"_id\":\"495d7f0\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pa_condition_repeater\":[{\"_id\":\"58b05da\"}]},\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"f212772\"}]},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\",\"pa_condition_repeater\":[{\"_id\":\"d16c45e\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"1952324\"}]},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"pa_condition_repeater\":[{\"_id\":\"7d74356\"}]},\"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\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"6d6ce6f\"}]},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"a14eb67\"}]},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":{\"pa_condition_repeater\":[{\"_id\":\"a08b643\"}]},\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"85577fc\"}]},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"pa_condition_repeater\":[{\"_id\":\"380a1f2\"}]},\"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\"],\"pa_condition_repeater\":[{\"_id\":\"36bab20\"}]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"c9af71f\"}]},\"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},\"pa_condition_repeater\":[{\"_id\":\"932bbf6\"}]},\"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},\"pa_condition_repeater\":[{\"_id\":\"9148e87\"}]},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\",\"pa_condition_repeater\":[{\"_id\":\"0ad032a\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"a011bcc\"}]},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":{\"pa_condition_repeater\":[{\"_id\":\"b57c4dc\"}]},\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"2ebf7ec\"}]},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"pa_condition_repeater\":[{\"_id\":\"797671b\"}]},\"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\";}');
INSERT INTO `wp_postmeta` VALUES (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}]'),(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\";}');
INSERT INTO `wp_postmeta` VALUES (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\";}'),(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\";}');
INSERT INTO `wp_postmeta` VALUES (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\";}'),(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\";}');
INSERT INTO `wp_postmeta` VALUES (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\";}'),(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\";}');
INSERT INTO `wp_postmeta` VALUES (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\";}'),(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:\"\";}'),(7489,1091,'_shipping_country','US'),(4715,896,'_form_id','1'),(4716,896,'_seq_num','3'),(5164,937,'_seq_num','6'),(5163,937,'_form_id','1'),(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','1631763290:4'),(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\";}');
INSERT INTO `wp_postmeta` VALUES (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\";}'),(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'),(7523,1095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/12/DLAC0436.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0436-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:\"DLAC0436-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:\"DLAC0436-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:\"DLAC0436-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:\"DLAC0436-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:\"DLAC0436-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:\"DLAC0436-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:\"DLAC0436-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:\"DLAC0436-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:\"DLAC0436-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:\"DLAC0436-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:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1638219298\";s:9:\"copyright\";s:14:\"dlacyphoto.com\";s:12:\"focal_length\";s:3:\"115\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7483,1091,'_shipping_last_name','Phillips'),(7484,1091,'_shipping_address_1','1601 Towne Crossing Blvd'),(7485,1091,'_shipping_address_2','Apt 1128'),(7486,1091,'_shipping_city','Mansfield'),(7487,1091,'_shipping_state','TX'),(7488,1091,'_shipping_postcode','76063'),(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:\"\";}'),(7966,497,'_elementor_css','a:6:{s:4:\"time\";i:1643646454;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:\"\";}'),(7482,1091,'_shipping_first_name','Traneka'),(5162,937,'_field_3','Hi Janella\nI’m currently looking for a stylist after moving back to Texas. I have a very short cut (pixie cut) and I’m looking for someone who can maintain this cut for me. Are you accepting new clients? I tried to call the 817 number but the mailbox is full and you can’t leave a message. Thanks Ms. Conley '),(5178,946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:701;s:6:\"height\";i:925;s:4:\"file\";s:19:\"2021/08/moneyr1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"moneyr1-227x300.jpg\";s:5:\"width\";i:227;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"moneyr1-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:19:\"moneyr1-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:\"moneyr1-600x792.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:792;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"moneyr1-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:\"moneyr1-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:\"moneyr1-600x792.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:792;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"moneyr1-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:{}}}'),(5177,946,'_wp_attached_file','2021/08/moneyr1.jpg'),(7481,1091,'_billing_phone','(817) 891-2702'),(7480,1091,'_billing_email','tapfd2013@gmail.com'),(7479,1091,'_billing_country','US'),(7478,1091,'_billing_postcode','76063'),(7477,1091,'_billing_state','TX'),(7476,1091,'_billing_city','Mansfield'),(7475,1091,'_billing_address_2','Apt 1128'),(7474,1091,'_billing_address_1','1601 Towne Crossing Blvd'),(7473,1091,'_billing_last_name','Phillips'),(7472,1091,'_billing_first_name','Traneka'),(7471,1091,'_cart_hash','fd52295258d6ca41fa09bcb19a73ccff'),(7470,1091,'_created_via','checkout'),(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:{}}}'),(5176,945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:1104;s:4:\"file\";s:19:\"2021/08/moneyr2.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"moneyr2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"moneyr2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"moneyr2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"moneyr2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"moneyr2-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:\"moneyr2-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:19:\"moneyr2-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:\"moneyr2-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:\"moneyr2-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"moneyr2-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:{}}}'),(5175,945,'_wp_attached_file','2021/08/moneyr2.jpg'),(5161,937,'_field_2','tconley1996@gmail.com'),(5160,937,'_field_1','Monique Conley '),(5172,943,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:30:\"2021/08/Money-robe1-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Money-robe1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Money-robe1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Money-robe1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Money-robe1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"Money-robe1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:25:\"Money-robe1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Money-robe1-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:\"Money-robe1-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:23:\"Money-robe1-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:\"Money-robe1-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:\"Money-robe1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Money-robe1-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:15:\"Money-robe1.jpg\";}'),(5171,943,'_wp_attached_file','2021/08/Money-robe1-scaled.jpg'),(5174,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:828;s:6:\"height\";i:1104;s:4:\"file\";s:26:\"2021/08/moneyrobe-plus.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"moneyrobe-plus-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"moneyrobe-plus-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"moneyrobe-plus-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:27:\"moneyrobe-plus-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"moneyrobe-plus-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:\"moneyrobe-plus-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:26:\"moneyrobe-plus-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:\"moneyrobe-plus-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:26:\"moneyrobe-plus-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"moneyrobe-plus-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:{}}}'),(5173,944,'_wp_attached_file','2021/08/moneyrobe-plus.jpg'),(5169,942,'_wp_attached_file','2021/08/moneyr-scaled.jpg'),(5170,942,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2279;s:6:\"height\";i:2560;s:4:\"file\";s:25:\"2021/08/moneyr-scaled.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"moneyr-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"moneyr-911x1024.jpg\";s:5:\"width\";i:911;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"moneyr-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:18:\"moneyr-768x863.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"moneyr-1367x1536.jpg\";s:5:\"width\";i:1367;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"moneyr-1823x2048.jpg\";s:5:\"width\";i:1823;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:4:{s:4:\"file\";s:18:\"moneyr-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:10:\"moneyr.jpg\";}'),(5042,929,'_last_editor_used_jetpack','classic-editor'),(5043,929,'_edit_lock','1630528080:4'),(5044,929,'_edit_last','4'),(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.1'),(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.1'),(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.1'),(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.1'),(5112,933,'_variation_description','2Xl long sleeve front lace up dress.'),(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',''),(5128,933,'_product_version','5.1.1'),(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'),(5389,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'),(7522,1095,'_wp_attached_file','2021/12/DLAC0436.jpg'),(7503,1091,'_recorded_sales','yes'),(7502,1091,'is_vat_exempt','no'),(7501,1091,'_shipping_phone','(817) 891-2702'),(7500,1091,'_shipping_address_index','Traneka Phillips  1601 Towne Crossing Blvd Apt 1128 Mansfield TX 76063 US (817) 891-2702'),(7521,1094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/12/DLAC0453.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0453-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:\"DLAC0453-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:\"DLAC0453-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:\"DLAC0453-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:\"DLAC0453-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:\"DLAC0453-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:\"DLAC0453-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:\"DLAC0453-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:\"DLAC0453-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:\"DLAC0453-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:\"DLAC0453-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:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1638219326\";s:9:\"copyright\";s:14:\"dlacyphoto.com\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7520,1094,'_wp_attached_file','2021/12/DLAC0453.jpg'),(7942,1142,'_elementor_version','3.2.5'),(7943,1142,'_wp_page_template','default'),(7944,1142,'_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\";}'),(7507,1091,'_edit_lock','1637589698:4'),(7508,1091,'_edit_last','4'),(7509,1091,'_date_completed','1637588640'),(7510,1091,'_date_paid','1637588640'),(7511,1091,'_paid_date','2021-11-22 13:44:00'),(7512,1091,'_completed_date','2021-11-22 13:44:00'),(7513,1091,'_download_permissions_granted','yes'),(7499,1091,'_billing_address_index','Traneka Phillips  1601 Towne Crossing Blvd Apt 1128 Mansfield TX 76063 US tapfd2013@gmail.com (817) 891-2702'),(7498,1091,'_prices_include_tax','no'),(7497,1091,'_order_version','5.1.1'),(7496,1091,'_order_total','24.26'),(7495,1091,'_order_tax','1.24'),(7494,1091,'_order_shipping_tax','0.61'),(7506,1091,'_new_order_email_sent','true'),(7493,1091,'_order_shipping','7.41'),(7468,1091,'_customer_ip_address','107.193.205.21'),(7469,1091,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 214.0.0.36.111 (iPhone13,3; iOS 15_1; en_US; en-US; scale=3.00; 1170x2532; 332901305) NW/3'),(5394,956,'_last_editor_used_jetpack','classic-editor'),(5395,956,'_edit_lock','1630461417:4'),(5396,956,'_edit_last','4'),(5397,958,'_wp_attached_file','2021/08/cow1.jpg'),(5398,958,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:16:\"2021/08/cow1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"cow1-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:17:\"cow1-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:16:\"cow1-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:17:\"cow1-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:18:\"cow1-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:16:\"cow1-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:\"cow1-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:16:\"cow1-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:\"cow1-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:\"cow1-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:16:\"cow1-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:{}}}'),(5399,959,'_wp_attached_file','2021/08/cow6.jpg'),(5400,959,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:16:\"2021/08/cow6.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"cow6-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:17:\"cow6-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:16:\"cow6-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:17:\"cow6-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:18:\"cow6-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:16:\"cow6-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:\"cow6-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:16:\"cow6-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:\"cow6-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:\"cow6-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:16:\"cow6-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:{}}}'),(5401,960,'_wp_attached_file','2021/08/cow4.jpg'),(5402,960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:16:\"2021/08/cow4.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"cow4-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:17:\"cow4-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:16:\"cow4-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:17:\"cow4-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:18:\"cow4-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:16:\"cow4-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:\"cow4-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:16:\"cow4-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:\"cow4-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:\"cow4-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:16:\"cow4-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:{}}}'),(5403,956,'total_sales','1'),(5404,956,'_tax_status','taxable'),(5405,956,'_tax_class',''),(5406,956,'_manage_stock','no'),(5407,956,'_backorders','no'),(5408,956,'_sold_individually','no'),(5409,956,'_virtual','no'),(5410,956,'_downloadable','no'),(5411,956,'_download_limit','-1'),(5412,956,'_download_expiry','-1'),(5413,956,'_stock',NULL),(5414,956,'_stock_status','instock'),(5415,956,'_wc_average_rating','0'),(5416,956,'_wc_review_count','0'),(5417,956,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:25:\"Sm | Med | Lrg | Xl | 2xl\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(5418,956,'_product_version','5.1.1'),(5419,961,'_variation_description','Light soft polyester, long sleeve brown and white cow print midi dress.'),(5420,961,'total_sales','0'),(5421,961,'_tax_status','taxable'),(5422,961,'_tax_class','parent'),(5423,961,'_manage_stock','no'),(5424,961,'_backorders','no'),(5425,961,'_sold_individually','no'),(5426,961,'_virtual','no'),(5427,961,'_downloadable','no'),(5428,961,'_download_limit','-1'),(5429,961,'_download_expiry','-1'),(5430,961,'_stock',NULL),(5431,961,'_stock_status','instock'),(5432,961,'_wc_average_rating','0'),(5433,961,'_wc_review_count','0'),(5434,961,'attribute_sizes','Sm'),(5435,961,'_product_version','5.1.1'),(5436,962,'_variation_description','Light soft polyester, long sleeve brown and white cow print midi dress. Runs true to size.'),(5437,962,'total_sales','0'),(5438,962,'_tax_status','taxable'),(5439,962,'_tax_class','parent'),(5440,962,'_manage_stock','no'),(5441,962,'_backorders','no'),(5442,962,'_sold_individually','no'),(5443,962,'_virtual','no'),(5444,962,'_downloadable','no'),(5445,962,'_download_limit','-1'),(5446,962,'_download_expiry','-1'),(5447,962,'_stock',NULL),(5448,962,'_stock_status','instock'),(5449,962,'_wc_average_rating','0'),(5450,962,'_wc_review_count','0'),(5451,962,'attribute_sizes','Med'),(5452,962,'_product_version','5.1.1'),(5453,963,'_variation_description','Light soft polyester, long sleeve brown and white cow print midi dress. Runs true to size'),(5454,963,'total_sales','0'),(5455,963,'_tax_status','taxable'),(5456,963,'_tax_class','parent'),(5457,963,'_manage_stock','no'),(5458,963,'_backorders','no'),(5459,963,'_sold_individually','no'),(5460,963,'_virtual','no'),(5461,963,'_downloadable','no'),(5462,963,'_download_limit','-1'),(5463,963,'_download_expiry','-1'),(5464,963,'_stock',NULL),(5465,963,'_stock_status','instock'),(5466,963,'_wc_average_rating','0'),(5467,963,'_wc_review_count','0'),(5468,963,'attribute_sizes','Lrg'),(5469,963,'_product_version','5.1.1'),(5470,964,'_variation_description','Light soft polyester, long sleeve brown and white cow print midi dress. Runs true to size'),(5471,964,'total_sales','0'),(5472,964,'_tax_status','taxable'),(5473,964,'_tax_class','parent'),(5474,964,'_manage_stock','no'),(5475,964,'_backorders','no'),(5476,964,'_sold_individually','no'),(5477,964,'_virtual','no'),(5478,964,'_downloadable','no'),(5479,964,'_download_limit','-1'),(5480,964,'_download_expiry','-1'),(5481,964,'_stock',NULL),(5482,964,'_stock_status','instock'),(5483,964,'_wc_average_rating','0'),(5484,964,'_wc_review_count','0'),(5485,964,'attribute_sizes','Xl'),(5486,964,'_product_version','5.1.1'),(5487,965,'_variation_description','A stretchy, Light soft polyester, long sleeve brown and white cow print midi dress. Runs true to size'),(5488,965,'total_sales','0'),(5489,965,'_tax_status','taxable'),(5490,965,'_tax_class','parent'),(5491,965,'_manage_stock','no'),(5492,965,'_backorders','no'),(5493,965,'_sold_individually','no'),(5494,965,'_virtual','no'),(5495,965,'_downloadable','no'),(5496,965,'_download_limit','-1'),(5497,965,'_download_expiry','-1'),(5498,965,'_stock',NULL),(5499,965,'_stock_status','instock'),(5500,965,'_wc_average_rating','0'),(5501,965,'_wc_review_count','0'),(5502,965,'attribute_sizes','2xl'),(5503,965,'_product_version','5.1.1'),(5504,961,'_regular_price','30'),(5505,961,'_thumbnail_id','0'),(5506,961,'_price','30'),(5507,962,'_regular_price','30'),(5508,962,'_thumbnail_id','0'),(5509,962,'_price','30'),(5510,963,'_regular_price','30'),(5511,963,'_thumbnail_id','0'),(5512,963,'_price','30'),(5513,964,'_regular_price','30'),(5514,964,'_thumbnail_id','0'),(5515,964,'_price','30'),(5516,965,'_regular_price','40'),(5517,965,'_thumbnail_id','0'),(5518,965,'_price','40'),(5971,956,'_price','40'),(5520,966,'_wp_attached_file','2021/08/cow3.jpg'),(5521,966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:16:\"2021/08/cow3.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"cow3-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:17:\"cow3-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:16:\"cow3-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:17:\"cow3-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:18:\"cow3-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:16:\"cow3-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:\"cow3-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:16:\"cow3-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:\"cow3-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:\"cow3-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:16:\"cow3-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:{}}}'),(5522,967,'_wp_attached_file','2021/08/Cow-ish-Large.jpg'),(5523,967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1368;s:6:\"height\";i:1710;s:4:\"file\";s:25:\"2021/08/Cow-ish-Large.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Cow-ish-Large-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Cow-ish-Large-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Cow-ish-Large-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:25:\"Cow-ish-Large-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"Cow-ish-Large-1229x1536.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:25:\"Cow-ish-Large-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:25:\"Cow-ish-Large-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:25:\"Cow-ish-Large-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:25:\"Cow-ish-Large-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:25:\"Cow-ish-Large-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Cow-ish-Large-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:{}}}'),(5524,956,'_thumbnail_id','958'),(5531,956,'_wpas_done_all','1'),(5970,956,'_price','30'),(5527,956,'_product_image_gallery','959,960,966,967'),(5528,956,'site-sidebar-layout','default'),(5529,956,'site-content-layout','default'),(5530,956,'theme-transparent-header-meta','default'),(7941,1142,'_elementor_template_type','wp-page'),(5535,969,'_last_editor_used_jetpack','classic-editor'),(5536,969,'_edit_lock','1630457013:4'),(5537,969,'_edit_last','4'),(5538,969,'total_sales','1'),(5539,969,'_tax_status','taxable'),(5540,969,'_tax_class',''),(5541,969,'_manage_stock','no'),(5542,969,'_backorders','no'),(5543,969,'_sold_individually','no'),(5544,969,'_virtual','no'),(5545,969,'_downloadable','no'),(5546,969,'_download_limit','-1'),(5547,969,'_download_expiry','-1'),(5548,969,'_stock',NULL),(5549,969,'_stock_status','instock'),(5550,969,'_wc_average_rating','0'),(5551,969,'_wc_review_count','0'),(5552,969,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:31:\"Sm | Med | Lrg | Xl | 2Xl | 3Xl\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(5553,969,'_product_version','5.1.1'),(5554,970,'_variation_description',''),(5555,970,'total_sales','0'),(5556,970,'_tax_status','taxable'),(5557,970,'_tax_class','parent'),(5558,970,'_manage_stock','no'),(5559,970,'_backorders','no'),(5560,970,'_sold_individually','no'),(5561,970,'_virtual','no'),(5562,970,'_downloadable','no'),(5563,970,'_download_limit','-1'),(5564,970,'_download_expiry','-1'),(5565,970,'_stock',NULL),(5566,970,'_stock_status','instock'),(5567,970,'_wc_average_rating','0'),(5568,970,'_wc_review_count','0'),(5569,970,'attribute_sizes','Sm'),(5570,970,'_product_version','5.1.1'),(5571,971,'_variation_description',''),(5572,971,'total_sales','0'),(5573,971,'_tax_status','taxable'),(5574,971,'_tax_class','parent'),(5575,971,'_manage_stock','no'),(5576,971,'_backorders','no'),(5577,971,'_sold_individually','no'),(5578,971,'_virtual','no'),(5579,971,'_downloadable','no'),(5580,971,'_download_limit','-1'),(5581,971,'_download_expiry','-1'),(5582,971,'_stock',NULL),(5583,971,'_stock_status','instock'),(5584,971,'_wc_average_rating','0'),(5585,971,'_wc_review_count','0'),(5586,971,'attribute_sizes','Med'),(5587,971,'_product_version','5.1.1'),(5588,972,'_variation_description','thin strapped leopard midi dress, runs true to size.'),(5589,972,'total_sales','0'),(5590,972,'_tax_status','taxable'),(5591,972,'_tax_class','parent'),(5592,972,'_manage_stock','no'),(5593,972,'_backorders','no'),(5594,972,'_sold_individually','no'),(5595,972,'_virtual','no'),(5596,972,'_downloadable','no'),(5597,972,'_download_limit','-1'),(5598,972,'_download_expiry','-1'),(5599,972,'_stock',NULL),(5600,972,'_stock_status','instock'),(5601,972,'_wc_average_rating','0'),(5602,972,'_wc_review_count','0'),(5603,972,'attribute_sizes','Lrg'),(5604,972,'_product_version','5.1.1'),(5605,973,'_variation_description','thin strapped leopard midi dress, runs true to size.'),(5606,973,'total_sales','0'),(5607,973,'_tax_status','taxable'),(5608,973,'_tax_class','parent'),(5609,973,'_manage_stock','no'),(5610,973,'_backorders','no'),(5611,973,'_sold_individually','no'),(5612,973,'_virtual','no'),(5613,973,'_downloadable','no'),(5614,973,'_download_limit','-1'),(5615,973,'_download_expiry','-1'),(5616,973,'_stock',NULL),(5617,973,'_stock_status','instock'),(5618,973,'_wc_average_rating','0'),(5619,973,'_wc_review_count','0'),(5620,973,'attribute_sizes','Xl'),(5621,973,'_product_version','5.1.1'),(5622,974,'_variation_description','thin strapped leopard midi dress, runs true to size.'),(5623,974,'total_sales','0'),(5624,974,'_tax_status','taxable'),(5625,974,'_tax_class','parent'),(5626,974,'_manage_stock','no'),(5627,974,'_backorders','no'),(5628,974,'_sold_individually','no'),(5629,974,'_virtual','no'),(5630,974,'_downloadable','no'),(5631,974,'_download_limit','-1'),(5632,974,'_download_expiry','-1'),(5633,974,'_stock',NULL),(5634,974,'_stock_status','instock'),(5635,974,'_wc_average_rating','0'),(5636,974,'_wc_review_count','0'),(5637,974,'attribute_sizes','2Xl'),(5638,974,'_product_version','5.1.1'),(5639,975,'_variation_description','thin strapped leopard midi dress, runs true to size.'),(5640,975,'total_sales','0'),(5641,975,'_tax_status','taxable'),(5642,975,'_tax_class','parent'),(5643,975,'_manage_stock','no'),(5644,975,'_backorders','no'),(5645,975,'_sold_individually','no'),(5646,975,'_virtual','no'),(5647,975,'_downloadable','no'),(5648,975,'_download_limit','-1'),(5649,975,'_download_expiry','-1'),(5650,975,'_stock',NULL),(5651,975,'_stock_status','instock'),(5652,975,'_wc_average_rating','0'),(5653,975,'_wc_review_count','0'),(5654,975,'attribute_sizes','3Xl'),(5655,975,'_product_version','5.1.1'),(5656,976,'_wp_attached_file','2021/08/leopard-midi-5.jpg'),(5657,977,'_wp_attached_file','2021/08/leopard-midi-5-1.jpg'),(5658,978,'_wp_attached_file','2021/08/leopard-midi-3-scaled.jpg'),(5659,978,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1416;s:6:\"height\";i:2560;s:4:\"file\";s:33:\"2021/08/leopard-midi-3-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"leopard-midi-3-166x300.jpg\";s:5:\"width\";i:166;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"leopard-midi-3-566x1024.jpg\";s:5:\"width\";i:566;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-midi-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:27:\"leopard-midi-3-768x1389.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"leopard-midi-3-850x1536.jpg\";s:5:\"width\";i:850;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"leopard-midi-3-1133x2048.jpg\";s:5:\"width\";i:1133;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"leopard-midi-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:27:\"leopard-midi-3-600x1085.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1085;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-midi-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:26:\"leopard-midi-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:27:\"leopard-midi-3-600x1085.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1085;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-midi-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:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"leopard-midi-3.jpg\";}'),(5660,979,'_wp_attached_file','2021/08/leopard-midi-4-scaled.jpg'),(5661,979,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1690;s:6:\"height\";i:2560;s:4:\"file\";s:33:\"2021/08/leopard-midi-4-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"leopard-midi-4-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"leopard-midi-4-676x1024.jpg\";s:5:\"width\";i:676;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-midi-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:27:\"leopard-midi-4-768x1163.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"leopard-midi-4-1014x1536.jpg\";s:5:\"width\";i:1014;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"leopard-midi-4-1352x2048.jpg\";s:5:\"width\";i:1352;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"leopard-midi-4-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:\"leopard-midi-4-600x909.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:909;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-midi-4-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:\"leopard-midi-4-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:26:\"leopard-midi-4-600x909.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:909;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-midi-4-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:18:\"leopard-midi-4.jpg\";}'),(5662,980,'_wp_attached_file','2021/08/leopard-midi-2.jpg'),(5663,980,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:1600;s:4:\"file\";s:26:\"2021/08/leopard-midi-2.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"leopard-midi-2-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"leopard-midi-2-705x1024.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-midi-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:27:\"leopard-midi-2-768x1115.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"leopard-midi-2-1058x1536.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"leopard-midi-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:26:\"leopard-midi-2-600x871.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:871;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-midi-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:26:\"leopard-midi-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:26:\"leopard-midi-2-600x871.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:871;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-midi-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:{}}}'),(5664,970,'_regular_price','30'),(5665,970,'_thumbnail_id','0'),(5666,970,'_price','30'),(5667,971,'_regular_price','30'),(5668,971,'_thumbnail_id','0'),(5669,971,'_price','30'),(5670,972,'_regular_price','30'),(5671,972,'_thumbnail_id','0'),(5672,972,'_price','30'),(5673,973,'_regular_price','30'),(5674,973,'_thumbnail_id','0'),(5675,973,'_price','30'),(5676,974,'_regular_price','30'),(5677,974,'_thumbnail_id','0'),(5678,974,'_price','30'),(5679,975,'_regular_price','30'),(5680,975,'_thumbnail_id','0'),(5681,975,'_price','30'),(5682,969,'_price','30'),(5683,969,'_thumbnail_id','978'),(5684,969,'_regular_price','30'),(5685,969,'_product_image_gallery','976,979,980'),(5686,969,'site-sidebar-layout','default'),(5687,969,'site-content-layout','default'),(5688,969,'theme-transparent-header-meta','default'),(5690,969,'_wpas_done_all','1'),(5691,981,'_last_editor_used_jetpack','classic-editor'),(5692,981,'_edit_lock','1630458380:4'),(5693,981,'_edit_last','4'),(5694,981,'total_sales','1'),(5695,981,'_tax_status','taxable'),(5696,981,'_tax_class',''),(5697,981,'_manage_stock','no'),(5698,981,'_backorders','no'),(5699,981,'_sold_individually','no'),(5700,981,'_virtual','no'),(5701,981,'_downloadable','no'),(5702,981,'_download_limit','-1'),(5703,981,'_download_expiry','-1'),(5704,981,'_stock',NULL),(5705,981,'_stock_status','instock'),(5706,981,'_wc_average_rating','0'),(5707,981,'_wc_review_count','0'),(5708,981,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:31:\"Sm | Med | Lrg | Xl | 2Xl | 3Xl\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(5709,981,'_product_version','5.1.1'),(5710,983,'_variation_description','thin strapped leopard midi dress, runs true to size.'),(5711,983,'total_sales','0'),(5712,983,'_tax_status','taxable'),(5713,983,'_tax_class','parent'),(5714,983,'_manage_stock','no'),(5715,983,'_backorders','no'),(5716,983,'_sold_individually','no'),(5717,983,'_virtual','no'),(5718,983,'_downloadable','no'),(5719,983,'_download_limit','-1'),(5720,983,'_download_expiry','-1'),(5721,983,'_stock',NULL),(5722,983,'_stock_status','instock'),(5723,983,'_wc_average_rating','0'),(5724,983,'_wc_review_count','0'),(5725,983,'attribute_sizes','Sm'),(5726,983,'_product_version','5.1.1'),(5727,984,'_variation_description','thin strapped leopard midi dress, runs true to size.'),(5728,984,'total_sales','0'),(5729,984,'_tax_status','taxable'),(5730,984,'_tax_class','parent'),(5731,984,'_manage_stock','no'),(5732,984,'_backorders','no'),(5733,984,'_sold_individually','no'),(5734,984,'_virtual','no'),(5735,984,'_downloadable','no'),(5736,984,'_download_limit','-1'),(5737,984,'_download_expiry','-1'),(5738,984,'_stock',NULL),(5739,984,'_stock_status','instock'),(5740,984,'_wc_average_rating','0'),(5741,984,'_wc_review_count','0'),(5742,984,'attribute_sizes','Med'),(5743,984,'_product_version','5.1.1'),(5744,985,'_variation_description','thin strapped leopard midi dress, runs true to size.'),(5745,985,'total_sales','0'),(5746,985,'_tax_status','taxable'),(5747,985,'_tax_class','parent'),(5748,985,'_manage_stock','no'),(5749,985,'_backorders','no'),(5750,985,'_sold_individually','no'),(5751,985,'_virtual','no'),(5752,985,'_downloadable','no'),(5753,985,'_download_limit','-1'),(5754,985,'_download_expiry','-1'),(5755,985,'_stock',NULL),(5756,985,'_stock_status','instock'),(5757,985,'_wc_average_rating','0'),(5758,985,'_wc_review_count','0'),(5759,985,'attribute_sizes','Lrg'),(5760,985,'_product_version','5.1.1'),(5761,986,'_variation_description','thin strapped leopard midi dress, runs true to size.'),(5762,986,'total_sales','0'),(5763,986,'_tax_status','taxable'),(5764,986,'_tax_class','parent'),(5765,986,'_manage_stock','no'),(5766,986,'_backorders','no'),(5767,986,'_sold_individually','no'),(5768,986,'_virtual','no'),(5769,986,'_downloadable','no'),(5770,986,'_download_limit','-1'),(5771,986,'_download_expiry','-1'),(5772,986,'_stock',NULL),(5773,986,'_stock_status','instock'),(5774,986,'_wc_average_rating','0'),(5775,986,'_wc_review_count','0'),(5776,986,'attribute_sizes','Xl'),(5777,986,'_product_version','5.1.1'),(5778,987,'_variation_description','A stretchy thin strapped leopard midi dress, runs true to size.'),(5779,987,'total_sales','0'),(5780,987,'_tax_status','taxable'),(5781,987,'_tax_class','parent'),(5782,987,'_manage_stock','no'),(5783,987,'_backorders','no'),(5784,987,'_sold_individually','no'),(5785,987,'_virtual','no'),(5786,987,'_downloadable','no'),(5787,987,'_download_limit','-1'),(5788,987,'_download_expiry','-1'),(5789,987,'_stock',NULL),(5790,987,'_stock_status','instock'),(5791,987,'_wc_average_rating','0'),(5792,987,'_wc_review_count','0'),(5793,987,'attribute_sizes','2Xl'),(5794,987,'_product_version','5.1.1'),(5795,988,'_variation_description','A stretchy thin strapped leopard midi dress, runs true to size.'),(5796,988,'total_sales','0'),(5797,988,'_tax_status','taxable'),(5798,988,'_tax_class','parent'),(5799,988,'_manage_stock','no'),(5800,988,'_backorders','no'),(5801,988,'_sold_individually','no'),(5802,988,'_virtual','no'),(5803,988,'_downloadable','no'),(5804,988,'_download_limit','-1'),(5805,988,'_download_expiry','-1'),(5806,988,'_stock',NULL),(5807,988,'_stock_status','instock'),(5808,988,'_wc_average_rating','0'),(5809,988,'_wc_review_count','0'),(5810,988,'attribute_sizes','3Xl'),(5811,988,'_product_version','5.1.1'),(5812,983,'_regular_price','30'),(5813,983,'_thumbnail_id','0'),(5814,983,'_price','30'),(5815,984,'_regular_price','30'),(5816,984,'_thumbnail_id','0'),(5817,984,'_price','30'),(5818,985,'_regular_price','30'),(5819,985,'_thumbnail_id','0'),(5820,985,'_price','30'),(5821,986,'_regular_price','30'),(5822,986,'_thumbnail_id','0'),(5823,986,'_price','30'),(5824,987,'_regular_price','30'),(5825,987,'_thumbnail_id','0'),(5826,987,'_price','30'),(5827,988,'_regular_price','30'),(5828,988,'_thumbnail_id','0'),(5829,988,'_price','30'),(5830,981,'_price','30'),(5831,989,'_wp_attached_file','2021/09/leopard-lime-3.jpg'),(5832,989,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1164;s:6:\"height\";i:1600;s:4:\"file\";s:26:\"2021/09/leopard-lime-3.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"leopard-lime-3-218x300.jpg\";s:5:\"width\";i:218;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"leopard-lime-3-745x1024.jpg\";s:5:\"width\";i:745;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-lime-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:27:\"leopard-lime-3-768x1056.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1056;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"leopard-lime-3-1117x1536.jpg\";s:5:\"width\";i:1117;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"leopard-lime-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:26:\"leopard-lime-3-600x825.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-lime-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:26:\"leopard-lime-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:26:\"leopard-lime-3-600x825.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:825;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-lime-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:\"0\";s:8:\"keywords\";a:0:{}}}'),(5833,990,'_wp_attached_file','2021/09/leopard-lime-2.jpg'),(5834,990,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:26:\"2021/09/leopard-lime-2.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"leopard-lime-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"leopard-lime-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-lime-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:27:\"leopard-lime-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"leopard-lime-2-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:26:\"leopard-lime-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:26:\"leopard-lime-2-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:26:\"leopard-lime-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:26:\"leopard-lime-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:26:\"leopard-lime-2-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"leopard-lime-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:{}}}'),(5835,981,'_thumbnail_id','989'),(5842,981,'_wpas_done_all','1'),(5837,981,'_regular_price','30'),(5838,981,'_product_image_gallery','990'),(5839,981,'site-sidebar-layout','default'),(5840,981,'site-content-layout','default'),(5841,981,'theme-transparent-header-meta','default'),(7044,1070,'_order_key','wc_order_BbHIyEZCq9BcG'),(5844,992,'_last_editor_used_jetpack','classic-editor'),(5845,992,'_edit_lock','1631064753:4'),(5846,992,'total_sales','1'),(5847,992,'_tax_status','taxable'),(5848,992,'_tax_class',''),(5849,992,'_manage_stock','no'),(5850,992,'_backorders','no'),(5851,992,'_sold_individually','no'),(5852,992,'_virtual','no'),(5853,992,'_downloadable','no'),(5854,992,'_download_limit','-1'),(5855,992,'_download_expiry','-1'),(5856,992,'_stock',NULL),(5857,992,'_stock_status','instock'),(5858,992,'_wc_average_rating','0'),(5859,992,'_wc_review_count','0'),(5860,992,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:25:\"Sm | Med | Lrg | Xl | 2xl\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(5861,992,'_product_version','5.1.1'),(5862,994,'_variation_description','A soft polyester blend two piece pant set. crop top &amp; front tie on bottoms with added brand name. Runs a little small. Model is wearing a small.'),(5863,994,'total_sales','0'),(5864,994,'_tax_status','taxable'),(5865,994,'_tax_class','parent'),(5866,994,'_manage_stock','yes'),(5867,994,'_backorders','no'),(5868,994,'_sold_individually','no'),(5869,994,'_virtual','no'),(5870,994,'_downloadable','no'),(5871,994,'_download_limit','-1'),(5872,994,'_download_expiry','-1'),(5873,994,'_stock','1'),(5874,994,'_stock_status','instock'),(5875,994,'_wc_average_rating','0'),(5876,994,'_wc_review_count','0'),(5877,994,'attribute_sizes','Sm'),(5878,994,'_product_version','5.1.1'),(5879,995,'_variation_description','A soft polyester blend two piece pant set. crop top &amp; front tie on bottoms with added brand name. Runs a little small. Model is wearing a small.'),(5880,995,'total_sales','0'),(5881,995,'_tax_status','taxable'),(5882,995,'_tax_class','parent'),(5883,995,'_manage_stock','yes'),(5884,995,'_backorders','no'),(5885,995,'_sold_individually','no'),(5886,995,'_virtual','no'),(5887,995,'_downloadable','no'),(5888,995,'_download_limit','-1'),(5889,995,'_download_expiry','-1'),(5890,995,'_stock','2'),(5891,995,'_stock_status','instock'),(5892,995,'_wc_average_rating','0'),(5893,995,'_wc_review_count','0'),(5894,995,'attribute_sizes','Med'),(5895,995,'_product_version','5.1.1'),(5896,996,'_variation_description','A soft polyester blend two piece pant set. crop top &amp; front tie on bottoms with added brand name. Runs a little small. Model is wearing a small.'),(5897,996,'total_sales','0'),(5898,996,'_tax_status','taxable'),(5899,996,'_tax_class','parent'),(5900,996,'_manage_stock','no'),(5901,996,'_backorders','no'),(5902,996,'_sold_individually','no'),(5903,996,'_virtual','no'),(5904,996,'_downloadable','no'),(5905,996,'_download_limit','-1'),(5906,996,'_download_expiry','-1'),(5907,996,'_stock',NULL),(5908,996,'_stock_status','outofstock'),(5909,996,'_wc_average_rating','0'),(5910,996,'_wc_review_count','0'),(5911,996,'attribute_sizes','Lrg'),(5912,996,'_product_version','5.1.1'),(5913,997,'_variation_description','A soft polyester blend two piece pant set. crop top &amp; front tie on bottoms with added brand name. Runs a little small. Model is wearing a small.'),(5914,997,'total_sales','0'),(5915,997,'_tax_status','taxable'),(5916,997,'_tax_class','parent'),(5917,997,'_manage_stock','yes'),(5918,997,'_backorders','no'),(5919,997,'_sold_individually','no'),(5920,997,'_virtual','no'),(5921,997,'_downloadable','no'),(5922,997,'_download_limit','-1'),(5923,997,'_download_expiry','-1'),(5924,997,'_stock','0'),(5925,997,'_stock_status','outofstock'),(5926,997,'_wc_average_rating','0'),(5927,997,'_wc_review_count','0'),(5928,997,'attribute_sizes','Xl'),(5929,997,'_product_version','5.1.1'),(5930,998,'_variation_description','A soft polyester blend two piece pant set. crop top &amp; front tie on bottoms with added brand name. Runs a little small. Model is wearing a small.'),(5931,998,'total_sales','0'),(5932,998,'_tax_status','taxable'),(5933,998,'_tax_class','parent'),(5934,998,'_manage_stock','yes'),(5935,998,'_backorders','no'),(5936,998,'_sold_individually','no'),(5937,998,'_virtual','no'),(5938,998,'_downloadable','no'),(5939,998,'_download_limit','-1'),(5940,998,'_download_expiry','-1'),(5941,998,'_stock','1'),(5942,998,'_stock_status','instock'),(5943,998,'_wc_average_rating','0'),(5944,998,'_wc_review_count','0'),(5945,998,'attribute_sizes','2xl'),(5946,998,'_product_version','5.1.1'),(5947,999,'_wp_attached_file','2021/09/productyel3-scaled.jpg'),(5948,999,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:30:\"2021/09/productyel3-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"productyel3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"productyel3-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"productyel3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"productyel3-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"productyel3-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:30:\"productyel3-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"productyel3.jpg\";}'),(5949,1000,'_wp_attached_file','2021/09/productyel-scaled.jpg'),(5950,1000,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2021/09/productyel-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"productyel-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"productyel-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"productyel-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"productyel-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"productyel-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"productyel-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"productyel-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:\"productyel-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"productyel-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:\"productyel-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:\"productyel-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"productyel-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"productyel.jpg\";}'),(5951,1001,'_wp_attached_file','2021/09/productyel2-scaled.jpg'),(5952,1001,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:30:\"2021/09/productyel2-scaled.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"productyel2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"productyel2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"productyel2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"productyel2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"productyel2.jpg\";}'),(5953,994,'_regular_price','30'),(5954,994,'_thumbnail_id','0'),(5955,994,'_price','30'),(5956,995,'_regular_price','30'),(5957,995,'_thumbnail_id','0'),(5958,995,'_price','30'),(5959,996,'_regular_price','30'),(5960,996,'_thumbnail_id','0'),(5961,996,'_price','30'),(5962,997,'_regular_price','30'),(5963,997,'_thumbnail_id','0'),(5964,997,'_price','30'),(5965,998,'_regular_price','30'),(5966,998,'_thumbnail_id','0'),(5967,998,'_price','30'),(7133,992,'_price','30'),(5969,992,'_edit_last','4'),(5972,992,'_thumbnail_id','999'),(5978,992,'_wpas_done_all','1'),(5974,992,'_product_image_gallery','1000,1001'),(5975,992,'site-sidebar-layout','default'),(5976,992,'site-content-layout','default'),(5977,992,'theme-transparent-header-meta','default'),(5979,1002,'_last_editor_used_jetpack','classic-editor'),(5980,1002,'_edit_lock','1631994165:4'),(5981,1002,'_edit_last','4'),(5982,1002,'total_sales','1'),(5983,1002,'_tax_status','taxable'),(5984,1002,'_tax_class',''),(5985,1002,'_manage_stock','no'),(5986,1002,'_backorders','no'),(5987,1002,'_sold_individually','no'),(5988,1002,'_virtual','no'),(5989,1002,'_downloadable','no'),(5990,1002,'_download_limit','-1'),(5991,1002,'_download_expiry','-1'),(5992,1002,'_stock',NULL),(5993,1002,'_stock_status','instock'),(5994,1002,'_wc_average_rating','0'),(5995,1002,'_wc_review_count','0'),(5996,1002,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:25:\"Sm | Med | Lrg | Xl | 2Xl\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(5997,1002,'_product_version','5.1.1'),(5998,1004,'_variation_description','A soft polyester blend two piece pant set with a tie up front on bottoms with added brand name. Model is wearing a small.'),(5999,1004,'total_sales','0'),(6000,1004,'_tax_status','taxable'),(6001,1004,'_tax_class','parent'),(6002,1004,'_manage_stock','no'),(6003,1004,'_backorders','no'),(6004,1004,'_sold_individually','no'),(6005,1004,'_virtual','no'),(6006,1004,'_downloadable','no'),(6007,1004,'_download_limit','-1'),(6008,1004,'_download_expiry','-1'),(6009,1004,'_stock',NULL),(6010,1004,'_stock_status','outofstock'),(6011,1004,'_wc_average_rating','0'),(6012,1004,'_wc_review_count','0'),(6013,1004,'attribute_sizes','Sm'),(6014,1004,'_product_version','5.1.1'),(6015,1005,'_variation_description','A soft polyester blend two piece pant set with a tie up front on bottoms with added brand name. Model is wearing a small.'),(6016,1005,'total_sales','0'),(6017,1005,'_tax_status','taxable'),(6018,1005,'_tax_class','parent'),(6019,1005,'_manage_stock','no'),(6020,1005,'_backorders','no'),(6021,1005,'_sold_individually','no'),(6022,1005,'_virtual','no'),(6023,1005,'_downloadable','no'),(6024,1005,'_download_limit','-1'),(6025,1005,'_download_expiry','-1'),(6026,1005,'_stock',NULL),(6027,1005,'_stock_status','instock'),(6028,1005,'_wc_average_rating','0'),(6029,1005,'_wc_review_count','0'),(6030,1005,'attribute_sizes','Med'),(6031,1005,'_product_version','5.1.1'),(6594,1043,'_tax_class',''),(6591,1043,'_edit_last','4'),(6590,1043,'_edit_lock','1631063458:4'),(6589,1043,'_last_editor_used_jetpack','classic-editor'),(6587,1039,'_price','25'),(6586,1039,'_thumbnail_id','0'),(6585,1039,'_regular_price','25'),(6584,1038,'_price','25'),(6583,1038,'_thumbnail_id','0'),(6582,1038,'_regular_price','25'),(6581,1037,'_price','25'),(6580,1037,'_thumbnail_id','0'),(6049,1007,'_variation_description','A soft polyester blend two piece pant set with a tie up front on bottoms with added brand name. Model is wearing a small.'),(6050,1007,'total_sales','0'),(6051,1007,'_tax_status','taxable'),(6052,1007,'_tax_class','parent'),(6053,1007,'_manage_stock','yes'),(6054,1007,'_backorders','no'),(6055,1007,'_sold_individually','no'),(6056,1007,'_virtual','no'),(6057,1007,'_downloadable','no'),(6058,1007,'_download_limit','-1'),(6059,1007,'_download_expiry','-1'),(6060,1007,'_stock','0'),(6061,1007,'_stock_status','outofstock'),(6062,1007,'_wc_average_rating','0'),(6063,1007,'_wc_review_count','0'),(6064,1007,'attribute_sizes','Xl'),(6065,1007,'_product_version','5.1.1'),(6066,1008,'_variation_description','A soft polyester blend two piece pant set with a tie up front on bottoms with added brand name.'),(6067,1008,'total_sales','0'),(6068,1008,'_tax_status','taxable'),(6069,1008,'_tax_class','parent'),(6070,1008,'_manage_stock','no'),(6071,1008,'_backorders','no'),(6072,1008,'_sold_individually','no'),(6073,1008,'_virtual','no'),(6074,1008,'_downloadable','no'),(6075,1008,'_download_limit','-1'),(6076,1008,'_download_expiry','-1'),(6077,1008,'_stock',NULL),(6078,1008,'_stock_status','instock'),(6079,1008,'_wc_average_rating','0'),(6080,1008,'_wc_review_count','0'),(6081,1008,'attribute_sizes','2Xl'),(6082,1008,'_product_version','5.1.1'),(6083,1004,'_regular_price','35'),(6084,1004,'_thumbnail_id','0'),(6085,1004,'_price','35'),(6086,1005,'_regular_price','35'),(6087,1005,'_thumbnail_id','0'),(6088,1005,'_price','35'),(6592,1043,'total_sales','1'),(6593,1043,'_tax_status','taxable'),(6579,1037,'_regular_price','25'),(6092,1007,'_regular_price','35'),(6093,1007,'_thumbnail_id','0'),(6094,1007,'_price','35'),(6095,1008,'_regular_price','35'),(6096,1008,'_thumbnail_id','0'),(6097,1008,'_price','35'),(6099,1009,'_wp_attached_file','2021/09/tracksuit5.jpg'),(6100,1009,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2021/09/tracksuit5.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"tracksuit5-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:23:\"tracksuit5-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:22:\"tracksuit5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"tracksuit5-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:24:\"tracksuit5-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:22:\"tracksuit5-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:\"tracksuit5-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:22:\"tracksuit5-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:\"tracksuit5-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:\"tracksuit5-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:22:\"tracksuit5-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:{}}}'),(6101,1010,'_wp_attached_file','2021/09/tracksuit2.jpg'),(6102,1010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2021/09/tracksuit2.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"tracksuit2-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:23:\"tracksuit2-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:22:\"tracksuit2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"tracksuit2-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:24:\"tracksuit2-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:22:\"tracksuit2-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:\"tracksuit2-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:22:\"tracksuit2-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:\"tracksuit2-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:\"tracksuit2-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:22:\"tracksuit2-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:{}}}'),(6103,1011,'_wp_attached_file','2021/09/tracksuit3.jpg'),(6104,1011,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2021/09/tracksuit3.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"tracksuit3-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:23:\"tracksuit3-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:22:\"tracksuit3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"tracksuit3-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:24:\"tracksuit3-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:22:\"tracksuit3-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:\"tracksuit3-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:22:\"tracksuit3-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:\"tracksuit3-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:\"tracksuit3-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:22:\"tracksuit3-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:{}}}'),(6105,1002,'_thumbnail_id','1009'),(6107,1002,'_product_image_gallery','1010,1011,1012'),(6108,1002,'site-sidebar-layout','default'),(6109,1002,'site-content-layout','default'),(6110,1002,'theme-transparent-header-meta','default'),(6111,1012,'_wp_attached_file','2021/09/Logo-Track-Luxe-Set-Plus.jpg'),(6112,1012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:36:\"2021/09/Logo-Track-Luxe-Set-Plus.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Logo-Track-Luxe-Set-Plus-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:37:\"Logo-Track-Luxe-Set-Plus-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:36:\"Logo-Track-Luxe-Set-Plus-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Logo-Track-Luxe-Set-Plus-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:38:\"Logo-Track-Luxe-Set-Plus-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:36:\"Logo-Track-Luxe-Set-Plus-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:\"Logo-Track-Luxe-Set-Plus-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:36:\"Logo-Track-Luxe-Set-Plus-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"Logo-Track-Luxe-Set-Plus-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:\"Logo-Track-Luxe-Set-Plus-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:36:\"Logo-Track-Luxe-Set-Plus-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:{}}}'),(6116,1002,'_wpas_done_all','1'),(7011,1002,'_price','35'),(6117,1013,'_last_editor_used_jetpack','classic-editor'),(6118,1013,'_edit_lock','1630466902:4'),(6119,1013,'_edit_last','4'),(6120,1013,'total_sales','0'),(6121,1013,'_tax_status','taxable'),(6122,1013,'_tax_class',''),(6123,1013,'_manage_stock','no'),(6124,1013,'_backorders','no'),(6125,1013,'_sold_individually','no'),(6126,1013,'_virtual','no'),(6127,1013,'_downloadable','no'),(6128,1013,'_download_limit','-1'),(6129,1013,'_download_expiry','-1'),(6130,1013,'_stock',NULL),(6131,1013,'_stock_status','instock'),(6132,1013,'_wc_average_rating','0'),(6133,1013,'_wc_review_count','0'),(6134,1013,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:15:\"1Xl | 2xl | 3xl\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(6135,1013,'_product_version','5.1.1'),(6136,1014,'_variation_description','A multi colored 2 piece skirt set with breathable fabric and stretch. Crop top with a lady slit in the back. Model is wearing 1xl (True to size)'),(6137,1014,'total_sales','0'),(6138,1014,'_tax_status','taxable'),(6139,1014,'_tax_class','parent'),(6140,1014,'_manage_stock','no'),(6141,1014,'_backorders','no'),(6142,1014,'_sold_individually','no'),(6143,1014,'_virtual','no'),(6144,1014,'_downloadable','no'),(6145,1014,'_download_limit','-1'),(6146,1014,'_download_expiry','-1'),(6147,1014,'_stock',NULL),(6148,1014,'_stock_status','instock'),(6149,1014,'_wc_average_rating','0'),(6150,1014,'_wc_review_count','0'),(6151,1014,'attribute_sizes','1Xl'),(6152,1014,'_product_version','5.1.1'),(6153,1015,'_variation_description','A multi colored 2 piece skirt set with breathable fabric and stretch. Crop top with a lady slit in the back. Model is wearing 1xl (True to size)'),(6154,1015,'total_sales','0'),(6155,1015,'_tax_status','taxable'),(6156,1015,'_tax_class','parent'),(6157,1015,'_manage_stock','no'),(6158,1015,'_backorders','no'),(6159,1015,'_sold_individually','no'),(6160,1015,'_virtual','no'),(6161,1015,'_downloadable','no'),(6162,1015,'_download_limit','-1'),(6163,1015,'_download_expiry','-1'),(6164,1015,'_stock',NULL),(6165,1015,'_stock_status','instock'),(6166,1015,'_wc_average_rating','0'),(6167,1015,'_wc_review_count','0'),(6168,1015,'attribute_sizes','2xl'),(6169,1015,'_product_version','5.1.1'),(6170,1016,'_variation_description','A multi colored 2 piece skirt set with breathable fabric and stretch. Crop top with a lady slit in the back. Model is wearing 1xl (True to size)'),(6171,1016,'total_sales','0'),(6172,1016,'_tax_status','taxable'),(6173,1016,'_tax_class','parent'),(6174,1016,'_manage_stock','no'),(6175,1016,'_backorders','no'),(6176,1016,'_sold_individually','no'),(6177,1016,'_virtual','no'),(6178,1016,'_downloadable','no'),(6179,1016,'_download_limit','-1'),(6180,1016,'_download_expiry','-1'),(6181,1016,'_stock',NULL),(6182,1016,'_stock_status','instock'),(6183,1016,'_wc_average_rating','0'),(6184,1016,'_wc_review_count','0'),(6185,1016,'attribute_sizes','3xl'),(6186,1016,'_product_version','5.1.1'),(6187,1014,'_regular_price','45'),(6188,1014,'_thumbnail_id','0'),(6189,1014,'_price','45'),(6190,1015,'_regular_price','45'),(6191,1015,'_thumbnail_id','0'),(6192,1015,'_price','45'),(6193,1016,'_regular_price','45'),(6194,1016,'_thumbnail_id','0'),(6195,1016,'_price','45'),(6196,1013,'_price','45'),(6197,1017,'_wp_attached_file','2021/09/Luxe-at-Me-Plus.jpg'),(6198,1017,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:27:\"2021/09/Luxe-at-Me-Plus.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Luxe-at-Me-Plus-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Luxe-at-Me-Plus-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Luxe-at-Me-Plus-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:\"Luxe-at-Me-Plus-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"Luxe-at-Me-Plus-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"Luxe-at-Me-Plus-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:\"Luxe-at-Me-Plus-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:27:\"Luxe-at-Me-Plus-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:\"Luxe-at-Me-Plus-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:\"Luxe-at-Me-Plus-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Luxe-at-Me-Plus-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:{}}}'),(6199,1018,'_wp_attached_file','2021/09/Luxe-at-Me.jpg'),(6200,1018,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2021/09/Luxe-at-Me.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Luxe-at-Me-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Luxe-at-Me-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Luxe-at-Me-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Luxe-at-Me-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Luxe-at-Me-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"Luxe-at-Me-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:\"Luxe-at-Me-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"Luxe-at-Me-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:\"Luxe-at-Me-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:\"Luxe-at-Me-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Luxe-at-Me-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:{}}}'),(6201,1019,'_wp_attached_file','2021/09/Luxe-at-Me-P.jpg'),(6202,1019,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:24:\"2021/09/Luxe-at-Me-P.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Luxe-at-Me-P-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Luxe-at-Me-P-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Luxe-at-Me-P-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:25:\"Luxe-at-Me-P-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"Luxe-at-Me-P-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"Luxe-at-Me-P-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:\"Luxe-at-Me-P-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:24:\"Luxe-at-Me-P-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:\"Luxe-at-Me-P-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:\"Luxe-at-Me-P-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Luxe-at-Me-P-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:{}}}'),(6203,1013,'_thumbnail_id','1017'),(6209,1013,'_wpas_done_all','1'),(6205,1013,'_product_image_gallery','1018,1019'),(6206,1013,'site-sidebar-layout','default'),(6207,1013,'site-content-layout','default'),(6208,1013,'theme-transparent-header-meta','default'),(6210,1020,'_last_editor_used_jetpack','classic-editor'),(6211,1020,'_edit_lock','1630515168:4'),(6212,1020,'_edit_last','4'),(6213,1020,'total_sales','0'),(6214,1020,'_tax_status','taxable'),(6215,1020,'_tax_class',''),(6216,1020,'_manage_stock','no'),(6217,1020,'_backorders','no'),(6218,1020,'_sold_individually','no'),(6219,1020,'_virtual','no'),(6220,1020,'_downloadable','no'),(6221,1020,'_download_limit','-1'),(6222,1020,'_download_expiry','-1'),(6223,1020,'_stock',NULL),(6224,1020,'_stock_status','instock'),(6225,1020,'_wc_average_rating','0'),(6226,1020,'_wc_review_count','0'),(6227,1020,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:13:\"Sm | Med | Xl\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(6228,1020,'_product_version','5.1.1'),(6229,1022,'_variation_description','A Lavishly Long black front lace up dress. '),(6230,1022,'total_sales','0'),(6231,1022,'_tax_status','taxable'),(6232,1022,'_tax_class','parent'),(6233,1022,'_manage_stock','no'),(6234,1022,'_backorders','no'),(6235,1022,'_sold_individually','no'),(6236,1022,'_virtual','no'),(6237,1022,'_downloadable','no'),(6238,1022,'_download_limit','-1'),(6239,1022,'_download_expiry','-1'),(6240,1022,'_stock',NULL),(6241,1022,'_stock_status','instock'),(6242,1022,'_wc_average_rating','0'),(6243,1022,'_wc_review_count','0'),(6244,1022,'attribute_sizes','Sm'),(6245,1022,'_product_version','5.1.1'),(6246,1023,'_variation_description','A Lavishly Long black front lace up dress. '),(6247,1023,'total_sales','0'),(6248,1023,'_tax_status','taxable'),(6249,1023,'_tax_class','parent'),(6250,1023,'_manage_stock','no'),(6251,1023,'_backorders','no'),(6252,1023,'_sold_individually','no'),(6253,1023,'_virtual','no'),(6254,1023,'_downloadable','no'),(6255,1023,'_download_limit','-1'),(6256,1023,'_download_expiry','-1'),(6257,1023,'_stock',NULL),(6258,1023,'_stock_status','instock'),(6259,1023,'_wc_average_rating','0'),(6260,1023,'_wc_review_count','0'),(6261,1023,'attribute_sizes','Med'),(6262,1023,'_product_version','5.1.1'),(6263,1024,'_variation_description','A Lavishly Long black front lace up dress. '),(6264,1024,'total_sales','0'),(6265,1024,'_tax_status','taxable'),(6266,1024,'_tax_class','parent'),(6267,1024,'_manage_stock','no'),(6268,1024,'_backorders','no'),(6269,1024,'_sold_individually','no'),(6270,1024,'_virtual','no'),(6271,1024,'_downloadable','no'),(6272,1024,'_download_limit','-1'),(6273,1024,'_download_expiry','-1'),(6274,1024,'_stock',NULL),(6275,1024,'_stock_status','instock'),(6276,1024,'_wc_average_rating','0'),(6277,1024,'_wc_review_count','0'),(6278,1024,'attribute_sizes','Xl'),(6279,1024,'_product_version','5.1.1'),(6280,1022,'_regular_price','30'),(6281,1022,'_thumbnail_id','0'),(6282,1022,'_price','30'),(6283,1023,'_regular_price','30'),(6284,1023,'_thumbnail_id','0'),(6285,1023,'_price','30'),(6286,1024,'_regular_price','30'),(6287,1024,'_thumbnail_id','0'),(6288,1024,'_price','30'),(6289,1020,'_price','30'),(6290,1025,'_wp_attached_file','2021/09/lace-alex.jpg'),(6291,1025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:21:\"2021/09/lace-alex.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"lace-alex-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"lace-alex-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:\"lace-alex-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"lace-alex-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:\"lace-alex-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"lace-alex-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:\"lace-alex-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:\"lace-alex-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"lace-alex-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:{}}}'),(6292,1026,'_wp_attached_file','2021/09/lace-me-up1.png'),(6293,1026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:23:\"2021/09/lace-me-up1.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"lace-me-up1-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"lace-me-up1-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"lace-me-up1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"lace-me-up1-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"lace-me-up1-1152x1536.png\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"lace-me-up1-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:23:\"lace-me-up1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"lace-me-up1-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:23:\"lace-me-up1-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:23:\"lace-me-up1-600x800.png\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"lace-me-up1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6294,1020,'_thumbnail_id','1025'),(6300,1020,'_wpas_done_all','1'),(6296,1020,'_product_image_gallery','1026'),(6297,1020,'site-sidebar-layout','default'),(6298,1020,'site-content-layout','default'),(6299,1020,'theme-transparent-header-meta','default'),(6301,1027,'_last_editor_used_jetpack','classic-editor'),(6302,1027,'_edit_lock','1630476568:4'),(6303,1027,'_edit_last','4'),(6304,1027,'total_sales','0'),(6305,1027,'_tax_status','taxable'),(6306,1027,'_tax_class',''),(6307,1027,'_manage_stock','no'),(6308,1027,'_backorders','no'),(6309,1027,'_sold_individually','no'),(6310,1027,'_virtual','no'),(6311,1027,'_downloadable','no'),(6312,1027,'_download_limit','-1'),(6313,1027,'_download_expiry','-1'),(6314,1027,'_stock',NULL),(6315,1027,'_stock_status','instock'),(6316,1027,'_wc_average_rating','0'),(6317,1027,'_wc_review_count','0'),(6318,1027,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:25:\"Sm | Med | Lrg | Xl | 2xl\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(6319,1027,'_product_version','5.1.1'),(6320,1028,'_variation_description','Two piece multi color pant set with soft polyester fabric.'),(6321,1028,'total_sales','0'),(6322,1028,'_tax_status','taxable'),(6323,1028,'_tax_class','parent'),(6324,1028,'_manage_stock','no'),(6325,1028,'_backorders','no'),(6326,1028,'_sold_individually','no'),(6327,1028,'_virtual','no'),(6328,1028,'_downloadable','no'),(6329,1028,'_download_limit','-1'),(6330,1028,'_download_expiry','-1'),(6331,1028,'_stock',NULL),(6332,1028,'_stock_status','instock'),(6333,1028,'_wc_average_rating','0'),(6334,1028,'_wc_review_count','0'),(6335,1028,'attribute_sizes','Sm'),(6336,1028,'_product_version','5.1.1'),(6337,1029,'_variation_description','Two piece multi color pant set with soft polyester fabric.'),(6338,1029,'total_sales','0'),(6339,1029,'_tax_status','taxable'),(6340,1029,'_tax_class','parent'),(6341,1029,'_manage_stock','no'),(6342,1029,'_backorders','no'),(6343,1029,'_sold_individually','no'),(6344,1029,'_virtual','no'),(6345,1029,'_downloadable','no'),(6346,1029,'_download_limit','-1'),(6347,1029,'_download_expiry','-1'),(6348,1029,'_stock',NULL),(6349,1029,'_stock_status','instock'),(6350,1029,'_wc_average_rating','0'),(6351,1029,'_wc_review_count','0'),(6352,1029,'attribute_sizes','Med'),(6353,1029,'_product_version','5.1.1'),(6354,1030,'_variation_description','Two piece multi color pant set with soft polyester fabric.'),(6355,1030,'total_sales','0'),(6356,1030,'_tax_status','taxable'),(6357,1030,'_tax_class','parent'),(6358,1030,'_manage_stock','no'),(6359,1030,'_backorders','no'),(6360,1030,'_sold_individually','no'),(6361,1030,'_virtual','no'),(6362,1030,'_downloadable','no'),(6363,1030,'_download_limit','-1'),(6364,1030,'_download_expiry','-1'),(6365,1030,'_stock',NULL),(6366,1030,'_stock_status','instock'),(6367,1030,'_wc_average_rating','0'),(6368,1030,'_wc_review_count','0'),(6369,1030,'attribute_sizes','Lrg'),(6370,1030,'_product_version','5.1.1'),(6371,1031,'_variation_description','Two piece multi color pant set with soft polyester fabric.'),(6372,1031,'total_sales','0'),(6373,1031,'_tax_status','taxable'),(6374,1031,'_tax_class','parent'),(6375,1031,'_manage_stock','no'),(6376,1031,'_backorders','no'),(6377,1031,'_sold_individually','no'),(6378,1031,'_virtual','no'),(6379,1031,'_downloadable','no'),(6380,1031,'_download_limit','-1'),(6381,1031,'_download_expiry','-1'),(6382,1031,'_stock',NULL),(6383,1031,'_stock_status','instock'),(6384,1031,'_wc_average_rating','0'),(6385,1031,'_wc_review_count','0'),(6386,1031,'attribute_sizes','Xl'),(6387,1031,'_product_version','5.1.1'),(6388,1032,'_variation_description','Two piece multi color pant set with soft polyester fabric.'),(6389,1032,'total_sales','0'),(6390,1032,'_tax_status','taxable'),(6391,1032,'_tax_class','parent'),(6392,1032,'_manage_stock','no'),(6393,1032,'_backorders','no'),(6394,1032,'_sold_individually','no'),(6395,1032,'_virtual','no'),(6396,1032,'_downloadable','no'),(6397,1032,'_download_limit','-1'),(6398,1032,'_download_expiry','-1'),(6399,1032,'_stock',NULL),(6400,1032,'_stock_status','instock'),(6401,1032,'_wc_average_rating','0'),(6402,1032,'_wc_review_count','0'),(6403,1032,'attribute_sizes','2xl'),(6404,1032,'_product_version','5.1.1'),(6405,1028,'_regular_price','50'),(6406,1028,'_thumbnail_id','0'),(6407,1028,'_price','50'),(6408,1029,'_regular_price','50'),(6409,1029,'_thumbnail_id','0'),(6410,1029,'_price','50'),(6411,1030,'_regular_price','50'),(6412,1030,'_thumbnail_id','0'),(6413,1030,'_price','50'),(6414,1031,'_regular_price','50'),(6415,1031,'_thumbnail_id','0'),(6416,1031,'_price','50'),(6417,1032,'_regular_price','50'),(6418,1032,'_thumbnail_id','0'),(6419,1032,'_price','50'),(6420,1027,'_price','50'),(6421,1033,'_wp_attached_file','2021/09/multi-2roxy.jpg'),(6422,1033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2021/09/multi-2roxy.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"multi-2roxy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"multi-2roxy-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"multi-2roxy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"multi-2roxy-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:25:\"multi-2roxy-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"multi-2roxy-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:\"multi-2roxy-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"multi-2roxy-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:\"multi-2roxy-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:\"multi-2roxy-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"multi-2roxy-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:{}}}'),(6423,1034,'_wp_attached_file','2021/09/Multi-2piece.jpg'),(6424,1034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:24:\"2021/09/Multi-2piece.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Multi-2piece-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:24:\"Multi-2piece-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:24:\"Multi-2piece-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:\"Multi-2piece-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:24:\"Multi-2piece-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:\"Multi-2piece-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:\"Multi-2piece-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Multi-2piece-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:{}}}'),(6425,1027,'_thumbnail_id','1033'),(6431,1027,'_wpas_done_all','1'),(6427,1027,'_product_image_gallery','1034'),(6428,1027,'site-sidebar-layout','default'),(6429,1027,'site-content-layout','default'),(6430,1027,'theme-transparent-header-meta','default'),(7505,1091,'_order_stock_reduced','yes'),(7504,1091,'_recorded_coupon_usage_counts','yes'),(7492,1091,'_cart_discount_tax','0'),(7491,1091,'_cart_discount','0'),(7490,1091,'_order_currency','USD'),(7463,296,'_oembed_9182f04272ffd8738e35663b32375d02','{{unknown}}'),(6451,1036,'_last_editor_used_jetpack','classic-editor'),(6452,1036,'_edit_lock','1631060793:4'),(6453,1036,'_edit_last','4'),(6454,1036,'total_sales','1'),(6455,1036,'_tax_status','taxable'),(6456,1036,'_tax_class',''),(6457,1036,'_manage_stock','yes'),(6458,1036,'_backorders','no'),(6459,1036,'_sold_individually','no'),(6460,1036,'_virtual','no'),(6461,1036,'_downloadable','no'),(6462,1036,'_download_limit','-1'),(6463,1036,'_download_expiry','-1'),(6464,1036,'_stock','3'),(6465,1036,'_stock_status','instock'),(6466,1036,'_wc_average_rating','0'),(6467,1036,'_wc_review_count','0'),(6468,1036,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:14:\"SM | MED | 2XL\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(6469,1036,'_product_version','5.1.1'),(6470,1037,'_variation_description',''),(6471,1037,'total_sales','0'),(6472,1037,'_tax_status','taxable'),(6473,1037,'_tax_class','parent'),(6474,1037,'_manage_stock','no'),(6475,1037,'_backorders','no'),(6476,1037,'_sold_individually','no'),(6477,1037,'_virtual','no'),(6478,1037,'_downloadable','no'),(6479,1037,'_download_limit','-1'),(6480,1037,'_download_expiry','-1'),(6481,1037,'_stock','0'),(6482,1037,'_stock_status','instock'),(6483,1037,'_wc_average_rating','0'),(6484,1037,'_wc_review_count','0'),(6485,1037,'attribute_sizes','SM'),(6486,1037,'_product_version','5.1.1'),(6487,1038,'_variation_description',''),(6488,1038,'total_sales','0'),(6489,1038,'_tax_status','taxable'),(6490,1038,'_tax_class','parent'),(6491,1038,'_manage_stock','no'),(6492,1038,'_backorders','no'),(6493,1038,'_sold_individually','no'),(6494,1038,'_virtual','no'),(6495,1038,'_downloadable','no'),(6496,1038,'_download_limit','-1'),(6497,1038,'_download_expiry','-1'),(6498,1038,'_stock','0'),(6499,1038,'_stock_status','instock'),(6500,1038,'_wc_average_rating','0'),(6501,1038,'_wc_review_count','0'),(6502,1038,'attribute_sizes','MED'),(6503,1038,'_product_version','5.1.1'),(6504,1039,'_variation_description',''),(6505,1039,'total_sales','0'),(6506,1039,'_tax_status','taxable'),(6507,1039,'_tax_class','parent'),(6508,1039,'_manage_stock','no'),(6509,1039,'_backorders','no'),(6510,1039,'_sold_individually','no'),(6511,1039,'_virtual','no'),(6512,1039,'_downloadable','no'),(6513,1039,'_download_limit','-1'),(6514,1039,'_download_expiry','-1'),(6515,1039,'_stock','0'),(6516,1039,'_stock_status','instock'),(6517,1039,'_wc_average_rating','0'),(6518,1039,'_wc_review_count','0'),(6519,1039,'attribute_sizes','2XL'),(6520,1039,'_product_version','5.1.1'),(6521,1036,'_thumbnail_id','942'),(6528,1036,'_wpas_done_all','1'),(6588,1036,'_price','25'),(6524,1036,'_product_image_gallery','943,945,946,944'),(6525,1036,'site-sidebar-layout','default'),(6526,1036,'site-content-layout','default'),(6527,1036,'theme-transparent-header-meta','default'),(6529,1040,'_order_key','wc_order_w77ojq5WgrXfi'),(6530,1040,'_customer_user','0'),(6531,1040,'_payment_method','paypal'),(6532,1040,'_payment_method_title','PayPal'),(6533,1040,'_customer_ip_address','174.246.128.156'),(6534,1040,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 Instagram 203.0.0.26.117 (iPhone10,3; iOS 14_7_1; en_US; en-US; scale=3.00; 1125x2436; 314122909)'),(6535,1040,'_created_via','checkout'),(6536,1040,'_cart_hash','fbdfebbd75ba67522eaa5f2bd72d5c24'),(6537,1040,'_billing_first_name','Eryn'),(6538,1040,'_billing_last_name','Shields'),(6539,1040,'_billing_address_1','105 Ithaca Ct'),(6540,1040,'_billing_city','Arlington'),(6541,1040,'_billing_state','TX'),(6542,1040,'_billing_postcode','76002'),(6543,1040,'_billing_country','US'),(6544,1040,'_billing_email','Eryn.shields@yahoo.com'),(6545,1040,'_billing_phone','214-784-5481'),(6546,1040,'_shipping_first_name','Eryn'),(6547,1040,'_shipping_last_name','Shields'),(6548,1040,'_shipping_address_1','105 Ithaca Ct'),(6549,1040,'_shipping_city','Arlington'),(6550,1040,'_shipping_state','TX'),(6551,1040,'_shipping_postcode','76002'),(6552,1040,'_shipping_country','US'),(6553,1040,'_order_currency','USD'),(6554,1040,'_cart_discount','0'),(6555,1040,'_cart_discount_tax','0'),(6556,1040,'_order_shipping','7.16'),(6557,1040,'_order_shipping_tax','0.59'),(6558,1040,'_order_tax','2.89'),(6559,1040,'_order_total','45.64'),(6560,1040,'_order_version','5.1.1'),(6561,1040,'_prices_include_tax','no'),(6562,1040,'_billing_address_index','Eryn Shields  105 Ithaca Ct  Arlington TX 76002 US Eryn.shields@yahoo.com 214-784-5481'),(6563,1040,'_shipping_address_index','Eryn Shields  105 Ithaca Ct  Arlington TX 76002 US 214-784-5481'),(6564,1040,'_shipping_phone','214-784-5481'),(6565,1040,'is_vat_exempt','no'),(6566,1040,'Payment type','instant'),(6567,1040,'_transaction_id','4XD56407NG288170K'),(6568,1040,'_paypal_status','completed'),(6569,1040,'PayPal Transaction Fee','2.08'),(6570,1040,'_date_paid','1630680808'),(6571,1040,'_paid_date','2021-09-03 14:53:28'),(6572,1040,'_download_permissions_granted','yes'),(6573,1040,'_recorded_sales','yes'),(6574,1040,'_recorded_coupon_usage_counts','yes'),(6575,1040,'_order_stock_reduced','yes'),(6576,1040,'_new_order_email_sent','true'),(6595,1043,'_manage_stock','no'),(6596,1043,'_backorders','no'),(6597,1043,'_sold_individually','no'),(6598,1043,'_virtual','no'),(6599,1043,'_downloadable','no'),(6600,1043,'_download_limit','-1'),(6601,1043,'_download_expiry','-1'),(6602,1043,'_stock',NULL),(6603,1043,'_stock_status','instock'),(6604,1043,'_wc_average_rating','0'),(6605,1043,'_wc_review_count','0'),(6606,1043,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:59:\"Xs | Small | Med | Lrg | Xl | 2xl | 3xl | 2t | 3t | 4t | 5t\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(6607,1043,'_product_version','5.1.1'),(6795,1044,'_regular_price','15'),(6608,1044,'_variation_description',''),(6609,1044,'total_sales','0'),(6610,1044,'_tax_status','taxable'),(6611,1044,'_tax_class','parent'),(6612,1044,'_manage_stock','no'),(6613,1044,'_backorders','no'),(6614,1044,'_sold_individually','no'),(6615,1044,'_virtual','no'),(6616,1044,'_downloadable','no'),(6617,1044,'_download_limit','-1'),(6618,1044,'_download_expiry','-1'),(6619,1044,'_stock',NULL),(6620,1044,'_stock_status','instock'),(6621,1044,'_wc_average_rating','0'),(6622,1044,'_wc_review_count','0'),(6623,1044,'attribute_sizes','Xs'),(6624,1044,'_product_version','5.1.1'),(6625,1045,'_variation_description',''),(6626,1045,'total_sales','0'),(6627,1045,'_tax_status','taxable'),(6628,1045,'_tax_class','parent'),(6629,1045,'_manage_stock','no'),(6630,1045,'_backorders','no'),(6631,1045,'_sold_individually','no'),(6632,1045,'_virtual','no'),(6633,1045,'_downloadable','no'),(6634,1045,'_download_limit','-1'),(6635,1045,'_download_expiry','-1'),(6636,1045,'_stock',NULL),(6637,1045,'_stock_status','instock'),(6638,1045,'_wc_average_rating','0'),(6639,1045,'_wc_review_count','0'),(6640,1045,'attribute_sizes','Small'),(6641,1045,'_product_version','5.1.1'),(6642,1046,'_variation_description',''),(6643,1046,'total_sales','0'),(6644,1046,'_tax_status','taxable'),(6645,1046,'_tax_class','parent'),(6646,1046,'_manage_stock','no'),(6647,1046,'_backorders','no'),(6648,1046,'_sold_individually','no'),(6649,1046,'_virtual','no'),(6650,1046,'_downloadable','no'),(6651,1046,'_download_limit','-1'),(6652,1046,'_download_expiry','-1'),(6653,1046,'_stock',NULL),(6654,1046,'_stock_status','instock'),(6655,1046,'_wc_average_rating','0'),(6656,1046,'_wc_review_count','0'),(6657,1046,'attribute_sizes','Med'),(6658,1046,'_product_version','5.1.1'),(6659,1047,'_variation_description',''),(6660,1047,'total_sales','0'),(6661,1047,'_tax_status','taxable'),(6662,1047,'_tax_class','parent'),(6663,1047,'_manage_stock','no'),(6664,1047,'_backorders','no'),(6665,1047,'_sold_individually','no'),(6666,1047,'_virtual','no'),(6667,1047,'_downloadable','no'),(6668,1047,'_download_limit','-1'),(6669,1047,'_download_expiry','-1'),(6670,1047,'_stock',NULL),(6671,1047,'_stock_status','instock'),(6672,1047,'_wc_average_rating','0'),(6673,1047,'_wc_review_count','0'),(6674,1047,'attribute_sizes','Lrg'),(6675,1047,'_product_version','5.1.1'),(6676,1048,'_variation_description',''),(6677,1048,'total_sales','0'),(6678,1048,'_tax_status','taxable'),(6679,1048,'_tax_class','parent'),(6680,1048,'_manage_stock','no'),(6681,1048,'_backorders','no'),(6682,1048,'_sold_individually','no'),(6683,1048,'_virtual','no'),(6684,1048,'_downloadable','no'),(6685,1048,'_download_limit','-1'),(6686,1048,'_download_expiry','-1'),(6687,1048,'_stock',NULL),(6688,1048,'_stock_status','instock'),(6689,1048,'_wc_average_rating','0'),(6690,1048,'_wc_review_count','0'),(6691,1048,'attribute_sizes','Xl'),(6692,1048,'_product_version','5.1.1'),(6693,1049,'_variation_description',''),(6694,1049,'total_sales','0'),(6695,1049,'_tax_status','taxable'),(6696,1049,'_tax_class','parent'),(6697,1049,'_manage_stock','no'),(6698,1049,'_backorders','no'),(6699,1049,'_sold_individually','no'),(6700,1049,'_virtual','no'),(6701,1049,'_downloadable','no'),(6702,1049,'_download_limit','-1'),(6703,1049,'_download_expiry','-1'),(6704,1049,'_stock',NULL),(6705,1049,'_stock_status','instock'),(6706,1049,'_wc_average_rating','0'),(6707,1049,'_wc_review_count','0'),(6708,1049,'attribute_sizes','2xl'),(6709,1049,'_product_version','5.1.1'),(6710,1050,'_variation_description',''),(6711,1050,'total_sales','0'),(6712,1050,'_tax_status','taxable'),(6713,1050,'_tax_class','parent'),(6714,1050,'_manage_stock','no'),(6715,1050,'_backorders','no'),(6716,1050,'_sold_individually','no'),(6717,1050,'_virtual','no'),(6718,1050,'_downloadable','no'),(6719,1050,'_download_limit','-1'),(6720,1050,'_download_expiry','-1'),(6721,1050,'_stock',NULL),(6722,1050,'_stock_status','instock'),(6723,1050,'_wc_average_rating','0'),(6724,1050,'_wc_review_count','0'),(6725,1050,'attribute_sizes','3xl'),(6726,1050,'_product_version','5.1.1'),(6727,1051,'_variation_description',''),(6728,1051,'total_sales','0'),(6729,1051,'_tax_status','taxable'),(6730,1051,'_tax_class','parent'),(6731,1051,'_manage_stock','no'),(6732,1051,'_backorders','no'),(6733,1051,'_sold_individually','no'),(6734,1051,'_virtual','no'),(6735,1051,'_downloadable','no'),(6736,1051,'_download_limit','-1'),(6737,1051,'_download_expiry','-1'),(6738,1051,'_stock',NULL),(6739,1051,'_stock_status','instock'),(6740,1051,'_wc_average_rating','0'),(6741,1051,'_wc_review_count','0'),(6742,1051,'attribute_sizes','2t'),(6743,1051,'_product_version','5.1.1'),(6744,1052,'_variation_description',''),(6745,1052,'total_sales','0'),(6746,1052,'_tax_status','taxable'),(6747,1052,'_tax_class','parent'),(6748,1052,'_manage_stock','no'),(6749,1052,'_backorders','no'),(6750,1052,'_sold_individually','no'),(6751,1052,'_virtual','no'),(6752,1052,'_downloadable','no'),(6753,1052,'_download_limit','-1'),(6754,1052,'_download_expiry','-1'),(6755,1052,'_stock',NULL),(6756,1052,'_stock_status','instock'),(6757,1052,'_wc_average_rating','0'),(6758,1052,'_wc_review_count','0'),(6759,1052,'attribute_sizes','3t'),(6760,1052,'_product_version','5.1.1'),(6761,1053,'_variation_description',''),(6762,1053,'total_sales','0'),(6763,1053,'_tax_status','taxable'),(6764,1053,'_tax_class','parent'),(6765,1053,'_manage_stock','no'),(6766,1053,'_backorders','no'),(6767,1053,'_sold_individually','no'),(6768,1053,'_virtual','no'),(6769,1053,'_downloadable','no'),(6770,1053,'_download_limit','-1'),(6771,1053,'_download_expiry','-1'),(6772,1053,'_stock',NULL),(6773,1053,'_stock_status','instock'),(6774,1053,'_wc_average_rating','0'),(6775,1053,'_wc_review_count','0'),(6776,1053,'attribute_sizes','4t'),(6777,1053,'_product_version','5.1.1'),(6778,1054,'_variation_description',''),(6779,1054,'total_sales','0'),(6780,1054,'_tax_status','taxable'),(6781,1054,'_tax_class','parent'),(6782,1054,'_manage_stock','no'),(6783,1054,'_backorders','no'),(6784,1054,'_sold_individually','no'),(6785,1054,'_virtual','no'),(6786,1054,'_downloadable','no'),(6787,1054,'_download_limit','-1'),(6788,1054,'_download_expiry','-1'),(6789,1054,'_stock',NULL),(6790,1054,'_stock_status','instock'),(6791,1054,'_wc_average_rating','0'),(6792,1054,'_wc_review_count','0'),(6793,1054,'attribute_sizes','5t'),(6794,1054,'_product_version','5.1.1'),(6796,1044,'_thumbnail_id','0'),(6797,1044,'_price','15'),(6798,1045,'_regular_price','15'),(6799,1045,'_thumbnail_id','0'),(6800,1045,'_price','15'),(6801,1046,'_regular_price','15'),(6802,1046,'_thumbnail_id','0'),(6803,1046,'_price','15'),(6804,1047,'_regular_price','15'),(6805,1047,'_thumbnail_id','0'),(6806,1047,'_price','15'),(6807,1048,'_regular_price','15'),(6808,1048,'_thumbnail_id','0'),(6809,1048,'_price','15'),(6810,1049,'_regular_price','15'),(6811,1049,'_thumbnail_id','0'),(6812,1049,'_price','15'),(6813,1050,'_regular_price','15'),(6814,1050,'_thumbnail_id','0'),(6815,1050,'_price','15'),(6816,1051,'_regular_price','10'),(6817,1051,'_thumbnail_id','0'),(6818,1051,'_price','10'),(6819,1052,'_regular_price','10'),(6820,1052,'_thumbnail_id','0'),(6821,1052,'_price','10'),(6822,1053,'_regular_price','10'),(6823,1053,'_thumbnail_id','0'),(6824,1053,'_price','10'),(6825,1054,'_regular_price','10'),(6826,1054,'_thumbnail_id','0'),(6827,1054,'_price','10'),(6828,1043,'_price','10'),(6829,1043,'_price','15'),(6830,1055,'_wp_attached_file','2021/09/brown-skin-girl.jpg'),(6831,1055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:27:\"2021/09/brown-skin-girl.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"brown-skin-girl-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"brown-skin-girl-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"brown-skin-girl-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:\"brown-skin-girl-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"brown-skin-girl-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:27:\"brown-skin-girl-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:\"brown-skin-girl-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:27:\"brown-skin-girl-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:\"brown-skin-girl-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:\"brown-skin-girl-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"brown-skin-girl-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:{}}}'),(6832,1043,'_thumbnail_id','1055'),(6838,1043,'_wpas_done_all','1'),(6834,1043,'_regular_price','15'),(6835,1043,'site-sidebar-layout','default'),(6836,1043,'site-content-layout','default'),(6837,1043,'theme-transparent-header-meta','default'),(6839,1056,'_last_editor_used_jetpack','classic-editor'),(6840,1056,'_edit_lock','1631064140:4'),(6841,1056,'_edit_last','4'),(6842,1056,'total_sales','1'),(6843,1056,'_tax_status','taxable'),(6844,1056,'_tax_class',''),(6845,1056,'_manage_stock','no'),(6846,1056,'_backorders','no'),(6847,1056,'_sold_individually','no'),(6848,1056,'_virtual','no'),(6849,1056,'_downloadable','no'),(6850,1056,'_download_limit','-1'),(6851,1056,'_download_expiry','-1'),(6852,1056,'_stock',NULL),(6853,1056,'_stock_status','instock'),(6854,1056,'_wc_average_rating','0'),(6855,1056,'_wc_review_count','0'),(6856,1056,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:39:\"Xs | Small | Med | Lrg | Xl | 2xl | 3xl\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(6857,1056,'_product_version','5.1.1'),(6858,1057,'_variation_description',''),(6859,1057,'total_sales','0'),(6860,1057,'_tax_status','taxable'),(6861,1057,'_tax_class','parent'),(6862,1057,'_manage_stock','no'),(6863,1057,'_backorders','no'),(6864,1057,'_sold_individually','no'),(6865,1057,'_virtual','no'),(6866,1057,'_downloadable','no'),(6867,1057,'_download_limit','-1'),(6868,1057,'_download_expiry','-1'),(6869,1057,'_stock',NULL),(6870,1057,'_stock_status','instock'),(6871,1057,'_wc_average_rating','0'),(6872,1057,'_wc_review_count','0'),(6873,1057,'attribute_sizes','Xs'),(6874,1057,'_product_version','5.1.1'),(6875,1058,'_variation_description',''),(6876,1058,'total_sales','0'),(6877,1058,'_tax_status','taxable'),(6878,1058,'_tax_class','parent'),(6879,1058,'_manage_stock','no'),(6880,1058,'_backorders','no'),(6881,1058,'_sold_individually','no'),(6882,1058,'_virtual','no'),(6883,1058,'_downloadable','no'),(6884,1058,'_download_limit','-1'),(6885,1058,'_download_expiry','-1'),(6886,1058,'_stock',NULL),(6887,1058,'_stock_status','instock'),(6888,1058,'_wc_average_rating','0'),(6889,1058,'_wc_review_count','0'),(6890,1058,'attribute_sizes','Small'),(6891,1058,'_product_version','5.1.1'),(6892,1059,'_variation_description',''),(6893,1059,'total_sales','0'),(6894,1059,'_tax_status','taxable'),(6895,1059,'_tax_class','parent'),(6896,1059,'_manage_stock','no'),(6897,1059,'_backorders','no'),(6898,1059,'_sold_individually','no'),(6899,1059,'_virtual','no'),(6900,1059,'_downloadable','no'),(6901,1059,'_download_limit','-1'),(6902,1059,'_download_expiry','-1'),(6903,1059,'_stock',NULL),(6904,1059,'_stock_status','instock'),(6905,1059,'_wc_average_rating','0'),(6906,1059,'_wc_review_count','0'),(6907,1059,'attribute_sizes','Med'),(6908,1059,'_product_version','5.1.1'),(6909,1060,'_variation_description',''),(6910,1060,'total_sales','0'),(6911,1060,'_tax_status','taxable'),(6912,1060,'_tax_class','parent'),(6913,1060,'_manage_stock','no'),(6914,1060,'_backorders','no'),(6915,1060,'_sold_individually','no'),(6916,1060,'_virtual','no'),(6917,1060,'_downloadable','no'),(6918,1060,'_download_limit','-1'),(6919,1060,'_download_expiry','-1'),(6920,1060,'_stock',NULL),(6921,1060,'_stock_status','instock'),(6922,1060,'_wc_average_rating','0'),(6923,1060,'_wc_review_count','0'),(6924,1060,'attribute_sizes','Lrg'),(6925,1060,'_product_version','5.1.1'),(6926,1061,'_variation_description',''),(6927,1061,'total_sales','0'),(6928,1061,'_tax_status','taxable'),(6929,1061,'_tax_class','parent'),(6930,1061,'_manage_stock','no'),(6931,1061,'_backorders','no'),(6932,1061,'_sold_individually','no'),(6933,1061,'_virtual','no'),(6934,1061,'_downloadable','no'),(6935,1061,'_download_limit','-1'),(6936,1061,'_download_expiry','-1'),(6937,1061,'_stock',NULL),(6938,1061,'_stock_status','instock'),(6939,1061,'_wc_average_rating','0'),(6940,1061,'_wc_review_count','0'),(6941,1061,'attribute_sizes','Xl'),(6942,1061,'_product_version','5.1.1'),(6943,1062,'_variation_description',''),(6944,1062,'total_sales','0'),(6945,1062,'_tax_status','taxable'),(6946,1062,'_tax_class','parent'),(6947,1062,'_manage_stock','no'),(6948,1062,'_backorders','no'),(6949,1062,'_sold_individually','no'),(6950,1062,'_virtual','no'),(6951,1062,'_downloadable','no'),(6952,1062,'_download_limit','-1'),(6953,1062,'_download_expiry','-1'),(6954,1062,'_stock',NULL),(6955,1062,'_stock_status','instock'),(6956,1062,'_wc_average_rating','0'),(6957,1062,'_wc_review_count','0'),(6958,1062,'attribute_sizes','2xl'),(6959,1062,'_product_version','5.1.1'),(6960,1063,'_variation_description',''),(6961,1063,'total_sales','0'),(6962,1063,'_tax_status','taxable'),(6963,1063,'_tax_class','parent'),(6964,1063,'_manage_stock','no'),(6965,1063,'_backorders','no'),(6966,1063,'_sold_individually','no'),(6967,1063,'_virtual','no'),(6968,1063,'_downloadable','no'),(6969,1063,'_download_limit','-1'),(6970,1063,'_download_expiry','-1'),(6971,1063,'_stock',NULL),(6972,1063,'_stock_status','instock'),(6973,1063,'_wc_average_rating','0'),(6974,1063,'_wc_review_count','0'),(6975,1063,'attribute_sizes','3xl'),(6976,1063,'_product_version','5.1.1'),(6977,1057,'_regular_price','15'),(6978,1057,'_thumbnail_id','0'),(6979,1057,'_price','15'),(6980,1058,'_regular_price','15'),(6981,1058,'_thumbnail_id','0'),(6982,1058,'_price','15'),(6983,1059,'_regular_price','15'),(6984,1059,'_thumbnail_id','0'),(6985,1059,'_price','15'),(6986,1060,'_regular_price','15'),(6987,1060,'_thumbnail_id','0'),(6988,1060,'_price','15'),(6989,1061,'_regular_price','15'),(6990,1061,'_thumbnail_id','0'),(6991,1061,'_price','15'),(6992,1062,'_regular_price','15'),(6993,1062,'_thumbnail_id','0'),(6994,1062,'_price','15'),(6995,1063,'_regular_price','15'),(6996,1063,'_thumbnail_id','0'),(6997,1063,'_price','15'),(6998,1056,'_price','15'),(6999,1064,'_wp_attached_file','2021/09/She-purple.jpg'),(7000,1064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2021/09/She-purple.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"She-purple-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"She-purple-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"She-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:23:\"She-purple-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"She-purple-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:22:\"She-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:22:\"She-purple-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:22:\"She-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:22:\"She-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:22:\"She-purple-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"She-purple-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:{}}}'),(7001,1065,'_wp_attached_file','2021/09/She-black.jpg'),(7002,1065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1600;s:4:\"file\";s:21:\"2021/09/She-black.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"She-black-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"She-black-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"She-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:22:\"She-black-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"She-black-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"She-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:21:\"She-black-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:21:\"She-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:21:\"She-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:21:\"She-black-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"She-black-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:{}}}'),(7003,1056,'_thumbnail_id','1064'),(7010,1056,'_wpas_done_all','1'),(7005,1056,'_regular_price','15'),(7006,1056,'_product_image_gallery','1065'),(7007,1056,'site-sidebar-layout','default'),(7008,1056,'site-content-layout','default'),(7009,1056,'theme-transparent-header-meta','default'),(7014,1067,'_last_editor_used_jetpack','classic-editor'),(7015,1067,'_edit_lock','1631066443:4'),(7016,1067,'_edit_last','4'),(7017,1068,'_wp_attached_file','2021/09/Pineapple-handbag-scaled.jpg'),(7018,1068,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:36:\"2021/09/Pineapple-handbag-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Pineapple-handbag-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Pineapple-handbag-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pineapple-handbag-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:\"Pineapple-handbag-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"Pineapple-handbag-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"Pineapple-handbag-scaled-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"Pineapple-handbag.jpg\";}'),(7042,1067,'_wpas_done_all','1'),(7020,1067,'_regular_price','45'),(7021,1067,'total_sales','0'),(7022,1067,'_tax_status','taxable'),(7023,1067,'_tax_class',''),(7024,1067,'_manage_stock','yes'),(7025,1067,'_backorders','no'),(7026,1067,'_low_stock_amount','0'),(7027,1067,'_sold_individually','yes'),(7028,1067,'_virtual','no'),(7029,1067,'_downloadable','no'),(7030,1067,'_download_limit','-1'),(7031,1067,'_download_expiry','-1'),(7032,1067,'_stock','1'),(7033,1067,'_stock_status','instock'),(7034,1067,'_wc_average_rating','0'),(7035,1067,'_wc_review_count','0'),(7036,1067,'_product_version','5.1.1'),(7037,1067,'_price','45'),(7039,1067,'site-sidebar-layout','default'),(7040,1067,'site-content-layout','default'),(7041,1067,'theme-transparent-header-meta','default'),(7043,1067,'_thumbnail_id','1068'),(7045,1070,'_customer_user','0'),(7046,1070,'_payment_method','bacs'),(7047,1070,'_payment_method_title','Direct bank transfer'),(7048,1070,'_customer_ip_address','172.56.15.167'),(7049,1070,'_customer_user_agent','Mozilla/5.0 (Linux; Android 10; LM-K500) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36'),(7050,1070,'_created_via','checkout'),(7051,1070,'_cart_hash','9a36560454e219368be731459349d4a3'),(7052,1070,'_billing_first_name','Cassie'),(7053,1070,'_billing_last_name','Horne'),(7054,1070,'_billing_address_1','602 Douglas drive'),(7055,1070,'_billing_city','Mansfield'),(7056,1070,'_billing_state','TX'),(7057,1070,'_billing_postcode','76063'),(7058,1070,'_billing_country','US'),(7059,1070,'_billing_email','Metrostrawberry30@gmail.com'),(7060,1070,'_billing_phone','8174959042'),(7061,1070,'_shipping_first_name','Cassie'),(7062,1070,'_shipping_last_name','Horne'),(7063,1070,'_shipping_address_1','602 Douglas drive'),(7064,1070,'_shipping_city','Mansfield'),(7065,1070,'_shipping_state','TX'),(7066,1070,'_shipping_postcode','76063'),(7067,1070,'_shipping_country','US'),(7068,1070,'_order_currency','USD'),(7069,1070,'_cart_discount','0'),(7070,1070,'_cart_discount_tax','0'),(7071,1070,'_order_shipping','7.16'),(7072,1070,'_order_shipping_tax','0.59'),(7073,1070,'_order_tax','2.48'),(7074,1070,'_order_total','40.23'),(7075,1070,'_order_version','5.1.1'),(7076,1070,'_prices_include_tax','no'),(7077,1070,'_billing_address_index','Cassie Horne  602 Douglas drive  Mansfield TX 76063 US Metrostrawberry30@gmail.com 8174959042'),(7078,1070,'_shipping_address_index','Cassie Horne  602 Douglas drive  Mansfield TX 76063 US 8174959042'),(7079,1070,'_shipping_phone','8174959042'),(7080,1070,'is_vat_exempt','no'),(7081,1070,'_recorded_sales','yes'),(7082,1070,'_recorded_coupon_usage_counts','yes'),(7083,1070,'_order_stock_reduced','yes'),(7084,1070,'_new_order_email_sent','true'),(7085,1071,'_order_key','wc_order_HXXgwKjJefMWc'),(7086,1071,'_customer_user','5'),(7087,1071,'_payment_method','paypal'),(7088,1071,'_payment_method_title','PayPal'),(7089,1071,'_customer_ip_address','99.13.125.6'),(7090,1071,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(7091,1071,'_created_via','checkout'),(7092,1071,'_cart_hash','669e6e19c3403c92fae8b332d8a1a7ad'),(7093,1071,'_billing_first_name','Erica'),(7094,1071,'_billing_last_name','Ruffin'),(7095,1071,'_billing_address_1','6508 Highview Ter'),(7096,1071,'_billing_city','Watauga'),(7097,1071,'_billing_state','TX'),(7098,1071,'_billing_postcode','76148'),(7099,1071,'_billing_country','US'),(7100,1071,'_billing_email','ericaruffin_gybwork@yahoo.com'),(7101,1071,'_billing_phone','8177398900'),(7102,1071,'_shipping_first_name','Erica'),(7103,1071,'_shipping_last_name','Ruffin'),(7104,1071,'_shipping_address_1','6508 Highview Ter'),(7105,1071,'_shipping_city','Watauga'),(7106,1071,'_shipping_state','TX'),(7107,1071,'_shipping_postcode','76148'),(7108,1071,'_shipping_country','US'),(7109,1071,'_order_currency','USD'),(7110,1071,'_cart_discount','0'),(7111,1071,'_cart_discount_tax','0'),(7112,1071,'_order_shipping','14.32'),(7113,1071,'_order_shipping_tax','1.15'),(7114,1071,'_order_tax','4.4'),(7115,1071,'_order_total','74.87'),(7116,1071,'_order_version','5.1.1'),(7117,1071,'_prices_include_tax','no'),(7118,1071,'_billing_address_index','Erica Ruffin  6508 Highview Ter  Watauga TX 76148 US ericaruffin_gybwork@yahoo.com 8177398900'),(7119,1071,'_shipping_address_index','Erica Ruffin  6508 Highview Ter  Watauga TX 76148 US 8177398900'),(7120,1071,'_shipping_phone','8177398900'),(7121,1071,'is_vat_exempt','no'),(7122,1071,'Payment type','instant'),(7123,1071,'_transaction_id','246295159S771470X'),(7124,1071,'_paypal_status','completed'),(7125,1071,'PayPal Transaction Fee','3.10'),(7126,1071,'_date_paid','1631761363'),(7127,1071,'_paid_date','2021-09-16 03:02:43'),(7128,1071,'_download_permissions_granted','yes'),(7129,1071,'_recorded_sales','yes'),(7130,1071,'_recorded_coupon_usage_counts','yes'),(7131,1071,'_order_stock_reduced','yes'),(7132,1071,'_new_order_email_sent','true'),(7134,1070,'_edit_lock','1631762505:4'),(7135,1073,'_order_key','wc_order_rziIpWK3sGAej'),(7136,1073,'_customer_user','6'),(7137,1073,'_payment_method','paypal'),(7138,1073,'_payment_method_title','PayPal'),(7139,1073,'_customer_ip_address','172.58.111.96'),(7140,1073,'_customer_user_agent','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/14.2 Chrome/87.0.4280.141 Mobile Safari/537.36'),(7141,1073,'_created_via','checkout'),(7142,1073,'_cart_hash','2260bc00dac36cc1de74c873410bfc04'),(7143,1073,'_billing_first_name','Tamara'),(7144,1073,'_billing_last_name','Dumas'),(7145,1073,'_billing_address_1','1700 Cedar Springs Rd'),(7146,1073,'_billing_address_2','1006'),(7147,1073,'_billing_city','Dallas'),(7148,1073,'_billing_state','TX'),(7149,1073,'_billing_postcode','75202'),(7150,1073,'_billing_country','US'),(7151,1073,'_billing_email','tamdumas@yahoo.com'),(7152,1073,'_billing_phone','2144030983'),(7153,1073,'_shipping_first_name','Tamara'),(7154,1073,'_shipping_last_name','Dumas'),(7155,1073,'_shipping_address_1','1700 Cedar Springs Rd'),(7156,1073,'_shipping_address_2','1006'),(7157,1073,'_shipping_city','Dallas'),(7158,1073,'_shipping_state','TX'),(7159,1073,'_shipping_postcode','75202'),(7160,1073,'_shipping_country','US'),(7161,1073,'_order_currency','USD'),(7162,1073,'_cart_discount','0'),(7163,1073,'_cart_discount_tax','0'),(7164,1073,'_order_shipping','7.16'),(7165,1073,'_order_shipping_tax','0.59'),(7166,1073,'_order_tax','2.48'),(7167,1073,'_order_total','40.23'),(7168,1073,'_order_version','5.1.1'),(7169,1073,'_prices_include_tax','no'),(7170,1073,'_billing_address_index','Tamara Dumas  1700 Cedar Springs Rd 1006 Dallas TX 75202 US tamdumas@yahoo.com 2144030983'),(7171,1073,'_shipping_address_index','Tamara Dumas  1700 Cedar Springs Rd 1006 Dallas TX 75202 US 2144030983'),(7172,1073,'_shipping_phone','2144030983'),(7173,1073,'is_vat_exempt','no'),(7174,1073,'Payment type','instant'),(7175,1073,'_transaction_id','77N5345693715951D'),(7176,1073,'_paypal_status','completed'),(7177,1073,'PayPal Transaction Fee','1.89'),(7178,1073,'_date_paid','1631814281'),(7179,1073,'_paid_date','2021-09-16 17:44:41'),(7180,1073,'_download_permissions_granted','yes'),(7181,1073,'_recorded_sales','yes'),(7182,1073,'_recorded_coupon_usage_counts','yes'),(7183,1073,'_order_stock_reduced','yes'),(7184,1073,'_new_order_email_sent','true'),(7466,1091,'_payment_method','bacs'),(7465,1091,'_customer_user','0'),(7188,1075,'_wp_attached_file','2021/09/PXL_20210918_194109190.PORTRAIT.jpg'),(7189,1076,'_wp_attached_file','2021/09/PXL_20210918_194109190.PORTRAIT-1-scaled.jpg'),(7190,1076,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:52:\"2021/09/PXL_20210918_194109190.PORTRAIT-1-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"PXL_20210918_194109190.PORTRAIT-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:46:\"PXL_20210918_194109190.PORTRAIT-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"PXL_20210918_194109190.PORTRAIT-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"PXL_20210918_194109190.PORTRAIT-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:47:\"PXL_20210918_194109190.PORTRAIT-1-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:47:\"PXL_20210918_194109190.PORTRAIT-1-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:45:\"PXL_20210918_194109190.PORTRAIT-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:45:\"PXL_20210918_194109190.PORTRAIT-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:45:\"PXL_20210918_194109190.PORTRAIT-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:45:\"PXL_20210918_194109190.PORTRAIT-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:45:\"PXL_20210918_194109190.PORTRAIT-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"PXL_20210918_194109190.PORTRAIT-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:4:\"1.73\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Pixel 4a (5G)\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1631976069\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.38\";s:3:\"iso\";s:2:\"69\";s:13:\"shutter_speed\";s:8:\"0.008805\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:37:\"PXL_20210918_194109190.PORTRAIT-1.jpg\";}'),(7191,1077,'_wp_attached_file','2021/09/PXL_20210918_194029017.PORTRAIT-scaled.jpg'),(7192,1077,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:50:\"2021/09/PXL_20210918_194029017.PORTRAIT-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"PXL_20210918_194029017.PORTRAIT-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"PXL_20210918_194029017.PORTRAIT-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"PXL_20210918_194029017.PORTRAIT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"PXL_20210918_194029017.PORTRAIT-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"PXL_20210918_194029017.PORTRAIT-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:45:\"PXL_20210918_194029017.PORTRAIT-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"PXL_20210918_194029017.PORTRAIT-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:43:\"PXL_20210918_194029017.PORTRAIT-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:43:\"PXL_20210918_194029017.PORTRAIT-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"PXL_20210918_194029017.PORTRAIT-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:43:\"PXL_20210918_194029017.PORTRAIT-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"PXL_20210918_194029017.PORTRAIT-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:4:\"1.73\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Pixel 4a (5G)\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1631976029\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.38\";s:3:\"iso\";s:2:\"99\";s:13:\"shutter_speed\";s:8:\"0.007865\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:35:\"PXL_20210918_194029017.PORTRAIT.jpg\";}'),(7548,1096,'_backorders','no'),(7194,1079,'_last_editor_used_jetpack','classic-editor'),(7195,1079,'_edit_lock','1639679043:4'),(7196,1079,'_edit_last','4'),(7197,1079,'total_sales','2'),(7198,1079,'_tax_status','taxable'),(7199,1079,'_tax_class',''),(7200,1079,'_manage_stock','yes'),(7201,1079,'_backorders','no'),(7202,1079,'_sold_individually','no'),(7203,1079,'_virtual','no'),(7204,1079,'_downloadable','no'),(7205,1079,'_download_limit','-1'),(7206,1079,'_download_expiry','-1'),(7207,1079,'_stock','48'),(7208,1079,'_stock_status','instock'),(7209,1079,'_wc_average_rating','0'),(7210,1079,'_wc_review_count','0'),(7211,1079,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:36:\"Xs | Sm | Med | Lrg | Xl | 2xl | 3xl\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(7212,1079,'_product_version','5.1.1'),(7213,1079,'_thumbnail_id','1076'),(7220,1079,'_wpas_done_all','1'),(7343,1081,'_regular_price','15'),(7216,1079,'_product_image_gallery','1077'),(7217,1079,'site-sidebar-layout','default'),(7218,1079,'site-content-layout','default'),(7219,1079,'theme-transparent-header-meta','default'),(7467,1091,'_payment_method_title','Direct bank transfer'),(7464,1091,'_order_key','wc_order_aurCcfX69vCNG'),(7224,1081,'_variation_description',''),(7225,1081,'total_sales','0'),(7226,1081,'_tax_status','taxable'),(7227,1081,'_tax_class','parent'),(7228,1081,'_manage_stock','no'),(7229,1081,'_backorders','no'),(7230,1081,'_sold_individually','no'),(7231,1081,'_virtual','no'),(7232,1081,'_downloadable','no'),(7233,1081,'_download_limit','-1'),(7234,1081,'_download_expiry','-1'),(7235,1081,'_stock','0'),(7236,1081,'_stock_status','instock'),(7237,1081,'_wc_average_rating','0'),(7238,1081,'_wc_review_count','0'),(7239,1081,'attribute_sizes','Xs'),(7240,1081,'_product_version','5.1.1'),(7241,1082,'_variation_description',''),(7242,1082,'total_sales','0'),(7243,1082,'_tax_status','taxable'),(7244,1082,'_tax_class','parent'),(7245,1082,'_manage_stock','no'),(7246,1082,'_backorders','no'),(7247,1082,'_sold_individually','no'),(7248,1082,'_virtual','no'),(7249,1082,'_downloadable','no'),(7250,1082,'_download_limit','-1'),(7251,1082,'_download_expiry','-1'),(7252,1082,'_stock','0'),(7253,1082,'_stock_status','instock'),(7254,1082,'_wc_average_rating','0'),(7255,1082,'_wc_review_count','0'),(7256,1082,'attribute_sizes','Sm'),(7257,1082,'_product_version','5.1.1'),(7258,1083,'_variation_description',''),(7259,1083,'total_sales','0'),(7260,1083,'_tax_status','taxable'),(7261,1083,'_tax_class','parent'),(7262,1083,'_manage_stock','no'),(7263,1083,'_backorders','no'),(7264,1083,'_sold_individually','no'),(7265,1083,'_virtual','no'),(7266,1083,'_downloadable','no'),(7267,1083,'_download_limit','-1'),(7268,1083,'_download_expiry','-1'),(7269,1083,'_stock','0'),(7270,1083,'_stock_status','instock'),(7271,1083,'_wc_average_rating','0'),(7272,1083,'_wc_review_count','0'),(7273,1083,'attribute_sizes','Med'),(7274,1083,'_product_version','5.1.1'),(7275,1084,'_variation_description',''),(7276,1084,'total_sales','0'),(7277,1084,'_tax_status','taxable'),(7278,1084,'_tax_class','parent'),(7279,1084,'_manage_stock','no'),(7280,1084,'_backorders','no'),(7281,1084,'_sold_individually','no'),(7282,1084,'_virtual','no'),(7283,1084,'_downloadable','no'),(7284,1084,'_download_limit','-1'),(7285,1084,'_download_expiry','-1'),(7286,1084,'_stock','0'),(7287,1084,'_stock_status','instock'),(7288,1084,'_wc_average_rating','0'),(7289,1084,'_wc_review_count','0'),(7290,1084,'attribute_sizes','Lrg'),(7291,1084,'_product_version','5.1.1'),(7292,1085,'_variation_description',''),(7293,1085,'total_sales','0'),(7294,1085,'_tax_status','taxable'),(7295,1085,'_tax_class','parent'),(7296,1085,'_manage_stock','no'),(7297,1085,'_backorders','no'),(7298,1085,'_sold_individually','no'),(7299,1085,'_virtual','no'),(7300,1085,'_downloadable','no'),(7301,1085,'_download_limit','-1'),(7302,1085,'_download_expiry','-1'),(7303,1085,'_stock','0'),(7304,1085,'_stock_status','instock'),(7305,1085,'_wc_average_rating','0'),(7306,1085,'_wc_review_count','0'),(7307,1085,'attribute_sizes','Xl'),(7308,1085,'_product_version','5.1.1'),(7309,1086,'_variation_description',''),(7310,1086,'total_sales','0'),(7311,1086,'_tax_status','taxable'),(7312,1086,'_tax_class','parent'),(7313,1086,'_manage_stock','no'),(7314,1086,'_backorders','no'),(7315,1086,'_sold_individually','no'),(7316,1086,'_virtual','no'),(7317,1086,'_downloadable','no'),(7318,1086,'_download_limit','-1'),(7319,1086,'_download_expiry','-1'),(7320,1086,'_stock','0'),(7321,1086,'_stock_status','instock'),(7322,1086,'_wc_average_rating','0'),(7323,1086,'_wc_review_count','0'),(7324,1086,'attribute_sizes','2xl'),(7325,1086,'_product_version','5.1.1'),(7326,1087,'_variation_description',''),(7327,1087,'total_sales','0'),(7328,1087,'_tax_status','taxable'),(7329,1087,'_tax_class','parent'),(7330,1087,'_manage_stock','no'),(7331,1087,'_backorders','no'),(7332,1087,'_sold_individually','no'),(7333,1087,'_virtual','no'),(7334,1087,'_downloadable','no'),(7335,1087,'_download_limit','-1'),(7336,1087,'_download_expiry','-1'),(7337,1087,'_stock','0'),(7338,1087,'_stock_status','instock'),(7339,1087,'_wc_average_rating','0'),(7340,1087,'_wc_review_count','0'),(7341,1087,'attribute_sizes','3xl'),(7342,1087,'_product_version','5.1.1'),(7344,1081,'_thumbnail_id','0'),(7345,1081,'_price','15'),(7346,1082,'_regular_price','15'),(7347,1082,'_thumbnail_id','0'),(7348,1082,'_price','15'),(7349,1083,'_regular_price','15'),(7350,1083,'_thumbnail_id','0'),(7351,1083,'_price','15'),(7352,1084,'_regular_price','15'),(7353,1084,'_thumbnail_id','0'),(7354,1084,'_price','15'),(7355,1085,'_regular_price','15'),(7356,1085,'_thumbnail_id','0'),(7357,1085,'_price','15'),(7358,1086,'_regular_price','15'),(7359,1086,'_thumbnail_id','0'),(7360,1086,'_price','15'),(7361,1087,'_regular_price','15'),(7362,1087,'_thumbnail_id','0'),(7363,1087,'_price','15'),(7364,1079,'_price','15'),(7365,1089,'_order_key','wc_order_Od2e21hR6Do0v'),(7366,1089,'_customer_user','7'),(7367,1089,'_payment_method','paypal'),(7368,1089,'_payment_method_title','PayPal'),(7369,1089,'_customer_ip_address','99.156.176.191'),(7370,1089,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(7371,1089,'_created_via','checkout'),(7372,1089,'_cart_hash','163611f6c23a727670ddd060d3502cad'),(7373,1089,'_billing_first_name','Gavian'),(7374,1089,'_billing_last_name','Hargis'),(7375,1089,'_billing_address_1','8621 Sweet Flag Ln'),(7376,1089,'_billing_city','Fort Worth'),(7377,1089,'_billing_state','TX'),(7378,1089,'_billing_postcode','76123'),(7379,1089,'_billing_country','US'),(7380,1089,'_billing_email','ghargis@sbcglobal.net'),(7381,1089,'_billing_phone','(817) 718-3511'),(7382,1089,'_shipping_first_name','Gavian'),(7383,1089,'_shipping_last_name','Hargis'),(7384,1089,'_shipping_address_1','8621 Sweet Flag Ln'),(7385,1089,'_shipping_city','Fort Worth'),(7386,1089,'_shipping_state','TX'),(7387,1089,'_shipping_postcode','76123'),(7388,1089,'_shipping_country','US'),(7389,1089,'_order_currency','USD'),(7390,1089,'_cart_discount','0'),(7391,1089,'_cart_discount_tax','0'),(7392,1089,'_order_shipping','7.16'),(7393,1089,'_order_shipping_tax','0.59'),(7394,1089,'_order_tax','1.24'),(7395,1089,'_order_total','23.99'),(7396,1089,'_order_version','5.1.1'),(7397,1089,'_prices_include_tax','no'),(7398,1089,'_billing_address_index','Gavian Hargis  8621 Sweet Flag Ln  Fort Worth TX 76123 US ghargis@sbcglobal.net (817) 718-3511'),(7399,1089,'_shipping_address_index','Gavian Hargis  8621 Sweet Flag Ln  Fort Worth TX 76123 US (817) 718-3511'),(7400,1089,'_shipping_phone','(817) 718-3511'),(7401,1089,'is_vat_exempt','no'),(7402,1089,'Payment type','instant'),(7403,1089,'_transaction_id','66V51222UJ459343U'),(7404,1089,'_paypal_status','completed'),(7414,1089,'_paypal_transaction_fee','1.33'),(7406,1089,'_date_paid','1632197541'),(7407,1089,'_paid_date','2021-09-21 04:12:21'),(7408,1089,'_download_permissions_granted','yes'),(7409,1089,'_recorded_sales','yes'),(7410,1089,'_recorded_coupon_usage_counts','yes'),(7411,1089,'_order_stock_reduced','yes'),(7412,1089,'_new_order_email_sent','true'),(7413,1089,'_edit_lock','1637588540:4'),(7415,1090,'_order_key','wc_order_YsukDPGaEtz1G'),(7416,1090,'_customer_user','0'),(7417,1090,'_payment_method','paypal'),(7418,1090,'_payment_method_title','PayPal'),(7419,1090,'_customer_ip_address','107.77.196.17'),(7420,1090,'_customer_user_agent','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1'),(7421,1090,'_created_via','checkout'),(7422,1090,'_cart_hash','6af9da35918c221b90125b73d95b6c95'),(7423,1090,'_billing_first_name','Shanette'),(7424,1090,'_billing_last_name','Green'),(7425,1090,'_billing_address_1','720 Abbott Ave'),(7426,1090,'_billing_city','Desoto'),(7427,1090,'_billing_state','TX'),(7428,1090,'_billing_postcode','75115'),(7429,1090,'_billing_country','US'),(7430,1090,'_billing_email','shanettegreen@yahoo.com'),(7431,1090,'_billing_phone','2147630085'),(7432,1090,'_shipping_first_name','Shanette'),(7433,1090,'_shipping_last_name','Green'),(7434,1090,'_shipping_address_1','720 Abbott Ave'),(7435,1090,'_shipping_city','Desoto'),(7436,1090,'_shipping_state','TX'),(7437,1090,'_shipping_postcode','75115'),(7438,1090,'_shipping_country','US'),(7439,1090,'_order_currency','USD'),(7440,1090,'_cart_discount','0'),(7441,1090,'_cart_discount_tax','0'),(7442,1090,'_order_shipping','7.16'),(7443,1090,'_order_shipping_tax','0.59'),(7444,1090,'_order_tax','2.48'),(7445,1090,'_order_total','40.23'),(7446,1090,'_order_version','5.1.1'),(7447,1090,'_prices_include_tax','no'),(7448,1090,'_billing_address_index','Shanette Green  720 Abbott Ave  Desoto TX 75115 US shanettegreen@yahoo.com 2147630085'),(7449,1090,'_shipping_address_index','Shanette Green  720 Abbott Ave  Desoto TX 75115 US 2147630085'),(7450,1090,'_shipping_phone','2147630085'),(7451,1090,'is_vat_exempt','no'),(7452,1090,'Payment type','instant'),(7453,1090,'_transaction_id','8RK47342JE1347633'),(7454,1090,'_paypal_status','completed'),(7455,1090,'PayPal Transaction Fee','1.89'),(7456,1090,'_date_paid','1632500108'),(7457,1090,'_paid_date','2021-09-24 16:15:08'),(7458,1090,'_download_permissions_granted','yes'),(7459,1090,'_recorded_sales','yes'),(7460,1090,'_recorded_coupon_usage_counts','yes'),(7461,1090,'_order_stock_reduced','yes'),(7462,1090,'_new_order_email_sent','true'),(7549,1096,'_sold_individually','no'),(7550,1096,'_virtual','no'),(7551,1096,'_downloadable','no'),(7552,1096,'_download_limit','-1'),(7553,1096,'_download_expiry','-1'),(7554,1096,'_stock','3'),(7555,1096,'_stock_status','instock'),(7556,1096,'_wc_average_rating','0'),(7557,1096,'_wc_review_count','0'),(7558,1096,'_product_version','5.1.1'),(7559,1096,'_product_image_gallery','1095,1094'),(7560,1096,'site-sidebar-layout','default'),(7561,1096,'site-content-layout','default'),(7562,1096,'theme-transparent-header-meta','default'),(7565,1096,'_wpas_done_all','1'),(7564,1096,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:15:\"Small, Med, Lrg\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(7684,1096,'_price','35'),(7687,1113,'_last_editor_used_jetpack','classic-editor'),(7568,1098,'_last_editor_used_jetpack','classic-editor'),(7569,1098,'_edit_lock','1640141088:4'),(7570,1098,'_edit_last','4'),(7571,1099,'_wp_attached_file','2021/12/DLAC0501.jpg'),(7572,1099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/12/DLAC0501.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0501-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:\"DLAC0501-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:\"DLAC0501-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:\"DLAC0501-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:\"DLAC0501-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:\"DLAC0501-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:\"DLAC0501-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:\"DLAC0501-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:\"DLAC0501-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:\"DLAC0501-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:\"DLAC0501-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:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1638219540\";s:9:\"copyright\";s:14:\"dlacyphoto.com\";s:12:\"focal_length\";s:2:\"88\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7573,1100,'_wp_attached_file','2021/12/Screenshot_20211114-1919002.png'),(7574,1100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:875;s:6:\"height\";i:1297;s:4:\"file\";s:39:\"2021/12/Screenshot_20211114-1919002.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211114-1919002-202x300.png\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Screenshot_20211114-1919002-691x1024.png\";s:5:\"width\";i:691;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211114-1919002-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Screenshot_20211114-1919002-768x1138.png\";s:5:\"width\";i:768;s:6:\"height\";i:1138;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"Screenshot_20211114-1919002-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:39:\"Screenshot_20211114-1919002-600x889.png\";s:5:\"width\";i:600;s:6:\"height\";i:889;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211114-1919002-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211114-1919002-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:39:\"Screenshot_20211114-1919002-600x889.png\";s:5:\"width\";i:600;s:6:\"height\";i:889;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211114-1919002-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7575,1101,'_wp_attached_file','2021/12/DLAC0510.jpg'),(7576,1101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/12/DLAC0510.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0510-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:\"DLAC0510-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:\"DLAC0510-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:\"DLAC0510-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:\"DLAC0510-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:\"DLAC0510-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:\"DLAC0510-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:\"DLAC0510-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:\"DLAC0510-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:\"DLAC0510-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:\"DLAC0510-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:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1638219564\";s:9:\"copyright\";s:14:\"dlacyphoto.com\";s:12:\"focal_length\";s:2:\"88\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7577,1098,'total_sales','1'),(7578,1098,'_tax_status','taxable'),(7579,1098,'_tax_class',''),(7580,1098,'_manage_stock','yes'),(7581,1098,'_backorders','no'),(7582,1098,'_sold_individually','no'),(7583,1098,'_virtual','no'),(7584,1098,'_downloadable','no'),(7585,1098,'_download_limit','-1'),(7586,1098,'_download_expiry','-1'),(7587,1098,'_stock','5'),(7588,1098,'_stock_status','instock'),(7589,1098,'_wc_average_rating','0'),(7590,1098,'_wc_review_count','0'),(7591,1098,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:26:\"Small, Med, Large, XL, 2XL\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(7592,1098,'_product_version','5.1.1'),(7593,1098,'_thumbnail_id','1099'),(7594,1098,'_regular_price','45.00'),(7595,1098,'_price','45.00'),(7596,1098,'_product_image_gallery','1100,1101'),(7597,1098,'site-sidebar-layout','default'),(7598,1098,'site-content-layout','default'),(7599,1098,'theme-transparent-header-meta','default'),(7600,1102,'_field_1','Regina Cannon'),(7601,1102,'_field_2','reginacannon7@gmail.com'),(7602,1102,'_field_3','I would like to make an appointment for Wednesday, Dec. 23rd if you are available. For a silk press\n\nPlease let me know a time in the morning or afternoon and your price. Thank you Regina'),(7603,1102,'_form_id','1'),(7604,1102,'_seq_num','7'),(7606,1098,'_wpas_done_all','1'),(7892,1140,'_payment_method','paypal'),(7891,1140,'_customer_user','0'),(7610,1104,'_wp_attached_file','2021/12/DLAC0466-1.jpg'),(7611,1104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:22:\"2021/12/DLAC0466-1.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DLAC0466-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:23:\"DLAC0466-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:22:\"DLAC0466-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"DLAC0466-1-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:24:\"DLAC0466-1-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:22:\"DLAC0466-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:\"DLAC0466-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:22:\"DLAC0466-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"DLAC0466-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"DLAC0466-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:22:\"DLAC0466-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1638219395\";s:9:\"copyright\";s:14:\"dlacyphoto.com\";s:12:\"focal_length\";s:3:\"105\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7612,1105,'_last_editor_used_jetpack','classic-editor'),(7613,1105,'_edit_lock','1640855175:4'),(7614,1105,'_edit_last','4'),(7615,1106,'_wp_attached_file','2021/12/DLAC0562.jpg'),(7616,1106,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/12/DLAC0562.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0562-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:\"DLAC0562-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:\"DLAC0562-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:\"DLAC0562-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:\"DLAC0562-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:\"DLAC0562-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:\"DLAC0562-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:\"DLAC0562-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:\"DLAC0562-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:\"DLAC0562-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:\"DLAC0562-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1638220035\";s:9:\"copyright\";s:14:\"dlacyphoto.com\";s:12:\"focal_length\";s:2:\"80\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7617,1107,'_wp_attached_file','2021/12/DLAC0470.jpg'),(7618,1107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/12/DLAC0470.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0470-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:\"DLAC0470-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:\"DLAC0470-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:\"DLAC0470-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:\"DLAC0470-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:\"DLAC0470-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:\"DLAC0470-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:\"DLAC0470-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:\"DLAC0470-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:\"DLAC0470-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:\"DLAC0470-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1638219404\";s:9:\"copyright\";s:14:\"dlacyphoto.com\";s:12:\"focal_length\";s:2:\"95\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7619,1108,'_wp_attached_file','2021/12/DLAC0317.jpg'),(7620,1108,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/12/DLAC0317.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0317-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:\"DLAC0317-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:\"DLAC0317-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:\"DLAC0317-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:\"DLAC0317-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:\"DLAC0317-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:\"DLAC0317-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:\"DLAC0317-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:\"DLAC0317-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:\"DLAC0317-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:\"DLAC0317-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:6:\"D.LACY\";s:6:\"camera\";s:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1638218069\";s:9:\"copyright\";s:14:\"dlacyphoto.com\";s:12:\"focal_length\";s:2:\"88\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7621,1109,'_wp_attached_file','2021/12/Screenshot_20211109-2305212.png'),(7622,1109,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:858;s:6:\"height\";i:1292;s:4:\"file\";s:39:\"2021/12/Screenshot_20211109-2305212.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2305212-199x300.png\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Screenshot_20211109-2305212-680x1024.png\";s:5:\"width\";i:680;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2305212-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Screenshot_20211109-2305212-768x1156.png\";s:5:\"width\";i:768;s:6:\"height\";i:1156;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"Screenshot_20211109-2305212-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:39:\"Screenshot_20211109-2305212-600x903.png\";s:5:\"width\";i:600;s:6:\"height\";i:903;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2305212-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2305212-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:39:\"Screenshot_20211109-2305212-600x903.png\";s:5:\"width\";i:600;s:6:\"height\";i:903;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2305212-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7623,1105,'total_sales','0'),(7624,1105,'_tax_status','taxable'),(7625,1105,'_tax_class',''),(7626,1105,'_manage_stock','yes'),(7627,1105,'_backorders','no'),(7628,1105,'_sold_individually','no'),(7629,1105,'_virtual','no'),(7630,1105,'_downloadable','no'),(7631,1105,'_download_limit','-1'),(7632,1105,'_download_expiry','-1'),(7633,1105,'_stock','4'),(7634,1105,'_stock_status','instock'),(7635,1105,'_wc_average_rating','0'),(7636,1105,'_wc_review_count','0'),(7637,1105,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:29:\"Small, Medium, Large, Xl, 2xl\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(7638,1105,'_product_version','5.1.1'),(7639,1105,'_thumbnail_id','1104'),(7640,1105,'_regular_price','25'),(7641,1105,'_product_image_gallery','1107,1106,1108,1109'),(7642,1105,'site-sidebar-layout','default'),(7643,1105,'site-content-layout','default'),(7644,1105,'theme-transparent-header-meta','default'),(7645,1105,'_purchase_note','Life isn\'t perfect, but you\'re outfit can be!'),(7646,1105,'_price','25'),(7647,1111,'_variation_description',''),(7648,1111,'total_sales','0'),(7649,1111,'_tax_status','taxable'),(7650,1111,'_tax_class','parent'),(7651,1111,'_manage_stock','no'),(7652,1111,'_backorders','no'),(7653,1111,'_sold_individually','no'),(7654,1111,'_virtual','no'),(7655,1111,'_downloadable','no'),(7656,1111,'_download_limit','-1'),(7657,1111,'_download_expiry','-1'),(7658,1111,'_stock','0'),(7659,1111,'_stock_status','instock'),(7660,1111,'_wc_average_rating','0'),(7661,1111,'_wc_review_count','0'),(7662,1111,'attribute_sizes','Small, Med, Lrg'),(7663,1111,'_product_version','5.1.1'),(7691,1114,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:859;s:6:\"height\";i:1260;s:4:\"file\";s:39:\"2021/12/Screenshot_20211109-2245032.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2245032-205x300.png\";s:5:\"width\";i:205;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Screenshot_20211109-2245032-698x1024.png\";s:5:\"width\";i:698;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2245032-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Screenshot_20211109-2245032-768x1127.png\";s:5:\"width\";i:768;s:6:\"height\";i:1127;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"Screenshot_20211109-2245032-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:39:\"Screenshot_20211109-2245032-600x880.png\";s:5:\"width\";i:600;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2245032-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2245032-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:39:\"Screenshot_20211109-2245032-600x880.png\";s:5:\"width\";i:600;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2245032-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7690,1114,'_wp_attached_file','2021/12/Screenshot_20211109-2245032.png'),(7689,1113,'_edit_last','4'),(7688,1113,'_edit_lock','1640856296:4'),(7686,1105,'_wpas_done_all','1'),(7683,1111,'_price','35'),(7682,1111,'_regular_price','35'),(7681,1111,'_thumbnail_id','0'),(7692,1115,'_wp_attached_file','2021/12/Screenshot_20211109-2246362.png'),(7693,1115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:827;s:6:\"height\";i:1301;s:4:\"file\";s:39:\"2021/12/Screenshot_20211109-2246362.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2246362-191x300.png\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"Screenshot_20211109-2246362-651x1024.png\";s:5:\"width\";i:651;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2246362-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Screenshot_20211109-2246362-768x1208.png\";s:5:\"width\";i:768;s:6:\"height\";i:1208;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"Screenshot_20211109-2246362-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:39:\"Screenshot_20211109-2246362-600x944.png\";s:5:\"width\";i:600;s:6:\"height\";i:944;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2246362-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2246362-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:39:\"Screenshot_20211109-2246362-600x944.png\";s:5:\"width\";i:600;s:6:\"height\";i:944;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"Screenshot_20211109-2246362-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7694,1113,'total_sales','0'),(7695,1113,'_tax_status','taxable'),(7696,1113,'_tax_class',''),(7697,1113,'_manage_stock','yes'),(7698,1113,'_backorders','no'),(7699,1113,'_sold_individually','no'),(7700,1113,'_virtual','no'),(7701,1113,'_downloadable','no'),(7702,1113,'_download_limit','-1'),(7703,1113,'_download_expiry','-1'),(7704,1113,'_stock','5'),(7705,1113,'_stock_status','instock'),(7706,1113,'_wc_average_rating','0'),(7707,1113,'_wc_review_count','0'),(7708,1113,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:29:\"Small, Medium, Large, XL, 2XL\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:0;}}'),(7709,1113,'_product_version','5.1.1'),(7900,1140,'_billing_address_1','7 Sherman Cove'),(7899,1140,'_billing_last_name','Essel'),(7898,1140,'_billing_first_name','Valencia'),(7897,1140,'_cart_hash','855684f9d26451df3e541acf89ddc39b'),(7896,1140,'_created_via','checkout'),(7895,1140,'_customer_user_agent','Mozilla/5.0 (X11; CrOS x86_64 14092.77.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.107 Safari/537.36'),(7889,1113,'_price','35'),(7727,1113,'_thumbnail_id','1114'),(7734,1113,'_wpas_done_all','1'),(7729,1113,'_regular_price','35'),(7730,1113,'_product_image_gallery','1115'),(7731,1113,'site-sidebar-layout','default'),(7732,1113,'site-content-layout','default'),(7733,1113,'theme-transparent-header-meta','default'),(7842,1131,'_wp_page_template','default'),(7843,1131,'site-sidebar-layout','default'),(7840,1131,'_edit_lock','1640847236:4'),(7841,1131,'_edit_last','4'),(7839,1131,'_last_editor_used_jetpack','block-editor'),(7741,1121,'_elementor_edit_mode','builder'),(7742,1121,'_elementor_template_type','wp-page'),(7743,1121,'_elementor_version','3.2.5'),(7744,1121,'_wp_page_template','default'),(7745,1121,'_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\";}'),(7746,1121,'_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}]'),(7747,1121,'_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;}}}}}'),(7748,1121,'_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:\"\";}'),(7894,1140,'_customer_ip_address','165.29.145.103'),(7893,1140,'_payment_method_title','PayPal'),(7890,1140,'_order_key','wc_order_fGg8UrD17Tzpf'),(7753,1123,'_last_editor_used_jetpack','classic-editor'),(7754,1123,'_edit_lock','1643215338:4'),(7755,1123,'_edit_last','4'),(7756,1124,'_wp_attached_file','2021/12/PXL_20211210_010232775.PORTRAIT-scaled.jpg'),(7757,1124,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1867;s:4:\"file\";s:50:\"2021/12/PXL_20211210_010232775.PORTRAIT-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"PXL_20211210_010232775.PORTRAIT-300x219.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"PXL_20211210_010232775.PORTRAIT-1024x747.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"PXL_20211210_010232775.PORTRAIT-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:43:\"PXL_20211210_010232775.PORTRAIT-768x560.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:45:\"PXL_20211210_010232775.PORTRAIT-1536x1120.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:45:\"PXL_20211210_010232775.PORTRAIT-2048x1494.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:43:\"PXL_20211210_010232775.PORTRAIT-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:43:\"PXL_20211210_010232775.PORTRAIT-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:43:\"PXL_20211210_010232775.PORTRAIT-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"PXL_20211210_010232775.PORTRAIT-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:43:\"PXL_20211210_010232775.PORTRAIT-600x438.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:438;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"PXL_20211210_010232775.PORTRAIT-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:4:\"1.73\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Pixel 4a (5G)\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1639076553\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.38\";s:3:\"iso\";s:2:\"75\";s:13:\"shutter_speed\";s:8:\"0.024962\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:35:\"PXL_20211210_010232775.PORTRAIT.jpg\";}'),(7758,1125,'_wp_attached_file','2021/12/DLAC0837.jpg'),(7759,1125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/12/DLAC0837.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0837-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:\"DLAC0837-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:\"DLAC0837-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:\"DLAC0837-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:\"DLAC0837-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:\"DLAC0837-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:\"DLAC0837-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:\"DLAC0837-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:\"DLAC0837-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:\"DLAC0837-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:\"DLAC0837-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:6:\"D.LACY\";s:6:\"camera\";s:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1638222027\";s:9:\"copyright\";s:14:\"dlacyphoto.com\";s:12:\"focal_length\";s:3:\"145\";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:{}}}'),(7760,1126,'_wp_attached_file','2021/12/DLAC0441.jpg'),(7761,1126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/12/DLAC0441.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0441-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:\"DLAC0441-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:\"DLAC0441-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:\"DLAC0441-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:\"DLAC0441-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:\"DLAC0441-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:\"DLAC0441-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:\"DLAC0441-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:\"DLAC0441-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:\"DLAC0441-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:\"DLAC0441-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:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1638219307\";s:9:\"copyright\";s:14:\"dlacyphoto.com\";s:12:\"focal_length\";s:3:\"102\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7762,1127,'_wp_attached_file','2021/12/DLAC0604.jpg'),(7763,1127,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:1600;s:4:\"file\";s:20:\"2021/12/DLAC0604.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DLAC0604-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:\"DLAC0604-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:\"DLAC0604-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:\"DLAC0604-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:\"DLAC0604-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:\"DLAC0604-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:\"DLAC0604-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:\"DLAC0604-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:\"DLAC0604-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:\"DLAC0604-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:\"DLAC0604-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:12:\"Canon EOS R5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1638220427\";s:9:\"copyright\";s:14:\"dlacyphoto.com\";s:12:\"focal_length\";s:2:\"90\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7764,1123,'total_sales','0'),(7765,1123,'_tax_status','taxable'),(7766,1123,'_tax_class',''),(7767,1123,'_manage_stock','yes'),(7768,1123,'_backorders','no'),(7769,1123,'_sold_individually','no'),(7770,1123,'_virtual','no'),(7771,1123,'_downloadable','no'),(7772,1123,'_download_limit','-1'),(7773,1123,'_download_expiry','-1'),(7774,1123,'_stock','4'),(7775,1123,'_stock_status','instock'),(7776,1123,'_wc_average_rating','0'),(7777,1123,'_wc_review_count','0'),(7778,1123,'_product_attributes','a:1:{s:5:\"sizes\";a:6:{s:4:\"name\";s:5:\"Sizes\";s:5:\"value\";s:12:\"8,8 1/2,9,10\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(7779,1123,'_product_version','5.1.1'),(7780,1123,'_thumbnail_id','1124'),(7781,1123,'_regular_price','30'),(7782,1123,'_product_image_gallery','1125,1126,1127'),(7783,1123,'site-sidebar-layout','default'),(7784,1123,'site-content-layout','default'),(7785,1123,'theme-transparent-header-meta','default'),(7788,1123,'_wpas_done_all','1'),(7787,1123,'_price','30'),(7789,1129,'_order_key','wc_order_wiOR0i84WHgSh'),(7790,1129,'_customer_user','0'),(7791,1129,'_payment_method','paypal'),(7792,1129,'_payment_method_title','PayPal'),(7793,1129,'_customer_ip_address','172.58.110.226'),(7794,1129,'_customer_user_agent','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/16.0 Chrome/92.0.4515.166 Mobile Safari/537.36'),(7795,1129,'_created_via','checkout'),(7796,1129,'_cart_hash','f5a345a15eebc89168a51e0c78abf5c5'),(7797,1129,'_billing_first_name','Tamara'),(7798,1129,'_billing_last_name','Dumas'),(7799,1129,'_billing_address_1','1700 Cedar Springs Rd'),(7800,1129,'_billing_address_2','1006'),(7801,1129,'_billing_city','Dallas'),(7802,1129,'_billing_state','TX'),(7803,1129,'_billing_postcode','75202'),(7804,1129,'_billing_country','US'),(7805,1129,'_billing_email','tamdumas@yahoo.com'),(7806,1129,'_billing_phone','2144030983'),(7807,1129,'_shipping_first_name','Tamara'),(7808,1129,'_shipping_last_name','Dumas'),(7809,1129,'_shipping_address_1','1700 Cedar Springs Rd'),(7810,1129,'_shipping_address_2','1006'),(7811,1129,'_shipping_city','Dallas'),(7812,1129,'_shipping_state','TX'),(7813,1129,'_shipping_postcode','75202'),(7814,1129,'_shipping_country','US'),(7815,1129,'_order_currency','USD'),(7816,1129,'_cart_discount','0'),(7817,1129,'_cart_discount_tax','0'),(7818,1129,'_order_shipping','7.41'),(7819,1129,'_order_shipping_tax','0.61'),(7820,1129,'_order_tax','3.71'),(7821,1129,'_order_total','56.73'),(7822,1129,'_order_version','5.1.1'),(7823,1129,'_prices_include_tax','no'),(7824,1129,'_billing_address_index','Tamara Dumas  1700 Cedar Springs Rd 1006 Dallas TX 75202 US tamdumas@yahoo.com 2144030983'),(7825,1129,'_shipping_address_index','Tamara Dumas  1700 Cedar Springs Rd 1006 Dallas TX 75202 US 2144030983'),(7826,1129,'_shipping_phone','2144030983'),(7827,1129,'is_vat_exempt','no'),(7828,1129,'Payment type','instant'),(7829,1129,'_transaction_id','60A95510SH765105F'),(7830,1129,'_paypal_status','completed'),(7973,1129,'_paypal_transaction_fee','2.47'),(7832,1129,'_date_paid','1640189203'),(7833,1129,'_paid_date','2021-12-22 16:06:43'),(7834,1129,'_download_permissions_granted','yes'),(7835,1129,'_recorded_sales','yes'),(7836,1129,'_recorded_coupon_usage_counts','yes'),(7837,1129,'_order_stock_reduced','yes'),(7838,1129,'_new_order_email_sent','true'),(7844,1131,'site-content-layout','default'),(7845,1131,'theme-transparent-header-meta','default'),(7846,1133,'_wp_attached_file','2021/12/Vagaro-.jpg'),(7847,1133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:307;s:6:\"height\";i:180;s:4:\"file\";s:19:\"2021/12/Vagaro-.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Vagaro--300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Vagaro--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:19:\"Vagaro--300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Vagaro--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:\"Vagaro--300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Vagaro--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:{}}}'),(7848,1131,'_thumbnail_id','1133'),(7849,1135,'_last_editor_used_jetpack','classic-editor'),(7850,1135,'_edit_lock','1640856055:4'),(7851,1135,'_edit_last','4'),(7852,1135,'total_sales','0'),(7853,1135,'_tax_status','taxable'),(7854,1135,'_tax_class',''),(7855,1135,'_manage_stock','yes'),(7856,1135,'_backorders','no'),(7857,1135,'_sold_individually','no'),(7858,1135,'_virtual','no'),(7859,1135,'_downloadable','no'),(7860,1135,'_download_limit','-1'),(7861,1135,'_download_expiry','-1'),(7862,1135,'_stock','8'),(7863,1135,'_stock_status','instock'),(7864,1135,'_wc_average_rating','0'),(7865,1135,'_wc_review_count','0'),(7866,1135,'_product_version','5.1.1'),(7867,1135,'_product_attributes','a:1:{s:5:\"color\";a:6:{s:4:\"name\";s:5:\"Color\";s:5:\"value\";s:23:\"Coffee | Toffee | Nitro\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:0;s:11:\"is_taxonomy\";i:0;}}'),(7868,1137,'_wp_attached_file','2021/12/hat.jpg'),(7869,1137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1336;s:4:\"file\";s:15:\"2021/12/hat.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"hat-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"hat-828x1024.jpg\";s:5:\"width\";i:828;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"hat-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:15:\"hat-768x950.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:950;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:15:\"hat-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:15:\"hat-600x742.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"hat-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:15:\"hat-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:15:\"hat-600x742.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"hat-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:{}}}'),(7870,1138,'_wp_attached_file','2021/12/nitro.png'),(7871,1138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:868;s:6:\"height\";i:845;s:4:\"file\";s:17:\"2021/12/nitro.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"nitro-300x292.png\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"nitro-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"nitro-768x748.png\";s:5:\"width\";i:768;s:6:\"height\";i:748;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"nitro-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:17:\"nitro-600x584.png\";s:5:\"width\";i:600;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"nitro-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:17:\"nitro-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:17:\"nitro-600x584.png\";s:5:\"width\";i:600;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"nitro-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7872,1139,'_wp_attached_file','2021/12/Toffee.png'),(7873,1139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:877;s:6:\"height\";i:1044;s:4:\"file\";s:18:\"2021/12/Toffee.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Toffee-252x300.png\";s:5:\"width\";i:252;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Toffee-860x1024.png\";s:5:\"width\";i:860;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Toffee-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Toffee-768x914.png\";s:5:\"width\";i:768;s:6:\"height\";i:914;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"Toffee-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:18:\"Toffee-600x714.png\";s:5:\"width\";i:600;s:6:\"height\";i:714;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"Toffee-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"Toffee-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:18:\"Toffee-600x714.png\";s:5:\"width\";i:600;s:6:\"height\";i:714;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Toffee-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7874,1135,'_thumbnail_id','1137'),(7882,1135,'_wpas_done_all','1'),(7876,1135,'_regular_price','30'),(7877,1135,'_price','30'),(7878,1135,'_product_image_gallery','1138,1139'),(7879,1135,'site-sidebar-layout','default'),(7880,1135,'site-content-layout','default'),(7881,1135,'theme-transparent-header-meta','default'),(7940,497,'_elementor_edit_mode','builder'),(7901,1140,'_billing_city','Maumelle'),(7902,1140,'_billing_state','AR'),(7903,1140,'_billing_postcode','72113'),(7904,1140,'_billing_country','US'),(7905,1140,'_billing_email','valencia.m.essel@gmail.com'),(7906,1140,'_billing_phone','9032805863'),(7907,1140,'_shipping_first_name','Valencia'),(7908,1140,'_shipping_last_name','Essel'),(7909,1140,'_shipping_address_1','7 Sherman Cove'),(7910,1140,'_shipping_city','Maumelle'),(7911,1140,'_shipping_state','AR'),(7912,1140,'_shipping_postcode','72113'),(7913,1140,'_shipping_country','US'),(7914,1140,'_order_currency','USD'),(7915,1140,'_cart_discount','0'),(7916,1140,'_cart_discount_tax','0'),(7917,1140,'_order_shipping','15.36'),(7918,1140,'_order_shipping_tax','0'),(7919,1140,'_order_tax','0'),(7920,1140,'_order_total','45.36'),(7921,1140,'_order_version','5.1.1'),(7922,1140,'_prices_include_tax','no'),(7923,1140,'_billing_address_index','Valencia Essel  7 Sherman Cove  Maumelle AR 72113 US valencia.m.essel@gmail.com 9032805863'),(7924,1140,'_shipping_address_index','Valencia Essel  7 Sherman Cove  Maumelle AR 72113 US 9032805863'),(7925,1140,'_shipping_phone','9032805863'),(7926,1140,'is_vat_exempt','no'),(7927,1140,'Payment type','instant'),(7928,1140,'_transaction_id','2MY51130PL678042A'),(7929,1140,'_paypal_status','completed'),(7939,1140,'_paypal_transaction_fee','2.07'),(7931,1140,'_date_paid','1643214709'),(7932,1140,'_paid_date','2022-01-26 16:31:49'),(7933,1140,'_download_permissions_granted','yes'),(7934,1140,'_recorded_sales','yes'),(7935,1140,'_recorded_coupon_usage_counts','yes'),(7936,1140,'_order_stock_reduced','yes'),(7937,1140,'_new_order_email_sent','true'),(7938,1140,'_edit_lock','1644170712:1'),(7946,1142,'_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;}}}}}'),(7947,1142,'_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:\"\";}'),(7948,1142,'_elementor_edit_mode','builder'),(7949,1143,'_elementor_template_type','wp-page'),(7950,1143,'_elementor_version','3.2.5'),(7951,1143,'_wp_page_template','default'),(7952,1143,'_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\";}'),(7953,1143,'_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}]'),(7954,1143,'_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;}}}}}'),(7955,1143,'_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:\"\";}'),(7956,1143,'_elementor_edit_mode','builder'),(7957,1144,'_elementor_template_type','wp-page'),(7958,1144,'_elementor_version','3.2.5'),(7959,1144,'_wp_page_template','default'),(7960,1144,'_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\";}'),(7961,1144,'_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\",\"pa_condition_repeater\":[{\"_id\":\"4cd88ed\"}]},\"elements\":[{\"id\":\"ca64169\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"cfef783\"}]},\"elements\":[{\"id\":\"ddc975e\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"home\",\"pa_condition_repeater\":[{\"_id\":\"ecad911\"}]},\"elements\":[],\"widgetType\":\"menu-anchor\"},{\"id\":\"538db29\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":91,\"sizes\":[]},\"pa_condition_repeater\":[{\"_id\":\"d735bfc\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"3e940be\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"pa_condition_repeater\":[{\"_id\":\"43afe2f\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"1e90b51\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"efcf036\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"3d308f9\"}]},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"89cd57d\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":240,\"sizes\":[]},\"pa_condition_repeater\":[{\"_id\":\"effeac7\"}]},\"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},\"pa_condition_repeater\":[{\"_id\":\"eec980f\"}]},\"elements\":[{\"id\":\"8ba542f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"cde7709\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"5b12839\"}]},\"elements\":[{\"id\":\"7d760ba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"da4eae4\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"afdb445\"}]},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"af75ae6\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"about\",\"pa_condition_repeater\":[{\"_id\":\"b7bf60a\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"d6df179\"}]},\"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\":[]},\"pa_condition_repeater\":[{\"_id\":\"7873468\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"b5be20a\"}]},\"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>\\n<p>I am a fashion consultant here to answer and solve your problems and questions about how to \\u201cK.I.S.S.\\u201d your outfit and save money while doing it! The \\u201cHollywood Look\\u201d at an affordable price \\u2013 what more can you ask for?<\\/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 everyday beauty world allowing me to stay up on the new fab!<\\/p>\\n<p>Lenee\\u2019<br>Affordable Chic Fashion Consultant<br>In Touch with the Client\\u2019s Style<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Nunito\",\"typography_font_weight\":\"400\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"_background_background\":\"classic\",\"_background_color\":\"#1B1818B5\",\"pa_condition_repeater\":[{\"_id\":\"495d7f0\"}]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"44bd9bf\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"pa_condition_repeater\":[{\"_id\":\"58b05da\"}]},\"elements\":[{\"id\":\"bee443f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"f212772\"}]},\"elements\":[{\"id\":\"fdd9ce2\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"testimonials\",\"pa_condition_repeater\":[{\"_id\":\"d16c45e\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"1952324\"}]},\"elements\":[],\"widgetType\":\"eael-dual-color-header\"},{\"id\":\"377c779\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"pa_condition_repeater\":[{\"_id\":\"7d74356\"}]},\"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\":\"\"},\"pa_condition_repeater\":[{\"_id\":\"6d6ce6f\"}]},\"elements\":[{\"id\":\"7fc2400\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"a14eb67\"}]},\"elements\":[{\"id\":\"7439bb8\",\"elType\":\"section\",\"settings\":{\"pa_condition_repeater\":[{\"_id\":\"a08b643\"}]},\"elements\":[{\"id\":\"1862182\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"85577fc\"}]},\"elements\":[{\"id\":\"6ceb0fc\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"pa_condition_repeater\":[{\"_id\":\"380a1f2\"}]},\"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\"],\"pa_condition_repeater\":[{\"_id\":\"36bab20\"}]},\"elements\":[{\"id\":\"aaa7c7f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"c9af71f\"}]},\"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},\"pa_condition_repeater\":[{\"_id\":\"932bbf6\"}]},\"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},\"pa_condition_repeater\":[{\"_id\":\"9148e87\"}]},\"elements\":[{\"id\":\"e57e4e4\",\"elType\":\"widget\",\"settings\":{\"anchor\":\"contact\",\"pa_condition_repeater\":[{\"_id\":\"0ad032a\"}]},\"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\",\"pa_condition_repeater\":[{\"_id\":\"a011bcc\"}]},\"elements\":[],\"widgetType\":\"eael-ninja\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"c9c5283\",\"elType\":\"section\",\"settings\":{\"pa_condition_repeater\":[{\"_id\":\"b57c4dc\"}]},\"elements\":[{\"id\":\"ae8da1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"pa_condition_repeater\":[{\"_id\":\"2ebf7ec\"}]},\"elements\":[{\"id\":\"9b0e16f\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"pa_condition_repeater\":[{\"_id\":\"797671b\"}]},\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(7962,1144,'_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;}}}}}'),(7963,1144,'_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:\"\";}'),(7964,1144,'_elementor_edit_mode','builder'),(7965,497,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(7967,1145,'_field_1','Monica'),(7968,1145,'_field_2','mburns1234@sbcglobal.net'),(7969,1145,'_field_3','Good morning, Janella! We have an appointment for tomorrow and I need to reschedule. I was wondering is okay to reschedule without any cancelation fees? \n\n-Monica\n972-743-1053'),(7970,1145,'_form_id','1'),(7971,1145,'_seq_num','8'),(7972,1129,'_edit_lock','1644803206:1'),(7974,1147,'_field_1','Valencia Essel'),(7975,1147,'_field_2','valencia.m.essel@gmail.com'),(7976,1147,'_field_3','Hello, I am just checking the order status of some t-shirts that I ordered from your website. My name is Valencia Essel and there were t-shirts in the order. I haven\'t seen any shipping information, so I am just checking on the status. Thanks so much!'),(7977,1147,'_form_id','1'),(7978,1147,'_seq_num','9'),(7979,1148,'_field_1','Felicia Fuller '),(7980,1148,'_field_2','FeliciaF1970@gmail.com'),(7981,1148,'_field_3','Hi Janella. My birthday is coming up (March 9th). I would like to either get styled for an outfit to takes pics in at my house (CJ will probably do the pics) or set up a photo shoot through you if there is enough time to get one in before my birthday. Please let me know if you can work with me on either. \n Thanks\nFelicia \n913-302-5252'),(7982,1148,'_form_id','1'),(7983,1148,'_seq_num','10'),(7984,1149,'_field_1','Shalundra '),(7985,1149,'_field_2','conwell34@gmail.com'),(7986,1149,'_field_3','Hello Lenee,\nI hope this message finds you well. I\'m interested in revamping my style and wardrobe. I absolutely hate shopping and tend to stick to same style. I\'m interested in Lavish Closet Evaluation minus evaluating my closet. I\'m interested in getting help shopping and finding items to help me elevate my style, and find clothes that look good on me. I look forward to hearing from you.\n\nKind regards,\nShalundra \n214-693-7405 '),(7987,1149,'_form_id','1'),(7988,1149,'_seq_num','11');
/*!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=1150 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','','','2022-01-18 22:41:33','2022-01-18 22:41:33','',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),(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','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/07/623258011.jpg',0,'attachment','image/jpeg',0),(1096,4,'2021-12-16 20:31:20','2021-12-16 20:31:20','<blockquote>&nbsp;</blockquote>','Lavishly Fringed','<p style=\"text-align: left;\"><em>A high waisted Long midi matte pu leather skirt with fringe on each side accompanied by a slit in the back for easy mobility.</em></p>','publish','closed','closed','','lavishly-fringed','','','2021-12-30 07:55:40','2021-12-30 07:55:40','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1096',0,'product','',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),(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','',0,'https://lavishluxebylenee.com/wp-content/uploads/2019/11/kiss-shirt.jpg',0,'attachment','image/jpeg',0),(1095,4,'2021-12-16 18:19:45','2021-12-16 18:19:45','','DLAC0436','','inherit','closed','closed','','dlac0436','','','2021-12-16 18:19:45','2021-12-16 18:19:45','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/DLAC0436.jpg',0,'attachment','image/jpeg',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','',0,'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>\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>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p>\n<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','','','2022-01-31 16:27:28','2022-01-31 16:27:28','',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),(980,4,'2021-08-31 23:57:37','2021-08-31 23:57:37','thin strapped leopard midi dress, runs true to size.','Leopard midi','','inherit','closed','closed','','leopard-midi-2','','','2021-08-31 23:58:55','2021-08-31 23:58:55','',969,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/leopard-midi-2.jpg',0,'attachment','image/jpeg',0),(981,4,'2021-09-01 01:04:49','2021-09-01 01:04:49','','Leopard Lime','','publish','closed','closed','','leopard-lime','','','2021-09-01 01:04:52','2021-09-01 01:04:52','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=981',0,'product','',0),(982,4,'2021-09-01 00:43:33','2021-09-01 00:43:33','','Leopard Midi','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','969-autosave-v1','','','2021-09-01 00:43:33','2021-09-01 00:43:33','',969,'https://lavishluxebylenee.com/969-autosave-v1/',0,'revision','',0),(983,4,'2021-09-01 00:50:49','2021-09-01 00:50:49','','Leopard Lime - Sm','Sizes: Sm','publish','closed','closed','','leopard-greenz-sm','','','2021-09-01 00:55:13','2021-09-01 00:55:13','',981,'https://lavishluxebylenee.com/?post_type=product_variation&p=983',1,'product_variation','',0),(984,4,'2021-09-01 00:50:49','2021-09-01 00:50:49','','Leopard Lime - Med','Sizes: Med','publish','closed','closed','','leopard-greenz-med','','','2021-09-01 00:55:13','2021-09-01 00:55:13','',981,'https://lavishluxebylenee.com/?post_type=product_variation&p=984',2,'product_variation','',0),(985,4,'2021-09-01 00:50:49','2021-09-01 00:50:49','','Leopard Lime - Lrg','Sizes: Lrg','publish','closed','closed','','leopard-greenz-lrg','','','2021-09-01 00:55:14','2021-09-01 00:55:14','',981,'https://lavishluxebylenee.com/?post_type=product_variation&p=985',3,'product_variation','',0),(986,4,'2021-09-01 00:50:49','2021-09-01 00:50:49','','Leopard Lime - Xl','Sizes: Xl','publish','closed','closed','','leopard-greenz-xl','','','2021-09-01 00:55:14','2021-09-01 00:55:14','',981,'https://lavishluxebylenee.com/?post_type=product_variation&p=986',4,'product_variation','',0),(987,4,'2021-09-01 00:50:49','2021-09-01 00:50:49','','Leopard Lime - 2Xl','Sizes: 2Xl','publish','closed','closed','','leopard-greenz-2xl','','','2021-09-01 00:55:14','2021-09-01 00:55:14','',981,'https://lavishluxebylenee.com/?post_type=product_variation&p=987',5,'product_variation','',0),(988,4,'2021-09-01 00:50:49','2021-09-01 00:50:49','','Leopard Lime - 3Xl','Sizes: 3Xl','publish','closed','closed','','leopard-greenz-3xl','','','2021-09-01 00:55:14','2021-09-01 00:55:14','',981,'https://lavishluxebylenee.com/?post_type=product_variation&p=988',6,'product_variation','',0),(989,4,'2021-09-01 00:56:45','2021-09-01 00:56:45','A stretchy thin strapped leopard midi dress, runs true to size.','Leopard Lime','','inherit','closed','closed','','leopard-lime-3','','','2021-09-01 00:57:39','2021-09-01 00:57:39','',981,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/leopard-lime-3.jpg',0,'attachment','image/jpeg',0),(990,4,'2021-09-01 01:01:16','2021-09-01 01:01:16','','Leopard Lime','','inherit','closed','closed','','leopard-lime-2','','','2021-09-01 01:03:20','2021-09-01 01:03:20','',981,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/leopard-lime-2.jpg',0,'attachment','image/jpeg',0),(992,4,'2021-09-01 02:11:02','2021-09-01 02:11:02','','Yello Luxe Set','A soft polyester blend two piece pant set. crop top &amp; front tie on bottoms with added brand name. Runs a little small. Model is wearing a small.','publish','closed','closed','','yello-luxe-set','','','2021-09-16 03:02:45','2021-09-16 03:02:45','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=992',0,'product','',0),(993,4,'2021-09-01 01:06:20','2021-09-01 01:06:20','','Leopard Lime','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','981-autosave-v1','','','2021-09-01 01:06:20','2021-09-01 01:06:20','',981,'https://lavishluxebylenee.com/981-autosave-v1/',0,'revision','',0),(994,4,'2021-09-01 01:09:11','2021-09-01 01:09:11','','Yello Luxe Set - Sm','Sizes: Sm','publish','closed','closed','','auto-draft-sm','','','2021-09-08 01:29:57','2021-09-08 01:29:57','',992,'https://lavishluxebylenee.com/?post_type=product_variation&p=994',1,'product_variation','',0),(995,4,'2021-09-01 01:09:12','2021-09-01 01:09:12','','Yello Luxe Set - Med','Sizes: Med','publish','closed','closed','','auto-draft-med','','','2021-09-08 01:29:57','2021-09-08 01:29:57','',992,'https://lavishluxebylenee.com/?post_type=product_variation&p=995',2,'product_variation','',0),(996,4,'2021-09-01 01:09:12','2021-09-01 01:09:12','','Yello Luxe Set - Lrg','Sizes: Lrg','publish','closed','closed','','auto-draft-lrg','','','2021-09-08 01:29:57','2021-09-08 01:29:57','',992,'https://lavishluxebylenee.com/?post_type=product_variation&p=996',3,'product_variation','',0),(997,4,'2021-09-01 01:09:12','2021-09-01 01:09:12','','Yello Luxe Set - Xl','Sizes: Xl','publish','closed','closed','','auto-draft-xl','','','2021-09-16 03:02:44','2021-09-16 03:02:44','',992,'https://lavishluxebylenee.com/?post_type=product_variation&p=997',4,'product_variation','',0),(998,4,'2021-09-01 01:09:12','2021-09-01 01:09:12','','Yello Luxe Set - 2xl','Sizes: 2xl','publish','closed','closed','','auto-draft-2xl','','','2021-09-08 01:29:57','2021-09-08 01:29:57','',992,'https://lavishluxebylenee.com/?post_type=product_variation&p=998',5,'product_variation','',0),(999,4,'2021-09-01 01:35:54','2021-09-01 01:35:54','A soft polyester blend two piece pant set. crop top & front tie on bottoms with added brand name. Runs a little small. Model is wearing a small.','Yello Luxe Set','','inherit','closed','closed','','productyel3','','','2021-09-01 01:49:43','2021-09-01 01:49:43','',992,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/productyel3.jpg',0,'attachment','image/jpeg',0),(1000,4,'2021-09-01 01:39:48','2021-09-01 01:39:48','A soft polyester blend two piece pant set. crop top & front tie on bottoms with added brand name. Runs a little small. Model is wearing a small.','Yello Luxe Set','','inherit','closed','closed','','productyel','','','2021-09-01 01:45:06','2021-09-01 01:45:06','',992,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/productyel.jpg',0,'attachment','image/jpeg',0),(1001,4,'2021-09-01 01:46:28','2021-09-01 01:46:28','A soft polyester blend two piece pant set. crop top & front tie on bottoms with added brand name. Runs a little small. Model is wearing a small.','Yello Luxe Set','','inherit','closed','closed','','productyel2','','','2021-09-01 02:03:03','2021-09-01 02:03:03','',992,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/productyel2.jpg',0,'attachment','image/jpeg',0),(1002,4,'2021-09-01 02:55:49','2021-09-01 02:55:49','','Logo Track Luxe Set','','publish','closed','closed','','logo-track-luxe-set','','','2021-09-08 01:24:35','2021-09-08 01:24:35','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1002',0,'product','',0),(1003,4,'2021-09-08 01:30:01','2021-09-08 01:30:01','','Yello Luxe Set','<p>A soft polyester blend two piece pant set. crop top &amp; front tie on bottoms with added brand name. Runs a little small. Model is wearing a small.</p>','inherit','closed','closed','','992-autosave-v1','','','2021-09-08 01:30:01','2021-09-08 01:30:01','',992,'https://lavishluxebylenee.com/992-autosave-v1/',0,'revision','',0),(1004,4,'2021-09-01 02:23:53','2021-09-01 02:23:53','','Logo Track Luxe Set - Sm','Sizes: Sm','publish','closed','closed','','logo-track-luxe-set-sm','','','2021-09-04 11:27:03','2021-09-04 11:27:03','',1002,'https://lavishluxebylenee.com/?post_type=product_variation&p=1004',1,'product_variation','',0),(1005,4,'2021-09-01 02:23:53','2021-09-01 02:23:53','','Logo Track Luxe Set - Med','Sizes: Med','publish','closed','closed','','logo-track-luxe-set-med','','','2021-09-01 02:29:18','2021-09-01 02:29:18','',1002,'https://lavishluxebylenee.com/?post_type=product_variation&p=1005',2,'product_variation','',0),(1044,4,'2021-09-08 01:02:55','2021-09-08 01:02:55','','Brown Skin Girl Tee - Xs','Sizes: Xs','publish','closed','closed','','brown-skin-girl-tee-xs','','','2021-09-08 01:05:47','2021-09-08 01:05:47','',1043,'https://lavishluxebylenee.com/?post_type=product_variation&p=1044',1,'product_variation','',0),(1007,4,'2021-09-01 02:23:53','2021-09-01 02:23:53','','Logo Track Luxe Set - Xl','Sizes: Xl','publish','closed','closed','','logo-track-luxe-set-xl','','','2021-09-08 01:24:35','2021-09-08 01:24:35','',1002,'https://lavishluxebylenee.com/?post_type=product_variation&#038;p=1007',4,'product_variation','',0),(1008,4,'2021-09-01 02:23:53','2021-09-01 02:23:53','','Logo Track Luxe Set - 2Xl','Sizes: 2Xl','publish','closed','closed','','logo-track-luxe-set-2xl','','','2021-09-01 02:49:58','2021-09-01 02:49:58','',1002,'https://lavishluxebylenee.com/?post_type=product_variation&p=1008',4,'product_variation','',0),(964,4,'2021-08-31 23:01:46','2021-08-31 23:01:46','','Cow-ish Midi - Xl','Sizes: Xl','publish','closed','closed','','cow-ish-midi-xl','','','2021-08-31 23:06:38','2021-08-31 23:06:38','',956,'https://lavishluxebylenee.com/?post_type=product_variation&p=964',4,'product_variation','',0),(965,4,'2021-08-31 23:01:47','2021-08-31 23:01:47','','Cow-ish Midi - 2xl','Sizes: 2xl','publish','closed','closed','','cow-ish-midi-2xl','','','2021-09-01 01:56:17','2021-09-01 01:56:17','',956,'https://lavishluxebylenee.com/?post_type=product_variation&p=965',5,'product_variation','',0),(966,4,'2021-08-31 23:10:49','2021-08-31 23:10:49','','cow-ish plus','','inherit','closed','closed','','cow3','','','2021-08-31 23:11:47','2021-08-31 23:11:47','',956,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/cow3.jpg',0,'attachment','image/jpeg',0),(967,4,'2021-08-31 23:12:11','2021-08-31 23:12:11','','Cow-ish Large','','inherit','closed','closed','','cow-ish-large','','','2021-08-31 23:12:44','2021-08-31 23:12:44','',956,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/Cow-ish-Large.jpg',0,'attachment','image/jpeg',0),(892,0,'2022-01-31 16:27:28','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+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tLzwvbG9jPjxsYXN0bW9kPjIwMjItMDEtMzFUMTY6Mjc6MjhaPC9sYXN0bW9kPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wM1QxMzowMDowNlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3NlcnZpY2VzLTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMjowMDo0Mlo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Nob3AtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMjoyMDo0NFo8L2xhc3Rtb2Q+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3ZhZ2Fyby1ib29raW5nLzwvbG9jPjxsYXN0bW9kPjIwMjEtMTItMzBUMDY6NTQ6NDBaPC9sYXN0bW9kPjwvdXJsPjwvdXJsc2V0Pgo=','sitemap-1.xml','','draft','closed','closed','','','','','2022-03-10 16:34:32','2022-03-10 16:34:32','',0,'https://lavishluxebylenee.com/?p=892',0,'jp_sitemap','',0),(893,0,'2021-12-30 09:18:18','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+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS82MjMyNTgwMTEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0wNy0wOVQxOTo1NTo0N1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMDcvNjIzMjU4MDExLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT42MjMyNTgwMTE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9raXNzLXNoaXJ0LzwvbG9jPjxsYXN0bW9kPjIwMTktMTEtMDZUMDU6MDM6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzExL2tpc3Mtc2hpcnQtZTE1NzMwMTYyNDY4MDYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmtpc3Mgc2hpcnQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPktlZXAgSXQgU2ltcGx5IFN0eWxpc2g8L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYXJteS1iYWcvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0xMS0wNlQwNTo1MDoyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMTEvYXJteS1iYWcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNhbHV0ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3B1cnNlLzwvbG9jPjxsYXN0bW9kPjIwMTktMTEtMDZUMDU6NDU6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDE5LzExL3B1cnNlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5wdXJzZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2Jyb3duLWJhZy88L2xvYz48bGFzdG1vZD4yMDE5LTExLTA2VDA2OjAyOjIyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8xMS9icm93bi1iYWcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJyb3duIGJhZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dlYjEvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0xMS0wN1QxOToxMTo0OFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMTEvd2ViMS1lMTU3MzE1Mzk3MDI4Ni5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2ViMTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dlYjQvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0xMS0wN1QxOToxNToyNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMTEvd2ViNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2ViNDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dlYjMvPC9sb2M+PGxhc3Rtb2Q+MjAxOS0xMS0wN1QxOToyMToxMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMTkvMTEvd2ViMy5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+d2ViMzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tLzQwNi88L2xvYz48bGFzdG1vZD4yMDE5LTExLTEyVDE5OjQzOjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAxOS8xMS9MYXZpc2gtTHV4ZS1CeS1MZW5lZS1tNHYtaW1hZ2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvYmxhY2stbGl2ZXMtbWF0dGVyLXNldHMtZ2lybHMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0yMVQwMTo1Njo0NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcva2lkcy1ibG0tc2V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5raWRzIGJsbSBzZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2JsYWNrLWxpdmVzLW1hdHRlci1zZXRzLWdpcmxzLzwvbG9jPjxsYXN0bW9kPjIwMjAtMDctMjFUMDI6MzU6MDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIwLzA3L2F1dHVtLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5hdXR1bTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvYmxhY2stbGl2ZXMtbWF0dGVyLWFkdWx0LXVuaXNleC1ibGFjay88L2xvYz48bGFzdG1vZD4yMDIwLTA3LTIxVDAzOjQ5OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMC8wNy9ibGtMTS1zaGlydHMtZTE1OTUzMDM0OTMxOTMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmJsa0xNIHNoaXJ0czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvYmxhY2stbGl2ZXMtbWF0dGVyLXNldHMtZ2lybHMvPC9sb2M+PGxhc3Rtb2Q+MjAyMC0wNy0yOFQxNTozOTowMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjAvMDcvYXV0dW0tMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YXV0dW08L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDE4Ni88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQzOjQyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9ETEFDMDE4Ni5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzAxODY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDM2Mi88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQzOjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9ETEFDMDM2Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzAzNjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDQxMC88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ0OjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9ETEFDMDQxMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA0MTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDQ2MS88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ0OjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9ETEFDMDQ2MS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA0NjE8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDUxOS88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ0OjU2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9ETEFDMDUxOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA1MTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDUyMC88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ1OjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9ETEFDMDUyMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA1MjA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDU4OS88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ1OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9ETEFDMDU4OS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA1ODk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDU5NS88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ2OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9ETEFDMDU5NS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA1OTU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDU5OC88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ2OjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9ETEFDMDU5OC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA1OTg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9pbWdfMjAyMDExMTVfMTkxNzA4XzE5OS88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ2OjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9JTUdfMjAyMDExMTVfMTkxNzA4XzE5OS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SU1HXzIwMjAxMTE1XzE5MTcwOF8xOTk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9pbWdfMjAyMDExMTVfMTkxODE5XzU2OC88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ3OjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9JTUdfMjAyMDExMTVfMTkxODE5XzU2OC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+SU1HXzIwMjAxMTE1XzE5MTgxOV81Njg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS90bXBfODUwNS88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ3OjQ4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9UTVBfODUwNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VE1QXzg1MDU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS90bXBfODUxMi88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ4OjE2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9UTVBfODUxMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VE1QXzg1MTI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS90bXBfODU5Ni88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ4OjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9UTVBfODU5Ni5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VE1QXzg1OTY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS90bXBfODkyOC88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDE2OjQ4OjU1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9UTVBfODkyOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VE1QXzg5Mjg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS88L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDIwOjUwOjM1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wMi9sYXZpc2hfbHV4ZV9sb2dvX3doaXRlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sYXZpc2hfbHV4ZV9sb2dvX3doaXRlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wMi0yOFQyMDo1MToxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDIvbGF2aXNoX2x1eGVfbG9nb19wdXJwbGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxhdmlzaF9sdXhlX2xvZ29fcHVycGxlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wMi0yOFQyMDo1MToyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDIvbGF2aXNoX2x1eGVfbG9nb19ibGFjay5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGF2aXNoX2x1eGVfbG9nb19ibGFjazwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMjE6MDI6MTZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL2xhdmlzaF9sdXhlX2xvZ29fd2hpdGUtYmFja2dyb3VuZC1yZW1vdmVkLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sYXZpc2hfbHV4ZV9sb2dvX3doaXRlLWJhY2tncm91bmQtcmVtb3ZlZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDItMjhUMjE6MjU6MTFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzAyL2xhdmlzaF9sdXhlX2xvZ29fd2hpdGUtYmFja2dyb3VuZC1yZW1vdmVkLW5vYmFubmVyLnBuZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sYXZpc2hfbHV4ZV9sb2dvX3doaXRlLWJhY2tncm91bmQtcmVtb3ZlZC1ub2Jhbm5lcjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwNDEwLWpwZy88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDE1OjM1OjE3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9ETEFDMDQxMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA0MTAuanBnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZGxhYzA0NjEtanBnLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMTU6MzU6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0RMQUMwNDYxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDQ2MS5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDU4OS1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQxNTozNToyN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvRExBQzA1ODkuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRMQUMwNTg5LmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwNTE5LWpwZy88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDE1OjM1OjMyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9ETEFDMDUxOS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA1MTkuanBnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vZGxhYzA1MjAtanBnLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMTU6MzU6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0RMQUMwNTIwLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDUyMC5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDU5NS1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQxNTozNTozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvRExBQzA1OTUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRMQUMwNTk1LmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2RsYWMwNTk4LWpwZy88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDE1OjM1OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9ETEFDMDU5OC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA1OTguanBnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vaW1nXzIwMjAxMTE1XzE5MTcwOF8xOTktanBnLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMTU6MzU6NDZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0lNR18yMDIwMTExNV8xOTE3MDhfMTk5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5JTUdfMjAyMDExMTVfMTkxNzA4XzE5OS5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9pbWdfMjAyMDExMTVfMTkxODE5XzU2OC1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQxNTozNTo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvSU1HXzIwMjAxMTE1XzE5MTgxOV81NjguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPklNR18yMDIwMTExNV8xOTE4MTlfNTY4LmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3RtcF84NTA1LWpwZy88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDE1OjM1OjUzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9UTVBfODUwNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VE1QXzg1MDUuanBnPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vdG1wXzg1MTItanBnLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMTU6MzU6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L1RNUF84NTEyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5UTVBfODUxMi5qcGc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS90bXBfODU5Ni1qcGcvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQxNTozNTo1OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvVE1QXzg1OTYuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlRNUF84NTk2LmpwZzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2JlaGluZC10aGUtbHV4ZS88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDE1OjQzOjAzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9CZWhpbmQtVGhlLUx1eGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlaGluZCBUaGUgTHV4ZTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2JlaGluZC10aGUtbHV4ZS88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDE1OjQ0OjEwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9CZWhpbmQtVGhlLUx1eGUtNS1zY2FsZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlaGluZCBUaGUgTHV4ZSA1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmVoaW5kLXRoZS1sdXhlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMTU6NDY6MDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0JlaGluZC1UaGUtTHV4ZS00LXNjYWxlZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVoaW5kIFRoZSBMdXhlIDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQxNTo0OTo0OVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvQmVoaW5kLVRoZS1MdXhlLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlaGluZCBUaGUgTHV4ZSAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmVoaW5kLXRoZS1sdXhlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMjE6MDY6MzZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0JlaGluZC1UaGUtTHV4ZS0xLTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlaGluZCBUaGUgTHV4ZSAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmVoaW5kLXRoZS1sdXhlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMjE6MDY6NDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0JlaGluZC1UaGUtTHV4ZS05LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWhpbmQgVGhlIEx1eGUgOTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2JlaGluZC10aGUtbHV4ZS88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDIxOjA2OjU5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9CZWhpbmQtVGhlLUx1eGUtOC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVoaW5kIFRoZSBMdXhlIDg8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMTowNzoyNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvQmVoaW5kLVRoZS1MdXhlLTctc2NhbGVkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWhpbmQgVGhlIEx1eGUgNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL2JlaGluZC10aGUtbHV4ZS88L2xvYz48bGFzdG1vZD4yMDIxLTA1LTAyVDIxOjA5OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNS9CZWhpbmQtVGhlLUx1eGUtNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVoaW5kIFRoZSBMdXhlIDY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMTowOTowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvQmVoaW5kLVRoZS1MdXhlLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlaGluZCBUaGUgTHV4ZSAyPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmVoaW5kLXRoZS1sdXhlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMjE6MDk6MjFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0JlaGluZC1UaGUtTHV4ZS0zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5CZWhpbmQgVGhlIEx1eGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMTowOTozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvQmVoaW5kLVRoZS1MdXhlLTUtMS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+QmVoaW5kIFRoZSBMdXhlIDU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9iZWhpbmQtdGhlLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMToxMjowN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvQmVoaW5kLVRoZS1MdXhlLTQtMS1zY2FsZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlaGluZCBUaGUgTHV4ZSA0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmVoaW5kLXRoZS1sdXhlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMjE6MTQ6NTJaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0JlaGluZC1UaGUtTHV4ZS01LTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlaGluZCBUaGUgTHV4ZSA1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vYmVoaW5kLXRoZS1sdXhlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDUtMDJUMjE6MTU6MDlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA1L0JlaGluZC1UaGUtTHV4ZS00LTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkJlaGluZCBUaGUgTHV4ZSA0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wNS0wMlQyMjowNToyMFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDUvTGF2aXNoTHV4ZUFib3V0LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MYXZpc2hMdXhlQWJvdXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9sYXZpc2hseS1sYWNlZC88L2xvYz48bGFzdG1vZD4yMDIxLTA3LTA1VDE1OjExOjM5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wNy9MYXZpc2hseS1MYWNlZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TGF2aXNobHkgTGFjZWQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9tb25leXIvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOC0zMVQwMToyMToyMVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDgvbW9uZXlyLXNjYWxlZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+THV4ZSBsaWtlIG1vbmV5IHJvYmU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9tb25leS1yb2JlMS88L2xvYz48bGFzdG1vZD4yMDIxLTA4LTMxVDAxOjQ1OjI1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOC9Nb25leS1yb2JlMS1zY2FsZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPk1vbmV5IHJvYmUxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vbW9uZXlyb2JlLXBsdXMvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOC0zMVQwMTo1MDo1MFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDgvbW9uZXlyb2JlLXBsdXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkx1eGUgbGlrZSBtb25leSBwbHVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vbW9uZXlyMi88L2xvYz48bGFzdG1vZD4yMDIxLTA4LTMxVDAxOjUwOjA5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOC9tb25leXIyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MdXhlIGxpa2UgbW9uZXkgbWVkPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vbW9uZXlyMS88L2xvYz48bGFzdG1vZD4yMDIxLTA4LTMxVDAxOjUwOjIzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOC9tb25leXIxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5sdXhlIGxpa2UgbW9uZXkgTGFyZ2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2Nvdy1pc2gtbWlkaS88L2xvYz48bGFzdG1vZD4yMDIxLTA4LTMxVDIyOjUwOjI2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOC9jb3cxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5jb3ctaXNoPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9jb3ctaXNoLW1pZGkvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOC0zMVQyMjo1Mjo0NFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDgvY293Ni5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+Y293LWlzaDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvY293LWlzaC1taWRpLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDgtMzFUMjI6NTM6MDBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA4L2NvdzQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvdy1pc2ggcGx1czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvY293LWlzaC1taWRpLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDgtMzFUMjM6MTE6NDdaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA4L2NvdzMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmNvdy1pc2ggcGx1czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvY293LWlzaC1taWRpLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDgtMzFUMjM6MTI6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA4L0Nvdy1pc2gtTGFyZ2UuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkNvdy1pc2ggTGFyZ2U8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2xlb3BhcmQtbWlkaS88L2xvYz48bGFzdG1vZD4yMDIxLTA4LTMxVDIzOjU0OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOC9sZW9wYXJkLW1pZGktNS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bGVvcGFyZCBtaWRpIE1lZDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvbGVvcGFyZC1taWRpLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDgtMzFUMjM6MzI6NTNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA4L2xlb3BhcmQtbWlkaS01LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPmxlb3BhcmQgbWlkaSA1PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9sZW9wYXJkLW1pZGkvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOC0zMVQyMzo1Mzo0Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDgvbGVvcGFyZC1taWRpLTMtc2NhbGVkLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MZW9wYXJkIG1pZGk8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2xlb3BhcmQtbWlkaS88L2xvYz48bGFzdG1vZD4yMDIxLTA4LTMxVDIzOjU4OjE5WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOC9sZW9wYXJkLW1pZGktNC1zY2FsZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxlb3BhcmQgbWlkaSBQbHVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9sZW9wYXJkLW1pZGkvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOC0zMVQyMzo1ODo1NVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDgvbGVvcGFyZC1taWRpLTIuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxlb3BhcmQgbWlkaTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvbGVvcGFyZC1saW1lLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDktMDFUMDA6NTc6MzlaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA5L2xlb3BhcmQtbGltZS0zLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MZW9wYXJkIExpbWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2xlb3BhcmQtbGltZS88L2xvYz48bGFzdG1vZD4yMDIxLTA5LTAxVDAxOjAzOjIwWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOS9sZW9wYXJkLWxpbWUtMi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TGVvcGFyZCBMaW1lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC95ZWxsby1sdXhlLXNldC88L2xvYz48bGFzdG1vZD4yMDIxLTA5LTAxVDAxOjQ5OjQzWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOS9wcm9kdWN0eWVsMy1zY2FsZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlllbGxvIEx1eGUgU2V0PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC95ZWxsby1sdXhlLXNldC88L2xvYz48bGFzdG1vZD4yMDIxLTA5LTAxVDAxOjQ1OjA2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOS9wcm9kdWN0eWVsLXNjYWxlZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+WWVsbG8gTHV4ZSBTZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L3llbGxvLWx1eGUtc2V0LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDktMDFUMDI6MDM6MDNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA5L3Byb2R1Y3R5ZWwyLXNjYWxlZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+WWVsbG8gTHV4ZSBTZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2xvZ28tdHJhY2stbHV4ZS1zZXQvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOS0wMVQwMjozMjoxNVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDkvdHJhY2tzdWl0NS5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TG9nbyBUcmFjayBMdXhlIFNldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvbG9nby10cmFjay1sdXhlLXNldC88L2xvYz48bGFzdG1vZD4yMDIxLTA5LTAxVDAyOjM0OjM2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOS90cmFja3N1aXQyLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5Mb2dvIFRyYWNrTHV4ZSBTZXQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2xvZ28tdHJhY2stbHV4ZS1zZXQvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOS0wMVQwMjozNjo0MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDkvdHJhY2tzdWl0My5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+TG9nbyBUcmFjayBMdXhlIFNldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvbG9nby10cmFjay1sdXhlLXNldC88L2xvYz48bGFzdG1vZD4yMDIxLTA5LTAxVDAyOjQ4OjM4WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOS9Mb2dvLVRyYWNrLUx1eGUtU2V0LVBsdXMuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxvZ28gVHJhY2sgTHV4ZSBTZXQgUGx1czwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvbHV4ZS1hdC1tZS1zZXQvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOS0wMVQwMzoxNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDkvTHV4ZS1hdC1NZS1QbHVzLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MdXhlIGF0IE1lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9sdXhlLWF0LW1lLXNldC88L2xvYz48bGFzdG1vZD4yMDIxLTA5LTAxVDAzOjE4OjQ2WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOS9MdXhlLWF0LU1lLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5MdXhlIGF0IE1lPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9sdXhlLWF0LW1lLXNldC88L2xvYz48bGFzdG1vZD4yMDIxLTA5LTAxVDAzOjE5OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOS9MdXhlLWF0LU1lLVAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkx1eGUgYXQgTWU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPnBsdXMgc2l6ZSBvbmx5PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvbGFjZS1tZS11cC88L2xvYz48bGFzdG1vZD4yMDIxLTA5LTAxVDAzOjUyOjI3WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8wOS9sYWNlLWFsZXguanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhY2UgbWUgVXA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2xhY2UtbWUtdXAvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOS0wMVQwMzo1NzowM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDkvbGFjZS1tZS11cDEucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkxhY2UgbWUgdXA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L211bHRpLWx1eGUtc2V0LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDktMDFUMDQ6MjE6MzBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA5L211bHRpLTJyb3h5LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NdWx0aSBMdXhlIFNldDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvbXVsdGktbHV4ZS1zZXQvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOS0wMVQwNDoyNTo1MVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDkvTXVsdGktMnBpZWNlLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5NdWx0aSBMdXhlIFNldCBwbHVzPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9icm93bi1za2luLWdpcmwtdGVlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDktMDhUMDE6MDg6MzZaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA5L2Jyb3duLXNraW4tZ2lybC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+YnJvd24gc2tpbiBnaXJsPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9zaGUtb3ducy1oZXItdGVlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDktMDhUMDE6MTk6NDRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA5L1NoZS1wdXJwbGUuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNoZSBwdXJwbGU8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L3NoZS1vd25zLWhlci10ZWUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOS0wOFQwMToyMDozOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDkvU2hlLWJsYWNrLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5TaGUgYmxhY2s8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2hhbmQtbWUtbXktcGluZWFwcGxlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMDktMDhUMDE6MzY6NTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA5L1BpbmVhcHBsZS1oYW5kYmFnLXNjYWxlZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UGluZWFwcGxlIGhhbmRiYWc8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9weGxfMjAyMTA5MThfMTk0MTA5MTkwLXBvcnRyYWl0LzwvbG9jPjxsYXN0bW9kPjIwMjEtMDktMThUMTk6NDc6MTVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzA5L1BYTF8yMDIxMDkxOF8xOTQxMDkxOTAuUE9SVFJBSVQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBYTF8yMDIxMDkxOF8xOTQxMDkxOTAuUE9SVFJBSVQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9weGxfMjAyMTA5MThfMTk0MTA5MTkwLXBvcnRyYWl0LTIvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOS0xOFQyMDoyNzowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDkvUFhMXzIwMjEwOTE4XzE5NDEwOTE5MC5QT1JUUkFJVC0xLXNjYWxlZC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+UFhMXzIwMjEwOTE4XzE5NDEwOTE5MC5QT1JUUkFJVDwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3B4bF8yMDIxMDkxOF8xOTQwMjkwMTctcG9ydHJhaXQvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0wOS0xOFQyMDoyOTo1Nlo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMDkvUFhMXzIwMjEwOTE4XzE5NDAyOTAxNy5QT1JUUkFJVC1zY2FsZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBYTF8yMDIxMDkxOF8xOTQwMjkwMTcuUE9SVFJBSVQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDQ1My88L2xvYz48bGFzdG1vZD4yMDIxLTEyLTE2VDE4OjE1OjIxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMi9ETEFDMDQ1My5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA0NTM8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDQzNi88L2xvYz48bGFzdG1vZD4yMDIxLTEyLTE2VDE4OjE5OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMi9ETEFDMDQzNi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA0MzY8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L21vcmUtdGhhbi1hLWx1eGUvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMi0xNlQyMTo0MzozM1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMTIvRExBQzA1MDEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRMQUMwNTAxPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9tb3JlLXRoYW4tYS1sdXhlLzwvbG9jPjxsYXN0bW9kPjIwMjEtMTItMTZUMjE6NDU6MjNaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzEyL1NjcmVlbnNob3RfMjAyMTExMTQtMTkxOTAwMi5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+U2NyZWVuc2hvdF8yMDIxMTExNC0xOTE5MDB+MjwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvbW9yZS10aGFuLWEtbHV4ZS88L2xvYz48bGFzdG1vZD4yMDIxLTEyLTE2VDIxOjQ2OjAyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMi9ETEFDMDUxMC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA1MTA8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9kbGFjMDQ2Ni0xLzwvbG9jPjxsYXN0bW9kPjIwMjEtMTItMThUMDM6Mzk6MzRaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzEyL0RMQUMwNDY2LTEuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRMQUMwNDY2ICgxKTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvaG9uZXktc2xpdC88L2xvYz48bGFzdG1vZD4yMDIxLTEyLTE4VDA3OjQ5OjE1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMi9ETEFDMDU2Mi5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA1NjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2hvbmV5LXNsaXQvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMi0xOFQwNzo0OToyOVo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMTIvRExBQzA0NzAuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRMQUMwNDcwPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9ob25leS1zbGl0LzwvbG9jPjxsYXN0bW9kPjIwMjEtMTItMThUMDc6NDk6NDFaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzEyL0RMQUMwMzE3LmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDMxNzwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvaG9uZXktc2xpdC88L2xvYz48bGFzdG1vZD4yMDIxLTEyLTE4VDA3OjQ5OjUxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMi9TY3JlZW5zaG90XzIwMjExMTA5LTIzMDUyMTIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbnNob3RfMjAyMTExMDktMjMwNTIxfjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2xhdmlzaGx5LWZyaW5nZWQtMi88L2xvYz48bGFzdG1vZD4yMDIxLTEyLTE4VDE0OjMyOjExWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMi9TY3JlZW5zaG90XzIwMjExMTA5LTIyNDUwMzIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbnNob3RfMjAyMTExMDktMjI0NTAzfjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2xhdmlzaGx5LWZyaW5nZWQtMi88L2xvYz48bGFzdG1vZD4yMDIxLTEyLTE4VDE0OjMzOjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMi9TY3JlZW5zaG90XzIwMjExMTA5LTIyNDYzNjIucG5nPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlNjcmVlbnNob3RfMjAyMTExMDktMjI0NjM2fjI8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2dvbGQtaG9uZXkvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMi0yMlQwMjo0ODowNFo8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMTIvUFhMXzIwMjExMjEwXzAxMDIzMjc3NS5QT1JUUkFJVC1zY2FsZWQuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPlBYTF8yMDIxMTIxMF8wMTAyMzI3NzUuUE9SVFJBSVQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2dvbGQtaG9uZXkvPC9sb2M+PGxhc3Rtb2Q+MjAyMS0xMi0yMlQwMjo1MDoxN1o8L2xhc3Rtb2Q+PGltYWdlOmltYWdlPjxpbWFnZTpsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vd3AtY29udGVudC91cGxvYWRzLzIwMjEvMTIvRExBQzA4MzcuanBnPC9pbWFnZTpsb2M+PGltYWdlOnRpdGxlPkRMQUMwODM3PC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9nb2xkLWhvbmV5LzwvbG9jPjxsYXN0bW9kPjIwMjEtMTItMjJUMDI6NTM6MzVaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzEyL0RMQUMwNDQxLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5ETEFDMDQ0MTwvaW1hZ2U6dGl0bGU+PGltYWdlOmNhcHRpb24+PC9pbWFnZTpjYXB0aW9uPjwvaW1hZ2U6aW1hZ2U+PC91cmw+PHVybD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3Byb2R1Y3QvZ29sZC1ob25leS88L2xvYz48bGFzdG1vZD4yMDIxLTEyLTIyVDAyOjU0OjUyWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMi9ETEFDMDYwNC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RExBQzA2MDQ8L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS92YWdhcm8tYm9va2luZy88L2xvYz48bGFzdG1vZD4yMDIxLTEyLTMwVDA2OjUwOjMxWjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMi9WYWdhcm8tLmpwZzwvaW1hZ2U6bG9jPjxpbWFnZTp0aXRsZT5WYWdhcm88L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2x1eGUtZG50LXRvdWNoLzwvbG9jPjxsYXN0bW9kPjIwMjEtMTItMzBUMDk6MTU6NTBaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzEyL2hhdC5qcGc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+RmVkb3JhPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48dXJsPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vcHJvZHVjdC9sdXhlLWRudC10b3VjaC88L2xvYz48bGFzdG1vZD4yMDIxLTEyLTMwVDA5OjE2OjQ1WjwvbGFzdG1vZD48aW1hZ2U6aW1hZ2U+PGltYWdlOmxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS93cC1jb250ZW50L3VwbG9hZHMvMjAyMS8xMi9uaXRyby5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+bml0cm88L2ltYWdlOnRpdGxlPjxpbWFnZTpjYXB0aW9uPjwvaW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmltYWdlPjwvdXJsPjx1cmw+PGxvYz5odHRwczovL2xhdmlzaGx1eGVieWxlbmVlLmNvbS9wcm9kdWN0L2x1eGUtZG50LXRvdWNoLzwvbG9jPjxsYXN0bW9kPjIwMjEtMTItMzBUMDk6MTg6MThaPC9sYXN0bW9kPjxpbWFnZTppbWFnZT48aW1hZ2U6bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDIxLzEyL1RvZmZlZS5wbmc8L2ltYWdlOmxvYz48aW1hZ2U6dGl0bGU+VG9mZmVlPC9pbWFnZTp0aXRsZT48aW1hZ2U6Y2FwdGlvbj48L2ltYWdlOmNhcHRpb24+PC9pbWFnZTppbWFnZT48L3VybD48L3VybHNldD4K','image-sitemap-1.xml','','draft','closed','closed','','','','','2022-03-10 16:34:33','2022-03-10 16:34:33','',0,'https://lavishluxebylenee.com/?p=893',0,'jp_img_sitemap','',0),(1135,4,'2021-12-30 09:20:01','2021-12-30 09:20:01','','Luxe dnt Touch','Wide brim felt trendy fedora, equipped with adjustable sizing inner rim.','publish','closed','closed','','luxe-dnt-touch','','','2021-12-30 09:20:02','2021-12-30 09:20:02','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1135',0,'product','',0),(1136,4,'2021-12-30 09:06:15','2021-12-30 09:06:15','','Honey Slit','<blockquote><p>High waisted Ribbed brown pants with slit hem.</p></blockquote>','inherit','closed','closed','','1105-autosave-v1','','','2021-12-30 09:06:15','2021-12-30 09:06:15','',1105,'https://lavishluxebylenee.com/1105-autosave-v1/',0,'revision','',0),(1137,4,'2021-12-30 09:15:06','2021-12-30 09:15:06','Coffee is shown in the pic','Fedora','','inherit','closed','closed','','hat','','','2021-12-30 09:15:50','2021-12-30 09:15:50','',1135,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/hat.jpg',0,'attachment','image/jpeg',0),(1138,4,'2021-12-30 09:16:45','2021-12-30 09:16:45','','nitro','','inherit','closed','closed','','nitro','','','2021-12-30 09:16:45','2021-12-30 09:16:45','',1135,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/nitro.png',0,'attachment','image/png',0),(1139,4,'2021-12-30 09:18:18','2021-12-30 09:18:18','','Toffee','','inherit','closed','closed','','toffee','','','2021-12-30 09:18:18','2021-12-30 09:18:18','',1135,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/Toffee.png',0,'attachment','image/png',0),(1140,1,'2022-01-26 16:30:46','2022-01-26 16:30:46','','Order &ndash; January 26, 2022 @ 04:30 PM','','wc-processing','closed','closed','wc_order_fGg8UrD17Tzpf','order-jan-26-2022-0430-pm','','','2022-01-26 16:31:49','2022-01-26 16:31:49','',0,'https://lavishluxebylenee.com/?post_type=shop_order&#038;p=1140',0,'shop_order','',3),(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),(1043,4,'2021-09-08 01:09:56','2021-09-08 01:09:56','','Brown Skin Girl Tee','','publish','closed','closed','','brown-skin-girl-tee','','','2021-09-08 01:09:57','2021-09-08 01:09:57','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1043',0,'product','',0),(1009,4,'2021-09-01 02:31:28','2021-09-01 02:31:28','A soft polyester blend two piece pant set with a tie up front on bottoms with added brand name. Model is wearing a small.','Logo Track Luxe Set','','inherit','closed','closed','','tracksuit5','','','2021-09-01 02:32:15','2021-09-01 02:32:15','',1002,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/tracksuit5.jpg',0,'attachment','image/jpeg',0),(1010,4,'2021-09-01 02:33:55','2021-09-01 02:33:55','','Logo TrackLuxe Set','','inherit','closed','closed','','tracksuit2','','','2021-09-01 02:34:36','2021-09-01 02:34:36','',1002,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/tracksuit2.jpg',0,'attachment','image/jpeg',0),(1011,4,'2021-09-01 02:35:49','2021-09-01 02:35:49','','Logo Track Luxe Set','','inherit','closed','closed','','tracksuit3','','','2021-09-01 02:36:41','2021-09-01 02:36:41','',1002,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/tracksuit3.jpg',0,'attachment','image/jpeg',0),(1012,4,'2021-09-01 02:47:09','2021-09-01 02:47:09','','Logo Track Luxe Set Plus','','inherit','closed','closed','','logo-track-luxe-set-plus','','','2021-09-01 02:48:38','2021-09-01 02:48:38','',1002,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/Logo-Track-Luxe-Set-Plus.jpg',0,'attachment','image/jpeg',0),(1013,4,'2021-09-01 03:20:32','2021-09-01 03:20:32','','Luxe at Me Set','','publish','closed','closed','','luxe-at-me-set','','','2021-09-01 03:20:33','2021-09-01 03:20:33','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1013',0,'product','',0),(1014,4,'2021-09-01 03:06:45','2021-09-01 03:06:45','','Luxe at Me Set - 1Xl','Sizes: 1Xl','publish','closed','closed','','luxe-at-me-set-xl','','','2021-09-01 03:14:11','2021-09-01 03:14:11','',1013,'https://lavishluxebylenee.com/?post_type=product_variation&#038;p=1014',1,'product_variation','',0),(1015,4,'2021-09-01 03:06:46','2021-09-01 03:06:46','','Luxe at Me Set - 2xl','Sizes: 2xl','publish','closed','closed','','luxe-at-me-set-2xl','','','2021-09-01 03:14:12','2021-09-01 03:14:12','',1013,'https://lavishluxebylenee.com/?post_type=product_variation&p=1015',2,'product_variation','',0),(1016,4,'2021-09-01 03:06:46','2021-09-01 03:06:46','','Luxe at Me Set - 3xl','Sizes: 3xl','publish','closed','closed','','luxe-at-me-set-3xl','','','2021-09-01 03:14:12','2021-09-01 03:14:12','',1013,'https://lavishluxebylenee.com/?post_type=product_variation&p=1016',3,'product_variation','',0),(1017,4,'2021-09-01 03:15:57','2021-09-01 03:15:57','A multi colored 2 piece skirt set with breathable fabric and stretch. Crop top with a lady slit in the back. Model is wearing 1xl (True to size)','Luxe at Me','','inherit','closed','closed','','luxe-at-me-plus','','','2021-09-01 03:17:04','2021-09-01 03:17:04','',1013,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/Luxe-at-Me-Plus.jpg',0,'attachment','image/jpeg',0),(1018,4,'2021-09-01 03:18:05','2021-09-01 03:18:05','A multi colored 2 piece skirt set with breathable fabric and stretch. Crop top with a lady slit in the back. Model is wearing 1xl (True to size)','Luxe at Me','','inherit','closed','closed','','luxe-at-me','','','2021-09-01 03:18:46','2021-09-01 03:18:46','',1013,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/Luxe-at-Me.jpg',0,'attachment','image/jpeg',0),(1019,4,'2021-09-01 03:18:30','2021-09-01 03:18:30','A multi colored 2 piece skirt set with breathable fabric and stretch. Crop top with a lady slit in the back. Model is wearing 1xl (True to size)','Luxe at Me','plus size only','inherit','closed','closed','','luxe-at-me-p','','','2021-09-01 03:19:15','2021-09-01 03:19:15','',1013,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/Luxe-at-Me-P.jpg',0,'attachment','image/jpeg',0),(1020,4,'2021-09-01 03:57:37','2021-09-01 03:57:37','','Lace me up','','publish','closed','closed','','lace-me-up','','','2021-09-01 04:10:48','2021-09-01 04:10:48','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1020',0,'product','',0),(1021,4,'2021-09-01 03:28:22','2021-09-01 03:28:22','','Luxe at Me Set','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','1013-autosave-v1','','','2021-09-01 03:28:22','2021-09-01 03:28:22','',1013,'https://lavishluxebylenee.com/1013-autosave-v1/',0,'revision','',0),(1022,4,'2021-09-01 03:43:16','2021-09-01 03:43:16','','Lace me up - Sm','Sizes: Sm','publish','closed','closed','','lace-me-up-sm','','','2021-09-01 03:46:37','2021-09-01 03:46:37','',1020,'https://lavishluxebylenee.com/?post_type=product_variation&p=1022',1,'product_variation','',0),(1023,4,'2021-09-01 03:43:17','2021-09-01 03:43:17','','Lace me up - Med','Sizes: Med','publish','closed','closed','','lace-me-up-med','','','2021-09-01 03:46:37','2021-09-01 03:46:37','',1020,'https://lavishluxebylenee.com/?post_type=product_variation&p=1023',2,'product_variation','',0),(1024,4,'2021-09-01 03:43:17','2021-09-01 03:43:17','','Lace me up - Xl','Sizes: Xl','publish','closed','closed','','lace-me-up-xl','','','2021-09-01 03:46:37','2021-09-01 03:46:37','',1020,'https://lavishluxebylenee.com/?post_type=product_variation&p=1024',3,'product_variation','',0),(1025,4,'2021-09-01 03:51:40','2021-09-01 03:51:40','A Lavishly Long black front lace up dress. Models are in a Large and Small','Lace me Up','','inherit','closed','closed','','lace-alex','','','2021-09-01 03:52:27','2021-09-01 03:52:27','',1020,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/lace-alex.jpg',0,'attachment','image/jpeg',0),(1026,4,'2021-09-01 03:54:50','2021-09-01 03:54:50','','Lace me up','','inherit','closed','closed','','lace-me-up1','','','2021-09-01 03:57:03','2021-09-01 03:57:03','',1020,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/lace-me-up1.png',0,'attachment','image/png',0),(1027,4,'2021-09-01 04:55:33','2021-09-01 04:55:33','','Multi Luxe Set','','publish','closed','closed','','multi-luxe-set','','','2021-09-01 04:55:34','2021-09-01 04:55:34','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1027',0,'product','',0),(1028,4,'2021-09-01 04:15:11','2021-09-01 04:15:11','','Multi Luxe Set - Sm','Sizes: Sm','publish','closed','closed','','multi-luxe-set-sm','','','2021-09-01 04:18:59','2021-09-01 04:18:59','',1027,'https://lavishluxebylenee.com/?post_type=product_variation&p=1028',1,'product_variation','',0),(1029,4,'2021-09-01 04:15:11','2021-09-01 04:15:11','','Multi Luxe Set - Med','Sizes: Med','publish','closed','closed','','multi-luxe-set-med','','','2021-09-01 04:18:59','2021-09-01 04:18:59','',1027,'https://lavishluxebylenee.com/?post_type=product_variation&p=1029',2,'product_variation','',0),(1030,4,'2021-09-01 04:15:11','2021-09-01 04:15:11','','Multi Luxe Set - Lrg','Sizes: Lrg','publish','closed','closed','','multi-luxe-set-lrg','','','2021-09-01 04:18:59','2021-09-01 04:18:59','',1027,'https://lavishluxebylenee.com/?post_type=product_variation&p=1030',3,'product_variation','',0),(1031,4,'2021-09-01 04:15:11','2021-09-01 04:15:11','','Multi Luxe Set - Xl','Sizes: Xl','publish','closed','closed','','multi-luxe-set-xl','','','2021-09-01 04:18:59','2021-09-01 04:18:59','',1027,'https://lavishluxebylenee.com/?post_type=product_variation&p=1031',4,'product_variation','',0),(1032,4,'2021-09-01 04:15:12','2021-09-01 04:15:12','','Multi Luxe Set - 2xl','Sizes: 2xl','publish','closed','closed','','multi-luxe-set-2xl','','','2021-09-01 04:18:59','2021-09-01 04:18:59','',1027,'https://lavishluxebylenee.com/?post_type=product_variation&p=1032',5,'product_variation','',0),(1033,4,'2021-09-01 04:20:43','2021-09-01 04:20:43','Two piece multi color pant set with soft polyester fabric.','Multi Luxe Set','','inherit','closed','closed','','multi-2roxy','','','2021-09-01 04:21:30','2021-09-01 04:21:30','',1027,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/multi-2roxy.jpg',0,'attachment','image/jpeg',0),(1034,4,'2021-09-01 04:24:00','2021-09-01 04:24:00','Two piece multi color pant set with soft polyester fabric. Models are wearing 2xl & Small','Multi Luxe Set plus','','inherit','closed','closed','','multi-2piece','','','2021-09-01 04:25:51','2021-09-01 04:25:51','',1027,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/Multi-2piece.jpg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (1035,4,'2021-09-01 06:09:28','2021-09-01 06:09:28','','Multi Luxe Set','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','1027-autosave-v1','','','2021-09-01 06:09:28','2021-09-01 06:09:28','',1027,'https://lavishluxebylenee.com/1027-autosave-v1/',0,'revision','',0),(1037,4,'2021-09-02 12:47:35','2021-09-02 12:47:35','','Luxe Like Money Robe - SM','Sizes: SM','publish','closed','closed','','luxe-like-money-robe-sm','','','2021-09-08 00:04:18','2021-09-08 00:04:18','',1036,'https://lavishluxebylenee.com/?post_type=product_variation&p=1037',1,'product_variation','',0),(1038,4,'2021-09-02 12:47:35','2021-09-02 12:47:35','','Luxe Like Money Robe - MED','Sizes: MED','publish','closed','closed','','luxe-like-money-robe-med','','','2021-09-08 00:04:18','2021-09-08 00:04:18','',1036,'https://lavishluxebylenee.com/?post_type=product_variation&p=1038',2,'product_variation','',0),(1039,4,'2021-09-02 12:47:36','2021-09-02 12:47:36','','Luxe Like Money Robe - 2XL','Sizes: 2XL','publish','closed','closed','','luxe-like-money-robe-2xl','','','2021-09-08 00:04:18','2021-09-08 00:04:18','',1036,'https://lavishluxebylenee.com/?post_type=product_variation&p=1039',3,'product_variation','',0),(1040,1,'2021-09-03 14:52:28','2021-09-03 14:52:28','','Order &ndash; September 3, 2021 @ 02:52 PM','','wc-processing','closed','closed','wc_order_w77ojq5WgrXfi','order-sep-03-2021-0252-pm','','','2021-09-03 14:53:28','2021-09-03 14:53:28','',0,'https://lavishluxebylenee.com/?post_type=shop_order&#038;p=1040',0,'shop_order','',2),(1041,4,'2021-09-08 00:09:49','2021-09-08 00:09:49','','Luxe Like Money Robe','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','1036-autosave-v1','','','2021-09-08 00:09:49','2021-09-08 00:09:49','',1036,'https://lavishluxebylenee.com/1036-autosave-v1/',0,'revision','',0),(1045,4,'2021-09-08 01:02:56','2021-09-08 01:02:56','','Brown Skin Girl Tee - Small','Sizes: Small','publish','closed','closed','','brown-skin-girl-tee-small','','','2021-09-08 01:05:47','2021-09-08 01:05:47','',1043,'https://lavishluxebylenee.com/?post_type=product_variation&p=1045',2,'product_variation','',0),(1046,4,'2021-09-08 01:02:56','2021-09-08 01:02:56','','Brown Skin Girl Tee - Med','Sizes: Med','publish','closed','closed','','brown-skin-girl-tee-med','','','2021-09-08 01:05:47','2021-09-08 01:05:47','',1043,'https://lavishluxebylenee.com/?post_type=product_variation&p=1046',3,'product_variation','',0),(1047,4,'2021-09-08 01:02:56','2021-09-08 01:02:56','','Brown Skin Girl Tee - Lrg','Sizes: Lrg','publish','closed','closed','','brown-skin-girl-tee-lrg','','','2021-09-08 01:05:47','2021-09-08 01:05:47','',1043,'https://lavishluxebylenee.com/?post_type=product_variation&p=1047',4,'product_variation','',0),(1048,4,'2021-09-08 01:02:56','2021-09-08 01:02:56','','Brown Skin Girl Tee - Xl','Sizes: Xl','publish','closed','closed','','brown-skin-girl-tee-xl','','','2021-09-08 01:05:47','2021-09-08 01:05:47','',1043,'https://lavishluxebylenee.com/?post_type=product_variation&p=1048',5,'product_variation','',0),(1049,4,'2021-09-08 01:02:56','2021-09-08 01:02:56','','Brown Skin Girl Tee - 2xl','Sizes: 2xl','publish','closed','closed','','brown-skin-girl-tee-2xl','','','2021-09-08 01:05:47','2021-09-08 01:05:47','',1043,'https://lavishluxebylenee.com/?post_type=product_variation&p=1049',6,'product_variation','',0),(1050,4,'2021-09-08 01:02:56','2021-09-08 01:02:56','','Brown Skin Girl Tee - 3xl','Sizes: 3xl','publish','closed','closed','','brown-skin-girl-tee-3xl','','','2021-09-08 01:05:47','2021-09-08 01:05:47','',1043,'https://lavishluxebylenee.com/?post_type=product_variation&p=1050',7,'product_variation','',0),(1051,4,'2021-09-08 01:02:56','2021-09-08 01:02:56','','Brown Skin Girl Tee - 2t','Sizes: 2t','publish','closed','closed','','brown-skin-girl-tee-2t','','','2021-09-08 01:05:47','2021-09-08 01:05:47','',1043,'https://lavishluxebylenee.com/?post_type=product_variation&p=1051',8,'product_variation','',0),(1052,4,'2021-09-08 01:02:56','2021-09-08 01:02:56','','Brown Skin Girl Tee - 3t','Sizes: 3t','publish','closed','closed','','brown-skin-girl-tee-3t','','','2021-09-08 01:05:47','2021-09-08 01:05:47','',1043,'https://lavishluxebylenee.com/?post_type=product_variation&p=1052',9,'product_variation','',0),(1053,4,'2021-09-08 01:02:56','2021-09-08 01:02:56','','Brown Skin Girl Tee - 4t','Sizes: 4t','publish','closed','closed','','brown-skin-girl-tee-4t','','','2021-09-08 01:05:47','2021-09-08 01:05:47','',1043,'https://lavishluxebylenee.com/?post_type=product_variation&p=1053',10,'product_variation','',0),(1054,4,'2021-09-08 01:02:56','2021-09-08 01:02:56','','Brown Skin Girl Tee - 5t','Sizes: 5t','publish','closed','closed','','brown-skin-girl-tee-5t','','','2021-09-08 01:05:47','2021-09-08 01:05:47','',1043,'https://lavishluxebylenee.com/?post_type=product_variation&p=1054',11,'product_variation','',0),(1055,4,'2021-09-08 01:07:34','2021-09-08 01:07:34','white, brown & gold','brown skin girl','','inherit','closed','closed','','brown-skin-girl','','','2021-09-08 01:08:36','2021-09-08 01:08:36','',1043,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/brown-skin-girl.jpg',0,'attachment','image/jpeg',0),(1056,4,'2021-09-08 01:21:33','2021-09-08 01:21:33','','She Owns her Tee','','publish','closed','closed','','she-owns-her-tee','','','2021-09-08 01:21:34','2021-09-08 01:21:34','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1056',0,'product','',0),(1057,4,'2021-09-08 01:15:28','2021-09-08 01:15:28','','She Owns her Tee - Xs','Sizes: Xs','publish','closed','closed','','she-owns-her-tee-xs','','','2021-09-08 01:17:53','2021-09-08 01:17:53','',1056,'https://lavishluxebylenee.com/?post_type=product_variation&p=1057',1,'product_variation','',0),(1058,4,'2021-09-08 01:15:28','2021-09-08 01:15:28','','She Owns her Tee - Small','Sizes: Small','publish','closed','closed','','she-owns-her-tee-small','','','2021-09-08 01:17:53','2021-09-08 01:17:53','',1056,'https://lavishluxebylenee.com/?post_type=product_variation&p=1058',2,'product_variation','',0),(1059,4,'2021-09-08 01:15:29','2021-09-08 01:15:29','','She Owns her Tee - Med','Sizes: Med','publish','closed','closed','','she-owns-her-tee-med','','','2021-09-08 01:17:53','2021-09-08 01:17:53','',1056,'https://lavishluxebylenee.com/?post_type=product_variation&p=1059',3,'product_variation','',0),(1060,4,'2021-09-08 01:15:29','2021-09-08 01:15:29','','She Owns her Tee - Lrg','Sizes: Lrg','publish','closed','closed','','she-owns-her-tee-lrg','','','2021-09-08 01:17:53','2021-09-08 01:17:53','',1056,'https://lavishluxebylenee.com/?post_type=product_variation&p=1060',4,'product_variation','',0),(1061,4,'2021-09-08 01:15:29','2021-09-08 01:15:29','','She Owns her Tee - Xl','Sizes: Xl','publish','closed','closed','','she-owns-her-tee-xl','','','2021-09-08 01:17:53','2021-09-08 01:17:53','',1056,'https://lavishluxebylenee.com/?post_type=product_variation&p=1061',5,'product_variation','',0),(1062,4,'2021-09-08 01:15:30','2021-09-08 01:15:30','','She Owns her Tee - 2xl','Sizes: 2xl','publish','closed','closed','','she-owns-her-tee-2xl','','','2021-09-08 01:17:53','2021-09-08 01:17:53','',1056,'https://lavishluxebylenee.com/?post_type=product_variation&p=1062',6,'product_variation','',0),(1063,4,'2021-09-08 01:15:30','2021-09-08 01:15:30','','She Owns her Tee - 3xl','Sizes: 3xl','publish','closed','closed','','she-owns-her-tee-3xl','','','2021-09-08 01:17:53','2021-09-08 01:17:53','',1056,'https://lavishluxebylenee.com/?post_type=product_variation&p=1063',7,'product_variation','',0),(1064,4,'2021-09-08 01:19:19','2021-09-08 01:19:19','she owns her own business','She purple','','inherit','closed','closed','','she-purple','','','2021-09-08 01:19:44','2021-09-08 01:19:44','',1056,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/She-purple.jpg',0,'attachment','image/jpeg',0),(1065,4,'2021-09-08 01:20:39','2021-09-08 01:20:39','','She black','','inherit','closed','closed','','she-black','','','2021-09-08 01:20:39','2021-09-08 01:20:39','',1056,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/She-black.jpg',0,'attachment','image/jpeg',0),(1066,4,'2021-09-08 01:26:15','2021-09-08 01:26:15','','Logo Track Luxe Set','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','1002-autosave-v1','','','2021-09-08 01:26:15','2021-09-08 01:26:15','',1002,'https://lavishluxebylenee.com/1002-autosave-v1/',0,'revision','',0),(1067,4,'2021-09-08 01:41:41','2021-09-08 01:41:41','','Hand me my pineapple','','publish','closed','closed','','hand-me-my-pineapple','','','2021-09-08 01:47:57','2021-09-08 01:47:57','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1067',0,'product','',0),(1068,4,'2021-09-08 01:36:55','2021-09-08 01:36:55','','Pineapple handbag','','inherit','closed','closed','','pineapple-handbag','','','2021-09-08 01:36:55','2021-09-08 01:36:55','',1067,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/Pineapple-handbag.jpg',0,'attachment','image/jpeg',0),(1069,4,'2021-09-08 02:00:43','2021-09-08 02:00:43','','Hand me my pineapple','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','1067-autosave-v1','','','2021-09-08 02:00:43','2021-09-08 02:00:43','',1067,'https://lavishluxebylenee.com/1067-autosave-v1/',0,'revision','',0),(1071,1,'2021-09-16 03:00:29','2021-09-16 03:00:29','','Order &ndash; September 16, 2021 @ 03:00 AM','','wc-processing','closed','closed','wc_order_HXXgwKjJefMWc','order-sep-16-2021-0300-am','','','2021-09-16 03:02:43','2021-09-16 03:02:43','',0,'https://lavishluxebylenee.com/?post_type=shop_order&#038;p=1071',0,'shop_order','',3),(1090,1,'2021-09-24 16:13:26','2021-09-24 16:13:26','','Order &ndash; September 24, 2021 @ 04:13 PM','','wc-processing','closed','closed','wc_order_YsukDPGaEtz1G','order-sep-24-2021-0413-pm','','','2021-09-24 16:15:08','2021-09-24 16:15:08','',0,'https://lavishluxebylenee.com/?post_type=shop_order&#038;p=1090',0,'shop_order','',2),(1073,1,'2021-09-16 17:43:12','2021-09-16 17:43:12','','Order &ndash; September 16, 2021 @ 05:43 PM','Hello!','wc-processing','closed','closed','wc_order_rziIpWK3sGAej','order-sep-16-2021-0543-pm','','','2021-09-16 17:44:42','2021-09-16 17:44:42','',0,'https://lavishluxebylenee.com/?post_type=shop_order&#038;p=1073',0,'shop_order','',2),(1075,4,'2021-09-18 19:47:15','2021-09-18 19:47:15','','PXL_20210918_194109190.PORTRAIT','','inherit','closed','closed','','pxl_20210918_194109190-portrait','','','2021-09-18 19:47:15','2021-09-18 19:47:15','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/PXL_20210918_194109190.PORTRAIT.jpg',0,'attachment','image/jpeg',0),(1076,4,'2021-09-18 20:27:04','2021-09-18 20:27:04','','PXL_20210918_194109190.PORTRAIT','','inherit','closed','closed','','pxl_20210918_194109190-portrait-2','','','2021-09-18 20:27:04','2021-09-18 20:27:04','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/PXL_20210918_194109190.PORTRAIT-1.jpg',0,'attachment','image/jpeg',0),(1077,4,'2021-09-18 20:29:56','2021-09-18 20:29:56','','PXL_20210918_194029017.PORTRAIT','','inherit','closed','closed','','pxl_20210918_194029017-portrait','','','2021-09-18 20:29:56','2021-09-18 20:29:56','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/09/PXL_20210918_194029017.PORTRAIT.jpg',0,'attachment','image/jpeg',0),(1079,4,'2021-09-19 03:30:30','2021-09-19 03:30:30','<blockquote>&nbsp;</blockquote>','Black Owned Business Tee','Soft fitted crew neck Unisex t-shirt. Model is wearing a Small. If you want it to be more fitted go down a size.','publish','closed','closed','','black-owned-business','','','2022-01-26 16:31:49','2022-01-26 16:31:49','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1079',0,'product','',0),(1081,4,'2021-09-21 03:41:46','2021-09-21 03:41:46','','Black Owned Business Tee - Xs','Sizes: Xs','publish','closed','closed','','black-owned-business-tee-xs','','','2021-09-21 03:43:24','2021-09-21 03:43:24','',1079,'https://lavishluxebylenee.com/?post_type=product_variation&p=1081',1,'product_variation','',0),(1082,4,'2021-09-21 03:41:46','2021-09-21 03:41:46','','Black Owned Business Tee - Sm','Sizes: Sm','publish','closed','closed','','black-owned-business-tee-sm','','','2021-09-21 03:43:24','2021-09-21 03:43:24','',1079,'https://lavishluxebylenee.com/?post_type=product_variation&p=1082',2,'product_variation','',0),(1083,4,'2021-09-21 03:41:46','2021-09-21 03:41:46','','Black Owned Business Tee - Med','Sizes: Med','publish','closed','closed','','black-owned-business-tee-med','','','2021-09-21 03:43:24','2021-09-21 03:43:24','',1079,'https://lavishluxebylenee.com/?post_type=product_variation&p=1083',3,'product_variation','',0),(1084,4,'2021-09-21 03:41:46','2021-09-21 03:41:46','','Black Owned Business Tee - Lrg','Sizes: Lrg','publish','closed','closed','','black-owned-business-tee-lrg','','','2021-09-21 03:43:24','2021-09-21 03:43:24','',1079,'https://lavishluxebylenee.com/?post_type=product_variation&p=1084',4,'product_variation','',0),(1085,4,'2021-09-21 03:41:47','2021-09-21 03:41:47','','Black Owned Business Tee - Xl','Sizes: Xl','publish','closed','closed','','black-owned-business-tee-xl','','','2021-09-21 03:43:24','2021-09-21 03:43:24','',1079,'https://lavishluxebylenee.com/?post_type=product_variation&p=1085',5,'product_variation','',0),(1086,4,'2021-09-21 03:41:47','2021-09-21 03:41:47','','Black Owned Business Tee - 2xl','Sizes: 2xl','publish','closed','closed','','black-owned-business-tee-2xl','','','2021-09-21 03:43:25','2021-09-21 03:43:25','',1079,'https://lavishluxebylenee.com/?post_type=product_variation&p=1086',6,'product_variation','',0),(1087,4,'2021-09-21 03:41:47','2021-09-21 03:41:47','','Black Owned Business Tee - 3xl','Sizes: 3xl','publish','closed','closed','','black-owned-business-tee-3xl','','','2021-09-21 03:43:25','2021-09-21 03:43:25','',1079,'https://lavishluxebylenee.com/?post_type=product_variation&p=1087',7,'product_variation','',0),(1088,4,'2021-09-21 03:57:07','2021-09-21 03:57:07','<blockquote>&nbsp;</blockquote>','Black Owned Business Tee','','inherit','closed','closed','','1079-autosave-v1','','','2021-09-21 03:57:07','2021-09-21 03:57:07','',1079,'https://lavishluxebylenee.com/1079-autosave-v1/',0,'revision','',0),(1089,1,'2021-09-21 04:11:38','2021-09-21 04:11:38','','Order &ndash; September 21, 2021 @ 04:11 AM','','wc-processing','closed','closed','wc_order_Od2e21hR6Do0v','order-sep-21-2021-0411-am','','','2021-09-21 04:12:21','2021-09-21 04:12:21','',0,'https://lavishluxebylenee.com/?post_type=shop_order&#038;p=1089',0,'shop_order','',3),(1098,4,'2021-12-18 03:30:32','2021-12-18 03:30:32','','More than a Luxe','&nbsp;\r\n\r\nMelanin toned Pants &amp; Top Set with abstract strings to give a unique statement Luxe. You can wear together or separate.','publish','closed','closed','','more-than-a-luxe','','','2021-12-22 16:06:43','2021-12-22 16:06:43','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1098',0,'product','',0),(1099,4,'2021-12-16 21:43:33','2021-12-16 21:43:33','','DLAC0501','','inherit','closed','closed','','dlac0501','','','2021-12-16 21:43:33','2021-12-16 21:43:33','',1098,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/DLAC0501.jpg',0,'attachment','image/jpeg',0),(1100,4,'2021-12-16 21:45:23','2021-12-16 21:45:23','','Screenshot_20211114-191900~2','','inherit','closed','closed','','screenshot_20211114-1919002','','','2021-12-16 21:45:23','2021-12-16 21:45:23','',1098,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/Screenshot_20211114-1919002.png',0,'attachment','image/png',0),(1101,4,'2021-12-16 21:46:02','2021-12-16 21:46:02','','DLAC0510','','inherit','closed','closed','','dlac0510','','','2021-12-16 21:46:02','2021-12-16 21:46:02','',1098,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/DLAC0510.jpg',0,'attachment','image/jpeg',0),(1102,0,'2021-12-16 22:25:50','2021-12-16 22:25:50','','','','publish','closed','closed','','1102','','','2021-12-16 22:25:50','2021-12-16 22:25:50','',0,'https://lavishluxebylenee.com/nf_sub/1102/',0,'nf_sub','',0),(1104,4,'2021-12-18 03:39:34','2021-12-18 03:39:34','','DLAC0466 (1)','','inherit','closed','closed','','dlac0466-1','','','2021-12-18 03:39:34','2021-12-18 03:39:34','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/DLAC0466-1.jpg',0,'attachment','image/jpeg',0),(1105,4,'2021-12-18 14:04:56','2021-12-18 14:04:56','','Honey Slit','<blockquote>High waisted Ribbed brown pants with slit hem.</blockquote>','publish','closed','closed','','honey-slit','','','2021-12-30 08:40:45','2021-12-30 08:40:45','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1105',0,'product','',0),(1106,4,'2021-12-18 07:49:15','2021-12-18 07:49:15','','DLAC0562','','inherit','closed','closed','','dlac0562','','','2021-12-18 07:49:15','2021-12-18 07:49:15','',1105,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/DLAC0562.jpg',0,'attachment','image/jpeg',0),(1107,4,'2021-12-18 07:49:29','2021-12-18 07:49:29','','DLAC0470','','inherit','closed','closed','','dlac0470','','','2021-12-18 07:49:29','2021-12-18 07:49:29','',1105,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/DLAC0470.jpg',0,'attachment','image/jpeg',0),(1108,4,'2021-12-18 07:49:41','2021-12-18 07:49:41','','DLAC0317','','inherit','closed','closed','','dlac0317','','','2021-12-18 07:49:41','2021-12-18 07:49:41','',1105,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/DLAC0317.jpg',0,'attachment','image/jpeg',0),(1109,4,'2021-12-18 07:49:51','2021-12-18 07:49:51','','Screenshot_20211109-230521~2','','inherit','closed','closed','','screenshot_20211109-2305212','','','2021-12-18 07:49:51','2021-12-18 07:49:51','',1105,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/Screenshot_20211109-2305212.png',0,'attachment','image/png',0),(1110,4,'2021-12-30 07:58:16','2021-12-30 07:58:16','<blockquote>&nbsp;</blockquote>','Lavishly Fringed','<p style=\"text-align: left;\" data-mce-style=\"text-align: left;\"><em>A high waisted Long midi matte pu leather skirt with fringe on each side accompanied by a slit in the back for easy mobility.</em></p>','inherit','closed','closed','','1096-autosave-v1','','','2021-12-30 07:58:16','2021-12-30 07:58:16','',1096,'https://lavishluxebylenee.com/1096-autosave-v1/',0,'revision','',0),(1111,4,'2021-12-18 08:12:19','2021-12-18 08:12:19','','Lavishly Fringed - Small, Med, Lrg','Sizes: Small, Med, Lrg','publish','closed','closed','','lavishly-fringed-small-med-lrg','','','2021-12-18 13:59:08','2021-12-18 13:59:08','',1096,'https://lavishluxebylenee.com/?post_type=product_variation&#038;p=1111',1,'product_variation','',0),(1113,4,'2021-12-18 16:18:08','2021-12-18 16:18:08','','Lavishly Fringed','Long Stretchy midi black skirt with fringe draping the side. High waist band for secure control.','publish','closed','closed','','lavishly-fringed-2','','','2021-12-30 09:24:06','2021-12-30 09:24:06','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1113',0,'product','',0),(1114,4,'2021-12-18 14:32:11','2021-12-18 14:32:11','','Screenshot_20211109-224503~2','','inherit','closed','closed','','screenshot_20211109-2245032','','','2021-12-18 14:32:11','2021-12-18 14:32:11','',1113,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/Screenshot_20211109-2245032.png',0,'attachment','image/png',0),(1115,4,'2021-12-18 14:33:52','2021-12-18 14:33:52','','Screenshot_20211109-224636~2','','inherit','closed','closed','','screenshot_20211109-2246362','','','2021-12-18 14:33:52','2021-12-18 14:33:52','',1113,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/Screenshot_20211109-2246362.png',0,'attachment','image/png',0),(1132,4,'2021-12-30 05:15:00','2021-12-30 05:15:00','<a href=\"https://lavishluxebylenee.com/wp-admin/_wp_link_placeholder\">vagar0.com/us04/lavishluxebylenee</a>','Vagaro Booking','','inherit','closed','closed','','1131-revision-v1','','','2021-12-30 05:15:00','2021-12-30 05:15:00','',1131,'https://lavishluxebylenee.com/1131-revision-v1/',0,'revision','',0),(1122,4,'2021-12-22 02:44:49','2021-12-22 02:44:49','','More than a Luxe','<p><br></p><p>Melanin toned Pants &amp; Top Set with abstract strings to give a unique statement Luxe. You can wear together or separate.</p>','inherit','closed','closed','','1098-autosave-v1','','','2021-12-22 02:44:49','2021-12-22 02:44:49','',1098,'https://lavishluxebylenee.com/1098-autosave-v1/',0,'revision','',0),(1123,4,'2021-12-22 03:09:42','2021-12-22 03:09:42','','Gold & Honey','<p style=\"text-align: left;\">Tan Patent leather finish pump with a Lavish gold heel to your in the luxe! Runs true to size. (size 10 will fit a more narrow foot.)</p>','publish','closed','closed','','gold-honey','','','2021-12-30 07:01:36','2021-12-30 07:01:36','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1123',0,'product','',0),(1124,4,'2021-12-22 02:48:04','2021-12-22 02:48:04','','PXL_20211210_010232775.PORTRAIT','','inherit','closed','closed','','pxl_20211210_010232775-portrait','','','2021-12-22 02:48:04','2021-12-22 02:48:04','',1123,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/PXL_20211210_010232775.PORTRAIT.jpg',0,'attachment','image/jpeg',0),(1125,4,'2021-12-22 02:50:17','2021-12-22 02:50:17','','DLAC0837','','inherit','closed','closed','','dlac0837','','','2021-12-22 02:50:17','2021-12-22 02:50:17','',1123,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/DLAC0837.jpg',0,'attachment','image/jpeg',0),(1126,4,'2021-12-22 02:53:35','2021-12-22 02:53:35','','DLAC0441','','inherit','closed','closed','','dlac0441','','','2021-12-22 02:53:35','2021-12-22 02:53:35','',1123,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/DLAC0441.jpg',0,'attachment','image/jpeg',0),(1127,4,'2021-12-22 02:54:52','2021-12-22 02:54:52','','DLAC0604','','inherit','closed','closed','','dlac0604','','','2021-12-22 02:54:52','2021-12-22 02:54:52','',1123,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/DLAC0604.jpg',0,'attachment','image/jpeg',0),(1128,4,'2022-01-26 16:42:18','2022-01-26 16:42:18','','Gold & Honey','<p style=\"text-align: left;\" data-mce-style=\"text-align: left;\">Tan Patent leather finish pump with a Lavish gold heel to your in the luxe! Runs true to size. (size 10 will fit a more narrow foot.)</p>','inherit','closed','closed','','1123-autosave-v1','','','2022-01-26 16:42:18','2022-01-26 16:42:18','',1123,'https://lavishluxebylenee.com/1123-autosave-v1/',0,'revision','',0),(1131,4,'2021-12-30 06:43:34','2021-12-30 06:43:34','<a href=\"https://lavishluxebylenee.com/wp-admin/_wp_link_placeholder\">vagar0.com/us04/lavishluxebylenee</a>','Vagaro Booking','','publish','closed','closed','','vagaro-booking','','','2021-12-30 06:54:40','2021-12-30 06:54:40','',0,'https://lavishluxebylenee.com/?page_id=1131',0,'page','',0),(1129,1,'2021-12-22 16:05:16','2021-12-22 16:05:16','','Order &ndash; December 22, 2021 @ 04:05 PM','','wc-processing','closed','closed','wc_order_wiOR0i84WHgSh','order-dec-22-2021-0405-pm','','','2021-12-22 16:06:43','2021-12-22 16:06:43','',0,'https://lavishluxebylenee.com/?post_type=shop_order&#038;p=1129',0,'shop_order','',3),(1133,4,'2021-12-30 06:50:31','2021-12-30 06:50:31','','Vagaro','','inherit','closed','closed','','vagaro','','','2021-12-30 06:50:31','2021-12-30 06:50:31','',1131,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/Vagaro-.jpg',0,'attachment','image/jpeg',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),(968,4,'2021-08-31 23:15:55','2021-08-31 23:15:55','','Cow-ish Midi','<p>A stretchy, Light soft polyester, long sleeve brown and white cow print midi dress. Runs true to size</p>','inherit','closed','closed','','956-autosave-v1','','','2021-08-31 23:15:55','2021-08-31 23:15:55','',956,'https://lavishluxebylenee.com/956-autosave-v1/',0,'revision','',0),(969,4,'2021-09-01 00:02:16','2021-09-01 00:02:16','','Leopard Midi','','publish','closed','closed','','leopard-midi','','','2021-09-01 00:02:18','2021-09-01 00:02:18','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=969',0,'product','',0),(970,4,'2021-08-31 23:19:55','2021-08-31 23:19:55','','Leopard Midi - Sm','Sizes: Sm','publish','closed','closed','','leopard-midi-sm','','','2021-09-01 00:00:37','2021-09-01 00:00:37','',969,'https://lavishluxebylenee.com/?post_type=product_variation&p=970',1,'product_variation','',0),(971,4,'2021-08-31 23:19:56','2021-08-31 23:19:56','','Leopard Midi - Med','Sizes: Med','publish','closed','closed','','leopard-midi-med','','','2021-09-01 00:00:37','2021-09-01 00:00:37','',969,'https://lavishluxebylenee.com/?post_type=product_variation&p=971',2,'product_variation','',0),(972,4,'2021-08-31 23:19:56','2021-08-31 23:19:56','','Leopard Midi - Lrg','Sizes: Lrg','publish','closed','closed','','leopard-midi-lrg','','','2021-09-01 00:00:37','2021-09-01 00:00:37','',969,'https://lavishluxebylenee.com/?post_type=product_variation&p=972',3,'product_variation','',0),(973,4,'2021-08-31 23:19:56','2021-08-31 23:19:56','','Leopard Midi - Xl','Sizes: Xl','publish','closed','closed','','leopard-midi-xl','','','2021-09-01 00:00:37','2021-09-01 00:00:37','',969,'https://lavishluxebylenee.com/?post_type=product_variation&p=973',4,'product_variation','',0),(974,4,'2021-08-31 23:19:56','2021-08-31 23:19:56','','Leopard Midi - 2Xl','Sizes: 2Xl','publish','closed','closed','','leopard-midi-2xl','','','2021-09-01 00:00:37','2021-09-01 00:00:37','',969,'https://lavishluxebylenee.com/?post_type=product_variation&p=974',5,'product_variation','',0),(975,4,'2021-08-31 23:19:57','2021-08-31 23:19:57','','Leopard Midi - 3Xl','Sizes: 3Xl','publish','closed','closed','','leopard-midi-3xl','','','2021-09-01 00:00:37','2021-09-01 00:00:37','',969,'https://lavishluxebylenee.com/?post_type=product_variation&p=975',6,'product_variation','',0),(976,4,'2021-08-31 23:30:48','2021-08-31 23:30:48','thin strapped leopard midi dress, runs true to size.','leopard midi Med','','inherit','closed','closed','','leopard-midi-5','','','2021-08-31 23:54:38','2021-08-31 23:54:38','',969,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/leopard-midi-5.jpg',0,'attachment','image/jpeg',0),(977,4,'2021-08-31 23:32:53','2021-08-31 23:32:53','','leopard midi 5','','inherit','closed','closed','','leopard-midi-5-2','','','2021-08-31 23:32:53','2021-08-31 23:32:53','',969,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/leopard-midi-5-1.jpg',0,'attachment','image/jpeg',0),(978,4,'2021-08-31 23:43:53','2021-08-31 23:43:53','thin strapped leopard midi dress, runs true to size.','Leopard midi','','inherit','closed','closed','','leopard-midi-3','','','2021-08-31 23:53:46','2021-08-31 23:53:46','',969,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/leopard-midi-3.jpg',0,'attachment','image/jpeg',0),(979,4,'2021-08-31 23:55:32','2021-08-31 23:55:32','thin strapped leopard midi dress, runs true to size. Model is wearing 2xl','Leopard midi Plus','','inherit','closed','closed','','leopard-midi-4','','','2021-08-31 23:58:19','2021-08-31 23:58:19','',969,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/leopard-midi-4.jpg',0,'attachment','image/jpeg',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','','','','','2022-03-10 16:34:33','2022-03-10 16:34:33','',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+MjAyMi0wMS0zMVQxNjoyNzoyOFo8L2xhc3Rtb2Q+PC9zaXRlbWFwPjxzaXRlbWFwPjxsb2M+aHR0cHM6Ly9sYXZpc2hsdXhlYnlsZW5lZS5jb20vaW1hZ2Utc2l0ZW1hcC0xLnhtbDwvbG9jPjxsYXN0bW9kPjIwMjEtMTItMzBUMDk6MTg6MThaPC9sYXN0bW9kPjwvc2l0ZW1hcD48c2l0ZW1hcD48bG9jPmh0dHBzOi8vbGF2aXNobHV4ZWJ5bGVuZWUuY29tL3ZpZGVvLXNpdGVtYXAtMS54bWw8L2xvYz48bGFzdG1vZD4yMDIxLTAyLTI4VDIwOjUyOjU3WjwvbGFzdG1vZD48L3NpdGVtYXA+PC9zaXRlbWFwaW5kZXg+Cg==','sitemap.xml','','draft','closed','closed','','','','','2022-03-10 16:34:33','2022-03-10 16:34:33','',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),(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),(1121,4,'2021-12-22 00:30:25','2021-12-22 00:30:25','<h2>Lavish</h2>\n<h2>LUXE</h2>\n<h2>Lavish Luxe by Lenee</h2>\n<h2>Lenee\'</h2>\n<h2>Janella Christopher</h2>\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!\n\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?\n\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!\n\nLenee’\nAffordable Chic Fashion Consultant\nIn Touch with the Client’s Style\n<h2>Read our reviews</h2>\n\"Don\'t just take my word for it\"\n\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>\nNotice: JavaScript is required for this content.</noscript>\n<!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2021-12-22 00:30:25','2021-12-22 00:30:25','',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),(961,4,'2021-08-31 23:01:46','2021-08-31 23:01:46','','Cow-ish Midi - Sm','Sizes: Sm','publish','closed','closed','','cow-ish-midi-sm','','','2021-08-31 23:06:37','2021-08-31 23:06:37','',956,'https://lavishluxebylenee.com/?post_type=product_variation&p=961',1,'product_variation','',0),(960,4,'2021-08-31 22:51:59','2021-08-31 22:51:59','Light soft polyester, long sleeve brown and white cow print midi dress.','cow-ish plus','','inherit','closed','closed','','cow4','','','2021-08-31 22:53:00','2021-08-31 22:53:00','',956,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/cow4.jpg',0,'attachment','image/jpeg',0),(946,4,'2021-08-31 01:49:46','2021-08-31 01:49:46','','luxe like money Large','','inherit','closed','closed','','moneyr1','','','2021-08-31 01:50:23','2021-08-31 01:50:23','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/moneyr1.jpg',0,'attachment','image/jpeg',0),(1094,4,'2021-12-16 18:15:21','2021-12-16 18:15:21','','DLAC0453','','inherit','closed','closed','','dlac0453','','','2021-12-16 18:15:21','2021-12-16 18:15:21','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/12/DLAC0453.jpg',0,'attachment','image/jpeg',0),(956,4,'2021-08-31 23:14:00','2021-08-31 23:14:00','','Cow-ish Midi','A stretchy, Light soft polyester, long sleeve brown and white cow print midi dress. Runs true to size','publish','closed','closed','','cow-ish-midi','','','2021-09-01 01:56:52','2021-09-01 01:56:52','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=956',0,'product','',0),(1091,1,'2021-11-19 16:09:13','2021-11-19 16:09:13','','Order &ndash; November 19, 2021 @ 04:09 PM','I’m in suite 107 if you can bring to the shop that will work as well vs shipping it','wc-completed','closed','closed','wc_order_aurCcfX69vCNG','order-nov-19-2021-0409-pm','','','2021-11-22 13:44:00','2021-11-22 13:44:00','',0,'https://lavishluxebylenee.com/?post_type=shop_order&#038;p=1091',0,'shop_order','',3),(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','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/07/Lavishly-Laced.jpg',0,'attachment','image/jpeg',0),(959,4,'2021-08-31 22:51:19','2021-08-31 22:51:19','Light soft polyester, long sleeve brown and white cow print midi dress.','cow-ish','','inherit','closed','closed','','cow6','','','2021-08-31 22:52:44','2021-08-31 22:52:44','',956,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/cow6.jpg',0,'attachment','image/jpeg',0),(958,4,'2021-08-31 22:48:58','2021-08-31 22:48:58','Light soft polyester, long sleeve brown and white cow print midi dress.','cow-ish','','inherit','closed','closed','','cow1','','','2021-08-31 22:50:26','2021-08-31 22:50:26','',956,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/cow1.jpg',0,'attachment','image/jpeg',0),(937,0,'2021-07-31 20:46:03','2021-07-31 20:46:03','','','','publish','closed','closed','','937','','','2021-07-31 20:46:03','2021-07-31 20:46:03','',0,'https://lavishluxebylenee.com/nf_sub/937/',0,'nf_sub','',0),(963,4,'2021-08-31 23:01:46','2021-08-31 23:01:46','','Cow-ish Midi - Lrg','Sizes: Lrg','publish','closed','closed','','cow-ish-midi-lrg','','','2021-08-31 23:06:38','2021-08-31 23:06:38','',956,'https://lavishluxebylenee.com/?post_type=product_variation&p=963',3,'product_variation','',0),(945,4,'2021-08-31 01:49:23','2021-08-31 01:49:23','','Luxe like money med','','inherit','closed','closed','','moneyr2','','','2021-08-31 01:50:09','2021-08-31 01:50:09','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/moneyr2.jpg',0,'attachment','image/jpeg',0),(941,4,'2021-09-01 17:24:10','2021-09-01 17:24:10','','Lavishly Laced','<p><br data-mce-bogus=\"1\"></p>','inherit','closed','closed','','929-autosave-v1','','','2021-09-01 17:24:10','2021-09-01 17:24:10','',929,'https://lavishluxebylenee.com/929-autosave-v1/',0,'revision','',0),(942,4,'2021-08-31 01:13:41','2021-08-31 01:13:41','Satin knee length robe with adjustable tie.','Luxe like money robe','','inherit','closed','closed','','moneyr','','','2021-08-31 01:21:21','2021-08-31 01:21:21','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/moneyr.jpg',0,'attachment','image/jpeg',0),(943,4,'2021-08-31 01:45:25','2021-08-31 01:45:25','','Money robe1','','inherit','closed','closed','','money-robe1','','','2021-08-31 01:45:25','2021-08-31 01:45:25','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/Money-robe1.jpg',0,'attachment','image/jpeg',0),(944,4,'2021-08-31 01:47:26','2021-08-31 01:47:26','','Luxe like money plus','','inherit','closed','closed','','moneyrobe-plus','','','2021-08-31 01:50:50','2021-08-31 01:50:50','',0,'https://lavishluxebylenee.com/wp-content/uploads/2021/08/moneyrobe-plus.jpg',0,'attachment','image/jpeg',0),(1036,4,'2021-09-02 12:48:53','2021-09-02 12:48:53','','Luxe Like Money Robe','','publish','closed','closed','','luxe-like-money-robe','','','2021-09-16 03:02:44','2021-09-16 03:02:44','',0,'https://lavishluxebylenee.com/?post_type=product&#038;p=1036',0,'product','',0),(1070,1,'2021-09-16 01:36:30','2021-09-16 01:36:30','','Order &ndash; September 16, 2021 @ 01:36 AM','','wc-on-hold','closed','closed','wc_order_BbHIyEZCq9BcG','order-sep-16-2021-0136-am','','','2021-09-16 01:36:31','2021-09-16 01:36:31','',0,'https://lavishluxebylenee.com/?post_type=shop_order&#038;p=1070',0,'shop_order','',1),(929,1,'2021-07-06 01:44:07','2021-07-06 01:44:07','','Lavishly Laced','','publish','closed','closed','','lavishly-laced','','','2021-08-31 18:33:16','2021-08-31 18:33:16','',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-08-31 18:33:16','2021-08-31 18:33:16','',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-08-31 18:33:16','2021-08-31 18:33:16','',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-08-31 18:33:16','2021-08-31 18:33:16','',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','','publish','closed','closed','','lavishly-laced-xl','','','2021-08-31 18:33:16','2021-08-31 18:33:16','',929,'https://lavishluxebylenee.com/?post_type=product_variation&#038;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),(1148,0,'2022-02-18 15:09:07','2022-02-18 15:09:07','','','','publish','closed','closed','','1148','','','2022-02-18 15:09:07','2022-02-18 15:09:07','',0,'https://lavishluxebylenee.com/nf_sub/1148/',0,'nf_sub','',0),(1142,1,'2022-01-31 16:27:26','2022-01-31 16:27:26','<h2>Lavish</h2>\n<h2>LUXE</h2>\n<h2>Lavish Luxe by Lenee</h2>\n<h2>Lenee\'</h2>\n<h2>Janella Christopher</h2>\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!\n\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?\n\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!\n\nLenee’\nAffordable Chic Fashion Consultant\nIn Touch with the Client’s Style\n<h2>Read our reviews</h2>\n\"Don\'t just take my word for it\"\n\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>\nNotice: JavaScript is required for this content.</noscript>\n<!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2022-01-31 16:27:26','2022-01-31 16:27:26','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(1143,1,'2022-01-31 16:27:27','2022-01-31 16:27:27','<h2>Lavish</h2>\n<h2>LUXE</h2>\n<h2>Lavish Luxe by Lenee</h2>\n<h2>Lenee\'</h2>\n<h2>Janella Christopher</h2>\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!\n\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?\n\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!\n\nLenee’\nAffordable Chic Fashion Consultant\nIn Touch with the Client’s Style\n<h2>Read our reviews</h2>\n\"Don\'t just take my word for it\"\n\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>\nNotice: JavaScript is required for this content.</noscript>\n<!-- TODO: Move to Template File. -->','Home Page','','inherit','closed','closed','','497-revision-v1','','','2022-01-31 16:27:27','2022-01-31 16:27:27','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(1144,1,'2022-01-31 16:27:28','2022-01-31 16:27:28','<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>\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>As a personal shopper/stylist, it is my duty to make sure that I bring out your personality through your individual style. I am here to give you that million-dollar-look within an everyday budget. As your personal stylist, I can enhance not only your wardrobe but your knowledge in fashion. I will help you to determine what kind of shopper you are and bring out your inner self. As a certified model, I have been a part of the fashion industry for over ten years. I have also seen the best of the best and the worst of the worst. Being a licensed cosmetologist keeps me involved in the everyday beauty world allowing me to stay up on the new fab!</p>\n<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','','','2022-01-31 16:27:28','2022-01-31 16:27:28','',497,'https://lavishluxebylenee.com/497-revision-v1/',0,'revision','',0),(1145,0,'2022-02-04 17:59:59','2022-02-04 17:59:59','','','','publish','closed','closed','','1145','','','2022-02-04 17:59:59','2022-02-04 17:59:59','',0,'https://lavishluxebylenee.com/nf_sub/1145/',0,'nf_sub','',0),(1146,1,'2022-02-06 18:07:27','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->','Refund and Returns Policy','','draft','closed','closed','','refund_returns','','','2022-02-06 18:07:27','0000-00-00 00:00:00','',0,'https://lavishluxebylenee.com/?page_id=1146',0,'page','',0),(1147,0,'2022-02-07 22:22:26','2022-02-07 22:22:26','','','','publish','closed','closed','','1147','','','2022-02-07 22:22:26','2022-02-07 22:22:26','',0,'https://lavishluxebylenee.com/nf_sub/1147/',0,'nf_sub','',0),(1149,0,'2022-03-09 21:49:49','2022-03-09 21:49:49','','','','publish','closed','closed','','1149','','','2022-03-09 21:49:49','2022-03-09 21:49:49','',0,'https://lavishluxebylenee.com/nf_sub/1149/',0,'nf_sub','',0),(962,4,'2021-08-31 23:01:46','2021-08-31 23:01:46','','Cow-ish Midi - Med','Sizes: Med','publish','closed','closed','','cow-ish-midi-med','','','2021-08-31 23:06:37','2021-08-31 23:06:37','',956,'https://lavishluxebylenee.com/?post_type=product_variation&p=962',2,'product_variation','',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),(1027,6,0),(1036,24,0),(1036,6,0),(646,2,0),(1036,45,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),(969,45,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),(1096,52,0),(1096,53,0),(825,2,0),(826,2,0),(1096,41,0),(1096,51,0),(428,33,0),(428,19,0),(428,4,0),(428,34,0),(969,6,0),(956,6,0),(956,45,0),(992,33,0),(981,45,0),(981,6,0),(929,6,0),(929,45,0),(1096,20,0),(992,6,0),(1013,6,0),(1013,45,0),(1002,6,0),(1002,33,0),(1013,20,0),(1020,24,0),(1020,6,0),(1020,45,0),(1013,47,0),(1013,46,0),(1013,33,0),(1027,33,0),(1004,11,0),(1007,11,0),(1043,39,0),(1043,19,0),(1043,6,0),(1043,38,0),(1043,41,0),(1043,46,0),(1056,19,0),(1056,6,0),(1056,46,0),(1056,39,0),(1056,41,0),(1056,24,0),(996,11,0),(1067,48,0),(1067,23,0),(1067,22,0),(1067,49,0),(1067,50,0),(1067,4,0),(997,11,0),(1096,54,0),(1079,6,0),(1079,19,0),(1079,24,0),(1079,42,0),(1079,46,0),(1079,41,0),(1079,39,0),(1096,55,0),(1135,4,0),(1098,4,0),(1098,33,0),(1098,56,0),(1098,27,0),(1098,46,0),(1098,57,0),(1098,58,0),(1098,59,0),(1113,20,0),(1105,60,0),(1105,61,0),(1105,54,0),(1105,56,0),(1105,27,0),(1105,46,0),(1105,55,0),(1105,62,0),(1105,63,0),(1105,64,0),(1105,65,0),(1096,6,0),(1113,24,0),(1113,55,0),(1113,46,0),(1113,62,0),(1113,41,0),(1113,52,0),(1113,58,0),(1113,64,0),(1123,72,0),(1105,4,0),(1123,66,0),(1123,53,0),(1123,67,0),(1123,68,0),(1123,69,0),(1123,70,0),(1123,71,0),(1123,73,0),(1123,4,0),(1135,48,0),(1135,74,0),(1135,75,0),(1135,76,0),(1135,77,0),(1135,78,0),(1135,79,0),(1113,4,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=80 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,10),(5,5,'product_type','',0,0),(6,6,'product_type','',0,14),(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,4),(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,6),(20,20,'product_cat','',0,4),(21,21,'action-group','',0,0),(22,22,'product_tag','',0,1),(23,23,'product_tag','',0,1),(24,24,'product_tag','',0,7),(25,25,'product_tag','',0,0),(26,26,'product_tag','',0,0),(27,27,'product_tag','',0,2),(28,28,'product_tag','',0,0),(46,46,'product_tag','',0,7),(45,45,'product_cat','',0,7),(29,29,'product_tag','',0,0),(30,30,'product_tag','',0,0),(31,31,'product_tag','',0,1),(32,32,'product_tag','',0,0),(47,47,'product_tag','',0,1),(33,33,'product_cat','',19,7),(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,2),(39,39,'product_tag','',0,4),(40,40,'product_tag','',0,1),(41,41,'product_tag','',0,6),(42,42,'product_tag','',0,2),(48,48,'product_cat','',0,2),(49,49,'product_tag','',0,1),(50,50,'product_tag','',0,1),(51,51,'product_tag','',0,1),(52,52,'product_tag','',0,2),(53,53,'product_tag','',0,2),(54,54,'product_tag','',0,2),(55,55,'product_tag','',0,3),(56,56,'product_tag','',0,2),(57,57,'product_tag','',0,1),(58,58,'product_tag','',0,2),(59,59,'product_tag','',0,1),(60,60,'product_cat','',0,1),(61,61,'product_tag','',0,1),(62,62,'product_tag','',0,2),(63,63,'product_tag','',0,1),(64,64,'product_tag','',0,2),(65,65,'product_tag','',0,1),(66,66,'product_cat','',0,1),(67,67,'product_tag','',0,1),(68,68,'product_tag','',0,1),(69,69,'product_tag','',0,1),(70,70,'product_tag','',0,1),(71,71,'product_tag','',0,1),(72,72,'product_tag','',0,1),(73,73,'product_tag','',0,1),(74,74,'product_tag','',0,1),(75,75,'product_tag','',0,1),(76,76,'product_tag','',0,1),(77,77,'product_tag','',0,1),(78,78,'product_tag','',0,1),(79,79,'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=75 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','11'),(6,20,'order','0'),(7,20,'product_count_product_cat','4'),(8,22,'product_count_product_tag','1'),(9,23,'product_count_product_tag','1'),(10,24,'product_count_product_tag','7'),(11,25,'product_count_product_tag','0'),(12,26,'product_count_product_tag','0'),(13,27,'product_count_product_tag','2'),(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','7'),(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','2'),(26,39,'product_count_product_tag','4'),(27,40,'product_count_product_tag','1'),(28,41,'product_count_product_tag','6'),(29,42,'product_count_product_tag','2'),(36,46,'product_count_product_tag','7'),(34,45,'order','0'),(35,45,'product_count_product_cat','7'),(37,47,'product_count_product_tag','1'),(38,48,'order','0'),(39,48,'display_type','products'),(40,48,'thumbnail_id','0'),(41,48,'product_count_product_cat','2'),(42,49,'product_count_product_tag','1'),(43,50,'product_count_product_tag','1'),(44,51,'product_count_product_tag','1'),(45,52,'product_count_product_tag','2'),(46,53,'product_count_product_tag','2'),(47,54,'product_count_product_tag','2'),(48,55,'product_count_product_tag','3'),(49,56,'product_count_product_tag','2'),(50,57,'product_count_product_tag','1'),(51,58,'product_count_product_tag','2'),(52,59,'product_count_product_tag','1'),(53,60,'order','0'),(54,60,'product_count_product_cat','1'),(55,61,'product_count_product_tag','1'),(56,62,'product_count_product_tag','2'),(57,63,'product_count_product_tag','1'),(58,64,'product_count_product_tag','2'),(59,65,'product_count_product_tag','1'),(60,66,'order','0'),(61,66,'product_count_product_cat','1'),(62,67,'product_count_product_tag','1'),(63,68,'product_count_product_tag','1'),(64,69,'product_count_product_tag','1'),(65,70,'product_count_product_tag','1'),(66,71,'product_count_product_tag','1'),(67,72,'product_count_product_tag','1'),(68,73,'product_count_product_tag','1'),(69,74,'product_count_product_tag','1'),(70,75,'product_count_product_tag','1'),(71,76,'product_count_product_tag','1'),(72,77,'product_count_product_tag','1'),(73,78,'product_count_product_tag','1'),(74,79,'product_count_product_tag','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=80 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),(46,'plus size','plus-size',0,0),(47,'sets','sets',0,0),(48,'Accessories','accessories',0,0),(49,'crossbody','crossbody',0,0),(50,'purse','purse',0,0),(51,'Midi','midi',0,0),(52,'fringe','fringe',0,0),(53,'tan','tan',0,0),(54,'slit','slit',0,0),(55,'long','long',0,0),(56,'Pants','pants',0,0),(57,'strings','strings',0,0),(58,'fitted','fitted',0,0),(59,'asymmetrical','asymmetrical',0,0),(60,'Pants','pants',0,0),(61,'Tights','tights',0,0),(62,'high waisted','high-waisted',0,0),(63,'stretchy','stretchy',0,0),(64,'comfy','comfy',0,0),(65,'breathable','breathable',0,0),(66,'Shoes','shoes',0,0),(67,'pumps','pumps',0,0),(68,'heels','heels',0,0),(69,'gold','gold',0,0),(70,'pointed toe','pointed-toe',0,0),(71,'closed toe heels','closed-toe-heels',0,0),(72,'Shoes','shoes',0,0),(73,'honey','honey',0,0),(74,'hats','hats',0,0),(75,'wide brim','wide-brim',0,0),(76,'fedora','fedora',0,0),(77,'unisex','unisex',0,0),(78,'adjustable','adjustable',0,0),(79,'trendy','trendy',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=349 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,wc_services_labels_metabox'),(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','1141'),(17,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"69.222.196.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:2:{s:64:\"bfc7ec8eb8e189b27a1d07a6df587d4a05659c7f359f95917c4c45bd9ca009c9\";a:4:{s:10:\"expiration\";i:1644855900;s:2:\"ip\";s:13:\"69.222.196.79\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36\";s:5:\"login\";i:1643646300;}s:64:\"e31fa8740f4c7b12e4e509319d7fa2f44c145a7aab60599ec01a806cfd92cc5d\";a:4:{s:10:\"expiration\";i:1645380213;s:2:\"ip\";s:13:\"69.222.196.79\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36\";s:5:\"login\";i:1644170613;}}'),(74,1,'wc_last_active','1644278400'),(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','1629828650'),(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'),(170,4,'nickname','janella.christopher'),(171,4,'first_name','Janella'),(172,4,'last_name','Christopher'),(173,4,'description',''),(174,4,'rich_editing','true'),(175,4,'syntax_highlighting','true'),(176,4,'comment_shortcuts','false'),(177,4,'admin_color','fresh'),(178,4,'use_ssl','0'),(179,4,'show_admin_bar_front','true'),(180,4,'locale',''),(181,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(182,4,'wp_user_level','10'),(183,4,'dismissed_wp_pointers','wc_services_new_carrier_dhl_express,wc_services_labels_metabox'),(184,4,'last_update','1643215335'),(185,4,'default_password_nag',''),(186,4,'session_tokens','a:1:{s:64:\"4f387f81962fcf79e4ba304d313085fcb22eca910e5f65d7582d01c3552d7840\";a:4:{s:10:\"expiration\";i:1644424807;s:2:\"ip\";s:12:\"67.10.254.42\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Linux; Android 12; Pixel 4a (5G)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36\";s:5:\"login\";i:1643215207;}}'),(187,4,'wc_last_active','1643673600'),(189,4,'header-footer-elementor-rating','delayed-notice'),(190,4,'wp_dashboard_quick_press_last_post_id','1120'),(191,4,'community-events-location','a:1:{s:2:\"ip\";s:10:\"172.56.7.0\";}'),(251,6,'nickname','tamara.dumas'),(252,6,'first_name','Tamara'),(253,6,'last_name','Dumas'),(193,4,'_order_count','0'),(194,4,'jetpack_tracks_anon_id','4oYGReed2EyhaIyKGJndUv+V'),(195,4,'meta-box-order_product','a:3:{s:4:\"side\";s:121:\"submitdiv,product_catdiv,tagsdiv-product_tag,astra_settings_meta_box,sharing_meta,postimagediv,woocommerce-product-images\";s:6:\"normal\";s:42:\"postcustom,slugdiv,postexcerpt,commentsdiv\";s:8:\"advanced\";s:25:\"woocommerce-product-data,\";}'),(196,4,'screen_layout_product','2'),(197,4,'closedpostboxes_product','a:0:{}'),(198,4,'metaboxhidden_product','a:2:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";}'),(199,4,'wp_user-settings','libraryContent=browse&hidetb=1'),(200,4,'wp_user-settings-time','1640142579'),(226,5,'last_update','1631761365'),(227,5,'billing_first_name','Erica'),(202,4,'_woocommerce_tracks_anon_id','woo:GaQHLbkcaGWIN10Dh6sZyD/r'),(212,5,'nickname','erica.ruffin'),(213,5,'first_name','Erica'),(214,5,'last_name','Ruffin'),(215,5,'description',''),(216,5,'rich_editing','true'),(217,5,'syntax_highlighting','true'),(218,5,'comment_shortcuts','false'),(219,5,'admin_color','fresh'),(220,5,'use_ssl','0'),(221,5,'show_admin_bar_front','true'),(222,5,'locale',''),(223,5,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(224,5,'wp_user_level','0'),(225,5,'session_tokens','a:1:{s:64:\"4ddbc62634511eb8dfbefdd669de21525486bdf73bc9ad50e457cab8b4294f3e\";a:4:{s:10:\"expiration\";i:1632970829;s:2:\"ip\";s:11:\"99.13.125.6\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1631761229;}}'),(207,4,'woocommerce_admin_android_app_banner_dismissed','\"yes\"'),(228,5,'billing_last_name','Ruffin'),(229,5,'billing_address_1','6508 Highview Ter'),(230,5,'billing_city','Watauga'),(231,5,'billing_state','TX'),(232,5,'billing_postcode','76148'),(233,5,'billing_country','US'),(234,5,'billing_email','ericaruffin_gybwork@yahoo.com'),(235,5,'billing_phone','8177398900'),(236,5,'shipping_first_name','Erica'),(237,5,'shipping_last_name','Ruffin'),(238,5,'shipping_address_1','6508 Highview Ter'),(239,5,'shipping_city','Watauga'),(240,5,'shipping_state','TX'),(241,5,'shipping_postcode','76148'),(242,5,'shipping_country','US'),(243,5,'shipping_method','a:1:{i:0;s:32:\"wf_shipping_usps:D_PRIORITY_MAIL\";}'),(244,5,'shipping_phone','8177398900'),(245,5,'wc_last_active','1631923200'),(246,5,'paying_customer','1'),(247,5,'_order_count','1'),(248,5,'_last_order','1071'),(254,6,'description',''),(255,6,'rich_editing','true'),(256,6,'syntax_highlighting','true'),(257,6,'comment_shortcuts','false'),(258,6,'admin_color','fresh'),(259,6,'use_ssl','0'),(260,6,'show_admin_bar_front','true'),(261,6,'locale',''),(262,6,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(263,6,'wp_user_level','0'),(264,6,'session_tokens','a:1:{s:64:\"46d42236ac1b0313b66be4a2e48e7c15583088633e0fdd4539efb3c955c56e6f\";a:4:{s:10:\"expiration\";i:1633023791;s:2:\"ip\";s:13:\"172.58.111.96\";s:2:\"ua\";s:150:\"Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/14.2 Chrome/87.0.4280.141 Mobile Safari/537.36\";s:5:\"login\";i:1631814191;}}'),(265,6,'last_update','1640140930'),(266,6,'billing_first_name','Tamara'),(267,6,'billing_last_name','Dumas'),(268,6,'billing_address_1','1700 Cedar Springs Rd'),(269,6,'billing_address_2','1006'),(270,6,'billing_city','Dallas'),(271,6,'billing_state','TX'),(272,6,'billing_postcode','75202'),(273,6,'billing_country','US'),(274,6,'billing_email','tamdumas@yahoo.com'),(275,6,'billing_phone','2144030983'),(276,6,'shipping_first_name','Tamara'),(277,6,'shipping_last_name','Dumas'),(278,6,'shipping_address_1','1700 Cedar Springs Rd'),(279,6,'shipping_address_2','1006'),(280,6,'shipping_city','Dallas'),(281,6,'shipping_state','TX'),(282,6,'shipping_postcode','75202'),(283,6,'shipping_country','US'),(284,6,'shipping_method','a:1:{i:0;s:32:\"wf_shipping_usps:D_PRIORITY_MAIL\";}'),(285,6,'shipping_phone','2144030983'),(286,6,'wc_last_active','1631750400'),(289,6,'paying_customer','1'),(290,6,'_order_count','1'),(291,6,'_last_order','1073'),(296,7,'nickname','gavian.hargis'),(297,7,'first_name','Gavian'),(298,7,'last_name','Hargis'),(299,7,'description',''),(300,7,'rich_editing','true'),(301,7,'syntax_highlighting','true'),(302,7,'comment_shortcuts','false'),(303,7,'admin_color','fresh'),(304,7,'use_ssl','0'),(305,7,'show_admin_bar_front','true'),(306,7,'locale',''),(307,7,'wp_capabilities','a:1:{s:8:\"customer\";b:1;}'),(308,7,'wp_user_level','0'),(309,7,'session_tokens','a:1:{s:64:\"05c1dc76447d9325247a5fac86c0ee1597f54e5ba31cdf570bee4f5c78b79131\";a:4:{s:10:\"expiration\";i:1633407097;s:2:\"ip\";s:14:\"99.156.176.191\";s:2:\"ua\";s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1632197497;}}'),(310,7,'last_update','1632197542'),(311,7,'billing_first_name','Gavian'),(312,7,'billing_last_name','Hargis'),(313,7,'billing_address_1','8621 Sweet Flag Ln'),(314,7,'billing_city','Fort Worth'),(315,7,'billing_state','TX'),(316,7,'billing_postcode','76123'),(317,7,'billing_country','US'),(318,7,'billing_email','ghargis@sbcglobal.net'),(319,7,'billing_phone','(817) 718-3511'),(320,7,'shipping_first_name','Gavian'),(321,7,'shipping_last_name','Hargis'),(322,7,'shipping_address_1','8621 Sweet Flag Ln'),(323,7,'shipping_city','Fort Worth'),(324,7,'shipping_state','TX'),(325,7,'shipping_postcode','76123'),(326,7,'shipping_country','US'),(327,7,'shipping_method','a:1:{i:0;s:32:\"wf_shipping_usps:D_PRIORITY_MAIL\";}'),(328,7,'shipping_phone','(817) 718-3511'),(329,7,'wc_last_active','1632182400'),(332,7,'paying_customer','1'),(333,7,'_order_count','1'),(334,7,'_last_order','1089'),(343,4,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"f282a52d9908d2108b70475762c91a55\";a:7:{s:11:\"pofw_option\";a:1:{i:9;i:33;}s:3:\"key\";s:32:\"f282a52d9908d2108b70475762c91a55\";s:10:\"product_id\";i:1098;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"b5c1d5ca8bae6d4896cf1807cdf763f0\";}}}'),(336,4,'meta-box-order_shop_order','a:3:{s:4:\"side\";s:85:\"woocommerce-order-actions,woocommerce-order-notes,woocommerce-order-shipment-tracking\";s:6:\"normal\";s:109:\"woocommerce-order-label,woocommerce-order-data,woocommerce-order-items,postcustom,woocommerce-order-downloads\";s:8:\"advanced\";s:0:\"\";}'),(337,4,'meta-box-order_shop_order','a:3:{s:4:\"side\";s:85:\"woocommerce-order-actions,woocommerce-order-notes,woocommerce-order-shipment-tracking\";s:6:\"normal\";s:109:\"woocommerce-order-label,woocommerce-order-data,woocommerce-order-items,postcustom,woocommerce-order-downloads\";s:8:\"advanced\";s:0:\"\";}'),(338,4,'screen_layout_shop_order','2'),(339,4,'closedpostboxes_shop_order','a:1:{i:0;s:23:\"woocommerce-order-notes\";}'),(340,4,'metaboxhidden_shop_order','a:0:{}');
/*!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=8 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$BOdZHmCH289z/WRngA9dAp6cEtGw1u0','lenee','lavishluxebylenee@outlook.com','https://lavishluxebylenee.com','2017-11-01 15:44:24','',0,'Janella Christopher'),(4,'janella.christopher','$P$BovGyC44MgzJ8jHsEzGGE7MEOsjCGi.','janella-christopher','janella_christopher@yahoo.com','https://lavishluxebylenee.com','2021-08-27 17:55:34','',0,'Janella Christopher'),(5,'erica.ruffin','$P$B/I2t6BxV3bHdAazbzsMsb5zBPsOHL1','erica-ruffin','ericaruffin_gybwork@yahoo.com','','2021-09-16 03:00:28','',0,'Erica Ruffin'),(6,'tamara.dumas','$P$BA2/JgUrTskwQvclnFySlHJINyikSn/','tamara-dumas','tamdumas@yahoo.com','','2021-09-16 17:43:10','1640140930:$P$B/oeww3p3q51c5z4dwkB.IwEHCE4/V.',0,'Tamara Dumas'),(7,'gavian.hargis','$P$BtPz17vBC1JKPNcWMyFp8qpKvPDlfN/','gavian-hargis','ghargis@sbcglobal.net','','2021-09-21 04:11:37','',0,'Gavian Hargis');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_primary` tinyint(1) NOT NULL DEFAULT '0',
  `actioned_text` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonce_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `nonce_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=14873 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,'',NULL,NULL),(2,2,'learn-more','Learn more','https://docs.woocommerce.com/document/managing-orders/?utm_source=inbox','actioned',0,'',NULL,NULL),(3,3,'yes-please','Yes please!','https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&amp;id=13860df971&amp;SIGNUPPAGE=plugin','actioned',0,'',NULL,NULL),(5,5,'connect','Connect','?page=wc-addons&section=helper','unactioned',0,'',NULL,NULL),(6,6,'learn-more','Learn more','https://woocommerce.com/mobile/','actioned',0,'',NULL,NULL),(7,7,'tracking-opt-in','Activate usage tracking','','actioned',1,'',NULL,NULL),(8,8,'learn-more','Learn more','https://woocommerce.com/payments/','unactioned',0,'',NULL,NULL),(9,8,'install-now','Install now','','actioned',1,'',NULL,NULL),(10,9,'share-feedback','Share feedback','https://automattic.survey.fm/new-onboarding-survey','actioned',0,'',NULL,NULL),(11,10,'affirm-insight-first-sale','Yes','','actioned',0,'Thanks for your feedback',NULL,NULL),(12,10,'deny-insight-first-sale','No','','actioned',0,'Thanks for your feedback',NULL,NULL),(14846,14,'set-up-concierge','Schedule free session','https://wordpress.com/me/concierge','actioned',1,'',NULL,NULL),(16,13,'settings','Open Settings','https://lavishluxebylenee.com/wp-admin/admin.php?page=mailchimp-woocommerce','actioned',0,'',NULL,NULL),(10012,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,'',NULL,NULL),(14848,16,'learn-more-ecomm-unique-shopping-experience','Learn more','https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox','actioned',1,'',NULL,NULL),(50,17,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,'',NULL,NULL),(713,26,'learn-more','Learn more','https://docs.woocommerce.com/document/home-screen/?utm_source=inbox','actioned',1,'',NULL,NULL),(14529,66,'stripe_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(1127,20,'install-now','Install now','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(13906,47,'get-woo-commerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(1129,22,'install-now','Install now','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(14850,23,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox','actioned',1,'',NULL,NULL),(579,24,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,'',NULL,NULL),(14858,49,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',1,'',NULL,NULL),(715,28,'affirm-insight-first-product-and-payment','Yes','','actioned',0,'Thanks for your feedback',NULL,NULL),(10008,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,'',NULL,NULL),(10009,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,'',NULL,NULL),(9843,31,'upgrade_now_facebook_pixel_api','Upgrade now','plugin-install.php?tab=plugin-information&plugin=&section=changelog','actioned',1,'',NULL,NULL),(9844,32,'learn_more_facebook_ec','Learn more','https://woocommerce.com/products/facebook/','unactioned',1,'',NULL,NULL),(14851,33,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox','actioned',1,'',NULL,NULL),(14852,34,'learn-more','Learn more','https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox','unactioned',1,'',NULL,NULL),(14528,83,'lead_gen_existing_customers_1','Yes, please','https://woocommerce.com/take-your-business-to-the-next-level/','actioned',0,'',NULL,NULL),(10013,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,'',NULL,NULL),(10011,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,'',NULL,NULL),(9842,39,'open_wc_paypal_payments_product_page','Learn more','https://woocommerce.com/products/woocommerce-paypal-payments/','actioned',1,'',NULL,NULL),(10010,38,'add-apple-pay','Add Apple Pay','/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments','actioned',1,'',NULL,NULL),(14864,56,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms','unactioned',1,'',NULL,NULL),(2412,41,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,'',NULL,NULL),(14854,42,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned',1,'',NULL,NULL),(9860,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,'',NULL,NULL),(14856,44,'update-wc-subscriptions-3-0-15','View latest version','https://lavishluxebylenee.com/wp-admin/admin.php?page=wc-admin&page=wc-addons&section=helper','actioned',1,'',NULL,NULL),(14855,45,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads','actioned',1,'',NULL,NULL),(14847,15,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned',1,'',NULL,NULL),(9841,51,'eu_vat_changes_2021','Learn more about the EU tax regulations','https://woocommerce.com/posts/new-eu-vat-regulations','actioned',1,'',NULL,NULL),(13732,78,'learn-more','Learn more','https://woocommerce.com/posts/pre-launch-checklist-the-essentials/?utm_source=inbox&utm_medium=product','actioned',0,'',NULL,NULL),(9840,53,'wayflyer_q3_2021','Get funded','https://woocommerce.com/products/wayflyer/','actioned',1,'',NULL,NULL),(14844,70,'wc_shipping_mobile_app_usps_q4_2021','Get WooCommerce Shipping','https://woocommerce.com/woocommerce-shipping/','actioned',1,'',NULL,NULL),(14860,54,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms','unactioned',1,'',NULL,NULL),(14863,55,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(14853,40,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned',1,'',NULL,NULL),(14865,56,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(14867,57,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(4899,58,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox','actioned',0,'',NULL,NULL),(7641,59,'mercadopago_q3_2021_EN','Free download','https://woocommerce.com/products/mercado-pago-checkout/?utm_source=inbox&utm_medium=product&utm_campaign=mercadopago_q3_2021_EN','actioned',1,'',NULL,NULL),(14862,55,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms','unactioned',1,'',NULL,NULL),(7640,61,'wc-stripe-upe-wc-compatibility-note','Learn more','https://developer.woocommerce.com/2021/08/26/developer-advisory-woocommerce-stripe-support-policy-change/','unactioned',1,'',NULL,NULL),(9876,62,'learn-more','Learn more','https://woocommerce.com/products/bbpos-chipper2xbt-card-reader?utm_source=inbox&utm_medium=product&utm_campaign=bbpos-chipper-launch','unactioned',1,'',NULL,NULL),(14868,63,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned',1,'',NULL,NULL),(10268,64,'browse_extensions','Browse extensions','http://lavishluxebylenee.com/wp-admin/admin.php?page=wc-admin&page=wc-addons','unactioned',1,'',NULL,NULL),(10269,65,'browse_extensions','Browse extensions','http://lavishluxebylenee.com/wp-admin/admin.php?page=wc-admin&page=wc-addons','unactioned',1,'',NULL,NULL),(13907,48,'get-woocommerce-payments','Get WooCommerce Payments','admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned',1,'',NULL,NULL),(14530,67,'square_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(14531,68,'wcpay_applepay_holiday2021','Accept Apple Pay','https://woocommerce.com/apple-pay/','actioned',1,'',NULL,NULL),(14843,69,'wayflyer_bnpl_q4_2021','Level up with funding','https://woocommerce.com/products/wayflyer/','actioned',1,'',NULL,NULL),(14861,54,'dismiss','Dismiss','','actioned',0,'',NULL,NULL),(14845,71,'wc_shipping_mobile_app_q4_2021','Get the WooCommerce Mobile App','https://woocommerce.com/mobile/','actioned',1,'',NULL,NULL),(14859,50,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned',1,'',NULL,NULL),(11674,73,'view-report','View report','?page=wc-admin&path=/analytics/revenue&period=custom&compare=previous_year&after=2021-12-22&before=2021-12-22','actioned',0,'',NULL,NULL),(14857,46,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned',1,'',NULL,NULL),(14419,75,'wc_simple_payments_m2_reader_launch_q1_2022','Learn more','https://woocommerce.com/in-person-payments/','actioned',0,'',NULL,NULL),(14866,57,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=vulnerability_comms','unactioned',1,'',NULL,NULL),(14869,74,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/feedback-on-woocommerce-navigation','actioned',1,'',NULL,NULL),(14849,25,'watch-the-webinar','Watch the webinar','https://youtu.be/V_2XtCOyZ7o','actioned',1,'',NULL,NULL),(14842,72,'browse_extensions','Browse extensions','https://lavishluxebylenee.com/wp-admin/admin.php?page=wc-admin&page=wc-addons','unactioned',1,'',NULL,NULL),(13728,77,'notify-refund-returns-page','Edit page','https://lavishluxebylenee.com/wp-admin/post.php?post=1146&action=edit','actioned',0,'',NULL,NULL),(13812,12,'update-db_done','Thanks!','https://lavishluxebylenee.com/wp-admin/admin.php?page=stats&noheader&chart=flot-stats-data&wc-hide-notice=update','actioned',1,'woocommerce_hide_notices_nonce','woocommerce_hide_notices_nonce','_wc_notice_nonce'),(13723,76,'deactivate-paypal-checkout-plugin','Deactivate PayPal Checkout','https://lavishluxebylenee.com/wp-admin/plugins.php?action=deactivate&plugin=woocommerce-gateway-paypal-express-checkout%2Fwoocommerce-gateway-paypal-express-checkout.php&plugin_status=all&paged=1&_wpnonce=e293890015','unactioned',1,'',NULL,NULL),(13724,76,'learn-more','Learn More','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','unactioned',0,'',NULL,NULL),(13733,79,'update-store-details','Update store details','https://lavishluxebylenee.com/wp-admin/admin.php?page=wc-admin&path=/setup-wizard','actioned',0,'',NULL,NULL),(14870,80,'wcpay_applepay_q1_2022','Let your customers know about Apple Pay','https://developer.apple.com/apple-pay/marketing/','actioned',0,'',NULL,NULL),(14871,81,'stripe_applepay_q1_2022','Add Apple Pay','https://lavishluxebylenee.com/wp-admin/admin.php?page=wc-admin&page=wc-settings&tab=checkout&section=stripe','actioned',0,'',NULL,NULL),(14872,82,'square_applepay_q1_2022','Add Apple Pay','https://lavishluxebylenee.com/wp-admin/admin.php?page=wc-admin&page=wc-settings&tab=square','actioned',0,'',NULL,NULL);
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content_data` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT '0',
  `layout` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `image` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'info',
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`note_id`)
) ENGINE=MyISAM AUTO_INCREMENT=84 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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(12,'wc-update-db-reminder','update','en_US','WooCommerce database update done','WooCommerce database update complete. Thank you for updating to the latest version!','{}','unactioned','woocommerce-core','2020-09-26 23:50:29',NULL,0,'plain','',0,'info',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(48,'wcpay-promo-2021-6-incentive-2','marketing','en_US','Simplify the payments process for you and your customers with WooCommerce Payments','With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br /><br />\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				','{}','pending','woocommerce.com','2021-06-12 00:17:29',NULL,0,'plain','',0,'info',1),(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',1),(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',1),(47,'wcpay-promo-2021-6-incentive-1','marketing','en_US','Simplify the payments process for you and your customers with WooCommerce Payments','With <a href=\"https://woocommerce.com/payments/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">WooCommerce Payments</a>, you can securely accept all major cards, Apple Pay®, and recurring revenue in over 100 currencies.\n				Built into your store’s WooCommerce dashboard, track cash flow and manage all of your transactions in one place – with no setup costs or monthly fees.\n				<br /><br />\n				By clicking \"Get WooCommerce Payments,\" you agree to the <a href=\"https://wordpress.com/tos/?utm_medium=notification&amp;utm_source=product&amp;utm_campaign=wcpay601\">Terms of Service</a>\n				and acknowledge you have read the <a href=\"https://automattic.com/privacy/\">Privacy Policy</a>.\n				','{}','pending','woocommerce.com','2021-06-12 00:17:29',NULL,0,'plain','',0,'info',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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.','{}','unactioned','woocommerce.com','2022-02-07 00:08:04',NULL,0,'plain','',0,'info',1),(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.','{}','unactioned','woocommerce.com','2022-02-07 00:08:04',NULL,0,'plain','',0,'info',1),(78,'wc-admin-launch-checklist','info','en_US','Ready to launch your store?','To make sure you never get that sinking \"what did I forget\" feeling, we\'ve put together the essential pre-launch checklist.','{}','unactioned','woocommerce-admin','2022-02-07 00:08:03',NULL,0,'plain','',0,'info',0),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(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',1),(50,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','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 <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.','{}','unactioned','woocommerce.com','2021-06-23 00:53:07',NULL,0,'plain','',0,'info',1),(75,'wc_simple_payments_m2_reader_launch_q1_2022','marketing','en_US','Take quick and easy in-person payments','WooCommerce is continuing to power up your business with our new Simple Payments feature, built exclusively for WooCommerce In-Person Payments. Capture quick and simple payments anywhere else your customers are – or offer a local pickup option with payment taken in-person for orders placed online.','{}','unactioned','woocommerce.com','2022-02-04 00:06:42',NULL,0,'plain','',0,'info',0),(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',1),(53,'wayflyer_q3_2021','marketing','en_US','Grow your revenue with Wayflyer financing and analytics','Flexible financing tailored to your needs by <a href=\"https://woocommerce.com/products/wayflyer/\">Wayflyer</a> – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store\'s performance, Wayflyer can provide the financing you need to grow and the analytical insights to help you spend it.','{}','pending','woocommerce.com','2021-07-16 00:38:33',NULL,0,'plain','',0,'info',1),(54,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-07-16 00:38:33',NULL,0,'plain','',0,'info',1),(55,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-07-16 00:38:33',NULL,0,'plain','',0,'info',1),(56,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-07-16 00:38:33',NULL,0,'plain','',0,'info',1),(57,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2021-07-16 00:38:33',NULL,0,'plain','',0,'info',1),(58,'wc-admin-edit-products-on-the-move','info','en_US','Edit products on the move','Edit and create new products from your mobile devices with the Woo app','{}','unactioned','woocommerce-admin','2021-07-30 00:53:18',NULL,0,'plain','',0,'info',1),(59,'mercadopago_q3_2021_EN','marketing','en_US','Get paid with Mercado Pago Checkout','Latin America\'s leading payment processor is now available for WooCommerce stores. Securely accept debit and credit cards, cash, bank transfers, and installment payments – backed by exclusive fraud prevention tools.','{}','pending','woocommerce.com','2021-08-31 23:50:03',NULL,0,'plain','',0,'info',1),(83,'lead_gen_existing_customers_1','marketing','en_US','Talk to a consultant','As your business grows, you want to optimize costs, streamline operations, and sell more. We can help. Talk to us about how you can get the most out of WooCommerce.','{}','unactioned','woocommerce.com','2022-02-12 00:49:59',NULL,0,'plain','',0,'info',0),(61,'wc-stripe-upe-wc-compatibility-note','warning','en_US','Important compatibility information about WooCommerce Stripe','Starting with version 5.6.0, WooCommerce Stripe will require WordPress 5.6 or greater and WooCommerce 5.5 or greater to be installed and active.','{}','unactioned','woocommerce-gateway-stripe','2021-09-16 01:27:06',NULL,0,'plain','',0,'info',1),(62,'bbpos-chipper-launch','marketing','en_US','Ready to grow your business beyond online?','Collect payment in person for orders placed online using WooCommerce In-Person Payments. The BBPOS Chipper card reader can process payments securely, and keep everything synced in your WooCommerce Payments dashboard – no matter where you are.','{}','pending','woocommerce.com','2021-10-16 00:53:06',NULL,0,'plain','',0,'info',1),(63,'habit-moment-survey','marketing','en_US','We’re all ears! Share your experience so far with WooCommerce','We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.','{}','pending','woocommerce.com','2021-11-04 23:53:25',NULL,0,'plain','',0,'info',1),(64,'new_in_app_marketplace_2021_1','info','en_US','Grow your business with extensions','Check out our NEW Extensions tab to see our favorite extensions for growing your business, and discover the most popular extensions in the WooCommerce Marketplace.','{}','pending','woocommerce.com','2021-11-08 23:50:53',NULL,0,'plain','',0,'info',1),(65,'new_in_app_marketplace_2021_2','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','pending','woocommerce.com','2021-11-08 23:50:53',NULL,0,'plain','',0,'info',1),(66,'stripe_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/stripe/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#apple-pay\">enable Apple Pay with Stripe</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','unactioned','woocommerce.com','2021-11-12 00:08:48',NULL,0,'plain','',0,'info',1),(67,'square_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/woocommerce-square/?_ga=2.90941597.642705274.1635776464-1391993999.1621950839#section-14\">enable Apple Pay with Square</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-12 00:08:48',NULL,0,'plain','',0,'info',1),(68,'wcpay_applepay_holiday2021','marketing','en_US','Boost sales this holiday season with Apple Pay!','Increase your conversion rate by letting your customers know that you accept Apple Pay. It’s seamless to <a href=\"https://docs.woocommerce.com/document/payments/apple-pay/\">enable Apple Pay with WooCommerce Payments</a> and easy to communicate it with this <a href=\"https://developer.apple.com/apple-pay/marketing/\">marketing guide</a>.','{}','pending','woocommerce.com','2021-11-12 00:08:48',NULL,0,'plain','',0,'info',1),(69,'wayflyer_bnpl_q4_2021','marketing','en_US','Grow your business with funding through Wayflyer','Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.','{}','pending','woocommerce.com','2021-11-12 00:08:48',NULL,0,'plain','',0,'info',1),(70,'wc_shipping_mobile_app_usps_q4_2021','marketing','en_US','Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2021-11-12 00:08:48',NULL,0,'plain','',0,'info',1),(71,'wc_shipping_mobile_app_q4_2021','marketing','en_US','Print and manage your shipping labels with the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','unactioned','woocommerce.com','2021-11-12 00:08:48',NULL,0,'plain','',0,'info',1),(72,'new_in_app_marketplace_2021','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2022-02-06 18:06:14',NULL,0,'plain','',0,'info',0),(73,'wc-admin-new-sales-record','info','en_US','New sales record!','Woohoo, December 22nd was your record day for sales! Net Sales was $56.73 beating the previous record of $45.64 set on September 3rd.','{\"old_record_date\":\"2021-09-03\",\"old_record_amt\":45.6400000000000005684341886080801486968994140625,\"new_record_date\":\"2021-12-22\",\"new_record_amt\":56.72999999999999687361196265555918216705322265625}','unactioned','woocommerce-admin','2021-12-23 00:06:51',NULL,0,'plain','',0,'info',1),(74,'ecomm-wc-navigation-survey','info','en_US','We’d like your feedback on the WooCommerce navigation','We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.','{}','pending','woocommerce.com','2022-01-06 00:29:06',NULL,0,'plain','',0,'info',1),(77,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','unactioned','woocommerce-core','2022-02-06 18:07:30',NULL,0,'plain','',0,'info',0),(76,'ppcp-disable-ppxo-note','info','en_US','Action Required: Deactivate PayPal Checkout','As of 1 Sept 2021, PayPal Checkout will be officially retired from WooCommerce.com, and support for this product will end as of 1 March 2022. To fully switch over, all you need to do is deactivate and/or remove the PayPal Checkout plugin from your store.','{}','unactioned','woocommerce-paypal-payments','2022-02-06 18:06:57',NULL,0,'plain','',0,'info',0),(79,'wc-admin-update-store-details','info','en_US','Edit your store details if you need to','Nice work completing your store profile! You can always go back and edit the details you just shared, as needed.','{}','unactioned','woocommerce-admin','2022-02-07 00:08:03',NULL,0,'plain','',0,'info',0),(80,'wcpay_applepay_q1_2022','marketing','en_US','Increase conversions with Apple Pay – just like Diane does','See how Diane from <a href=\"https://woocommerce.com/posts/lady-dye-yarns-from-crafts-to-activism-with-woocommerce/?utm_source=product&amp;utm_medium=inboxnotification&amp;utm_campaign=apple-pay\" target=\"_blank\">Lady Dye Yarns</a> uses Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – Apple Pay is included in WooCommerce Payments. Here\'s how you can increase conversions by encouraging shoppers to pay with a single tap.','{}','pending','woocommerce.com','2022-02-07 00:08:04',NULL,0,'plain','',0,'info',0),(81,'stripe_applepay_q1_2022','marketing','en_US','Increase conversions with Apple Pay – just like Thomas does','Read the inspirational story of <a href=\"https://woocommerce.com/posts/incredible-story-of-thomas-trendy-socks-down-syndrome-entrepreneur/?utm_source=product&amp;utm_medium=inboxnotification&amp;utm_campaign=apple-pay\" target=\"_blank\">Thomas\'s Trendy Socks</a> and see how he’s using Apple Pay to provide customers with the fast, secure checkout experience they love. You can, too – ready to turn more visitors into buyers? Accept Apple Pay by selecting Enable express checkouts in Settings &gt; Payments &gt; Stripe.','{}','unactioned','woocommerce.com','2022-02-07 00:08:04',NULL,0,'plain','',0,'info',0),(82,'square_applepay_q1_2022','marketing','en_US','Increase conversions with a faster checkout experience','By enabling Apple Pay in Square, your customers can complete purchases quickly and securely with a single touch or a glance – no lengthy checkout forms necessary. Accept Apple Pay by enabling Digital Wallets within Settings &gt; Payments &gt; Square.','{}','pending','woocommerce.com','2022-02-07 00:08:04',NULL,0,'plain','',0,'info',0);
/*!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),(45,45),(48,48),(60,60),(66,66);
/*!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=11 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'),(2,NULL,'','Eryn','Shields','Eryn.shields@yahoo.com','2021-09-03 19:52:28',NULL,'US','76002','Arlington','TX'),(3,NULL,'','Cassie','Horne','Metrostrawberry30@gmail.com','2021-09-16 06:36:30',NULL,'US','76063','Mansfield','TX'),(4,5,'erica.ruffin','Erica','Ruffin','ericaruffin_gybwork@yahoo.com','2021-09-18 05:00:00','2021-09-16 08:00:28','US','76148','Watauga','TX'),(5,6,'tamara.dumas','Tamara','Dumas','tamdumas@yahoo.com','2021-09-16 22:43:12','2021-09-16 22:43:10','US','75202','Dallas','TX'),(6,7,'gavian.hargis','Gavian','Hargis','ghargis@sbcglobal.net','2021-09-21 09:11:38','2021-09-21 09:11:37','US','76123','Fort Worth','TX'),(7,NULL,'','Shanette','Green','shanettegreen@yahoo.com','2021-09-24 21:13:26',NULL,'US','75115','Desoto','TX'),(8,NULL,'','Traneka','Phillips','tapfd2013@gmail.com','2021-11-19 22:09:13',NULL,'US','76063','Mansfield','TX'),(9,NULL,'','Tamara','Dumas','tamdumas@yahoo.com','2021-12-22 22:05:16',NULL,'US','75202','Dallas','TX'),(10,NULL,'','Valencia','Essel','valencia.m.essel@gmail.com','2022-01-26 22:30:46',NULL,'US','72113','Maumelle','AR');
/*!40000 ALTER TABLE `wp_wc_customer_lookup` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) 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),(2,1040,1002,1007,2,'2021-09-03 14:52:28',1,35,45.6407,0,2.89,7.16,0.5907),(5,1070,956,963,3,'2021-09-16 01:36:30',1,30,40.2307,0,2.48,7.16,0.5907),(8,1071,1036,1039,4,'2021-09-16 03:00:29',1,25,34.7328,0,2,7.16,0.5728),(9,1071,992,997,4,'2021-09-16 03:00:29',1,30,40.1328,0,2.4,7.16,0.5728),(12,1073,969,971,5,'2021-09-16 17:43:12',1,30,40.2307,0,2.48,7.16,0.5907),(15,1089,1079,1083,6,'2021-09-21 04:11:38',1,15,23.9907,0,1.24,7.16,0.5907),(18,1090,981,984,7,'2021-09-24 16:13:26',1,30,40.2307,0,2.48,7.16,0.5907),(21,1091,1043,1046,8,'2021-11-19 16:09:13',1,15,24.261325,0,1.24,7.41,0.611325),(24,1129,1098,0,9,'2021-12-22 16:05:16',1,45,56.731325,0,3.71,7.41,0.611325),(27,1140,1056,1060,10,'2022-01-26 16:30:46',1,15,22.68,0,0,7.68,0),(28,1140,1079,1084,10,'2022-01-26 16:30:46',1,15,22.68,0,0,7.68,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),(1040,0,'2021-09-03 14:52:28','2021-09-03 14:52:28',1,45.64,3.48,7.16,35,0,'wc-processing',2),(1070,0,'2021-09-16 01:36:30','2021-09-16 01:36:30',1,40.23,3.07,7.16,30,0,'wc-on-hold',3),(1071,0,'2021-09-16 03:00:29','2021-09-16 03:00:29',2,74.87,5.55,14.32,55,0,'wc-processing',4),(1073,0,'2021-09-16 17:43:12','2021-09-16 17:43:12',1,40.23,3.07,7.16,30,0,'wc-processing',5),(1089,0,'2021-09-21 04:11:38','2021-09-21 04:11:38',1,23.99,1.83,7.16,15,0,'wc-processing',6),(1090,0,'2021-09-24 16:13:26','2021-09-24 16:13:26',1,40.23,3.07,7.16,30,0,'wc-processing',7),(1091,0,'2021-11-19 16:09:13','2021-11-19 16:09:13',1,24.26,1.85,7.41,15,0,'wc-completed',8),(1129,0,'2021-12-22 16:05:16','2021-12-22 16:05:16',1,56.73,4.32,7.41,45,0,'wc-processing',9),(1140,0,'2022-01-26 16:30:46','2022-01-26 16:30:46',2,45.36,0,15.36,30,0,'wc-processing',10);
/*!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 */;
INSERT INTO `wp_wc_order_tax_lookup` VALUES (1040,1,'2021-09-03 14:52:28',0.59,2.89,3.48),(1070,2,'2021-09-16 01:36:30',0.59,2.48,3.07),(1071,3,'2021-09-16 03:00:29',1.15,4.4,5.55),(1073,4,'2021-09-16 17:43:12',0.59,2.48,3.07),(1089,5,'2021-09-21 04:11:38',0.59,1.24,1.83),(1090,6,'2021-09-24 16:13:26',0.59,2.48,3.07),(1091,2,'2021-11-19 16:09:13',0.61,1.24,1.85),(1129,4,'2021-12-22 16:05:16',0.61,3.71,4.32);
/*!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'),(940,'',0,0,25.0000,25.0000,0,5,'instock',0,0.00,0,'taxable',''),(951,'',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(952,'',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(953,'',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(954,'',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(955,'',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(956,'',0,0,30.0000,40.0000,0,NULL,'instock',0,0.00,1,'taxable',''),(961,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(962,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(963,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(964,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(965,'',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(969,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,1,'taxable',''),(970,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(971,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(972,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(973,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(974,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(975,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(981,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,1,'taxable',''),(983,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(984,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(985,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(986,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(987,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(988,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(992,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,1,'taxable',''),(994,'',0,0,30.0000,30.0000,0,1,'instock',0,0.00,0,'taxable','parent'),(995,'',0,0,30.0000,30.0000,0,2,'instock',0,0.00,0,'taxable','parent'),(996,'',0,0,30.0000,30.0000,0,NULL,'outofstock',0,0.00,0,'taxable','parent'),(997,'',0,0,30.0000,30.0000,0,0,'outofstock',0,0.00,0,'taxable','parent'),(998,'',0,0,30.0000,30.0000,0,1,'instock',0,0.00,0,'taxable','parent'),(1002,'',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,1,'taxable',''),(1004,'',0,0,35.0000,35.0000,0,NULL,'outofstock',0,0.00,0,'taxable','parent'),(1005,'',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1007,'',0,0,35.0000,35.0000,0,0,'outofstock',0,0.00,0,'taxable','parent'),(1008,'',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1013,'',0,0,45.0000,45.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1014,'',0,0,45.0000,45.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1015,'',0,0,45.0000,45.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1016,'',0,0,45.0000,45.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1020,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1022,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1023,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1024,'',0,0,30.0000,30.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1027,'',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable',''),(1028,'',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1029,'',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1030,'',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1031,'',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1032,'',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1036,'',0,0,25.0000,25.0000,0,3,'instock',0,0.00,1,'taxable',''),(1037,'',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1038,'',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1039,'',0,0,25.0000,25.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1043,'',0,0,10.0000,15.0000,0,NULL,'instock',0,0.00,1,'taxable',''),(1044,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1045,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1046,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1047,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1048,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1049,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1050,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1051,'',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1052,'',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1053,'',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1054,'',0,0,10.0000,10.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1056,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,1,'taxable',''),(1057,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1058,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1059,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1060,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1061,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1062,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1063,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1067,'',0,0,45.0000,45.0000,0,1,'instock',0,0.00,0,'taxable',''),(1079,'',0,0,15.0000,15.0000,0,48,'instock',0,0.00,2,'taxable',''),(1081,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1082,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1083,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1084,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1085,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1086,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1087,'',0,0,15.0000,15.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1093,'',0,0,0.0000,0.0000,0,NULL,'outofstock',0,0.00,0,'taxable',''),(1096,'',0,0,35.0000,35.0000,0,3,'instock',0,0.00,0,'taxable',''),(1098,'',0,0,45.0000,45.0000,0,5,'instock',0,0.00,1,'taxable',''),(1105,'',0,0,25.0000,25.0000,0,4,'instock',0,0.00,0,'taxable',''),(1111,'',0,0,35.0000,35.0000,0,NULL,'instock',0,0.00,0,'taxable','parent'),(1113,'',0,0,35.0000,35.0000,0,5,'instock',0,0.00,0,'taxable',''),(1123,'',0,0,30.0000,30.0000,0,4,'instock',0,0.00,0,'taxable',''),(1135,'',0,0,30.0000,30.0000,0,8,'instock',0,0.00,0,'taxable','');
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_rate_limits`
--

DROP TABLE IF EXISTS `wp_wc_rate_limits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_rate_limits` (
  `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rate_limit_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `rate_limit_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`rate_limit_id`),
  UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_rate_limits`
--

LOCK TABLES `wp_wc_rate_limits` WRITE;
/*!40000 ALTER TABLE `wp_wc_rate_limits` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_rate_limits` 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=217 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:{}}'),(10,2,'_product_id','1002'),(11,2,'_variation_id','1007'),(12,2,'_qty','1'),(13,2,'_tax_class',''),(14,2,'_line_subtotal','35'),(15,2,'_line_subtotal_tax','2.89'),(16,2,'_line_total','35'),(17,2,'_line_tax','2.89'),(18,2,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:1;s:4:\"2.89\";}s:8:\"subtotal\";a:1:{i:1;s:4:\"2.89\";}}'),(19,2,'sizes','Xl'),(20,3,'method_id','wf_shipping_usps'),(21,3,'instance_id','0'),(22,3,'cost','7.16'),(23,3,'total_tax','0.59'),(24,3,'taxes','a:1:{s:5:\"total\";a:1:{i:1;s:6:\"0.5907\";}}'),(25,4,'rate_id','1'),(26,4,'label','US-TX-TARRANT-ARLINGTON Tax'),(27,4,'compound',''),(28,4,'tax_amount','2.89'),(29,4,'shipping_tax_amount','0.59'),(30,4,'rate_percent','8.25'),(31,5,'_product_id','956'),(32,5,'_variation_id','963'),(33,5,'_qty','1'),(34,5,'_tax_class',''),(35,5,'_line_subtotal','30'),(36,5,'_line_subtotal_tax','2.48'),(37,5,'_line_total','30'),(38,5,'_line_tax','2.48'),(39,5,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:2;s:4:\"2.48\";}s:8:\"subtotal\";a:1:{i:2;s:4:\"2.48\";}}'),(40,5,'sizes','Lrg'),(41,6,'method_id','wf_shipping_usps'),(42,6,'instance_id','0'),(43,6,'cost','7.16'),(44,6,'total_tax','0.59'),(45,6,'taxes','a:1:{s:5:\"total\";a:1:{i:2;s:6:\"0.5907\";}}'),(46,7,'rate_id','2'),(47,7,'label','US-TX-TARRANT-MANSFIELD Tax'),(48,7,'compound',''),(49,7,'tax_amount','2.48'),(50,7,'shipping_tax_amount','0.59'),(51,7,'rate_percent','8.25'),(52,8,'_product_id','1036'),(53,8,'_variation_id','1039'),(54,8,'_qty','1'),(55,8,'_tax_class',''),(56,8,'_line_subtotal','25'),(57,8,'_line_subtotal_tax','2'),(58,8,'_line_total','25'),(59,8,'_line_tax','2'),(60,8,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:3;s:1:\"2\";}s:8:\"subtotal\";a:1:{i:3;s:1:\"2\";}}'),(61,8,'sizes','2XL'),(62,9,'_product_id','992'),(63,9,'_variation_id','997'),(64,9,'_qty','1'),(65,9,'_tax_class',''),(66,9,'_line_subtotal','30'),(67,9,'_line_subtotal_tax','2.4'),(68,9,'_line_total','30'),(69,9,'_line_tax','2.4'),(70,9,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:3;s:3:\"2.4\";}s:8:\"subtotal\";a:1:{i:3;s:3:\"2.4\";}}'),(71,9,'sizes','Xl'),(72,10,'method_id','wf_shipping_usps'),(73,10,'instance_id','0'),(74,10,'cost','14.32'),(75,10,'total_tax','1.15'),(76,10,'taxes','a:1:{s:5:\"total\";a:1:{i:3;s:6:\"1.1456\";}}'),(77,11,'rate_id','3'),(78,11,'label','US-TX-TARRANT-WATAUGA Tax'),(79,11,'compound',''),(80,11,'tax_amount','4.4'),(81,11,'shipping_tax_amount','1.15'),(82,11,'rate_percent','8'),(83,8,'_reduced_stock','1'),(84,9,'_reduced_stock','1'),(85,12,'_product_id','969'),(86,12,'_variation_id','971'),(87,12,'_qty','1'),(88,12,'_tax_class',''),(89,12,'_line_subtotal','30'),(90,12,'_line_subtotal_tax','2.48'),(91,12,'_line_total','30'),(92,12,'_line_tax','2.48'),(93,12,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:4;s:4:\"2.48\";}s:8:\"subtotal\";a:1:{i:4;s:4:\"2.48\";}}'),(94,12,'sizes','Med'),(95,13,'method_id','wf_shipping_usps'),(96,13,'instance_id','0'),(97,13,'cost','7.16'),(98,13,'total_tax','0.59'),(99,13,'taxes','a:1:{s:5:\"total\";a:1:{i:4;s:6:\"0.5907\";}}'),(100,14,'rate_id','4'),(101,14,'label','US-TX-DALLAS-DALLAS Tax'),(102,14,'compound',''),(103,14,'tax_amount','2.48'),(104,14,'shipping_tax_amount','0.59'),(105,14,'rate_percent','8.25'),(106,15,'_product_id','1079'),(107,15,'_variation_id','1083'),(108,15,'_qty','1'),(109,15,'_tax_class',''),(110,15,'_line_subtotal','15'),(111,15,'_line_subtotal_tax','1.24'),(112,15,'_line_total','15'),(113,15,'_line_tax','1.24'),(114,15,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:5;s:4:\"1.24\";}s:8:\"subtotal\";a:1:{i:5;s:4:\"1.24\";}}'),(115,15,'sizes','Med'),(116,16,'method_id','wf_shipping_usps'),(117,16,'instance_id','0'),(118,16,'cost','7.16'),(119,16,'total_tax','0.59'),(120,16,'taxes','a:1:{s:5:\"total\";a:1:{i:5;s:6:\"0.5907\";}}'),(121,17,'rate_id','5'),(122,17,'label','US-TX-TARRANT-FORT WORTH Tax'),(123,17,'compound',''),(124,17,'tax_amount','1.24'),(125,17,'shipping_tax_amount','0.59'),(126,17,'rate_percent','8.25'),(127,15,'_reduced_stock','1'),(128,18,'_product_id','981'),(129,18,'_variation_id','984'),(130,18,'_qty','1'),(131,18,'_tax_class',''),(132,18,'_line_subtotal','30'),(133,18,'_line_subtotal_tax','2.48'),(134,18,'_line_total','30'),(135,18,'_line_tax','2.48'),(136,18,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:6;s:4:\"2.48\";}s:8:\"subtotal\";a:1:{i:6;s:4:\"2.48\";}}'),(137,18,'sizes','Med'),(138,19,'method_id','wf_shipping_usps'),(139,19,'instance_id','0'),(140,19,'cost','7.16'),(141,19,'total_tax','0.59'),(142,19,'taxes','a:1:{s:5:\"total\";a:1:{i:6;s:6:\"0.5907\";}}'),(143,20,'rate_id','6'),(144,20,'label','US-TX-DALLAS-DESOTO Tax'),(145,20,'compound',''),(146,20,'tax_amount','2.48'),(147,20,'shipping_tax_amount','0.59'),(148,20,'rate_percent','8.25'),(149,21,'_product_id','1043'),(150,21,'_variation_id','1046'),(151,21,'_qty','1'),(152,21,'_tax_class',''),(153,21,'_line_subtotal','15'),(154,21,'_line_subtotal_tax','1.24'),(155,21,'_line_total','15'),(156,21,'_line_tax','1.24'),(157,21,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:2;s:4:\"1.24\";}s:8:\"subtotal\";a:1:{i:2;s:4:\"1.24\";}}'),(158,21,'sizes','Med'),(159,22,'method_id','wf_shipping_usps'),(160,22,'instance_id','0'),(161,22,'cost','7.41'),(162,22,'total_tax','0.61'),(163,22,'taxes','a:1:{s:5:\"total\";a:1:{i:2;s:8:\"0.611325\";}}'),(164,23,'rate_id','2'),(165,23,'label','US-TX-TARRANT-MANSFIELD Tax'),(166,23,'compound',''),(167,23,'tax_amount','1.24'),(168,23,'shipping_tax_amount','0.61'),(169,23,'rate_percent','8.25'),(170,24,'_product_id','1098'),(171,24,'_variation_id','0'),(172,24,'_qty','1'),(173,24,'_tax_class',''),(174,24,'_line_subtotal','45'),(175,24,'_line_subtotal_tax','3.71'),(176,24,'_line_total','45'),(177,24,'_line_tax','3.71'),(178,24,'_line_tax_data','a:2:{s:5:\"total\";a:1:{i:4;s:4:\"3.71\";}s:8:\"subtotal\";a:1:{i:4;s:4:\"3.71\";}}'),(179,25,'method_id','wf_shipping_usps'),(180,25,'instance_id','0'),(181,25,'cost','7.41'),(182,25,'total_tax','0.61'),(183,25,'taxes','a:1:{s:5:\"total\";a:1:{i:4;s:8:\"0.611325\";}}'),(184,26,'rate_id','4'),(185,26,'label','US-TX-DALLAS-DALLAS Tax'),(186,26,'compound',''),(187,26,'tax_amount','3.71'),(188,26,'shipping_tax_amount','0.61'),(189,26,'rate_percent','8.25'),(190,24,'_reduced_stock','1'),(191,27,'_product_id','1056'),(192,27,'_variation_id','1060'),(193,27,'_qty','1'),(194,27,'_tax_class',''),(195,27,'_line_subtotal','15'),(196,27,'_line_subtotal_tax','0'),(197,27,'_line_total','15'),(198,27,'_line_tax','0'),(199,27,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(200,27,'sizes','Lrg'),(201,28,'_product_id','1079'),(202,28,'_variation_id','1084'),(203,28,'_qty','1'),(204,28,'_tax_class',''),(205,28,'_line_subtotal','15'),(206,28,'_line_subtotal_tax','0'),(207,28,'_line_total','15'),(208,28,'_line_tax','0'),(209,28,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(210,28,'sizes','Lrg'),(211,29,'method_id','wf_shipping_usps'),(212,29,'instance_id','0'),(213,29,'cost','15.36'),(214,29,'total_tax','0'),(215,29,'taxes','a:1:{s:5:\"total\";a:0:{}}'),(216,28,'_reduced_stock','1');
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM AUTO_INCREMENT=30 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),(2,'Logo Track Luxe Set - Xl','line_item',1040),(3,'Priority Mail&#0174; (USPS)','shipping',1040),(4,'US-TX-US-TX-TARRANT-ARLINGTON TAX-1','tax',1040),(5,'Cow-ish Midi - Lrg','line_item',1070),(6,'Priority Mail&#0174; (USPS)','shipping',1070),(7,'US-TX-US-TX-TARRANT-MANSFIELD TAX-1','tax',1070),(8,'Luxe Like Money Robe - 2XL','line_item',1071),(9,'Yello Luxe Set - Xl','line_item',1071),(10,'Priority Mail&#0174; (USPS)','shipping',1071),(11,'US-TX-US-TX-TARRANT-WATAUGA TAX-1','tax',1071),(12,'Leopard Midi - Med','line_item',1073),(13,'Priority Mail&#0174; (USPS)','shipping',1073),(14,'US-TX-US-TX-DALLAS-DALLAS TAX-1','tax',1073),(15,'Black Owned Business Tee - Med','line_item',1089),(16,'Priority Mail&#0174; (USPS)','shipping',1089),(17,'US-TX-US-TX-TARRANT-FORT WORTH TAX-1','tax',1089),(18,'Leopard Lime - Med','line_item',1090),(19,'Priority Mail&#0174; (USPS)','shipping',1090),(20,'US-TX-US-TX-DALLAS-DESOTO TAX-1','tax',1090),(21,'Brown Skin Girl Tee - Med','line_item',1091),(22,'Priority Mail® (USPS)','shipping',1091),(23,'US-TX-US-TX-TARRANT-MANSFIELD TAX-1','tax',1091),(24,'More than a Luxe','line_item',1129),(25,'Priority Mail&#0174; (USPS)','shipping',1129),(26,'US-TX-US-TX-DALLAS-DALLAS TAX-1','tax',1129),(27,'She Owns her Tee - Lrg','line_item',1140),(28,'Black Owned Business Tee - Lrg','line_item',1140),(29,'Priority Mail&#0174; (USPS)','shipping',1140);
/*!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=2470 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=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=13 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,'76002',1,'postcode'),(2,'ARLINGTON',1,'city'),(3,'76063',2,'postcode'),(4,'MANSFIELD',2,'city'),(5,'76148',3,'postcode'),(6,'WATAUGA',3,'city'),(7,'75202',4,'postcode'),(8,'DALLAS',4,'city'),(9,'76123',5,'postcode'),(10,'FORT WORTH',5,'city'),(11,'75115',6,'postcode'),(12,'DESOTO',6,'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=7 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.2500','US-TX-TARRANT-ARLINGTON Tax',1,0,1,0,''),(2,'US','TX','8.2500','US-TX-TARRANT-MANSFIELD Tax',1,0,1,0,''),(3,'US','TX','8.0000','US-TX-TARRANT-WATAUGA Tax',1,0,1,0,''),(4,'US','TX','8.2500','US-TX-DALLAS-DALLAS Tax',1,0,1,0,''),(5,'US','TX','8.2500','US-TX-TARRANT-FORT WORTH Tax',1,0,1,0,''),(6,'US','TX','8.2500','US-TX-DALLAS-DESOTO 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 2022-03-10 17:50:19