文件操作 - .db.sql
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/redlightinflamation/.db.sql
编辑文件内容
-- MariaDB dump 10.19 Distrib 10.6.12-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: redlightinflamationdb -- ------------------------------------------------------ -- Server version 10.6.12-MariaDB-1:10.6.12+maria~ubu2004 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_actionscheduler_actions` -- DROP TABLE IF EXISTS `wp_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) NOT NULL, `status` varchar(20) 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) DEFAULT NULL, `schedule` longtext DEFAULT NULL, `group_id` bigint(20) unsigned NOT NULL DEFAULT 0, `attempts` int(11) NOT NULL DEFAULT 0, `last_attempt_gmt` datetime 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) DEFAULT NULL, `priority` tinyint(3) unsigned NOT NULL DEFAULT 10, 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_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`), KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`), KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`), KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`), KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`), KEY `status_claim_id` (`status`,`claim_id`) ) ENGINE=InnoDB AUTO_INCREMENT=33 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 (31,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-17 19:10:33','2026-03-17 19:10:33','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1773774633;s:18:\"\0*\0first_timestamp\";i:1752748347;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1773774633;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2026-06-23 17:05:31','2026-06-23 17:05:31',45742,NULL,20),(32,'action_scheduler_run_recurring_actions_schedule_hook','pending','2026-06-24 17:05:31','2026-06-24 17:05:31','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1782320731;s:18:\"\0*\0first_timestamp\";i:1752748347;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1782320731;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL,20); /*!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 DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=45744 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) NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_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,'ActionScheduler'); /*!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 NOT NULL, `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', `log_date_local` datetime DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`log_id`), KEY `action_id` (`action_id`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=38 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 (34,31,'action created','2026-03-16 19:10:33','2026-03-16 19:10:33'),(35,31,'action started via WP Cron','2026-06-23 17:05:31','2026-06-23 17:05:31'),(36,31,'action complete via WP Cron','2026-06-23 17:05:31','2026-06-23 17:05:31'),(37,32,'action created','2026-06-23 17:05:31','2026-06-23 17:05:31'); /*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_addonlibrary_addons` -- DROP TABLE IF EXISTS `wp_addonlibrary_addons`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_addonlibrary_addons` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `title` varchar(255) DEFAULT NULL, `name` varchar(128) DEFAULT NULL, `alias` varchar(128) DEFAULT NULL, `addontype` varchar(128) DEFAULT NULL, `description` text DEFAULT NULL, `ordering` int(11) NOT NULL, `templates` mediumtext DEFAULT NULL, `config` mediumtext DEFAULT NULL, `catid` int(11) DEFAULT NULL, `is_active` tinyint(4) DEFAULT NULL, `test_slot1` text DEFAULT NULL, `test_slot2` text DEFAULT NULL, `test_slot3` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_addonlibrary_addons` -- LOCK TABLES `wp_addonlibrary_addons` WRITE; /*!40000 ALTER TABLE `wp_addonlibrary_addons` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_addonlibrary_addons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_addonlibrary_categories` -- DROP TABLE IF EXISTS `wp_addonlibrary_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_addonlibrary_categories` ( `id` int(9) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `alias` varchar(255) DEFAULT NULL, `ordering` int(11) NOT NULL, `params` text NOT NULL, `type` tinytext DEFAULT NULL, `parent_id` int(9) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_addonlibrary_categories` -- LOCK TABLES `wp_addonlibrary_categories` WRITE; /*!40000 ALTER TABLE `wp_addonlibrary_categories` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_addonlibrary_categories` 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) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL DEFAULT '', `comment_author_url` varchar(200) NOT NULL DEFAULT '', `comment_author_IP` varchar(100) NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) NOT NULL DEFAULT '1', `comment_agent` varchar(255) NOT NULL DEFAULT '', `comment_type` varchar(20) NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=84 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (2,288,'kneidel','R1yyAjMnyd@hotmail.com','https://newwavefoods.com/','179.43.191.19','2025-02-20 14:47:52','2025-02-20 14:47:52','pbQbdc7Ed1o',0,'0','TheSafeInternetSearch','comment',0,0),(3,293,'cremant','YbIDJ34JIL@hotmail.com','https://newwavefoods.com/','179.43.191.19','2025-02-20 16:35:33','2025-02-20 16:35:33','kzbtaHV7KMk',0,'0','TheSafeInternetSearch','comment',0,0),(4,293,'偽タクシーポルノ','Ngafku6qwn@hotmail.com','https://newwavefoods.com/','179.43.191.19','2025-02-20 18:48:06','2025-02-20 18:48:06','FAJ7E7rRdsR',0,'0','TheSafeInternetSearch','comment',0,0),(5,298,'tapeworms','GfnrPQUZX7@hotmail.com','https://newwavefoods.com/','179.43.191.19','2025-02-20 19:08:23','2025-02-20 19:08:23','tOcn6kRquiX',0,'0','TheSafeInternetSearch','comment',0,0),(6,301,'inceptos','YGvPvNRW5R@hotmail.com','https://newwavefoods.com/','179.43.191.19','2025-02-20 23:26:21','2025-02-20 23:26:21','6MPx8Ks5Cka',0,'0','TheSafeInternetSearch','comment',0,0),(7,301,'anhidrosis','Omx8d1rOmF@hotmail.com','https://newwavefoods.com/','179.43.191.19','2025-02-21 01:10:26','2025-02-21 01:10:26','CPgxjfNwD2w',0,'0','TheSafeInternetSearch','comment',0,0),(8,296,'litora','RIUgZo4TkK@hotmail.com','https://newwavefoods.com/','179.43.191.19','2025-02-21 06:23:29','2025-02-21 06:23:29','whiGMXjLpDx',0,'0','TheSafeInternetSearch','comment',0,0),(9,296,'porttitor','uzZue6AvUG@hotmail.com','https://newwavefoods.com/','179.43.191.19','2025-02-21 06:27:29','2025-02-21 06:27:29','R57WNk0P0ka',0,'0','TheSafeInternetSearch','comment',0,0),(10,298,'brasswares','o0ximxBjvh@hotmail.com','https://newwavefoods.com/','179.43.191.19','2025-02-21 09:54:06','2025-02-21 09:54:06','8KemWG7b8dR',0,'0','TheSafeInternetSearch','comment',0,0),(11,288,'laugh','EWPrahQrre@hotmail.com','https://newwavefoods.com/','179.43.191.19','2025-02-21 11:25:00','2025-02-21 11:25:00','hCkvMHgdXPB',0,'0','TheSafeInternetSearch','comment',0,0),(12,301,'powfagged','ExesAPdevO@hotmail.com','https://newwavefoods.com/','179.43.191.19','2025-02-21 11:51:50','2025-02-21 11:51:50','H1wCUKQHWDh',0,'0','TheSafeInternetSearch','comment',0,0),(13,301,'Philip4111','Philip4111@gmail.com','','181.177.217.244','2025-04-16 04:38:48','2025-04-16 04:38:48','<a href=\"https://mazda-demio.ru/forums/index.php?autocom=gallery&req=si&img=6337\" rel=\"nofollow ugc\">https://mazda-demio.ru/forums/index.php?autocom=gallery&req=si&img=6337</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(14,288,'MyBlog','','http://mnbdaa.com','185.36.81.36','2025-08-14 14:11:32','2025-08-14 14:11:32','<strong>itstitle</strong>\n\nexcerptsa',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36','trackback',0,0),(15,301,'74bet9comlogin','admin@74bet9comlogin.com','https://74bet9comlogin.com','45.204.209.253','2025-11-29 14:16:08','2025-11-29 14:16:08','74bet9comlogin is the place to be, man. Straightforward login and games. Super easy! Head over to <a href=\'https://74bet9comlogin.com\' rel=\"nofollow ugc\">74bet9comlogin</a> to see what I\'m talking about.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36','comment',0,0),(16,296,'sprunki game','sprunkigame@sprunkig.com','https://sprunkig.com','43.163.97.207','2025-12-03 00:31:51','2025-12-03 00:31:51','The fusion of creativity and sound in <a href=\"https://sprunkig.com/sprunki-incredibox\" rel=\"nofollow ugc\">Sprunki Incredibox</a> is impressive. It\'s a brilliant evolution of Incredibox that invites both novices and pros to explore music in a fun, intuitive way.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(17,288,'sprunki game','sprunkigame@sprunkig.com','https://sprunkig.com','43.163.97.207','2025-12-03 00:32:10','2025-12-03 00:32:10','Great article! As a card table vet, I appreciate innovation-just like how <a href=\"https://sprunkig.com/sprunki-game\" rel=\"nofollow ugc\">Sprunki Game</a> elevates Incredibox with fresh beats and deeper creativity. Keep the strategy flowing!',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(18,293,'sprunki game','sprunkigame@sprunkig.com','https://sprunkig.com','43.163.97.207','2025-12-03 00:32:28','2025-12-03 00:32:28','Great article! It\'s fascinating how strategic thinking in poker mirrors creativity in music-both require timing and risk assessment. Check out <a href=\"https://sprunkig.com/\" rel=\"nofollow ugc\">Sprunki</a> for a unique blend of rhythm and innovation.',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(19,293,'ph987login','ph987login@ph987login.com','https://ph987login.com','143.58.144.105','2025-12-05 01:51:47','2025-12-05 01:51:47','Love how PH987 blends thrilling slots and live casino action with top-tier security. The <a href=\"https://ph987login.com\" rel=\"nofollow ugc\">ph978</a> login process is smooth, making every gaming session a breeze. Definitely a must-try for serious players!',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0','comment',0,0),(20,301,'vaobong88viva88','admin@vaobong88viva88.com','https://vaobong88viva88.com','45.194.35.68','2025-12-08 07:32:49','2025-12-08 07:32:49','Vaobong88viva88... Now that\'s a mouthful! Heard they got all the sports betting stuff. Odds seem competitive. Might toss a bet on the game tonight. Take a look: <a href=\'https://vaobong88viva88.com\' rel=\"nofollow ugc\">vaobong88viva88</a>',0,'0','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36','comment',0,0),(21,301,'jlljph','admin@jlljph.com','https://jlljph.com','156.245.246.155','2025-12-11 22:27:12','2025-12-11 22:27:12','Yo, guys! I\'m digging <a href=\'https://jlljph.com\' rel=\"nofollow ugc\">jlljph</a>! Seriously, the graphics are top-notch, and the payouts seem decent. Worth a look-see, for sure.',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(22,301,'acespuer','admin@acespuer.com','https://acespuer.com','45.204.209.253','2025-12-24 03:48:49','2025-12-24 03:48:49','Acespuer... never heard of it before. Gotta be honest. But I\'m always down to try somethin\' new. Anyone else playin\' here? What\'s the verdict? Go check it out: <a href=\'https://acespuer.com\' rel=\"nofollow ugc\">acespuer</a>',0,'0','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36','comment',0,0),(23,301,'play.hit 8.club','admin@hitclubgames8.com','https://hitclubgames8.com','156.245.246.112','2026-01-01 03:43:25','2026-01-01 03:43:25','Alright gamers, gave play.hit 8.club a spin. Honestly, the graphics are pretty slick! Gameplay is smooth too, worth checking out for a few rounds if you\'re bored. Head over to <a href=\'https://hitclubgames8.com\' rel=\"nofollow ugc\">play.hit 8.club</a>',0,'0','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36','comment',0,0),(24,301,'ketqua net 4','admin@ketquanet.info','https://ketquanet.info','69.165.67.63','2026-01-14 11:20:46','2026-01-14 11:20:46','Thinking about using ketqua net 4. Is it legit? Anyone else having good luck with it on here? Let me know what you think! <a href=\'https://ketquanet.info\' rel=\"nofollow ugc\">ketqua net 4</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.1892.1577 Mobile Safari/537.36','comment',0,0),(25,288,'dito777casino','admin@dito777casino.com','https://dito777casino.com','69.165.67.149','2026-01-18 21:15:48','2026-01-18 21:15:48','Been spinning some wheels at dito777casino and I\'m liking the variety. Worth a look if you\'re after some casino action. Give it a try at <a href=\'https://dito777casino.com\' rel=\"nofollow ugc\">dito777casino</a>.',0,'0','Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0','comment',0,0),(26,298,'jl18applogin','admin@jl18applogin.info','https://jl18applogin.info','45.204.209.185','2026-01-19 03:03:54','2026-01-19 03:03:54','Quick look at jl18applogin and the login process was surprisingly straightforward. I didn\'t struggle like on some others! Worth a moment if you\'re after something simple. Check it out now: <a href=\'https://jl18applogin.info\' rel=\"nofollow ugc\">jl18applogin</a>.',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(27,301,'bets10grubusiteleri','admin@bets10grubusiteleri.com','https://bets10grubusiteleri.com','69.165.67.17','2026-01-25 12:20:26','2026-01-25 12:20:26','Looking for reliable alternative sites for bets10grubusiteleri! Any good suggestions? Need something that\'s fast and secure. Can not wait to view. More at : <a href=\'https://bets10grubusiteleri.com\' rel=\"nofollow ugc\">bets10grubusiteleri</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1','comment',0,0),(28,288,'gojackpot88login','admin@gojackpot88login.com','https://gojackpot88login.com','69.165.67.172','2026-01-26 08:22:04','2026-01-26 08:22:04','Alright, gojackpot88login is pretty smooth. Logged in quick, played a few rounds, and no complaints. Website is easy to navigate, which is always a plus. Worth checking out at <a href=\'https://gojackpot88login.com\' rel=\"nofollow ugc\">gojackpot88login</a> if you\'re hunting for jackpots.',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.4 Mobile/15E148 Safari/604.1','comment',0,0),(29,301,'Callie523','Callie523@gmail.com','','139.162.16.232','2026-01-27 12:35:06','2026-01-27 12:35:06','<a href=\"https://shorturl.fm/7fFt2\" rel=\"nofollow ugc\">Promote our products and earn real money—apply today!</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(30,298,'maxgamingpro','admin@maxgamingpro.com','https://maxgamingpro.com','45.204.209.26','2026-01-28 02:49:19','2026-01-28 02:49:19','Hey I tested maxgamingpro some days ago. Its interface is excellent, easy as pie to play. I think you should try it at least once <a href=\'https://maxgamingpro.com\' rel=\"nofollow ugc\">maxgamingpro</a>.',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(31,296,'jljl551','admin@jljl551.net','https://jljl551.net','45.204.209.45','2026-02-03 17:50:47','2026-02-03 17:50:47','Hey guys, peep JLJL551. It seems like a decent platform overall. Navigation is pretty straightforward. Maybe you\'ll have some good luck there! You can find it here <a href=\'https://jljl551.net\' rel=\"nofollow ugc\">jljl551</a>.',0,'0','Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0','comment',0,0),(32,293,'gem79','admin@gem79.info','https://gem79.info','156.245.246.94','2026-02-04 07:30:54','2026-02-04 07:30:54','Gem79\'s got a certain charm to it. Kinda reminds me of the old school spots. Not gonna lie, I had some fun here. Give it a whirl, might surprise ya. <a href=\'https://gem79.info\' rel=\"nofollow ugc\">gem79</a>',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36','comment',0,0),(33,296,'arinaplusapps','admin@arinaplusapps.com','https://arinaplusapps.com','45.204.209.102','2026-02-07 01:32:18','2026-02-07 01:32:18','Been messing around with arinaplusapps, and I gotta say, some of these apps are pretty cool. If you\'re looking for something new to try, give it a shot: <a href=\'https://arinaplusapps.com\' rel=\"nofollow ugc\">arinaplusapps</a>',0,'0','Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36','comment',0,0),(34,288,'play go88x.bet','admin@go8game.com','https://go8game.com','69.165.68.231','2026-02-08 18:50:09','2026-02-08 18:50:09','Thinking about a round or two? If you\'re aiming for GO88X, tap in at this link and see if you can play go88x.bet. Head to <a href=\'https://go8game.com\' rel=\"nofollow ugc\">play go88x.bet</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(35,296,'gold365login','admin@gold365login.info','https://gold365login.info','45.204.209.63','2026-02-14 10:02:44','2026-02-14 10:02:44','Gold365login is a great option if you want a seamless login experience. No issues here. Log in now: <a href=\'https://gold365login.info\' rel=\"nofollow ugc\">gold365login</a>',0,'0','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36','comment',0,0),(36,296,'8betgamedownload','admin@8betgamedownload.com','https://8betgamedownload.com','69.165.67.161','2026-02-14 17:16:49','2026-02-14 17:16:49','8betgamedownload looks promising. Gonna download some games and see if they\'re legit. Fingers crossed! Get your games at <a href=\'https://8betgamedownload.com\' rel=\"nofollow ugc\">8betgamedownload</a>.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36','comment',0,0),(37,301,'porntude','helloboy1979@gmail.com','https://porntude.com/','124.248.73.231','2026-02-21 09:32:44','2026-02-21 09:32:44','A really good blog and me back again.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(38,296,'y9betapp','admin@y9betapp.com','https://y9betapp.com','69.165.67.28','2026-02-21 18:05:31','2026-02-21 18:05:31','Y9betapp, hey there! Looks like a decent place to try your luck. Hope the odds are in my favor! Check it out yourself: <a href=\'https://y9betapp.com\' rel=\"nofollow ugc\">y9betapp</a>',0,'0','Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36','comment',0,0),(39,288,'cassinoonlinebet','admin@cassinoonlinebet.net','https://cassinoonlinebet.net','156.245.246.16','2026-02-28 17:32:25','2026-02-28 17:32:25','Looking for a new online casino and stumbled upon cassinoonlinebet. The site looks slick. Anyone had any luck with them More at <a href=\'https://cassinoonlinebet.net\' rel=\"nofollow ugc\">cassinoonlinebet</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(40,301,'sportsbet bet','admin@sportingbe.net','https://sportingbe.net','156.245.246.6','2026-03-02 12:58:36','2026-03-02 12:58:36','Sportingbe.net for all your sportsbet bet needs. Simple as that. No messing about, just straight up betting. Give it a look! <a href=\'https://sportingbe.net\' rel=\"nofollow ugc\">sportsbet bet</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(41,296,'sv388 borneo303','admin@daftarsv388borneo303.com','https://daftarsv388borneo303.com','156.245.246.112','2026-03-02 18:59:04','2026-03-02 18:59:04','Borneo303 and SV388 are a perfect match. Smooth interface, reliable gameplay, and tons of options. My go-to for online cockfighting. Check them out for yourself: <a href=\'https://daftarsv388borneo303.com\' rel=\"nofollow ugc\">sv388 borneo303</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1','comment',0,0),(42,293,'hello world','','https://bejjsbbaewfjjkweff.com','159.255.39.37','2026-03-06 01:22:27','2026-03-06 01:22:27','<strong>hello world</strong>\n\nhello world',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 Edg/121.0.0.0','trackback',0,0),(43,301,'bong da.info','admin@bongvip.info','https://bongvip.info','156.245.246.168','2026-03-06 13:50:30','2026-03-06 13:50:30','Is \'bong da.info\' a legit soccer news source? How reliable are their articles? Looking for a good site for updates on <a href=\'https://bongvip.info\' rel=\"nofollow ugc\">bong da.info</a>.',0,'0','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36','comment',0,0),(44,301,'333985','333985@333985.com','https://333985.com/','23.95.128.135','2026-03-06 19:21:37','2026-03-06 19:21:37','每天都在战争,希望2026和平.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(45,288,'188be','admin@188be.org','https://188be.org','69.165.67.134','2026-03-08 16:41:50','2026-03-08 16:41:50','Been using 188be for a while now. Pretty standard stuff, decent selection of games and haven\'t had any major complaints. Give it a try: <a href=\'https://188be.org\' rel=\"nofollow ugc\">188be</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(46,301,'236bet1','admin@236bet1.info','https://236bet1.info','69.165.67.39','2026-03-10 09:25:26','2026-03-10 09:25:26','Been using 236bet1 for a while now and I\'ve had a good experience. Easy to navigate and generally pretty smooth sailing. Not bad at all <a href=\'https://236bet1.info\' rel=\"nofollow ugc\">236bet1</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1','comment',0,0),(47,288,'tringa','admin@tringalogin.com','https://tringalogin.com','69.165.67.22','2026-03-16 07:28:46','2026-03-16 07:28:46','Tringa? Yeah, I messed around with it for a bit. It\'s got a certain vibe, you know? Give it a look and see if it\'s your thing: <a href=\'https://tringalogin.com\' rel=\"nofollow ugc\">tringa</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(48,293,'jun88v','admin@jun88vvip.com','https://jun88vvip.com','156.245.246.131','2026-03-17 14:21:58','2026-03-17 14:21:58','Jun88v, eh? Always seein\' that name pop up. Gotta say, the interface is smooth and the games load fast. Worth checkin\' out IMO. <a href=\'https://jun88vvip.com\' rel=\"nofollow ugc\">jun88v</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36','comment',0,0),(49,301,'两性资源','sexinsexwebmaster@gmail.com','https://www.zuqiu.life/','103.149.93.160','2026-03-21 05:07:33','2026-03-21 05:07:33','看不懂但大受震撼',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(50,301,'porntude','porrnpics@gmail.com','https://porntude.com/','103.149.93.19','2026-03-22 21:27:45','2026-03-22 21:27:45','Very good i like it',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(51,288,'betboomcasino','admin@betboomcasino.info','https://betboomcasino.info','69.165.67.172','2026-03-28 23:41:39','2026-03-28 23:41:39','BetBoom Casino… never heard of it, but always up for a punt! Is it any good though? Anyone got any tips? Wish me luck! I’m logging in to check it out.<a href=\'https://betboomcasino.info\' rel=\"nofollow ugc\">betboomcasino</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36','comment',0,0),(52,296,'jiliaasia','admin@jiliaasia.com','https://jiliaasia.com','156.245.246.6','2026-04-03 01:48:58','2026-04-03 01:48:58','Jiliaasia\'s been popping up a lot. Gave it a try last night and had a good time. Nothing revolutionary, but solid and reliable. <a href=\'https://jiliaasia.com\' rel=\"nofollow ugc\">jiliaasia</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(53,298,'jljl55download','admin@jljl55download.com','https://jljl55download.com','69.165.67.39','2026-04-05 13:59:30','2026-04-05 13:59:30','Downloaded jljl55download the other day and it\'s slick, really. Runs smoothly on my phone and the games are entertaining. Recommend if you\'re looking for an app version of your favorite games, or just visiting <a href=\'https://jljl55download.com\' rel=\"nofollow ugc\">jljl55download</a>.',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(54,301,'333985.com','333985@gmail.com','http://333985.com/','107.175.75.13','2026-04-06 07:10:23','2026-04-06 07:10:23','What happend i dont know',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(55,301,'pg888pg88','admin@pg888pg88.com','https://pg888pg88.com','69.165.67.174','2026-04-06 15:43:07','2026-04-06 15:43:07','Gave pg888pg88 a whirl last night. The interface is pretty user friendly; easy to find what you\'re looking for. So yeah, check out <a href=\'https://pg888pg88.com\' rel=\"nofollow ugc\">pg888pg88</a>!',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.78 Mobile/15E148 Safari/604.1','comment',0,0),(56,296,'wc777game','admin@wc777game.info','https://wc777game.info','69.165.67.149','2026-04-06 15:47:08','2026-04-06 15:47:08','wc777game seems to be on point, it\'s the place where I can have fun anytime I want. Check out their website, it has a lot to offer so that everyone can find exactly their game there <a href=\'https://wc777game.info\' rel=\"nofollow ugc\">wc777game</a>.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0','comment',0,0),(57,301,'porntude','mypaypornsites@gmail.com','https://porntude.com/','103.149.93.68','2026-04-06 22:23:59','2026-04-06 22:23:59','wish you all the best',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(58,301,'每日AI工具导航','contact@993899.com','https://www.993899.com/','120.48.93.232','2026-04-07 15:55:55','2026-04-07 15:55:55','每日AI工具导航',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(59,301,'333985','helloboy1979@gmail.com','https://333985.com/','103.149.93.68','2026-04-08 23:00:16','2026-04-08 23:00:16','Mass comment blasting: $10 for 100k comments. All from unique blog domains, zero duplicates. I will provide a full report and guarantee Ahrefs picks them up. Email mailto:helloboy1979@gmail.com for payment info.If you received this, you know Ive got the skills.',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(60,301,'brapub casino','admin@brapub.info','https://brapub.info','69.165.67.63','2026-04-10 04:13:11','2026-04-10 04:13:11','Brapub casino? Yeah, I\'ve spun the reels a bit. The casino games are what you\'d expect. Nothing groundbreaking, but fun to pass the time. Give it a shot if you\'re looking for a quick gamble. <a href=\'https://brapub.info\' rel=\"nofollow ugc\">brapub casino</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/131.0.6778.154 Mobile/15E148 Safari/604.1','comment',0,0),(61,298,'max88bet','admin@max88bet.info','https://max88bet.info','69.165.67.17','2026-04-15 09:04:17','2026-04-15 09:04:17','Alright folks, trying my luck with max88bet! Heard some good things, hope it lives up to the hype. Wish me luck! Check it out here: <a href=\'https://max88bet.info\' rel=\"nofollow ugc\">max88bet</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(62,301,'333985','yhjt154@gmail.com','https://333985.com/','103.149.93.68','2026-04-15 12:17:17','2026-04-15 12:17:17','wish you best and best',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(63,301,'啪啪导航','yhjt154@gmail.com','https://www.papadaohang.top/','38.76.214.140','2026-04-16 16:18:17','2026-04-16 16:18:17','色即是空,空即是色',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(64,298,'g6betcom','admin@g6betcom.info','https://g6betcom.info','69.165.67.39','2026-04-16 22:57:33','2026-04-16 22:57:33','G6betcom? Is that the new kid on the block? Lots of choices these days!. Gonna give it a go myself <a href=\'https://g6betcom.info\' rel=\"nofollow ugc\">g6betcom</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_4_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.83 Mobile/15E148 Safari/604.1','comment',0,0),(65,298,'idpc777','admin@idpc777.com','https://idpc777.com','156.245.246.154','2026-04-18 23:43:10','2026-04-18 23:43:10','Alright folks, let me tell ya, I\'ve been giving idpc777 a whirl and honestly, it\'s not too shabby! Easy to navigate and the games are pretty fun. Give <a href=\'https://idpc777.com\' rel=\"nofollow ugc\">idpc777</a> a shot, you might just find your new favorite spot!',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1','comment',0,0),(66,293,'winhqslot','admin@winhqslot.com','https://winhqslot.com','69.165.67.147','2026-04-19 17:53:45','2026-04-19 17:53:45','Yo, just spent some time on winhqslot. Really digging the slots they\'ve got. Good graphics and the payouts seem decent. Give it a spin and see what you think! Go explore what I said: <a href=\'https://winhqslot.com\' rel=\"nofollow ugc\">winhqslot</a>',0,'0','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36','comment',0,0),(67,293,'mnl63 register','admin@mnl63app.com','https://mnl63app.com','156.245.246.6','2026-04-22 09:30:59','2026-04-22 09:30:59','Just registered on MNL63. Registration was quick and painless. Hope the games are just as good! Quick and easy: <a href=\'https://mnl63app.com\' rel=\"nofollow ugc\">mnl63 register</a>',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0','comment',0,0),(68,301,'porntude','mypaypornsites@gmail.com','https://porntude.com/','107.175.75.13','2026-04-24 06:36:31','2026-04-24 06:36:31','So dive in, have fun',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(69,301,'lucky bet','admin@luckybetbrasil.com','https://luckybetbrasil.com','69.165.67.17','2026-04-24 20:21:43','2026-04-24 20:21:43','Fiz uma <a href=\'https://luckybetbrasil.com\' rel=\"nofollow ugc\">lucky bet</a> e ganhei! Que sorte! Vou continuar apostando aqui, com certeza.',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(70,301,'333985','333985@gmail.com','https://333985.com/','38.76.214.140','2026-04-28 10:54:43','2026-04-28 10:54:43','无话可说,只是看看',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(71,288,'okbetapp','admin@okbetapp.pha','https://okbetapp.pha','69.165.72.57','2026-05-01 05:35:16','2026-05-01 05:35:16','OkBetApp is da best for sports betting and casino games. I always bet here! Always looking forward to more panalo! Try your luck: <a href=\'https://okbetapp.pha\' rel=\"nofollow ugc\">okbetapp</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(72,296,'cobets','admin@cobets.org','https://cobets.org','156.245.246.154','2026-05-27 14:58:43','2026-05-27 14:58:43','I\'ve been looking for a reliable spot like this for a while. The interface is super smooth and the payouts are actually fast. Highly recommend giving <a href=\'https://cobets.org\' rel=\"nofollow ugc\">cobets</a> a try if you love gaming!',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(73,296,'wow88malaysia','admin@wow88malaysia.org','https://wow88malaysia.org','69.165.67.176','2026-06-03 12:15:26','2026-06-03 12:15:26','The best gaming platform I have tried in Malaysia so far. The local payment options make it so convenient to top up and start playing without any hassle.',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(74,301,'PornTude','mypaypornsites@gmail.com','https://porntude.com/','69.12.64.48','2026-06-10 05:13:40','2026-06-10 05:13:40','All the best',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(75,298,'bunga189login','admin@bunga189login.com','https://bunga189login.com','69.165.67.176','2026-06-13 01:04:45','2026-06-13 01:04:45','The login process is seamless and the site loads incredibly fast. No lags at all which is exactly what I need. Great job <a href=\'https://bunga189login.com\' rel=\"nofollow ugc\">bunga189login</a>.',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(76,301,'333985.com','info@bvamail.com','https://333985.com/','69.12.64.48','2026-06-18 04:32:38','2026-06-18 04:32:38','Enjoy every single day',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(77,293,'npbigbigcash','admin@npbigbigcash.com','https://npbigbigcash.com','156.245.246.131','2026-06-25 06:42:49','2026-06-25 06:42:49','If you are looking for a place where you can actually win and get your money without a headache, this is it. Big shoutout to <a href=\'https://npbigbigcash.com\' rel=\"nofollow ugc\">npbigbigcash</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0),(78,301,'Pornip','admin@theporndude.com','https://pornip.com/','115.239.222.39','2026-06-27 07:56:03','2026-06-27 07:56:03','Wish you happiness',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(79,301,'333985','cs@wbhelps.com','https://333985.com/','120.48.93.232','2026-06-29 12:20:48','2026-06-29 12:20:48','yahoo,im go',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36','comment',0,0),(80,301,'Porn IP','danielastatton@gmail.com','https://pornip.com/','103.149.93.26','2026-07-04 11:37:52','2026-07-04 11:37:52','Every day is a new beginning',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/533.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36','comment',0,0),(81,301,'Porn Pics','localxlistbusiness@gmail.com','https://pornip.com/','103.149.93.26','2026-07-11 11:25:29','2026-07-11 11:25:29','Hahahaha You are so good',0,'0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/533.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36','comment',0,0),(82,301,'vn888q','admin@vn888q.net','https://vn888q.net','69.165.75.221','2026-07-13 21:35:44','2026-07-13 21:35:44','I am quite picky about where I play but this site delivers on all fronts. The promotions are generous and the gameplay is very fair. Cheers! <a href=\'https://vn888q.net\' rel=\"nofollow ugc\">vn888q</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/135.0.7049.53 Mobile/15E148 Safari/604.1','comment',0,0),(83,301,'jiliddcasino','admin@jiliddcasino.ph','https://jiliddcasino.ph','69.165.72.57','2026-07-21 19:40:49','2026-07-21 19:40:49','The game variety here is insane. I\'ve been playing for a week and the payouts are actually fair. Best spot for slots right now! <a href=\'https://jiliddcasino.ph\' rel=\"nofollow ugc\">jiliddcasino</a>',0,'0','Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Mobile/15E148 Safari/604.1','comment',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_events` -- DROP TABLE IF EXISTS `wp_e_events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_e_events` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `event_data` text DEFAULT NULL, `created_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `created_at_index` (`created_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_events` -- LOCK TABLES `wp_e_events` WRITE; /*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_notes` -- DROP TABLE IF EXISTS `wp_e_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_e_notes` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `route_url` text DEFAULT NULL COMMENT 'Clean url where the note was created.', `route_title` varchar(255) DEFAULT NULL, `route_post_id` bigint(20) unsigned DEFAULT NULL COMMENT 'The post id of the route that the note was created on.', `post_id` bigint(20) unsigned DEFAULT NULL, `element_id` varchar(60) DEFAULT NULL COMMENT 'The Elementor element ID the note is attached to.', `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0, `author_id` bigint(20) unsigned DEFAULT NULL, `author_display_name` varchar(250) DEFAULT NULL COMMENT 'Save the author name when the author was deleted.', `status` varchar(20) NOT NULL DEFAULT 'publish', `position` text DEFAULT NULL COMMENT 'A JSON string that represents the position of the note inside the element in percentages. e.g. {x:10, y:15}', `content` longtext DEFAULT NULL, `is_resolved` tinyint(1) NOT NULL DEFAULT 0, `is_public` tinyint(1) NOT NULL DEFAULT 1, `last_activity_at` datetime DEFAULT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `route_url_index` (`route_url`(191)), KEY `post_id_index` (`post_id`), KEY `element_id_index` (`element_id`), KEY `parent_id_index` (`parent_id`), KEY `author_id_index` (`author_id`), KEY `status_index` (`status`), KEY `is_resolved_index` (`is_resolved`), KEY `is_public_index` (`is_public`), KEY `created_at_index` (`created_at`), KEY `updated_at_index` (`updated_at`), KEY `last_activity_at_index` (`last_activity_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_notes` -- LOCK TABLES `wp_e_notes` WRITE; /*!40000 ALTER TABLE `wp_e_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_notes_users_relations` -- DROP TABLE IF EXISTS `wp_e_notes_users_relations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_e_notes_users_relations` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(60) NOT NULL COMMENT 'The relation type between user and note (e.g mention, watch, read).', `note_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `type_index` (`type`), KEY `note_id_index` (`note_id`), KEY `user_id_index` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_notes_users_relations` -- LOCK TABLES `wp_e_notes_users_relations` WRITE; /*!40000 ALTER TABLE `wp_e_notes_users_relations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_notes_users_relations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_submissions` -- DROP TABLE IF EXISTS `wp_e_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_e_submissions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` varchar(60) DEFAULT NULL, `hash_id` varchar(60) NOT NULL, `main_meta_id` bigint(20) unsigned NOT NULL COMMENT 'Id of main field. to represent the main meta field', `post_id` bigint(20) unsigned NOT NULL, `referer` varchar(500) NOT NULL, `referer_title` varchar(300) DEFAULT NULL, `element_id` varchar(20) NOT NULL, `form_name` varchar(60) NOT NULL, `campaign_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip` varchar(46) NOT NULL, `user_agent` text NOT NULL, `actions_count` int(11) DEFAULT 0, `actions_succeeded_count` int(11) DEFAULT 0, `status` varchar(20) NOT NULL, `is_read` tinyint(1) NOT NULL DEFAULT 0, `meta` text DEFAULT NULL, `created_at_gmt` datetime NOT NULL, `updated_at_gmt` datetime NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `hash_id_unique_index` (`hash_id`), KEY `main_meta_id_index` (`main_meta_id`), KEY `hash_id_index` (`hash_id`), KEY `type_index` (`type`), KEY `post_id_index` (`post_id`), KEY `element_id_index` (`element_id`), KEY `campaign_id_index` (`campaign_id`), KEY `user_id_index` (`user_id`), KEY `user_ip_index` (`user_ip`), KEY `status_index` (`status`), KEY `is_read_index` (`is_read`), KEY `created_at_gmt_index` (`created_at_gmt`), KEY `updated_at_gmt_index` (`updated_at_gmt`), KEY `created_at_index` (`created_at`), KEY `updated_at_index` (`updated_at`), KEY `referer_index` (`referer`(191)), KEY `referer_title_index` (`referer_title`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_submissions` -- LOCK TABLES `wp_e_submissions` WRITE; /*!40000 ALTER TABLE `wp_e_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_submissions_actions_log` -- DROP TABLE IF EXISTS `wp_e_submissions_actions_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_e_submissions_actions_log` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `submission_id` bigint(20) unsigned NOT NULL, `action_name` varchar(60) NOT NULL, `action_label` varchar(60) DEFAULT NULL, `status` varchar(20) NOT NULL, `log` text DEFAULT NULL, `created_at_gmt` datetime NOT NULL, `updated_at_gmt` datetime NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL, PRIMARY KEY (`id`), KEY `submission_id_index` (`submission_id`), KEY `action_name_index` (`action_name`), KEY `status_index` (`status`), KEY `created_at_gmt_index` (`created_at_gmt`), KEY `updated_at_gmt_index` (`updated_at_gmt`), KEY `created_at_index` (`created_at`), KEY `updated_at_index` (`updated_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_submissions_actions_log` -- LOCK TABLES `wp_e_submissions_actions_log` WRITE; /*!40000 ALTER TABLE `wp_e_submissions_actions_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_submissions_actions_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_e_submissions_values` -- DROP TABLE IF EXISTS `wp_e_submissions_values`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_e_submissions_values` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `submission_id` bigint(20) unsigned NOT NULL DEFAULT 0, `key` varchar(60) DEFAULT NULL, `value` longtext DEFAULT NULL, PRIMARY KEY (`id`), KEY `submission_id_index` (`submission_id`), KEY `key_index` (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_e_submissions_values` -- LOCK TABLES `wp_e_submissions_values` WRITE; /*!40000 ALTER TABLE `wp_e_submissions_values` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_e_submissions_values` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ff_scheduled_actions` -- DROP TABLE IF EXISTS `wp_ff_scheduled_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_ff_scheduled_actions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `action` varchar(255) DEFAULT NULL, `form_id` bigint(20) unsigned DEFAULT NULL, `origin_id` bigint(20) unsigned DEFAULT NULL, `feed_id` bigint(20) unsigned DEFAULT NULL, `type` varchar(255) DEFAULT 'submission_action', `status` varchar(255) DEFAULT NULL, `data` longtext DEFAULT NULL, `note` tinytext DEFAULT NULL, `retry_count` int(10) unsigned DEFAULT 0, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_ff_scheduled_actions` -- LOCK TABLES `wp_ff_scheduled_actions` WRITE; /*!40000 ALTER TABLE `wp_ff_scheduled_actions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ff_scheduled_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fluentform_entry_details` -- DROP TABLE IF EXISTS `wp_fluentform_entry_details`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fluentform_entry_details` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` bigint(20) unsigned DEFAULT NULL, `submission_id` bigint(20) unsigned DEFAULT NULL, `field_name` varchar(255) DEFAULT NULL, `sub_field_name` varchar(255) DEFAULT NULL, `field_value` longtext DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fluentform_entry_details` -- LOCK TABLES `wp_fluentform_entry_details` WRITE; /*!40000 ALTER TABLE `wp_fluentform_entry_details` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fluentform_entry_details` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fluentform_form_analytics` -- DROP TABLE IF EXISTS `wp_fluentform_form_analytics`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fluentform_form_analytics` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `form_id` int(10) unsigned DEFAULT NULL, `user_id` int(10) unsigned DEFAULT NULL, `source_url` varchar(255) NOT NULL, `platform` char(30) DEFAULT NULL, `browser` char(30) DEFAULT NULL, `city` varchar(100) DEFAULT NULL, `country` varchar(100) DEFAULT NULL, `ip` char(15) DEFAULT NULL, `count` int(11) DEFAULT 1, `created_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fluentform_form_analytics` -- LOCK TABLES `wp_fluentform_form_analytics` WRITE; /*!40000 ALTER TABLE `wp_fluentform_form_analytics` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fluentform_form_analytics` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fluentform_form_meta` -- DROP TABLE IF EXISTS `wp_fluentform_form_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fluentform_form_meta` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `form_id` int(10) unsigned DEFAULT NULL, `meta_key` varchar(255) NOT NULL, `value` longtext DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fluentform_form_meta` -- LOCK TABLES `wp_fluentform_form_meta` WRITE; /*!40000 ALTER TABLE `wp_fluentform_form_meta` DISABLE KEYS */; INSERT INTO `wp_fluentform_form_meta` VALUES (1,1,'template_name','basic_contact_form'),(2,1,'formSettings','{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"selectedDays\":[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\",\"Sunday\"],\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\",\"asteriskPlacement\":\"asterisk-right\"},\"delete_entry_on_submission\":\"no\",\"appendSurveyResult\":{\"enabled\":false,\"showLabel\":false,\"showCount\":false}}'),(3,1,'advancedValidationSettings','{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":\"\",\"operator\":\"=\",\"value\":\"\"}],\"error_message\":\"\",\"validation_type\":\"fail_on_condition_met\"}'),(4,1,'double_optin_settings','{\"status\":\"no\",\"confirmation_message\":\"Please check your email inbox to confirm this submission\",\"email_body_type\":\"global\",\"email_subject\":\"Please confirm your form submission\",\"email_body\":\"<h2>Please Confirm Your Submission</h2><p> </p><p style=\"text-align: center;\"><a style=\"color: #ffffff; background-color: #454545; font-size: 16px; border-radius: 5px; text-decoration: none; font-weight: normal; font-style: normal; padding: 0.8rem 1rem; border-color: #0072ff;\" href=\"#confirmation_url#\">Confirm Submission</a></p><p> </p><p>If you received this email by mistake, simply delete it. Your form submission won\'t proceed if you don\'t click the confirmation link above.</p>\",\"email_field\":\"\",\"skip_if_logged_in\":\"yes\",\"skip_if_fc_subscribed\":\"no\"}'),(5,2,'template_name','inline_subscription'),(6,2,'formSettings','{\"confirmation\":{\"redirectTo\":\"samePage\",\"messageToShow\":\"Thank you for your message. We will get in touch with you shortly\",\"customPage\":null,\"samePageFormBehavior\":\"hide_form\",\"customUrl\":null},\"restrictions\":{\"limitNumberOfEntries\":{\"enabled\":false,\"numberOfEntries\":null,\"period\":\"total\",\"limitReachedMsg\":\"Maximum number of entries exceeded.\"},\"scheduleForm\":{\"enabled\":false,\"start\":null,\"end\":null,\"pendingMsg\":\"Form submission is not started yet.\",\"expiredMsg\":\"Form submission is now closed.\"},\"requireLogin\":{\"enabled\":false,\"requireLoginMsg\":\"You must be logged in to submit the form.\"},\"denyEmptySubmission\":{\"enabled\":false,\"message\":\"Sorry, you cannot submit an empty form. Let\'s hear what you wanna say.\"}},\"layout\":{\"labelPlacement\":\"top\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"asteriskPlacement\":\"asterisk-right\"}}'),(7,2,'notifications','{\"name\":\"Admin Notification Email\",\"sendTo\":{\"type\":\"email\",\"email\":\"{wp.admin_email}\",\"field\":\"email\",\"routing\":[{\"email\":null,\"field\":null,\"operator\":\"=\",\"value\":null}]},\"fromName\":\"\",\"fromEmail\":\"\",\"replyTo\":\"\",\"bcc\":\"\",\"subject\":\"[{inputs.names}] New Form Submission\",\"message\":\"<p>{all_data}<\\/p> <p>This form submitted at: {embed_post.permalink}<\\/p>\",\"conditionals\":{\"status\":false,\"type\":\"all\",\"conditions\":[{\"field\":null,\"operator\":\"=\",\"value\":null}]},\"enabled\":false,\"email_template\":\"\"}'),(8,2,'step_data_persistency_status','no'),(9,2,'_primary_email_field','email'); /*!40000 ALTER TABLE `wp_fluentform_form_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fluentform_forms` -- DROP TABLE IF EXISTS `wp_fluentform_forms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fluentform_forms` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `status` varchar(45) DEFAULT 'Draft', `appearance_settings` text DEFAULT NULL, `form_fields` longtext DEFAULT NULL, `has_payment` tinyint(1) NOT NULL DEFAULT 0, `type` varchar(45) DEFAULT NULL, `conditions` text DEFAULT NULL, `created_by` int(11) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fluentform_forms` -- LOCK TABLES `wp_fluentform_forms` WRITE; /*!40000 ALTER TABLE `wp_fluentform_forms` DISABLE KEYS */; INSERT INTO `wp_fluentform_forms` VALUES (1,'Contact Form Demo','published',NULL,'{\"fields\":[{\"index\":0,\"element\":\"input_name\",\"attributes\":{\"name\":\"names\",\"data-type\":\"name-element\"},\"settings\":{\"container_class\":\"\",\"admin_field_label\":\"Name\",\"conditional_logics\":[]},\"fields\":{\"first_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"first_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"First Name\"},\"settings\":{\"container_class\":\"\",\"label\":\"First Name\",\"help_message\":\"\",\"visible\":true,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"middle_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"middle_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Middle Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":false,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}},\"last_name\":{\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"last_name\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Last Name\",\"required\":false},\"settings\":{\"container_class\":\"\",\"label\":\"Last Name\",\"help_message\":\"\",\"error_message\":\"\",\"visible\":true,\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":[]},\"editor_options\":{\"template\":\"inputText\"}}},\"editor_options\":{\"title\":\"Name Fields\",\"element\":\"name-fields\",\"icon_class\":\"ff-edit-name\",\"template\":\"nameFields\"},\"uniqElKey\":\"el_1570866006692\"},{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Email Address\"},\"settings\":{\"container_class\":\"\",\"label\":\"Email\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"conditional_logics\":[]},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"ff-edit-email\",\"template\":\"inputText\"},\"uniqElKey\":\"el_1570866012914\"},{\"index\":2,\"element\":\"input_text\",\"attributes\":{\"type\":\"text\",\"name\":\"subject\",\"value\":\"\",\"class\":\"\",\"placeholder\":\"Subject\"},\"settings\":{\"container_class\":\"\",\"label\":\"Subject\",\"label_placement\":\"\",\"admin_field_label\":\"Subject\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":false,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Simple Text\",\"icon_class\":\"ff-edit-text\",\"template\":\"inputText\"},\"uniqElKey\":\"el_1570878958648\"},{\"index\":3,\"element\":\"textarea\",\"attributes\":{\"name\":\"message\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Your Message\",\"rows\":4,\"cols\":2},\"settings\":{\"container_class\":\"\",\"label\":\"Your Message\",\"admin_field_label\":\"\",\"label_placement\":\"\",\"help_message\":\"\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"}},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Text Area\",\"icon_class\":\"ff-edit-textarea\",\"template\":\"inputTextarea\"},\"uniqElKey\":\"el_1570879001207\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#1a7efb\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Submit Form\",\"img_url\":\"\"}},\"editor_options\":{\"title\":\"Submit Button\"}}}',0,'',NULL,2,'2024-01-17 22:14:10','2024-01-17 22:14:10'),(2,'Subscription Form','published',NULL,'{\"fields\":[{\"index\":1,\"element\":\"container\",\"attributes\":[],\"settings\":{\"container_class\":\"\",\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"columns\":[{\"fields\":[{\"index\":1,\"element\":\"input_email\",\"attributes\":{\"type\":\"email\",\"name\":\"email\",\"value\":\"\",\"id\":\"\",\"class\":\"\",\"placeholder\":\"Your Email Address\"},\"settings\":{\"container_class\":\"\",\"label\":\"\",\"label_placement\":\"\",\"help_message\":\"\",\"admin_field_label\":\"Email\",\"validation_rules\":{\"required\":{\"value\":true,\"message\":\"This field is required\"},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\"}},\"conditional_logics\":[],\"is_unique\":\"no\",\"unique_validation_message\":\"Email address need to be unique.\"},\"editor_options\":{\"title\":\"Email Address\",\"icon_class\":\"ff-edit-email\",\"template\":\"inputText\"},\"uniqElKey\":\"el_16231279686950.8779857923682932\"}]},{\"fields\":[{\"index\":15,\"element\":\"custom_submit_button\",\"attributes\":{\"class\":\"\",\"type\":\"submit\"},\"settings\":{\"button_style\":\"\",\"button_size\":\"md\",\"align\":\"left\",\"container_class\":\"\",\"current_state\":\"normal_styles\",\"background_color\":\"\",\"color\":\"\",\"hover_styles\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#1a7efb\",\"color\":\"#1a7efb\",\"borderRadius\":\"\",\"minWidth\":\"100%\"},\"normal_styles\":{\"backgroundColor\":\"#1a7efb\",\"borderColor\":\"#1a7efb\",\"color\":\"#ffffff\",\"borderRadius\":\"\",\"minWidth\":\"100%\"},\"button_ui\":{\"text\":\"Subscribe\",\"type\":\"default\",\"img_url\":\"\"},\"conditional_logics\":{\"type\":\"any\",\"status\":false,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}]}},\"editor_options\":{\"title\":\"Custom Submit Button\",\"icon_class\":\"dashicons dashicons-arrow-right-alt\",\"template\":\"customButton\"},\"uniqElKey\":\"el_16231279798380.5947400167493171\"}]}],\"editor_options\":{\"title\":\"Two Column Container\",\"icon_class\":\"ff-edit-column-2\"},\"uniqElKey\":\"el_16231279284710.40955091024524304\"}],\"submitButton\":{\"uniqElKey\":\"el_1524065200616\",\"element\":\"button\",\"attributes\":{\"type\":\"submit\",\"class\":\"\"},\"settings\":{\"align\":\"left\",\"button_style\":\"default\",\"container_class\":\"\",\"help_message\":\"\",\"background_color\":\"#1a7efb\",\"button_size\":\"md\",\"color\":\"#ffffff\",\"button_ui\":{\"type\":\"default\",\"text\":\"Subscribe\",\"img_url\":\"\"}},\"editor_options\":{\"title\":\"Submit Button\"}}}',0,'form',NULL,2,'2024-01-17 22:14:10','2024-01-17 22:14:10'); /*!40000 ALTER TABLE `wp_fluentform_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fluentform_logs` -- DROP TABLE IF EXISTS `wp_fluentform_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fluentform_logs` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `parent_source_id` int(10) unsigned DEFAULT NULL, `source_type` varchar(255) DEFAULT NULL, `source_id` int(10) unsigned DEFAULT NULL, `component` varchar(255) DEFAULT NULL, `status` char(30) DEFAULT NULL, `title` varchar(255) NOT NULL, `description` longtext DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fluentform_logs` -- LOCK TABLES `wp_fluentform_logs` WRITE; /*!40000 ALTER TABLE `wp_fluentform_logs` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fluentform_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fluentform_submission_meta` -- DROP TABLE IF EXISTS `wp_fluentform_submission_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fluentform_submission_meta` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `response_id` bigint(20) unsigned DEFAULT NULL, `form_id` int(10) unsigned DEFAULT NULL, `meta_key` varchar(45) DEFAULT NULL, `value` longtext DEFAULT NULL, `status` varchar(45) DEFAULT NULL, `user_id` int(10) unsigned DEFAULT NULL, `name` varchar(45) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fluentform_submission_meta` -- LOCK TABLES `wp_fluentform_submission_meta` WRITE; /*!40000 ALTER TABLE `wp_fluentform_submission_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fluentform_submission_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_fluentform_submissions` -- DROP TABLE IF EXISTS `wp_fluentform_submissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_fluentform_submissions` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` int(10) unsigned DEFAULT NULL, `serial_number` int(10) unsigned DEFAULT NULL, `response` longtext DEFAULT NULL, `source_url` varchar(255) DEFAULT NULL, `user_id` int(10) unsigned DEFAULT NULL, `status` varchar(45) DEFAULT 'unread' COMMENT 'possible values: read, unread, trashed', `is_favourite` tinyint(1) NOT NULL DEFAULT 0, `browser` varchar(45) DEFAULT NULL, `device` varchar(45) DEFAULT NULL, `ip` varchar(45) DEFAULT NULL, `city` varchar(45) DEFAULT NULL, `country` varchar(45) DEFAULT NULL, `payment_status` varchar(45) DEFAULT NULL, `payment_method` varchar(45) DEFAULT NULL, `payment_type` varchar(45) DEFAULT NULL, `currency` varchar(45) DEFAULT NULL, `payment_total` float DEFAULT NULL, `total_paid` float DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_fluentform_submissions` -- LOCK TABLES `wp_fluentform_submissions` WRITE; /*!40000 ALTER TABLE `wp_fluentform_submissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_fluentform_submissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_hfcm_scripts` -- DROP TABLE IF EXISTS `wp_hfcm_scripts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_hfcm_scripts` ( `script_id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(100) DEFAULT NULL, `snippet` longtext DEFAULT NULL, `snippet_type` enum('html','js','css') DEFAULT 'html', `device_type` enum('mobile','desktop','both') DEFAULT 'both', `location` varchar(100) NOT NULL, `display_on` enum('All','s_pages','s_posts','s_categories','s_custom_posts','s_tags','s_is_home','s_is_search','s_is_archive','latest_posts','manual') NOT NULL DEFAULT 'All', `lp_count` int(10) DEFAULT NULL, `s_pages` mediumtext DEFAULT NULL, `ex_pages` mediumtext DEFAULT NULL, `s_posts` mediumtext DEFAULT NULL, `ex_posts` mediumtext DEFAULT NULL, `s_custom_posts` varchar(300) DEFAULT NULL, `s_categories` varchar(300) DEFAULT NULL, `s_tags` varchar(300) DEFAULT NULL, `spt_display_on` enum('both','posts','archives') NOT NULL DEFAULT 'both', `status` enum('active','inactive') NOT NULL DEFAULT 'active', `created_by` varchar(300) DEFAULT NULL, `last_modified_by` varchar(300) DEFAULT NULL, `created` datetime DEFAULT NULL, `last_revision_date` datetime DEFAULT NULL, PRIMARY KEY (`script_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_hfcm_scripts` -- LOCK TABLES `wp_hfcm_scripts` WRITE; /*!40000 ALTER TABLE `wp_hfcm_scripts` DISABLE KEYS */; INSERT INTO `wp_hfcm_scripts` VALUES (1,'','<!-- 810c56620c60e1cd2fd42d96fa48e6fd -->','html','both','footer','All',5,'[]','[]','[]','[]','[]','[]','[]','both','active','wp_update-1723206021',NULL,'2024-08-10 12:19:48',NULL),(2,'','','html','both','footer','All',5,'[]','[]','[]','[]','[]','[]','[]','both','active','wp_update-1723206021','wp_update-1723206021','2024-08-10 12:19:53','2025-01-24 14:51:39'); /*!40000 ALTER TABLE `wp_hfcm_scripts` 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) NOT NULL DEFAULT '', `link_name` varchar(255) NOT NULL DEFAULT '', `link_image` varchar(255) NOT NULL DEFAULT '', `link_target` varchar(25) NOT NULL DEFAULT '', `link_description` varchar(255) NOT NULL DEFAULT '', `link_visible` varchar(20) NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL DEFAULT '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_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) NOT NULL DEFAULT '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=157311 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','https://redlightinflammation.com','yes'),(2,'home','https://redlightinflammation.com','yes'),(3,'blogname','Red Light Inflammation','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','wp@dxpsites.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:147:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:15:\"locations\\.kml$\";s:27:\"index.php?sitemap=locations\";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:32:\"category/(.+?)/schema-preview/?$\";s:57:\"index.php?category=$matches[1]&schema-preview=$matches[3]\";s:27:\"tag/(.+?)/schema-preview/?$\";s:57:\"index.php?post_tag=$matches[1]&schema-preview=$matches[3]\";s:28:\"type/(.+?)/schema-preview/?$\";s:60:\"index.php?post_format=$matches[1]&schema-preview=$matches[3]\";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: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: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:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/([^/]+)/schema-preview(/(.*))?/?$\";s:67:\"index.php?e-floating-buttons=$matches[1]&schema-preview=$matches[3]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:47:\"elementor_component/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"elementor_component/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"elementor_component/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"elementor_component/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"elementor_component/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"elementor_component/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"elementor_component/([^/]+)/embed/?$\";s:52:\"index.php?elementor_component=$matches[1]&embed=true\";s:40:\"elementor_component/([^/]+)/trackback/?$\";s:46:\"index.php?elementor_component=$matches[1]&tb=1\";s:48:\"elementor_component/([^/]+)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementor_component=$matches[1]&paged=$matches[2]\";s:55:\"elementor_component/([^/]+)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementor_component=$matches[1]&cpage=$matches[2]\";s:53:\"elementor_component/([^/]+)/schema-preview(/(.*))?/?$\";s:68:\"index.php?elementor_component=$matches[1]&schema-preview=$matches[3]\";s:44:\"elementor_component/([^/]+)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementor_component=$matches[1]&page=$matches[2]\";s:36:\"elementor_component/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"elementor_component/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"elementor_component/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"elementor_component/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"elementor_component/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"elementor_component/[^/]+/([^/]+)/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:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=75&cpage=$matches[1]\";s:25:\"schema-preview(/(.*))?/?$\";s:37:\"index.php?&schema-preview=$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: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: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: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: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: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:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:70:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/schema-preview(/(.*))?/?$\";s:107:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&schema-preview=$matches[6]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/schema-preview(/(.*))?/?$\";s:90:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&schema-preview=$matches[5]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:49:\"([0-9]{4})/([0-9]{1,2})/schema-preview(/(.*))?/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&schema-preview=$matches[4]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:36:\"([0-9]{4})/schema-preview(/(.*))?/?$\";s:53:\"index.php?year=$matches[1]&schema-preview=$matches[3]\";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:33:\"(.?.+?)/schema-preview(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&schema-preview=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:18:{i:0;s:27:\"astra-addon/astra-addon.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:31:\"elementor-pro/elementor-pro.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:56:\"essential-addons-elementor/essential_adons_elementor.php\";i:5;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:6;s:25:\"fluentform/fluentform.php\";i:7;s:35:\"google-site-kit/google-site-kit.php\";i:8;s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";i:9;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:10;s:55:\"premium-addons-pro/premium-addons-pro-for-elementor.php\";i:11;s:38:\"seo-by-rank-math-pro/rank-math-pro.php\";i:12;s:30:\"seo-by-rank-math/rank-math.php\";i:13;s:25:\"templately/templately.php\";i:14;s:31:\"tracking-code-manager/index.php\";i:15;s:41:\"ultimate-elementor/ultimate-elementor.php\";i:16;s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";i:17;s:39:\"wp-file-manager/file_folder_manager.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','https://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'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','60717','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:4:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:25:\"templately/templately.php\";a:2:{i:0;s:27:\"Templately\\Core\\Maintenance\";i:1;s:9:\"uninstall\";}s:31:\"tracking-code-manager/index.php\";s:14:\"tcmp_uninstall\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";a:2:{i:0;s:30:\"PremiumAddons\\Includes\\PA_Core\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','75','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1737989492','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','off'),(99,'wp_attachment_pages_enabled','0','yes'),(100,'initial_db_version','56657','yes'),(101,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:93:{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:26:\"create_notes_elementor-pro\";b:1;s:24:\"edit_notes_elementor-pro\";b:1;s:26:\"delete_notes_elementor-pro\";b:1;s:24:\"read_notes_elementor-pro\";b:1;s:31:\"edit_others_notes_elementor-pro\";b:1;s:33:\"delete_others_notes_elementor-pro\";b:1;s:39:\"read_others_private_notes_elementor-pro\";b:1;s:27:\"fluentform_dashboard_access\";b:1;s:24:\"fluentform_forms_manager\";b:1;s:25:\"fluentform_entries_viewer\";b:1;s:25:\"fluentform_manage_entries\";b:1;s:24:\"fluentform_view_payments\";b:1;s:26:\"fluentform_manage_payments\";b:1;s:27:\"fluentform_settings_manager\";b:1;s:22:\"fluentform_full_access\";b:1;s:23:\"rank_math_edit_htaccess\";b:1;s:16:\"rank_math_titles\";b:1;s:17:\"rank_math_general\";b:1;s:17:\"rank_math_sitemap\";b:1;s:21:\"rank_math_404_monitor\";b:1;s:22:\"rank_math_link_builder\";b:1;s:22:\"rank_math_redirections\";b:1;s:22:\"rank_math_role_manager\";b:1;s:19:\"rank_math_analytics\";b:1;s:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:25:\"rank_math_onpage_advanced\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;s:20:\"rank_math_content_ai\";b:1;s:19:\"rank_math_admin_bar\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:39:{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:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:14:{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:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";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;}}}','yes'),(102,'fresh_site','0','off'),(103,'user_count','4','off'),(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"header-widget\";a:0:{}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(106,'cron','a:20:{i:1773690908;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:1773692521;a:1:{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:1773692527;a:1:{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;}}}i:1773692593;a:4:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773692816;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773695084;a:1:{s:27:\"astra_addon_get_addon_usage\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773696430;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:1773697954;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1773699250;a:1:{s:42:\"fluentform_do_email_report_scheduled_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773705600;a:2:{s:35:\"rank_math/redirection/clean_trashed\";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:\"rank_math/links/internal_links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773712640;a:1:{s:35:\"rank_math/content-ai/update_prompts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773770365;a:1:{s:27:\"tcmp_daily_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1773865323;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1773867897;a:1:{s:24:\"astra_delete_docs_folder\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1773951721;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:1774202365;a:1:{s:28:\"tcmp_weekly_scheduled_events\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1782234361;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:1782242584;a:1:{s:41:\"googlesitekit_cron_update_remote_features\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1785404436;a:1:{s:45:\"fs_data_sync_unlimited-elements-for-elementor\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','on'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.9.1\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','yes'),(123,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1705525446;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),(124,'recovery_keys','a:0:{}','off'),(136,'wp_cli_login','{\"endpoint\":\"4f55fc55\",\"version\":\"^1.2\"}','yes'),(140,'ai1wmue_plugin_key','467437d2-35c0-41f1-b8e7-2b657efb466e','yes'),(161,'finished_updating_comment_type','1','yes'),(166,'_site_transient_ai1wm_last_check_for_updates','1705523216','no'),(167,'ai1wm_updater','a:1:{s:43:\"all-in-one-wp-migration-unlimited-extension\";a:13:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.54\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:201:\"<ul class=\"description\"><li>Remove upload limits</li><li>Use on any number of websites that you own</li><li>Restore backup from server</li><li>WP CLI commands included</li><li>Premium support</li></ul>\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/unlimited-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/unlimited-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:509;s:10:\"downloaded\";i:50188;}}','yes'),(168,'elementor_active_kit','6','yes'),(169,'elementor_font_display','swap','yes'),(172,'recently_activated','a:0:{}','off'),(173,'elementor_version','3.20.2','yes'),(174,'elementor_install_history','a:9:{s:6:\"3.18.3\";i:1705523216;s:6:\"3.19.0\";i:1706786354;s:6:\"3.19.1\";i:1707229612;s:6:\"3.19.2\";i:1707402423;s:6:\"3.19.3\";i:1709029833;s:6:\"3.19.4\";i:1709203428;s:6:\"3.20.0\";i:1710233420;s:6:\"3.20.1\";i:1710412907;s:6:\"3.20.2\";i:1711010340;}','yes'),(175,'elementor_events_db_version','1.0.0','no'),(177,'elementor_onboarded','1','yes'),(178,'elementor_connect_site_key','4da44ae581a468ffdefb0a7d5d1db5c9','yes'),(179,'elementor_allow_tracking','yes','yes'),(180,'elementor_tracker_last_send','1773688238','yes'),(183,'_elementor_installed_time','1705523242','yes'),(184,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:28:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:28:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:11:\"Link in Bio\";i:15;s:9:\"portfolio\";i:16;s:7:\"pricing\";i:17;s:15:\"product archive\";i:18;s:5:\"Quote\";i:19;s:15:\"Service Details\";i:20;s:8:\"services\";i:21;s:11:\"single page\";i:22;s:11:\"single post\";i:23;s:14:\"single product\";i:24;s:5:\"stats\";i:25;s:9:\"subscribe\";i:26;s:4:\"team\";i:27;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic | Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving & Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App & SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health & Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital & Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital & Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health & Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health & Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club – NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot – NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors – NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends – NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe – Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe – Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe – Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe – Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe – Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health & Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health & Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic | Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic | Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar – Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion – Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery – Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails – Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival – Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course – Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic – Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe – Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe – About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe – Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant – About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency – Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption – Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise & Fitness Equipment – eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer – Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe – Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe – Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation – Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events – Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training – Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe – About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses – Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe – Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop – eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace – Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa & Beauty – Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening – Health & Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company – Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management – Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact – Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care – Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones – eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe – Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference – Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe – Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe – Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course – eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency – Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash – Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography – Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer – Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker – Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture – Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor – Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe – About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach – Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe – Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe – About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale – eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing & Moving Company – Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design – Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management – Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog – Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center – Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe – Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course – Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe – Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian – Health & Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe – Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe – Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course – Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe – Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant – Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant – Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project – Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer – Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog & Cat Food Delivery – Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition – Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course – Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger – Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor – Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop – Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio – Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar – Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer – Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App – Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop – Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale – eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare – Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare – Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service – Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine – Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company – About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction – Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency – About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic – Health & Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School – Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children’s Optometrist – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon – Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant – Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon – Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon – Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon – Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency – Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page – Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page – Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product – eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym – App Service – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef – Thank You Page – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";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:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home – Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant – Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog – Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog – Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog – Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog – Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),(185,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:65:\"Introducing Elementor 3.26: Dynamic Design & Enhanced Performance\";s:7:\"excerpt\";s:192:\"Boost your site’s speed and performance with optimized CSS and a cleaner DOM, create dynamic content with an Off-Canvas modal from Loop Grids, and leverage the new AdBlock detection trigger.\";s:7:\"created\";i:1736174778;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:146:\"https://elementor.com/blog/elementor-326-off-canvas-loop-grid-performance/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:126:\"New in Elementor 3.25: CSS Optimization, New Anchor Offset Control & Pagination Options for Live Results in the Search widget!\";s:7:\"excerpt\";s:183:\"Boost your site’s speed with further CSS optimization, enjoy smooth scrolling with native CSS and Anchor Offset, and enhance search functionality with pagination for Live Results!\r\n\";s:7:\"created\";i:1730630544;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:157:\"https://elementor.com/blog/elementor-325-css-loading-anchor-offset-search-pagination/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:81:\"Introducing Site Mailer by Elementor: Improve Your WordPress Email Deliverability\";s:7:\"excerpt\";s:377:\"In the world of WordPress, managing transactional emails can be a real challenge. From emails landing in spam folders to issues with server configurations, ensuring your messages are delivered can feel overwhelming.\r\nEnter Site Mailer by Elementor—a powerful plugin designed to solve your email deliverability issues with ease, eliminating the need for complex SMTP setups.\r\n\";s:7:\"created\";i:1727247060;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:123:\"https://elementor.com/blog/introducing-site-mailer/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),(201,'elementor_pro_version','3.18.3','yes'),(202,'elementor_pro_install_history','a:1:{s:6:\"3.18.3\";i:1705524399;}','yes'),(203,'widget_elementor-library','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(204,'_elementor_pro_installed_time','1705524399','yes'),(205,'elementor_submissions_db_version','5','yes'),(206,'elementor_pro_license_key','ep-96KPPzV01BZfVbBHAqb91604636942feBIQw0BkbHg','yes'),(207,'_elementor_pro_license_v2_data_fallback','a:2:{s:7:\"timeout\";i:1737816690;s:5:\"value\";s:2718:\"{\"expires\":\"2025-11-06 00:00:00\",\"subscription_id\":\"9606162\",\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\"],\"tier\":\"expert\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}','off'),(208,'_elementor_pro_license_v2_data','a:2:{s:7:\"timeout\";i:1737773490;s:5:\"value\";s:2718:\"{\"expires\":\"2025-11-06 00:00:00\",\"subscription_id\":\"9606162\",\"status\":\"ACTIVE\",\"recurring\":true,\"features\":[\"activity-log\",\"breadcrumbs\",\"form\",\"posts\",\"template\",\"countdown\",\"slides\",\"price-list\",\"portfolio\",\"flip-box\",\"price-table\",\"login\",\"share-buttons\",\"theme-post-content\",\"theme-post-title\",\"nav-menu\",\"blockquote\",\"media-carousel\",\"animated-headline\",\"facebook-comments\",\"facebook-embed\",\"facebook-page\",\"facebook-button\",\"testimonial-carousel\",\"post-navigation\",\"search-form\",\"post-comments\",\"author-box\",\"call-to-action\",\"post-info\",\"theme-site-logo\",\"theme-site-title\",\"theme-archive-title\",\"theme-post-excerpt\",\"theme-post-featured-image\",\"archive-posts\",\"theme-page-title\",\"sitemap\",\"reviews\",\"table-of-contents\",\"lottie\",\"code-highlight\",\"hotspot\",\"video-playlist\",\"progress-tracker\",\"section-effects\",\"sticky\",\"scroll-snap\",\"page-transitions\",\"mega-menu\",\"nested-carousel\",\"loop-grid\",\"loop-carousel\",\"theme-builder\",\"elementor_icons\",\"elementor_custom_fonts\",\"dynamic-tags\",\"taxonomy-filter\",\"email\",\"email2\",\"mailpoet\",\"mailpoet3\",\"redirect\",\"header\",\"footer\",\"single-post\",\"single-page\",\"archive\",\"search-results\",\"error-404\",\"loop-item\",\"font-awesome-pro\",\"typekit\",\"gallery\",\"off-canvas\",\"link-in-bio-var-2\",\"link-in-bio-var-3\",\"link-in-bio-var-4\",\"link-in-bio-var-5\",\"link-in-bio-var-6\",\"link-in-bio-var-7\",\"search\",\"element-manager-permissions\",\"akismet\",\"display-conditions\",\"woocommerce-products\",\"wc-products\",\"woocommerce-product-add-to-cart\",\"wc-elements\",\"wc-categories\",\"woocommerce-product-price\",\"woocommerce-product-title\",\"woocommerce-product-images\",\"woocommerce-product-upsell\",\"woocommerce-product-short-description\",\"woocommerce-product-meta\",\"woocommerce-product-stock\",\"woocommerce-product-rating\",\"wc-add-to-cart\",\"dynamic-tags-wc\",\"woocommerce-product-data-tabs\",\"woocommerce-product-related\",\"woocommerce-breadcrumb\",\"wc-archive-products\",\"woocommerce-archive-products\",\"woocommerce-product-additional-information\",\"woocommerce-menu-cart\",\"woocommerce-product-content\",\"woocommerce-archive-description\",\"paypal-button\",\"woocommerce-checkout-page\",\"woocommerce-cart\",\"woocommerce-my-account\",\"woocommerce-purchase-summary\",\"woocommerce-notices\",\"settings-woocommerce-pages\",\"settings-woocommerce-notices\",\"popup\",\"custom-css\",\"global-css\",\"custom_code\",\"custom-attributes\",\"form-submissions\",\"form-integrations\",\"dynamic-tags-acf\",\"dynamic-tags-pods\",\"dynamic-tags-toolset\",\"editor_comments\",\"stripe-button\",\"role-manager\",\"global-widget\",\"activecampaign\",\"cf7db\",\"convertkit\",\"discord\",\"drip\",\"getresponse\",\"mailchimp\",\"mailerlite\",\"slack\",\"webhook\",\"product-single\",\"product-archive\",\"wc-single-elements\"],\"tier\":\"expert\",\"generation\":\"empty\",\"activated\":true,\"success\":true}\";}','off'),(209,'elementor_notes_db_version','5','yes'),(210,'_elementor_pro_api_requests_lock','a:2:{s:16:\"get_license_data\";i:1737730289;s:11:\"get_version\";i:1736848756;}','yes'),(211,'elementor_fonts_manager_font_types','a:0:{}','yes'),(212,'elementor_fonts_manager_fonts','a:0:{}','yes'),(213,'elementor_custom_icon_sets_config','a:0:{}','yes'),(223,'elementor_pro_theme_builder_conditions','a:3:{s:6:\"footer\";a:1:{i:231;a:1:{i:0;s:15:\"include/general\";}}s:6:\"single\";a:1:{i:169;a:1:{i:0;s:21:\"include/singular/post\";}}s:6:\"header\";a:1:{i:80;a:1:{i:0;s:15:\"include/general\";}}}','yes'),(229,'eael_setup_wizard','complete','yes'),(230,'eael_save_settings','a:92:{s:14:\"img-comparison\";i:1;s:17:\"instagram-gallery\";i:1;s:17:\"interactive-promo\";i:1;s:8:\"lightbox\";i:1;s:10:\"post-block\";i:1;s:18:\"testimonial-slider\";i:1;s:14:\"static-product\";i:1;s:14:\"adv-google-map\";i:1;s:13:\"flip-carousel\";i:1;s:17:\"interactive-cards\";i:1;s:16:\"content-timeline\";i:1;s:21:\"twitter-feed-carousel\";i:1;s:22:\"dynamic-filter-gallery\";i:1;s:9:\"post-list\";i:1;s:6:\"toggle\";i:1;s:9:\"mailchimp\";i:1;s:7:\"divider\";i:1;s:10:\"price-menu\";i:1;s:14:\"image-hotspots\";i:1;s:19:\"one-page-navigation\";i:1;s:7:\"counter\";i:1;s:13:\"post-carousel\";i:1;s:20:\"team-member-carousel\";i:1;s:13:\"logo-carousel\";i:1;s:17:\"protected-content\";i:1;s:9:\"offcanvas\";i:1;s:13:\"advanced-menu\";i:1;s:14:\"image-scroller\";i:1;s:19:\"learn-dash-elements\";i:1;s:15:\"woo-collections\";i:1;s:19:\"dismissible-section\";i:1;s:16:\"section-parallax\";i:1;s:17:\"section-particles\";i:1;s:20:\"eael-tooltip-section\";i:1;s:9:\"post-grid\";s:0:\"\";s:13:\"post-timeline\";s:0:\"\";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\";s:0:\"\";s:13:\"facebook-feed\";s:0:\"\";s:19:\"advanced-data-table\";s:0:\"\";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\";s:0:\"\";s:16:\"woo-product-list\";s:0:\"\";s:14:\"contact-form-7\";s:0:\"\";s:7:\"weforms\";s:0:\"\";s:10:\"ninja-form\";s:0:\"\";s:9:\"formstack\";s:0:\"\";s:12:\"gravity-form\";s:0:\"\";s:12:\"caldera-form\";s:0:\"\";s:7:\"wpforms\";s:0:\"\";s:10:\"fluentform\";s:0:\"\";s:8:\"typeform\";s:0:\"\";s:24:\"betterdocs-category-grid\";s:0:\"\";s:23:\"betterdocs-category-box\";s:0:\"\";s:22:\"betterdocs-search-form\";s:0:\"\";s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";s:0:\"\";s:10:\"embedpress\";i:1;s:12:\"woo-checkout\";s:0:\"\";s:8:\"woo-cart\";s:0:\"\";s:14:\"login-register\";s:0:\"\";s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";s:0:\"\";s:20:\"woo-product-carousel\";s:0:\"\";s:11:\"simple-menu\";i:1;s:19:\"woo-product-gallery\";s:0:\"\";s:18:\"interactive-circle\";s:0:\"\";s:14:\"better-payment\";i:1;s:11:\"nft-gallery\";i:1;s:16:\"business-reviews\";s:0:\"\";s:8:\"svg-draw\";s:0:\"\";s:18:\"woocommerce-review\";i:1;s:27:\"crowdfundly-single-campaign\";i:1;s:24:\"crowdfundly-organization\";i:1;s:24:\"crowdfundly-all-campaign\";i:1;}','yes'),(231,'essential-addons-for-elementor_notices','a:3:{s:19:\"black_friday_notice\";a:4:{s:5:\"start\";i:1705524768;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"5.9.6\";s:6:\"expire\";i:1701561599;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"review\";a:3:{s:5:\"start\";i:1706129569;s:10:\"recurrence\";i:30;s:7:\"refresh\";s:5:\"5.9.6\";}}','no'),(232,'eael_version','6.5.9','yes'),(237,'_templately_migrate','3.5.0','off'),(238,'templately_notices','a:6:{s:12:\"black_friday\";a:4:{s:5:\"start\";i:1765316128;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"3.4.7\";s:6:\"expire\";i:1764892799;}s:7:\"version\";s:5:\"1.1.0\";s:6:\"upsale\";a:2:{s:5:\"start\";i:1765224463;s:7:\"refresh\";s:5:\"3.4.5\";}s:9:\"halloween\";a:4:{s:5:\"start\";i:1733902451;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:6:\"3.1.10\";s:6:\"expire\";i:1730678399;}s:7:\"holiday\";a:4:{s:5:\"start\";i:1765313058;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"3.4.7\";s:6:\"expire\";i:1736553599;}s:12:\"holiday_2025\";a:4:{s:5:\"start\";i:0;s:10:\"recurrence\";b:0;s:7:\"refresh\";s:5:\"3.5.0\";s:6:\"expire\";i:1767830399;}}','off'),(239,'wpins_allow_tracking','a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}','yes'),(240,'wpins_essential_adons_elementor_site_id','04bcc994a8b81a6a1f69','yes'),(241,'wpins_essential_adons_elementor_original_url','https://redlightinflammation.com','yes'),(242,'wpins_essential_adons_elementor_04bcc994a8b81a6a1f69','a:23:{s:11:\"plugin_slug\";s:25:\"essential_adons_elementor\";s:3:\"url\";s:32:\"https://redlightinflammation.com\";s:9:\"site_name\";s:12:\"My WordPress\";s:12:\"site_version\";s:5:\"6.4.2\";s:13:\"site_language\";s:5:\"en-US\";s:7:\"charset\";s:5:\"UTF-8\";s:13:\"wpins_version\";s:5:\"3.0.3\";s:11:\"php_version\";s:6:\"7.4.30\";s:9:\"multisite\";b:0;s:13:\"file_location\";s:144:\"/storage/v12552/redlightinflamation/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Classes/Plugin_Usage_Tracker.php\";s:5:\"email\";s:15:\"wp@dxpsites.com\";s:16:\"marketing_method\";b:1;s:6:\"server\";s:12:\"nginx/1.18.0\";s:14:\"active_plugins\";a:5:{i:0;s:33:\"classic-editor/classic-editor.php\";i:1;s:31:\"elementor-pro/elementor-pro.php\";i:2;s:23:\"elementor/elementor.php\";i:3;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:4;s:25:\"templately/templately.php\";}s:16:\"inactive_plugins\";a:0:{}s:14:\"text_direction\";s:3:\"LTR\";s:6:\"plugin\";s:30:\"Essential Addons for Elementor\";s:7:\"version\";s:5:\"5.9.6\";s:6:\"status\";s:6:\"Active\";s:5:\"theme\";s:18:\"Twenty Twenty-Four\";s:13:\"theme_version\";s:3:\"1.0\";s:7:\"country\";s:13:\"United States\";s:7:\"item_id\";s:20:\"760e8569757fa16992d8\";}','yes'),(243,'wpins_last_track_time','a:1:{s:25:\"essential_adons_elementor\";i:1705524847;}','yes'),(245,'eael_admin_menu_notice','11','no'),(251,'eael_pro_version','5.8.7','yes'),(252,'essential-addons-elementor-license-key','c485088069d1e7aa86544fffac222abc','no'),(253,'essential-addons-elementor-license-status','valid','no'),(256,'edd_sl_ffab32fbcec5ca129392e951f6617ec6','a:2:{s:7:\"timeout\";i:1775207163;s:5:\"value\";s:2399:\"{\"name\":\"Essential Addons for Elementor Pro\",\"new_version\":\"6.7.11\",\"stable_version\":\"6.7.11\",\"sections\":{\"description\":\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\",\"changelog\":\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"},\"license_check\":\"\",\"msg\":\"\",\"homepage\":\"https:\\/\\/essential-addons.com\\/\",\"package\":\"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTc3NTM1NDc2MzpjNDg1MDg4MDY5ZDFlN2FhODY1NDRmZmZhYzIyMmFiYzo0MzcyOjgzNGU2NzU1YTYxYTI5ZWVlYmQwZWM1NmFiNmM2YzQxOmh0dHBzQC8vcmVkbGlnaHRpbmZsYW1tYXRpb24uY29tOjA=\",\"icons\":\"a:2:{s:2:\\\"1x\\\";s:89:\\\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-128x128.png\\\";s:2:\\\"2x\\\";s:89:\\\"https:\\/\\/store.assets.wpdeveloper.com\\/2024\\/08\\/9743a1d7-essential-addons-logo-2-256x256.png\\\";}\",\"banners\":{\"high\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/e04d35a1-ea-org-banner-1544-x-500-1.png\",\"low\":\"https:\\/\\/store.assets.wpdeveloper.com\\/2025\\/07\\/50bab75e-ea-org-banner-772-x-250.png\"},\"slug\":\"essential_adons_elementor\",\"url\":\"https:\\/\\/api.wpdeveloper.com\\/downloads\\/essential-addons-elementor\\/?changelog=1\",\"last_updated\":\"2026-03-18 09:55:28\",\"download_link\":\"https:\\/\\/api.wpdeveloper.com\\/edd-sl\\/package_download\\/MTc3NTM1NDc2MzpjNDg1MDg4MDY5ZDFlN2FhODY1NDRmZmZhYzIyMmFiYzo0MzcyOjgzNGU2NzU1YTYxYTI5ZWVlYmQwZWM1NmFiNmM2YzQxOmh0dHBzQC8vcmVkbGlnaHRpbmZsYW1tYXRpb24uY29tOjA=\",\"upgrade_notice\":\"\",\"description\":[\"<p>Enhance <strong><a href=\\\"https:\\/\\/wordpress.org\\/plugins\\/elementor\\/\\\" rel=\\\"ugc\\\">Elementor<\\/a><\\/strong> page building experience with 100+ creative elements and extensions. Add powers to your website builder using our easy-to-use Elementor widgets and ready Elementor templates, which were designed to make your next WordPress website design easier and prettier than ever before.<\\/p>\\n\"],\"changelog\":[\"<p>See <a href=\\\"https:\\/\\/essential-addons.com\\/changelog\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">Changelog<\\/a> for details.<\\/p>\\n\"]}\";}','off'),(260,'papro_updated','true','yes'),(263,'edd_sl_74d626434e61718d87e2dccd8bec5fb9','a:2:{s:7:\"timeout\";i:1705535934;s:5:\"value\";s:136881:\"{\"new_version\":\"2.9.10\",\"stable_version\":\"2.9.10\",\"name\":\"Premium Addons Pro\",\"slug\":\"premium-addons-pro-for-elementor\",\"url\":\"https:\\/\\/my.leap13.com\\/downloads\\/premium-addons-pro-for-elementor\\/?changelog=1\",\"last_updated\":\"2023-12-19 16:34:35\",\"homepage\":\"https:\\/\\/premiumaddons.com\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>This plugin is an extension to Premium Addons for Elementor Plugin that includes Pro Elementor widgets and Addons for Elementor Page Builder. Visit <a href=\\\"https:\\/\\/www.premiumaddons.com\\/\\\">Premium Addons Website<\\/a> to check widgets and addons demos.<\\/p>\\n<p>Premium Addons PRO plugin\\u2019s widgets are cross browser compatible and also fully responsive, Your website will rock on all browsers as well as tables and mobile devices.<\\/p>\\n<p>When using Premium Addons\\u2019 widgets you will notice that it has more customization options than any other widget in other plugin.<\\/p>\\n<p>Premium Addons PRO can be used only as a complement of Elementor page builder plugin as it\\u2019s not a standalone plugin.<\\/p>\\n<h3>Features<\\/h3>\\n<ul>\\n<li>Fully Customizable Elements.<\\/li>\\n<li>Options panel for enabling desired elements only for faster performance.<\\/li>\\n<li>Free Support through online forums.<\\/li>\\n<\\/ul>\\n<h3>Available Elements<\\/h3>\\n<ol>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">Premium Alert Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/animated-section-gradients-for-elementor-page-builder\\/\\\">Premium Animated Section Gradient<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/behance-feed-widget-for-elementor-page-builder\\/\\\">Premium Behance Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/charts-widget-for-elementor-page-builder\\/\\\">Premium Charts<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/content-switcher-widget-for-elementor-page-builder\\/\\\">Premium Content Switcher<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/dual-header-widget-for-elementor-page-builder\\/\\\">Premium Divider<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-feed-widget-for-elementor-page-builder-2\\/\\\">Premium Facebook Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-messenger-widget-for-elementor-page-builder\\/\\\">Premium Facebook Messenger<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-reviews-widget-for-elementor-page-builder\\/\\\">Premium Facebook Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/flip-box-widget-for-elementor-page-builder\\/\\\">Premium Flip Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/google-reviews-for-elementor-page-builder\\/\\\">Premium Google Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/icon-box-widget-for-elementor-page-builder\\/\\\">Premium Icon Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ihover-widget-for-elementor-page-builder\\/\\\">Premium iHover<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-image-accordion-widget\\/\\\">Premium Image Accordion<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-comparison-widget-for-elementor-page-builder\\/\\\">Premium Image Comparison<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-hotspots-widget-for-elementor-page-builder\\/\\\">Premium Image Hotspots<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-layers-widget-for-elementor-page-builder\\/\\\">Premium Image Layers<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/instagram-feed-widget-for-elementor-page-builder\\/\\\">Premium Instagram Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ken-burns-section-addon-for-elementor-page-builder\\/\\\">Premium Ken Burns<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/magic-section-widget-for-elementor-page-builder\\/\\\">Premium Magic Section<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">Premium Multi Scroll<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/parallax-section-addon-for-elementor-page-builder\\/\\\">Premium Parallax<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/particles-section-addon-for-elementor-page-builder\\/\\\">Premium Particles<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/preview-window-widget-for-elementor-page-builder\\/\\\">Premium Preview Window<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/table-widget-for-elementor-page-builder\\/\\\">Premium Tables<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/twitter-feed-widget-for-elementor-page-builder\\/\\\">Premium Twitter Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/tabs-widget-for-elementor-page-builder-2\\/\\\">Premium Tabs<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/unfold-widget-for-elementor-page-builder\\/\\\">Premium Unfold<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/whatsapp-widget-for-elementor-page-builder\\/\\\">Premium WhatsApp Chat<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-yelp-reviews-widget\\/\\\">Premium Yelp Reviews<\\/a><\\/li>\\n<\\/ol>\",\"changelog\":\"<h4> 2.9.10 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to apply Particles addon on whole page through Elementor page settings.<\\/li>\\n<li>Tweak: Added responsive controls to Display option in Content Toggle widget.<\\/li>\\n<li>Fixed: Disable Snappy Effect on Touch Devices in Horizontal Scroll widget not working.<\\/li>\\n<li>Fixed: Flickering issue with Image Sequence effect in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.9 <\\/h4>\\n<ul>\\n<li>Tweak: Divider widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/divider-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Option to Disable Scroll on Accordion Item Click added in in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to hide Horizontal Scroll widget slides on desktop devices.<\\/li>\\n<li>Fixed: Unnecessary HTML markup rendered in the table widget.<\\/li>\\n<li>Fixed: Feed is duplicated in Facebook and Behance Feed widgets.<\\/li>\\n<li>Fixed: Facebook and Behance Feed widgets not working on the frontend.<\\/li>\\n<\\/ul>\\n<h4> 2.9.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added SVG Code option in Site Logo widget.<\\/li>\\n<li>Tweak: Gold API error messages handled in News Ticker widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added Option to enable US numbers sorting in Table widget.<\\/li>\\n<li>Tweak: Compatibility between Hide Slide On option in Multi Scroll widget and Elementor custom breakpoints.<\\/li>\\n<\\/ul>\\n<h4> 2.9.5 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error when Premium Addons Pro is activated without the free version.<\\/li>\\n<li>Fixed: Masonry effect not working correctly on editor page in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Custom Navigation Element Selector option in Multi Scroll to be used to navigate to Multi Scroll slides.<\\/li>\\n<li>Fixed: Ratings values between .7 and .9 are rendered as half star in Social Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.9.3 <\\/h4>\\n<ul>\\n<li>Fixed: PHP Error when Image Accordion widget is used.<\\/li>\\n<li>Fixed: Elementor asks to run Safe Mode with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Alternative Gold API key option in News Ticker widget.<\\/li>\\n<li>Tweak: Added Load More option in Smart Post Listing widget.<\\/li>\\n<li>Tweak: Added more styling controls in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.1 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.9.0 <\\/h4>\\n<ul>\\n<li>New: Added Smart Post Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-smart-post-listing-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Show Alt text for the images in Ken Burns addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.27 <\\/h4>\\n<ul>\\n<li>Fixed: Twitter Feed widget not working.<\\/li>\\n<\\/ul>\\n<h4> 2.8.26 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Numbers showing on hover not formatted in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.25 <\\/h4>\\n<ul>\\n<li>Tweak: Removed Twitter Feed credentials section.<\\/li>\\n<\\/ul>\\n<h4> 2.8.24 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom position options for tooltips in Image Hotspots widget.<\\/li>\\n<li>Fixed: Multi Scroll widget not working when elements with entrance animations used in it.<\\/li>\\n<li>Fixed: Twitter Feed widget not working in some cases.<\\/li>\\n<li>Fixed: Image Comparison widget handle not working on RTL sites.<\\/li>\\n<\\/ul>\\n<h4> 2.8.23 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching options in Facebook and Behance Feed widgets.<\\/li>\\n<li>Tweak: Multi Scroll widget improved to trigger entrance animations on slide change.<\\/li>\\n<li>Fixed: Button showing in back side in 3D Hover Box widget.<\\/li>\\n<li>Fixed: Horizontal Scroll issues on mobile devices.<\\/li>\\n<li>Fixed: Hide Empty Reviews option not working correctly in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.22 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom size unit for range controls in some widgets.<\\/li>\\n<li>Tweak: Load posts only if they have body text in Facebook Feed widget.<\\/li>\\n<li>Fixed: Load Chart On option not working in Charts widget.<\\/li>\\n<li>Fixed: Fatal error in Tabs widget when an image icon with empty image is added.<\\/li>\\n<\\/ul>\\n<h4> 2.8.21 <\\/h4>\\n<ul>\\n<li>New: Added Magnet Effect in Custom Mouse Cursor addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-feature\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Magic Scroll addon performance improved.<\\/li>\\n<\\/ul>\\n<h4> 2.8.20 <\\/h4>\\n<ul>\\n<li>Tweak: CSS files size minimized for better performance.<\\/li>\\n<li>Fixed: Custom link attributes not working in Icon Box widget.<\\/li>\\n<li>Fixed: Console error in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.19 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to load Magic Scroll addon on page load, not when the section is reached.<\\/li>\\n<li>Fixed: Image Comparison widget not working when used inside Tabs widget.<\\/li>\\n<li>Fixed: Lock Page Scroll option in Magic Scroll addon causing a blank area while scrolling on mobile devices.<\\/li>\\n<li>Fixed: PHP warning in Parallax addon when no layers are added.<\\/li>\\n<li>Fixed: Console error with Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.18 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text Shadow and Box Shadow scroll effects in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added Sort Reviews by date option in Google Reviews widget.<\\/li>\\n<li>Tweak: Show\\/hide images by hashtags in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.17 <\\/h4>\\n<ul>\\n<li>Tweak: Sticky effect behavior improved in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added option to trigger entrance animations once for Snappy scroll in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Sticky effect not working on the editor page in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.16 <\\/h4>\\n<ul>\\n<li>Fixed: Draw SVG not working on the editor page with multiple SVGs in Magic Scroll addon.<\\/li>\\n<li>Fixed: Transition is added to Icon Box widget when used with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.15 <\\/h4>\\n<ul>\\n<li>Fixed: Elements with entrance animation flash in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Icons not showing in some controls.<\\/li>\\n<\\/ul>\\n<h4> 2.8.14 <\\/h4>\\n<ul>\\n<li>New: Added Magic Scroll addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-magic-scroll-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.13 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.8.0<\\/li>\\n<li>Fixed: Ken Burns section\\/column addon not working with recent Elementor versions.<\\/li>\\n<\\/ul>\\n<h4> 2.8.12 <\\/h4>\\n<ul>\\n<li>New: Added Site Logo widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-site-logo-widget\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.11 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option in Instagram Feed widget to improve the feed performance and loading speed.<\\/li>\\n<li>Tweak: Added Close On Click Outside option in Magic Section widget.<\\/li>\\n<li>Fixed: Icon styling not applied properly on SVG icons in Divider widget.<\\/li>\\n<li>Fixed: Mouse tilt option not working since Premium Addons for Elementor v4.9.35.<\\/li>\\n<li>Fixed: Feed is not showing if Posts\\/Account option value is larger than the posts returned by Facebook.<\\/li>\\n<li>Fixed: Alignment option not working properly for multi-line values in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.10 <\\/h4>\\n<ul>\\n<li>New: Added Random Badges option in Mega Menu widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-mega-menu-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: PHP warnings in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.9 <\\/h4>\\n<ul>\\n<li>Fixed: Console error when SVG Draw option is disabled for Parallax addon.<\\/li>\\n<li>Fixed: SVG Draw option not working for Font Awesome icons in Icon Box widget.<\\/li>\\n<li>Fixed: Applying global background colors not working in Magic Section widget.<\\/li>\\n<li>Fixed: Icon color applied on Lottie animation in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.8 <\\/h4>\\n<ul>\\n<li>Tweak: Behance Feed widget now loads feed on scroll, not on page load.<\\/li>\\n<li>Fixed: PHP warning after v2.8.7.<\\/li>\\n<\\/ul>\\n<h4> 2.8.7 <\\/h4>\\n<ul>\\n<li>Tweak: Make sure Custom Mouse Cursor addon JS files are loaded only if the addon is used on a page.<\\/li>\\n<li>Fixed: Navigation Arrows\\/Dots not working properly on touch devices in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.6 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error due to Image Accordion widget since v2.8.4.<\\/li>\\n<\\/ul>\\n<h4> 2.8.5 <\\/h4>\\n<ul>\\n<li>Fixed: Icons in Icon Box widget always dissappear if Draw SVG option is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.8.4 <\\/h4>\\n<ul>\\n<li>New: Added Draw Icon option in all widgets that has Icon option in them.<\\/li>\\n<li>Tweak: Added Horizontal\\/Vertical Alignment options for multi-layers in Parallax addon.<\\/li>\\n<li>Fixed: Conflict between Custom Mouse Cursor addon and WP Rocket Defer JS files option.<\\/li>\\n<\\/ul>\\n<h4> 2.8.3 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.7.0.<\\/li>\\n<li>Fixed: Freehand Positioning feature not working when the device mode is changed in the editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.8.2 <\\/h4>\\n<ul>\\n<li>Tweak: Facebook Feed widget styling improved for RTL sites.<\\/li>\\n<li>Fixed: Conflict with Elementor Pro templates.<\\/li>\\n<li>Fixed: Even layout not working with Carousel Infinite Autoplay in social reviews widgets.<\\/li>\\n<li>Fixed: Carousel Navigation Arrows color\\/size controls not working in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.1 <\\/h4>\\n<ul>\\n<li>Fixed: PHP warning since v2.8.0<\\/li>\\n<\\/ul>\\n<h4> 2.8.0 <\\/h4>\\n<ul>\\n<li>Tweak: Apply Custom Mouse Cursor on full page or the entire website - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-feature\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added responsive controls to Number of Columns option in Behance Feed widget.<\\/li>\\n<li>Fixed: Carousel Tabs option applied on nested tabs.<\\/li>\\n<li>Fixed: Unnecessay Elementor placeholder images added to the Media Library after importing templates.<\\/li>\\n<li>Fixed: Multi Scroll widget not working with Elementor custom breakpoints.<\\/li>\\n<li>Fixed: Ken Burns addon not showing images properly on small screens.<\\/li>\\n<li>Fixed: Hover Box widget not working properly on iOS devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.9 <\\/h4>\\n<ul>\\n<li>Tweak: Add responsive controls for image control in Ken Burns section\\/column addon.<\\/li>\\n<li>Fixed: Horizontal\\/Vertical Offset option not working for social icon in all Social Reviews widgets.<\\/li>\\n<li>Fixed: Horizontal Offset and z-index options not working for Fixed Content template in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Console error in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.8 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.7.7 <\\/h4>\\n<ul>\\n<li>Tweak: Load Custom Mouse Cursor addon when the element is visible on viewport to improve performance and page loading speed.<\\/li>\\n<li>Tweak: Added Cover Image size option in Behance Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.6 <\\/h4>\\n<ul>\\n<li>Tweak: Add Mask Image option in Image Layers widget.<\\/li>\\n<li>Tweak: Add Render As SVG\\/Canvas option for Lottie Animation icons in Hover Box widget.<\\/li>\\n<li>Tweak: HTML markup optimized for Image Hotspots and Twitter Feed widgets for better performance.<\\/li>\\n<li>Fixed: Accordion Tabs option not working in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.5 <\\/h4>\\n<ul>\\n<li>New: Added URL String, Shortcode and WooCommerce Products in Cart options in Display Conditions.<\\/li>\\n<li>Tweak: HTML markup optimized for Hover Box, Image Accordion, Instagram Feed, Tabs, Unfold widgets for better performance.<\\/li>\\n<li>Tweak: Added Disable Floating Effects on Safari option in widgets have floating effects.<\\/li>\\n<li>Tweak: Trigger Particles and Badge addons JS code when visible on viewport to improve page loading speed.<\\/li>\\n<li>Tweak: Added compatibility Charts and Horizontal Scroll widgets.<\\/li>\\n<li>Fixed: Change Colors As Gradient option not working in Background Transition widget.<\\/li>\\n<li>Fixed: Profile Header image not showing properly on small devices in Twitter Feed widget.<\\/li>\\n<li>Fixed: Right Side Template option not showing in Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility between Badge Global Addon and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Horizontal Scroll jiterring issue on touch devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.3 <\\/h4>\\n<ul>\\n<li>New: Added Create\\/Edit Live Templates feature in all widgets that support Elementor Templates.<\\/li>\\n<\\/ul>\\n<h4> 2.7.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added support for future features compatibility<\\/li>\\n<li>Fixed: Button Trigger Size option not working on frontend in Magic Section widget.<\\/li>\\n<li>Fixed: Alignment issue in Icon Box widget when description is short.<\\/li>\\n<li>Fixed: Invalid CSS added in the editor when Badge Addon is enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.7.1 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error with some PHP versions after v2.7.0<\\/li>\\n<\\/ul>\\n<h4> 2.7.0 <\\/h4>\\n<ul>\\n<li>New: Added Premium Badge global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-badge-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.6.9 <\\/h4>\\n<ul>\\n<li>Tweak: HTML markup optimized for Table widget for better performance.<\\/li>\\n<li>Tweak: Added Icon Color and Text Color\\/Typography options for each repeater cell in Table widget.<\\/li>\\n<li>Fixed: Hover Color and Padding options not working for Read More link in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.8 <\\/h4>\\n<ul>\\n<li>New: Added five new skins in Elementor WooCommerce Products Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-woocommerce-products\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added compatibility between section\\/column addons and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Widgets code refactored to improve performance and loading speed.<\\/li>\\n<li>Tweak: Added Hover Box Shadow option in Lottie Animation section addon.<\\/li>\\n<li>Fixed: PHP warning when Follow Delay option value is not set in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: Image with Size option set to custom not rendered in Image Layers and Icon Box widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.6.7 <\\/h4>\\n<ul>\\n<li>New: Added Custom Mouse Cursor global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-feature\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Auto Change Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: HTML markup for images in Icon Box widget.<\\/li>\\n<li>Tweak: Make sure images in Image Layers and Tabs widgets are lazyloaded to improve loading speed.<\\/li>\\n<li>Fixed: Section\\/Column addons not working on editor when used inside widgets using Elementor templates.<\\/li>\\n<\\/ul>\\n<h4> 2.6.6 <\\/h4>\\n<ul>\\n<li>Fixed: Box shadow and Background Color options overriden by default values in CSS in Preview Window widget.<\\/li>\\n<li>Fixed: Charts widget not working in some cases inside Tabs widget.<\\/li>\\n<li>Fixed: Animated Gradient and Blob Generator addons not working in Tabs widget.<\\/li>\\n<li>Fixed: Ken Burns addon Infinite option always disabled when the editor page is reloaded.<\\/li>\\n<\\/ul>\\n<h4> 2.6.5 <\\/h4>\\n<ul>\\n<li>Tweak: Load the main CSS file only when required.<\\/li>\\n<li>Fixed: Tabs widget not working properly with some themes.<\\/li>\\n<li>Fixed: Compatibility between Carousel option in Social Reviews widgets and RTL sites.<\\/li>\\n<li>Fixed: Keyboard Scrolling still works even when the control is disabled in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.4 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.5.0.<\\/li>\\n<\\/ul>\\n<h4> 2.6.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added options to control Scroll Offset for each section individually in Color Transition widget.<\\/li>\\n<li>Tweak: Javascript loading method improved for Animated Gradient, Particles section\\/column addons for better performance.<\\/li>\\n<li>Fixed: Styling options not working for SVG icons in Magic Section widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added WooCommerce Total Amount In Cart and Current Product Stock options in Display Conditions feature.<\\/li>\\n<li>Fixed: Console error when videos are inserted in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.1 <\\/h4>\\n<ul>\\n<li>Fixed: Undefined variable $dir_class in Image Layers widget when Text option is used.<\\/li>\\n<li>Fixed: Button Size option not working in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.0 <\\/h4>\\n<ul>\\n<li>New: Added Animated Blob Generator section addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-animated-blob-generator\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Radar Style option in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added div, p and span HTML tag options for heading in Hover Box widget.<\\/li>\\n<li>Fixed: Default icon size changed in Hover Box widget.<\\/li>\\n<li>Fixed: Background Color not changing when multiple Background Transition widgets are used on the same page.<\\/li>\\n<\\/ul>\\n<h4> 2.5.5 <\\/h4>\\n<ul>\\n<li>Fixed: Background is not changed on scroll up in Background Transition widget.<\\/li>\\n<li>Fixed: Nested tabs styling overwrite issue in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.4 <\\/h4>\\n<ul>\\n<li>Tweak: Tabs widget rebuilt for better usability and editing experience.<\\/li>\\n<li>Tweak: Control number of carousel slides to show in Instagram Feed widget.<\\/li>\\n<li>Tweak: Prevent Background Transition widget from changing color when up\\/down backgrounds are the same.<\\/li>\\n<li>Fixed: Line height not working for Business\\/Place Name, Reviewer Name and Review Text in Social Reviews widgets.<\\/li>\\n<li>Fixed: Entrance Animations not working on for the first in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Tabs widget not working when shortcodes are used in tabs content.<\\/li>\\n<\\/ul>\\n<h4> 2.5.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Heroes Flying-Left effect in iHover widget.<\\/li>\\n<li>Tweak: Remove any duplicate content when Accordion Tabs option is enabled in Tabs widget.<\\/li>\\n<li>Tweak: Added Tab ID option in Tabs widget.<\\/li>\\n<li>Fixed: Animation issues for Flash Rotation, Flip Door, and Magic Door effects in iHover widget.<\\/li>\\n<li>Fixed: Charts not working on the editor page on Chrome browser.<\\/li>\\n<li>Fixed: Color option not applied on links in Table widget when CSV file is used.<\\/li>\\n<\\/ul>\\n<h4> 2.5.2 <\\/h4>\\n<ul>\\n<li>Tweak: Save all the plugin settings on change without need to click "Save Settings" button.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.4.<\\/li>\\n<li>Fixed: Snappy scroll stability issues in Horizontal Scroll issues.<\\/li>\\n<li>Fixed: Compatibility issues between Elementor custom breakpoints and Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.1 <\\/h4>\\n<ul>\\n<li>Tweak: iHover widget code refactored for faster editing speed..<\\/li>\\n<li>Tweak: Added Image Hover Effect in Image Layers widget.<\\/li>\\n<li>Tweak: Added compatibility between Multiscroll widget and sticky headers.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Premium Particles not working on some devices in editor page.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Content is not fully rendered issue in Unfold widget.<\\/li>\\n<li>Fixed: Removed Unnecessary requests made in Instagram Feed widget.<\\/li>\\n<li>Fixed: Hide Slide On and Disable Horizontal Scroll On options not working togethr in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Carousel not working in Facebook Feed widget when <code>Only Show Admin Posts<\\/code> option is enabled.<\\/li>\\n<li>Fixed: Fold Height option not working when set to <code>0<\\/code> in Unfold widget.<\\/li>\\n<li>Fixed: Console error in Multi Scroll widget.<\\/li>\\n<li>Fixed: Admin notices not showing when Premium Addons for Elementor is not installed.<\\/li>\\n<\\/ul>\\n<h4> 2.5.0 <\\/h4>\\n<ul>\\n<li>Tweak: JS code refactored for better performance and faster editing speed.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.2.<\\/li>\\n<li>Fixed: Emojis not showing in Twitter Feed widget.<\\/li>\\n<li>Fixed: Slides overlapping issue on touch devices in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Image Hotspots colors not working in editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.4.9 <\\/h4>\\n<ul>\\n<li>New: Added Advanced Border Radius option to improve the normal Border Radius option - <a href=\\\"https:\\/\\/9elements.github.io\\/fancy-border-radius\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Particles overlapping issue when browser active tab is changed.<\\/li>\\n<li>Fixed: Alignment controls icons not showing in editor panel.<\\/li>\\n<li>Fixed: Tabs widget style conflict with LearnDash plugin.<\\/li>\\n<\\/ul>\\n<h4> 2.4.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to control <code>Based on Number of Reviews<\\/code> string in all social reviews widgets.<\\/li>\\n<li>Fixed: Expired access token is not refreshed in Instagram Feed widget.<\\/li>\\n<li>Fixed: Image appears before entrance animation starts in Image Layers widget.<\\/li>\\n<li>Fixed: Facebook Feed widget conflict with Complianz | GDPR\\/CCPA Cookie Consent plugin.<\\/li>\\n<li>Fixed: Pagination not working in the editor in Table widget.<\\/li>\\n<li>Fixed: Tabs widget conflict with some themes.<\\/li>\\n<\\/ul>\\n<h4> 2.4.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Change Tabs to Accordion On Small Screens<\\/code> option in Tabs widget.<\\/li>\\n<li>Tweak: Improved compatibility with Elementor new version.<\\/li>\\n<\\/ul>\\n<h4> 2.4.6 <\\/h4>\\n<ul>\\n<li>Tweak: Improved Social Reviews widgets compatibility for RTL sites.<\\/li>\\n<li>Tweak: Improved WPML compatibility with all widgets.<\\/li>\\n<li>Tweak: Added Icon Spacing option in Unfold widget.<\\/li>\\n<li>Fixed: SVGs icons not showing on button in Unfold widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.5 <\\/h4>\\n<ul>\\n<li>Fixed: Code improvements for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.4.4 <\\/h4>\\n<ul>\\n<li>Fixed: Console error in Parallax addon issue.<\\/li>\\n<\\/ul>\\n<h4> 2.4.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Infinite Autoplay for carousel in social reviews widgets.<\\/li>\\n<li>Tweak: Added Navigation Type Dots\\/Arrows option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Show Number of Reviews option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Put Place\\/Business Info next to reviews option in social reviews widgets.<\\/li>\\n<li>Fixed: Console error <code>$ is not defined<\\/code> since v2.4.2.<\\/li>\\n<\\/ul>\\n<h4> 2.4.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Clear Cached Data button to Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Tweak: Added Carousel Arrows option for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Snap Scroll improved in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.1 <\\/h4>\\n<ul>\\n<li>Fixed: Horizontal Scroll slides anchoring not working since v2.4.0<\\/li>\\n<li>Fixed: Lightbox option issue in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.0 <\\/h4>\\n<ul>\\n<li>Tweak: Feed Media Height control added to work all time in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Section\\/Column addons code refactored to improve editing speed.<\\/li>\\n<\\/ul>\\n<h4> 2.3.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added Hovered Image Width control option in Image Accordion widget.<\\/li>\\n<li>Tweak: Javascript Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Lottie Animation icon size option not working on Chrome in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added Spacing Color option in Image Accordion widget.<\\/li>\\n<li>Fixed: Horizontal Scroll anchor links not working with Elementor popups.<\\/li>\\n<li>Fixed: Images Spacing option not working with horizontal direction in Image Accordion widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added Minimal Mask effect for Text in Image Layers widget.<\\/li>\\n<li>Tweak: Added Image Spacing option in Image Accordion widget.<\\/li>\\n<li>Fixed: Icon Color option not applied on SVGs in all widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.3.6 <\\/h4>\\n<ul>\\n<li>Fixed: Hide Section option not working after v2.3.5 in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added Disable Horizontal Scroll On Tablet\\/Mobile devices option in Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Added Wave Effect option in Animated Gradient add-on.<\\/li>\\n<li>Tweak: Added Change Legend to Circles option in Charts widget.<\\/li>\\n<li>Tweak: Added Maximum Height control in Magic Section.<\\/li>\\n<li>Fixed: Equal Height option not working when Carousel is enabled in Social Feed and Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.3.4 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Live Search option shows results only from current page in Table widget.<\\/li>\\n<li>Fixed: Icon Hover Animation not working with Whole Box Link in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Pull Data from CSV file in Charts widget.<\\/li>\\n<li>Fixed: Some Particles effects not working.<\\/li>\\n<li>Fixed: Template style is rendered in Content Toggle widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Lottie Animations, Icon and Text Trigger options in Preview Window widget.<\\/li>\\n<li>Tweak: Added Show\\/Hide Reviewer Image option in Social Reviews widgets.<\\/li>\\n<li>Tweak: Added Show\\/Hide Place Rating Stars option in Social Reviews widgets.<\\/li>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.3.1 <\\/h4>\\n<ul>\\n<li>Tweak: Compatibility with Elementor PRO 3.2.0.<\\/li>\\n<\\/ul>\\n<h4> 2.3.0 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and faster editor loading.<\\/li>\\n<li>Tweak: Font Awesome 5 compatibility for Magic Section widget.<\\/li>\\n<li>Tweak: Added option to enable cookies for logged in users in Alert Box widget.<\\/li>\\n<li>Tweak: Added Hover Image option in Preview Window widget.<\\/li>\\n<li>Tweak: Added responsive controls for Fold Height and Fade Height options in Unfold widget.<\\/li>\\n<li>Tweak: Added Icon Spacing option for Link in Icon Box widget.<\\/li>\\n<li>Fixed: Icon Spacing not working on RTL sites in WhatsApp Chat widget.<\\/li>\\n<li>Fixed: Tooltips height issue in Image Hotspots widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to hide specific sections on different devices in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Content alignment responsive controls not working in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.8 <\\/h4>\\n<ul>\\n<li>New: Apply Animated Gradient, Ken Burns, Parallax and Particles add-on on columns.<\\/li>\\n<li>Fixed: Global Colors not working for Animated Gradient add-on.<\\/li>\\n<li>Fixed: Spinner effect text link not working in iHover widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text option in Image Layers widget.<\\/li>\\n<li>Tweak: Code refactored for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.2.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added Show Admin Posts Only option in Facebook Feed widget.<\\/li>\\n<li>Tweak: Added Data Format Locale option to format numbers in Charts widget.<\\/li>\\n<li>Tweak: Number formatting in Twitter Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added Horizontal Scroll Parallax option in Parallax Section add-on.<\\/li>\\n<li>Tweak: Added Profile Header and Tweet Information options in Twitter Feed widget.<\\/li>\\n<li>Tweak: Added Cube effect in Hover Box widget.<\\/li>\\n<li>Tweak: Added Profile Header in Instagram Feed widget.<\\/li>\\n<li>Tweak: Added Feed Share button in Instagram Feed widget.<\\/li>\\n<li>Tweak: WPML Compatibility for Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Reload data every Minute option changed to Five Minutes to prevent API block in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Show\\/Hide Profile Name and Feed Content option in Facebook\\/Twitter Feed widget.<\\/li>\\n<li>Tweak: Added Feed Media Image Height option in Facebook\\/Twitter Feed widget.<\\/li>\\n<li>Tweak: Added CSS ID option for hotspots in Image Hotspots widget.<\\/li>\\n<li>Fixed: All RTL issues in Facebook\\/Twitter Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Custom Navigation option to Tabs widget.<\\/li>\\n<li>Tweak: Added Back To Initial Position for Parallax Mouse Interactivity in Image Layers widget.<\\/li>\\n<li>Fixed: Icon Spacing option not working when direction option is set to RTL in Table widget.<\\/li>\\n<li>Fixed: Google Sheets not working in Table widget.<\\/li>\\n<li>Fixed: Left Margin\\/Padding option not working for Title\\/Link in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.2 <\\/h4>\\n<ul>\\n<li>Tweak: Now you can load more than 25 feed posts in Instagram Feed widget.<\\/li>\\n<li>Fixed: Google Sheets not working in Table widget.<\\/li>\\n<li>Fixed: Carousel swipes in opposite direction in all social feed\\/reviews widgets.<\\/li>\\n<li>Fixed: Duplicated Premium Addons icon in section add-ons after WordPress v5.6.<\\/li>\\n<\\/ul>\\n<h4> 2.2.1 <\\/h4>\\n<ul>\\n<li>Fixed: Description not showing issue in Icon Box widget.<\\/li>\\n<li>Fixed: Font Awesome icons not showing in Image Hotspots widget.<\\/li>\\n<li>Fixed: Inline editing not working for content in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added two new styles to Hover Box widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/flip-box-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Carousel option in Facebook\\/Instagram Feed widgets.<\\/li>\\n<li>Tweak: Added Equal Height option in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Added Lottie Animation Icon option in Tabs widget.<\\/li>\\n<li>Tweak: Added Whole Box Link and Link Position options in Icon Box widget.<\\/li>\\n<li>Tweak: Added responsive controls for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Added slides spacing for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Added Rotate option to back icon in Icon Box widget.<\\/li>\\n<li>Tweak: Hotspots Image render function code refactored to improve for site performance.<\\/li>\\n<li>Tweak: Removed API Key option in Behance Feed widget.<\\/li>\\n<li>Fixed: List layout width issue in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Fixed: Multi Scroll widget console error with some themes.<\\/li>\\n<li>Fixed: Horizontal Scroll widget issues on browser window resize.<\\/li>\\n<li>Fixed: Tabs widget spacing issues on small screens.<\\/li>\\n<li>Fixed: Default padding given to content in Content Toggle widget.<\\/li>\\n<li>Fixed: Widgets Badge White Labeling option not working.<\\/li>\\n<li>Fixed: Warning <code>Trying to access array offset on value of type null<\\/code> when Navigation Arrows option is disabled in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.1.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added WPML Compatibility for Table widget.<\\/li>\\n<li>Fixed: Bounce image issue in Parallax section addon.<\\/li>\\n<li>Fixed: Font Awesome icons not showing in social feed widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.1.3 <\\/h4>\\n<ul>\\n<li>Tweak: Alt attribute is now reading from Media library for images in Image Layers widget.<\\/li>\\n<li>Tweak: Unnecessary code removed for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.1.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text Editor\\/Template Content Type option in Unfold widget.<\\/li>\\n<li>Tweak: Added Interactive option for tooltips in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added File Source (URL\\/File Upload) option in Lottie Animations section add-on.<\\/li>\\n<li>Fixed: Images Alt attribute not added in multi-layered Parallax add-on.<\\/li>\\n<li>Fixed: Images stretch issue in Image Comparison widget.<\\/li>\\n<li>Fixed: Handle not moving in RTL sites issue in Image Comparison widget.<\\/li>\\n<li>Fixed: Responsive controls for section background not applied on Parallax add-on.<\\/li>\\n<li>Fixed: Custom Data table not pulling data after the file URL is changed in Table widget.<\\/li>\\n<li>Fixed: Instagram video not showing in RTL sites in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.1.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added new skin Cards in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Tweak: Added Maximum Words Number option for image caption in Instagram Feed widget.<\\/li>\\n<li>Fixed: Icon Color option not applied on SVGs in Tabs widget.<\\/li>\\n<li>Fixed: Place\\/Page avatar alignment issue on Twenty Twenty theme in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.1.0 <\\/h4>\\n<ul>\\n<li>Fixed: Icon Spacing option not working on RTL sites in WhatsApp Chat widget.<\\/li>\\n<li>Fixed: Icon Spacing option not working when Icon Position is set to After in Magic Section widget.<\\/li>\\n<li>Fixed: Freehand design option not working in Image Layers, Hotspots and Parallax section add-on after Elementor 3.0.0.<\\/li>\\n<li>Fixed: Page update button is disabled after using Freehand position\\/resize feature.<\\/li>\\n<\\/ul>\\n<h4> 2.0.9 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.0.0.<\\/li>\\n<li>Fixed: Particles add-on appears below section in RTL sites issue.<\\/li>\\n<li>Fixed: Undefined \'open_graph_story\' in Facebook Reviews widget.<\\/li>\\n<li>Fixed: Icon Size option not working with SVG icons in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.8 <\\/h4>\\n<ul>\\n<li>Tweak: Add different color to each dataset value in bar Chart widget.<\\/li>\\n<li>Fixed: WhatsApp Chat widget group option not working on mobile devices.<\\/li>\\n<li>Fixed: Hotspots Horizontal Position option not working for RTL sites in Image Hotspots widget.<\\/li>\\n<li>Fixed: Compatibility issues with WordPress 5.5.<\\/li>\\n<\\/ul>\\n<h4> 2.0.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added Change Colors As Gradient option in Background Transition widget.<\\/li>\\n<li>Tweak: API Version updated for Facebook Reviews\\/Feed widgets.<\\/li>\\n<li>Fixed: Filter by Tags option letter case sensitive in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option for remote CSV files in Table widget.<\\/li>\\n<li>Tweak: Added Filter by Tags option in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.5 <\\/h4>\\n<ul>\\n<li>Tweak: Instagram deprecated API replaced with Facebook API in Instagram Feed widget.<\\/li>\\n<li>Tweak: Added Color options for feed links in Twitter\\/Facebook Feed widgets.<\\/li>\\n<li>Tweak: Added Background Color, Margin and Padding option for readmore link in Twitter\\/Facebook Feed widgets.<\\/li>\\n<li>Fixed: Widgets with entrance animations not showing on tablet\\/mobile devices in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.4 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Instagram Feed widget now supports Instagram videos.<\\/li>\\n<li>Tweak: Added RTL Mode option in Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Added Image icon option in Tabs widget.<\\/li>\\n<li>Tweak: Added Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Added Change Readmore text option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Render Type option in Lottie Animations section add-on.<\\/li>\\n<li>Tweak: Added Speed option in Flip Box widget.<\\/li>\\n<li>Fixed: Facebook Feed widget date not showing in Safari.<\\/li>\\n<li>Fixed: Social reviews carousel issue in RTL sites.<\\/li>\\n<li>Fixed: Vertical Image Comparison widget not working when label option is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.0.3 <\\/h4>\\n<ul>\\n<li>Fixed: Section add-on and some widgets not working since v2.0.2<\\/li>\\n<\\/ul>\\n<h4> 2.0.3 <\\/h4>\\n<ul>\\n<li>Fixed: Section add-on and some widgets not working since v2.0.2<\\/li>\\n<\\/ul>\\n<h4> 2.0.2 <\\/h4>\\n<ul>\\n<li>Fixed: Image Layers scroll effects not working since v2.0.0<\\/li>\\n<li>Fixed: Premium Lottie section add-on editor overloading issue.<\\/li>\\n<li>Fixed: WhatsApp button not working on iOS mobile devices.<\\/li>\\n<\\/ul>\\n<h4> 2.0.1 <\\/h4>\\n<ul>\\n<li>Fixed: Freehand positioning conflict in Lottie Animations section add-on.<\\/li>\\n<li>Fixed: Entrance animation duplicate issue in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.0 <\\/h4>\\n<ul>\\n<li>New: Introducing Lottie Animations Integration for all the widgets including icon options.<\\/li>\\n<li>New: Added Premium Lottie Animations Section Add-on.<\\/li>\\n<li>Tweak: Added Overlay Background option to Alert Box widget.<\\/li>\\n<li>Tweak: Added Default Tab Index option to Tabs widget.<\\/li>\\n<li>Tweak: Added Border Radius option for button in Content Switcher widget.<\\/li>\\n<li>Tweak: Added Show\\/hide layers on different devices option in Parallax Add-on multi layers.<\\/li>\\n<li>Tweak: Added Floating Effects in Image Hotspots and Preview Window widgets.<\\/li>\\n<li>Fixed: Horizontal Scroll not scrolling below last slide on Snappy effect.<\\/li>\\n<li>Fixed: Widgets masonry layout issues on the editor on Chrome browser.<\\/li>\\n<li>Fixed: Table widget responsive option not working on tablets.<\\/li>\\n<li>Fixed: Instagram Feed new API not working for logged out users.<\\/li>\\n<li>Fixed: Instagram login button not working when Facebook Reviews widget is disabled.<\\/li>\\n<li>Fixed: Conflict with Pinpoint Booking System Plugin shortcodes.<\\/li>\\n<li>Fixed: Multi Scroll widget Left\\/Right Section Width option override previous widgets.<\\/li>\\n<li>Fixed: PHP error <code>Trying to access array offer on value of type bool<\\/code> in \\/white-label\\/admin.php.<\\/li>\\n<li>Fixed: Console error <code>jQuery is not defined<\\/code> in Image Hotspots widget.<\\/li>\\n<li>Fixed: Compatibility errors with PHP v7.0<\\/li>\\n<\\/ul>\\n<h4> 1.9.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added new API options for Instagram Feed widget.<\\/li>\\n<li>Fixed: Horizontal Scroll widget not working on RTL sites.<\\/li>\\n<li>Fixed: Opacity floating effect now working in Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.9.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Hover Text\\/Icon Color option for Trigger Button in Magic Section widget.<\\/li>\\n<li>Tweak: Added Opacity to Float Effects in Image Layers widget.<\\/li>\\n<li>Tweak: Change "Read More" link text option added in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Added <code>Mouse Tilt<\\/code> option in Icon Box widget.<\\/li>\\n<li>Tweak: Get \'alt\' attribute for images in iHover widget.<\\/li>\\n<li>Fixed: Dynamic links not working for some elements.<\\/li>\\n<li>Fixed: Warning <code>Trying to access array offset on value of type bool<\\/code> in section add-ons.<\\/li>\\n<\\/ul>\\n<h4> 1.9.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added support for dynamic fields in all social media widgets.<\\/li>\\n<li>Fixed: Scrolling issues in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Console error <code>ReferenceError: module is not defined<\\/code><\\/li>\\n<\\/ul>\\n<h4> 1.9.0 <\\/h4>\\n<ul>\\n<li>New: Added Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Added <code>Animation Duration<\\/code> option in Animated Gradient section add-on.<\\/li>\\n<li>Tweak: Added Chinese to Language option for Facebook Messenger Chat widget.<\\/li>\\n<li>Tweak: Added <code>Whole Box Link<\\/code> option in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Load Chart on Scroll\\/Page Load<\\/code> option in Charts widget.<\\/li>\\n<li>Tweak: Added <code>Animation Duration<\\/code> option in Charts widget.<\\/li>\\n<li>Fixed: Filters by rating not working properly when review rating is not set in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.8 <\\/h4>\\n<ul>\\n<li>Tweak: Improved <code>Filter By Language<\\/code> option in Google Reviews widget.<\\/li>\\n<li>Fixed: Spacings not applied on tooltips templates in Image Hotspots widget.<\\/li>\\n<li>Fixed: Colors applied on <code>Whole Box Link<\\/code> in iHover widget.<\\/li>\\n<li>Fixed: Rating Schema in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Pagination<\\/code> options in Table widget.<\\/li>\\n<li>Tweak: Added <code>Carousel<\\/code> options in Twitter Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.6 <\\/h4>\\n<ul>\\n<li>Tweak: Now, you can remove all header cells in Table widget.<\\/li>\\n<li>Tweak: Added <code>Hover Text Animation<\\/code> switcher option in Flip Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added new effects for Ken Burns add-on.<\\/li>\\n<li>Tweak: Added <code>Reverse Direction<\\/code> for mousemove parallax in Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Link<\\/code> option for header cells in Table widget.<\\/li>\\n<li>Fixed: <code>Transition Speed<\\/code> option not working in Ken Burns section add-on.<\\/li>\\n<\\/ul>\\n<h4> 1.8.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Padding<\\/code> option for container in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Blend Mode<\\/code> option to iHover, Image Hotspots and Image Layers widgets.<\\/li>\\n<li>Tweak: Added <code>Filter by Tags<\\/code> option to Instagram Feed widget.<\\/li>\\n<li>Fixed: Lightbox not working in Instagram Feed widget.<\\/li>\\n<li>Fixed: Console errors on IE due to Background Transition widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Floating Effects<\\/code> to Image Layers widget.<\\/li>\\n<li>Tweak: Added <code>Zoom In\\/Out<\\/code> option for each layer in Ken Burns add-on.<\\/li>\\n<\\/ul>\\n<h4> 1.8.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added four new effects to Flip Box widget.<\\/li>\\n<li>Tweak: 3D flip effect animation enhanced in Flip Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.9 <\\/h4>\\n<ul>\\n<li>Tweak: Now you can set different style to each hotspot item in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added link option for Button in Alert Box widget.<\\/li>\\n<li>Tweak: Added Hover Background Color option Alert Box widget.<\\/li>\\n<li>Fixed: Not all ratings are pulled in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added Spinner styling option for loading spinner in Instagram Feed widget.<\\/li>\\n<li>Fixed: <code>$<\\/code> is not defined in Facebook Reviews and Feed widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.7.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Button<\\/code> option to iHover widget.<\\/li>\\n<li>Tweak: Added <code>Hide Plugin Row Meta<\\/code> and <code>Hide Plugin Changelog Link<\\/code> to plugin White Labeling options.<\\/li>\\n<li>Fixed: Background Transition widget not working with <code>RGB<\\/code> colors.<\\/li>\\n<li>Fixed: Console errors with invalid sections CSS IDs in Background Transition widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>CSS Filter<\\/code> for normal\\/hover state in Image Hotspots widget.<\\/li>\\n<li>Fixed: Grey line appears by default in Image Layers widget.<\\/li>\\n<li>Fixed: Even Layout not working with Carousel option enabled in all Reviews widgets.<\\/li>\\n<li>Fixed: Carousel slides not appearing on RTL sites in all Reviews widgets.<\\/li>\\n<li>Fixed: SVG icons size option not working in all widgets.<\\/li>\\n<li>Fixed: Link title and icon are not aligned in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.5 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Background Transition widget improved.<\\/li>\\n<li>Fixed: Caching is not applied on place data in Yelp Reviews widget.<\\/li>\\n<li>Fixed: Nested Premium Tabs not appearing.<\\/li>\\n<li>Fixed: Active Tab box shadow option not applied on the same selector in normal\\/hover in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option <code>Reload Reviews Once Every<\\/code> in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.7.3 <\\/h4>\\n<ul>\\n<li>Fixed: Instagram Feed widget not working on IE browsers.<\\/li>\\n<\\/ul>\\n<h4> 1.7.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Render First Row As<\\/code> option in Table widget.<\\/li>\\n<li>Fixed: Flipbox widget <code>Whole Box<\\/code> link option is not working.<\\/li>\\n<li>Fixed: Default icon is not working in iHover widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.1 <\\/h4>\\n<ul>\\n<li>New: Added Color Transition widget.<\\/li>\\n<li>Tweak: Get Instagram feed by Access Token only.<\\/li>\\n<li>Tweak: Added dynamic field support for CSV file in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.0 <\\/h4>\\n<ul>\\n<li>Fixed: Instagram Feed loading spinner does not appear on preview page.<\\/li>\\n<\\/ul>\\n<h4> 1.6.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Hover Color<\\/code> option for title\\/icon in Tabs widget.<\\/li>\\n<li>Fixed: Active tab Margin\\/Padding issue in Tabs widget.<\\/li>\\n<li>Fixed: Vertical Tabs widget alignment issue.<\\/li>\\n<li>Fixed: Security bugs fixed.<\\/li>\\n<\\/ul>\\n<h4> 1.6.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Schema Support<\\/code> option for all Reviews widgets.<\\/li>\\n<li>Tweak: Font Awesome 5 compatibility for all widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.6.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Minimum Value<\\/code> option in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 1.6.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Line Width<\\/code> option for grid lines in Charts widget.<\\/li>\\n<li>Tweak: Added transition for Image Accordion overlay color.<\\/li>\\n<li>Fixed: Parallax section add-on does not work on frontend pages.<\\/li>\\n<\\/ul>\\n<h4> 1.6.5 <\\/h4>\\n<ul>\\n<li>Tweak: Load assets files for section add-ons only when needed to improve performance.<\\/li>\\n<li>Tweak: Added <code>Step Size<\\/code> option for Radar type Charts.<\\/li>\\n<li>Fixed: Tabs nav container changed to div to prevent styling issues.<\\/li>\\n<\\/ul>\\n<h4> 1.6.4 <\\/h4>\\n<ul>\\n<li>Fixed: <code>Reviews Word Length<\\/code> option does not work for non-latin characters in all reviews widgets.<\\/li>\\n<li>Fixed: <code>Notice: Undefined variable: tool_tips_image_url<\\/code> in Preview Window widget.<\\/li>\\n<\\/ul>\\n<h4> 1.6.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added responsive controls for <code>Alignment<\\/code> option in iHover widget.<\\/li>\\n<li>Fixed: <code>Border Color<\\/code> option missing for <code>Style 3<\\/code> in Tabs widget.<\\/li>\\n<li>Fixed: Bottom positioned Magic Section appears after page load.<\\/li>\\n<\\/ul>\\n<h4> 1.6.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Facebook Login<\\/code> Button to Premium Facebook Feed widget for easier feed pull.<\\/li>\\n<li>Fixed: <code>Maximum Value<\\/code> option added to Radar chat type in Charts widget.<\\/li>\\n<li>Fixed: <code>Carousel Arrows Position<\\/code> option shows when <code>Autoplay<\\/code> option is enabled in Yelp Reviews widget.<\\/li>\\n<li>Fixed: Loader spinner not showing on the preview page in Facebook\\/Twitter Feed.<\\/li>\\n<\\/ul>\\n<h4> 1.6.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>RTL Mode<\\/code> option for Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Fixed: <code>Transition Speed<\\/code> option not working for Ken Burns section add-on.<\\/li>\\n<li>Fixed: Image Layers <code>Freehand<\\/code> reposition not working if page contains Premium Carousel widget.<\\/li>\\n<\\/ul>\\n<h4> 1.6.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Review Length<\\/code> option to Facebook Reviews widget.<\\/li>\\n<li>Fixed: Images pixelated when size is increased in Facebook Reviews widget.<\\/li>\\n<li>Fixed: Messenger Chat icon not showing on mobile devices.<\\/li>\\n<li>Fixed: Cells alignment issue with multi-line text in Table widget.<\\/li>\\n<li>Fixed: Blank line below Instagram images for some themes.<\\/li>\\n<\\/ul>\\n<h4> 1.5.9 <\\/h4>\\n<ul>\\n<li>New: Added Yelp Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Facebook Login<\\/code> Button to Premium Facebook Reviews widget for easier reviews pull.<\\/li>\\n<li>Tweak: Added <code>Review Length<\\/code> option in Google Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Responsive Controls<\\/code> for Premium Particles section add-on.<\\/li>\\n<li>Tweak: Added <code>Table Layout<\\/code> option in Premium Table widget.<\\/li>\\n<li>Fixed: Divider and text in Premium Divider widget are not centered in some themes.<\\/li>\\n<li>Fixed: <code>Button Size<\\/code> in Unfold widget not applied on the front-end.<\\/li>\\n<li>Fixed: Back side <code>Link<\\/code> unclickable on Microsoft Edge in Flip Box widget.<\\/li>\\n<li>Fixed: Twitter\\/Facebook Feed time elapsed Singular\\/Plural issue.<\\/li>\\n<li>Fixed: Clipped reviewer profile picture in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.8 <\\/h4>\\n<ul>\\n<li>New: Added Image Accordion widget.<\\/li>\\n<li>Fixed: Title\\/Icon are not horizontally centered in styles 3,4 in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.7 <\\/h4>\\n<ul>\\n<li>Tweak: <code>Read More<\\/code> button redirects to post instead of page in Facebook Feed widget.<\\/li>\\n<li>Fixed: Carousel arrows styling only works on the editor page in Google\\/Facebook Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Theme<\\/code> option for lightbox in Instagram widget.<\\/li>\\n<li>Tweak: Added <code>Date Format<\\/code> option in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Fade Speed<\\/code> option for Ken Burns section add-on.<\\/li>\\n<li>Fixed: Posts` images don\'t appear in Facebook Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.5 <\\/h4>\\n<ul>\\n<li>Fixed: Reviews date doesn\'t appear with <code>Place Info<\\/code> option disabled.<\\/li>\\n<li>Fixed: Right templates shift to left by <code>1px<\\/code> in Multi Scroll widget.<\\/li>\\n<li>Fixed: Facebook Feed widget doesn\'t work with APIs v3.3.<\\/li>\\n<\\/ul>\\n<h4> 1.5.4 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core refactored to improve performance.<\\/li>\\n<\\/ul>\\n<h4> 1.5.3 <\\/h4>\\n<ul>\\n<li>Fixed: Charts animation doesn\'t work when height option is set.<\\/li>\\n<li>Fixed: <code>Tabs Background<\\/code> overrides lists background for <code>Style 3<\\/code> in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.2 <\\/h4>\\n<ul>\\n<li>Fixed: <code>Dynamic Content<\\/code> doesn\'t work when <code>ACF Field<\\/code> is selected in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.1 <\\/h4>\\n<ul>\\n<li>Tweak: <code>Tilt Mouse Interactivity<\\/code> doesn\'t work on IE for Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.0 <\\/h4>\\n<ul>\\n<li>Fixed: Image Comparison broken on IE with Section Vertical Parallax enabled.<\\/li>\\n<\\/ul>\\n<h4> 1.4.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Outer Background Color<\\/code> option for container in Preview Window widget.<\\/li>\\n<li>Fixed: Magic Section content appears until page is loaded.<\\/li>\\n<li>Fixed: Image Comparison broken on IE with Image Layers scroll effects enabled.<\\/li>\\n<\\/ul>\\n<h4> 1.4.8 <\\/h4>\\n<ul>\\n<li>Tweak: <code>WPML Compatibility<\\/code> for all widgets.<\\/li>\\n<li>Fixed: License deactivation issues.<\\/li>\\n<li>Fixed: Google reCaptcha doesn\'t work after v1.4.8<\\/li>\\n<li>Fixed: Particles are stretched on small screens.<\\/li>\\n<li>Fixed: Add-ons don\'t load with <code>MyListing<\\/code> theme.<\\/li>\\n<\\/ul>\\n<h4> 1.4.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Stretch Image<\\/code> option for background image in Image Hotspots widget.<\\/li>\\n<li>Fixed: Console error <code>UniversalTilt undefined<\\/code> on IE browser with Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.4.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Dynamic Field<\\/code> support for Instagram widget.<\\/li>\\n<li>Fixed: <code>Invalid Character on line 3361<\\/code> after v1.3.5<\\/li>\\n<\\/ul>\\n<h4> 1.4.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Scroll Effects<\\/code> for images in Image Layers widget.<\\/li>\\n<li>Tweak: Added <code>Freehand<\\/code> postioning, resizing features for layers in Image Layers widget and Multi Layer Parallax.<\\/li>\\n<li>Tweak: Added <code>Freehand<\\/code> postioning feature for Image Hotspots widget.<\\/li>\\n<li>Tweak: Added <code>Date Format<\\/code> option for Google Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Dynamic Field<\\/code> support for all <code>URL<\\/code> fields.<\\/li>\\n<li>Fixed: Content Switcher widget button issue when browse back page button is clicked.<\\/li>\\n<li>Fixed: <code>Save Settings<\\/code> button doesn\'t work in White Labeling Dashboard submenu.<\\/li>\\n<li><strong>Important: This update includes deep enhancements for Image Hotspots, Image Layers widgets and Parallax Add-on. So, please review your existing pages.<\\/strong><\\/li>\\n<\\/ul>\\n<h4> 1.4.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Data Separator<\\/code> optiuon for CSV files in Table widget.<\\/li>\\n<li>Fixed: Layout issues on Microsoft IE browser.<\\/li>\\n<li>Fixed: <code>Notice: Undefined index: premium_parallax_android_support<\\/code> , <code>premium_parallax_ios_support<\\/code> in Parallax add-on.<\\/li>\\n<\\/ul>\\n<h4> 1.4.3 <\\/h4>\\n<ul>\\n<li>Tweak: Prevent adding inline styles\\/scripts for Section add-ons.<\\/li>\\n<li>Tweak: Changed Particles Add-on <code>JSON<\\/code> code area from <code>TEXTAREA<\\/code> to <code>CODE<\\/code><\\/li>\\n<li>Tweak: Ability to change <code>Live Search<\\/code> and <code>Show Records<\\/code> strings in Table widget.<\\/li>\\n<li>Tweak: Wait images to load before triggering <code>Masonry<\\/code> layout in Faceook Feed widget.<\\/li>\\n<li>Fixed: Cells align right issue on Google Chrome in Table widget.<\\/li>\\n<li>Fixed: Premium Divider issues with <code>Elementor Custom Positioning<\\/code> option.<\\/li>\\n<\\/ul>\\n<h4> 1.4.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Show Records<\\/code> option in Table widget.<\\/li>\\n<li>Tweak: Added <code>Blur On Hover<\\/code> effect in Table widget.<\\/li>\\n<li>Tweak: Added <code>responsive controls<\\/code> for Search field in Table widget.<\\/li>\\n<li>Tweak: Added <code>Text Color<\\/code> option for Search field in Table widget.<\\/li>\\n<li>Tweak: Added <code>Settings<\\/code> to plugin action links on <code>Plugins<\\/code> page.<\\/li>\\n<\\/ul>\\n<h4> 1.4.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Left\\/Right Section Width<\\/code> option to control width ratio in Multi Scroll widget.<\\/li>\\n<li>Tweak: Added <code>Show Caption<\\/code> option to show photo caption in Instagram widget.<\\/li>\\n<li>Tweak: Added <code>CSS Filters<\\/code> options group for hover state in Instagram widget.<\\/li>\\n<\\/ul>\\n<h4> 1.4.0 <\\/h4>\\n<ul>\\n<li>Fixed: Premium Twitter Feed does not work.<\\/li>\\n<\\/ul>\\n<h4> 1.3.9 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Parallax background position, repeat and size inherit from Elementor responsive background options.<\\/li>\\n<li>Tweak: Added responsive controls for <code>Arrow Size<\\/code> option in Premium Facebook\\/Google Reviews widgets.<\\/li>\\n<li>Tweak: Added <code>CSS Filters<\\/code> option for images for trigger and preview images in Preview Image widget.<\\/li>\\n<li>Tweak: Code refactor to enhance plugin performance speed.<\\/li>\\n<\\/ul>\\n<h4> 1.3.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added responsive controls for <code>Number of Columns<\\/code> option in Premium Facebook\\/Google Review and Facebook\\/Twitter widgets.<\\/li>\\n<li>Tweak: Added <code>CSS Filters<\\/code> option for images in Premium Behance\\/Instagram Feed and iHover widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.3.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added responsive controls for <code>Images per Row<\\/code> option in Premium Instagram widget.<\\/li>\\n<li>Tweak: Added <code>Widgets Badge<\\/code> option to white labeling to change widgets` icons badge text.<\\/li>\\n<li>Fixed: Enable Parallax on Android\\/iOS does not work for Parallax section add-on.<\\/li>\\n<li>Fixed: Different images height when <code>Masonry<\\/code> option is disabled in Premium Intagram widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.6 <\\/h4>\\n<ul>\\n<li>Fixed: Warning: require_once(\\/premium-addons-pro-includes\\/deps\\/json.php): failed to open stream: No such file or directory.<\\/li>\\n<li>Fixed: Images order when <code>Masonry<\\/code> option is disabled in Premium Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.5 <\\/h4>\\n<ul>\\n<li>Tweak: JS enhancements in Facebook, Twitter and Instagram elements to improve plugin performance.<\\/li>\\n<li>Tweak: Added <code>Infinite<\\/code> option for single image in Ken Burns add-on.<\\/li>\\n<li>Fixed: Set Tabs content to Full Width issue.<\\/li>\\n<li>Fixed: Posts overlapping when masonry option enabled in Premium Facebook Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.4 <\\/h4>\\n<ul>\\n<li>Tweak: JS enhancements in Charts, Facebook\\/Google Reviews, Image layers, Multi Scroll , and Tabs elements to improve plugin performance.<\\/li>\\n<li>Tweak: Dynamic data support for <code>Image<\\/code> in Premium Divider widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.3 <\\/h4>\\n<ul>\\n<li>Tweak: Dynamic data support in Premium Ken Burns add-on.<\\/li>\\n<li>Fixed: Image Hotspots widget issue on preview page.<\\/li>\\n<\\/ul>\\n<h4> 1.3.2 <\\/h4>\\n<ul>\\n<li>Fixed: Pointer cursor for cells with <code>Link<\\/code> option disabled in Premium Table widget.<\\/li>\\n<li>Fixed: overlapping issue when iHover widget <code>Link<\\/code> option is enabled.<\\/li>\\n<li>Fixed: Tabs widget layout issue on iOS devices.<\\/li>\\n<\\/ul>\\n<h4> 1.3.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Border Width<\\/code> option for each dataset in Premium Charts widget.<\\/li>\\n<li>Fixed: <code>Warning: Creating default object from empty value<\\/code> in Premium Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.0 <\\/h4>\\n<ul>\\n<li>Tweak: Unnecessary <code>esc_html()<\\/code> function removed.<\\/li>\\n<li>Tweak: Unnecessary conditions removed to enhance editor page loading speed.<\\/li>\\n<\\/ul>\\n<h4> 1.2.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Second Fill Color<\\/code> option to create gradients in Line, Bar and Horizontal Bar charts.<\\/li>\\n<li>Tweak: Unnecessary functions removed from Facebook Feed, Charts, Behance and Image Comparison widgets to enhance performance.<\\/li>\\n<\\/ul>\\n<h4> 1.2.8 <\\/h4>\\n<ul>\\n<li>Tweak: CSS files loaded only when required to enhance plugin performance.<\\/li>\\n<li>Tweak: Show label next to value on Pie\\/Doughnut Premium Chart hover.<\\/li>\\n<\\/ul>\\n<h4> 1.2.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Show Values on Chart<\\/code> option to Pie\\/Doughnut chart in Premium Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added language option to Premium Messenger Chat widget.<\\/li>\\n<li>Fixed: <code>View Details<\\/code> link appears for Premium Add-ons for Elementor with White Labeling enabled.<\\/li>\\n<\\/ul>\\n<h4> 1.2.5 <\\/h4>\\n<ul>\\n<li>Tweak: Formatting Y-Axis labels numbers in Premium Charts widget.<\\/li>\\n<li>Tweak: Ken Burns can now be used with only one image.<\\/li>\\n<li>Fixed: Charts not visible when inserted in Elementor Accordion widget.<\\/li>\\n<li>Fixed: CSV files don\'t appear in Media in Premium Tables widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Overlay Color option to Premium Ken Burns section add-on.<\\/li>\\n<li>Fixed: <code>Detected usage of deprecated noAndroid<\\/code> with Premium Parallax section add-on.<\\/li>\\n<li>Fixed: Premium Messenger Chat not working after Facebook latest Apps update.<\\/li>\\n<\\/ul>\\n<h4> 1.2.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added vertical tabs sections width option in Premium Tabs widget.<\\/li>\\n<li>Tweak: Added Filter by language option in Premium Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added arrow size and padding options to carousel arrows in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Tweak: Dynamic data support in Premium Charts widget.<\\/li>\\n<li>Tweak: Shortcodes support using text editor in Premium Content Switcher widget.<\\/li>\\n<li>Fixed: Charts issue when inserted inside Premium Modal Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.1 <\\/h4>\\n<ul>\\n<li>Fixed: Projects with grid images in Premium Behance widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added Column Width option in Premium Charts widget.<\\/li>\\n<li>Tweak: Added Carousel Autoplay speed option in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Tweak: Added Carousel Arrows position option in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Fixed: Carousel responsive issues in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Fixed: Reviews issue when no stars is returned with review.<\\/li>\\n<\\/ul>\\n<h4> 1.1.9 <\\/h4>\\n<ul>\\n<li>Tweak: Hide specific sections on mobiles\\/tables option added to Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.8 <\\/h4>\\n<ul>\\n<li>Fixed: Sections order on mobile\\/tablets in Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.7 <\\/h4>\\n<ul>\\n<li>Fixed: Responsive issues in Premium Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.6 <\\/h4>\\n<ul>\\n<li>New: Added Multi Scroll widget.<\\/li>\\n<li>Tweak: Added Margin Option for Magic Section widget in active case.<\\/li>\\n<li>Fixed: Google Reviews unloaded place image.<\\/li>\\n<li>Fixed: Tabs background\\/arrow color issue.<\\/li>\\n<\\/ul>\\n<h4> 1.1.5 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Table widget performance enhanced.<\\/li>\\n<li>Tweak: Added Dynamic Images option for all widgets.<\\/li>\\n<li>Tweak: Added Dynamic place id option for Premium Google Reviews widget.<\\/li>\\n<li>Tweak: Added Carousel option for Premium Facebook\\/Google reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.4 <\\/h4>\\n<ul>\\n<li>Fixed: Premium Tabs conflict issue.<\\/li>\\n<li>Fixed: Facebook\\/Twitter Feed read more issue.<\\/li>\\n<\\/ul>\\n<h4> 1.1.3 <\\/h4>\\n<ul>\\n<li>Fixed: Facebook Feed widget conflict issue.<\\/li>\\n<\\/ul>\\n<h4> 1.1.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added convert values to percentage in Premium Charts widget.<\\/li>\\n<li>Fixed: Call to a member function get_error_message() on array after license activation.<\\/li>\\n<\\/ul>\\n<h4> 1.1.1 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core enhancement for faster performance.<\\/li>\\n<li>Tweak: Premium Divider widget performance enhanced.<\\/li>\\n<li>Tweak: Premium Flip Box widget performance enhanced.<\\/li>\\n<li>Tweak: Premium Icon Box widget performance enhanced.<\\/li>\\n<li>Tweak: Premium Image Layers widget performance enhanced.<\\/li>\\n<li>Tweak: Premium iHover widget performance enhanced.<\\/li>\\n<\\/ul>\\n<h4> 1.1.0 <\\/h4>\\n<ul>\\n<li>Fixed: Tabs issue on IE browser.<\\/li>\\n<li>Fixed: Group Control issue in Premium Facebook\\/Twitter widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.0.9 <\\/h4>\\n<ul>\\n<li>Fixed: Warning "Invalid argument supplied for foreach() in \\/premium-addons-pro\\/widgets\\/premium-tables.php on line 1567".<\\/li>\\n<\\/ul>\\n<h4> 1.0.8 <\\/h4>\\n<ul>\\n<li>Fixed: License not Valid after trying to activate license.<\\/li>\\n<\\/ul>\\n<h4> 1.0.7 <\\/h4>\\n<ul>\\n<li>New: Added WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 1.0.6 <\\/h4>\\n<ul>\\n<li>Fixed: Image size issue in Premium Parallax addon.<\\/li>\\n<li>Fixed: Transparent images grey background issue.<\\/li>\\n<li>Fixed: Invisible charts issue.<\\/li>\\n<\\/ul>\\n<h4> 1.0.5 <\\/h4>\\n<ul>\\n<li>Tweak: App ID and App secret are changed to Access Token in Facebook Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.0.4 <\\/h4>\\n<ul>\\n<li>Tweak: Animations starts on scrolling in Premium Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 1.0.3 <\\/h4>\\n<ul>\\n<li>New: Added Facebook Feed element.<\\/li>\\n<\\/ul>\\n<h4> 1.0.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Background Size\\/Position options in Premium Section Parallax.<\\/li>\\n<li>Fixed: Instagram Feed grid issue when Masonry is disabled.<\\/li>\\n<li>Fixed: Fatal error: Can\'t use function return value in write context for PHP versions below 5.5<\\/li>\\n<\\/ul>\\n<h4> 1.0.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added URLs option to each dataset in Premium Charts widget.<\\/li>\\n<li>Tweak: Added image fill option in Premium Ken Burns.<\\/li>\\n<\\/ul>\\n<h4> 1.0.0 <\\/h4>\\n<ul>\\n<li>Initial stable release.<\\/li>\\n<\\/ul>\",\"installation\":\"<h4> Minimum Requirements <\\/h4>\\n<ul>\\n<li>WordPress 4.5 or greater<\\/li>\\n<li>PHP version 5.4 or greater<\\/li>\\n<li>MySQL version 5.0 or greater<\\/li>\\n<\\/ul>\\n<h4> Installation Instructions <\\/h4>\\n<ul>\\n<li>First make sure that Elementor Page Builder and Premium Addons for Elementor are installed, As this plugin works only with both of them.<\\/li>\\n<li>Download the plugin then Upload it to the plugin folder: \\/wp-content\\/plugins\\/ or install it through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \\u2018Plugins\\u2019 screen in WordPress<\\/li>\\n<li>You can find Premium Addons Elements under the category \\u201cPremium Addons\\u201d on your Elementor element\\/widget list.<\\/li>\\n<\\/ul>\"},\"banners\":{\"high\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/edd\\/2018\\/10\\/premium-addons-pro-plugin-banner-hd.jpg\",\"low\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/edd\\/2018\\/10\\/premium-addons-pro-plugin-banner-ld.jpg\"},\"icons\":{\"1x\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/edd\\/2021\\/08\\/premium-addons-logo-128x128.jpg\",\"2x\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/edd\\/2021\\/08\\/premium-addons-logo-256x256.jpg\"},\"msg\":\"No license key has been provided.\",\"stable_tag\":\"2.9.10\",\"license\":\"GPL v3.0\",\"tested\":\"6.4.2\",\"description\":[\"<p>This plugin is an extension to Premium Addons for Elementor Plugin that includes Pro Elementor widgets and Addons for Elementor Page Builder. Visit <a href=\\\"https:\\/\\/www.premiumaddons.com\\/\\\">Premium Addons Website<\\/a> to check widgets and addons demos.<\\/p>\\n<p>Premium Addons PRO plugin\\u2019s widgets are cross browser compatible and also fully responsive, Your website will rock on all browsers as well as tables and mobile devices.<\\/p>\\n<p>When using Premium Addons\\u2019 widgets you will notice that it has more customization options than any other widget in other plugin.<\\/p>\\n<p>Premium Addons PRO can be used only as a complement of Elementor page builder plugin as it\\u2019s not a standalone plugin.<\\/p>\\n<h3>Features<\\/h3>\\n<ul>\\n<li>Fully Customizable Elements.<\\/li>\\n<li>Options panel for enabling desired elements only for faster performance.<\\/li>\\n<li>Free Support through online forums.<\\/li>\\n<\\/ul>\\n<h3>Available Elements<\\/h3>\\n<ol>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">Premium Alert Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/animated-section-gradients-for-elementor-page-builder\\/\\\">Premium Animated Section Gradient<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/behance-feed-widget-for-elementor-page-builder\\/\\\">Premium Behance Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/charts-widget-for-elementor-page-builder\\/\\\">Premium Charts<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/content-switcher-widget-for-elementor-page-builder\\/\\\">Premium Content Switcher<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/dual-header-widget-for-elementor-page-builder\\/\\\">Premium Divider<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-feed-widget-for-elementor-page-builder-2\\/\\\">Premium Facebook Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-messenger-widget-for-elementor-page-builder\\/\\\">Premium Facebook Messenger<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-reviews-widget-for-elementor-page-builder\\/\\\">Premium Facebook Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/flip-box-widget-for-elementor-page-builder\\/\\\">Premium Flip Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/google-reviews-for-elementor-page-builder\\/\\\">Premium Google Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/icon-box-widget-for-elementor-page-builder\\/\\\">Premium Icon Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ihover-widget-for-elementor-page-builder\\/\\\">Premium iHover<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-image-accordion-widget\\/\\\">Premium Image Accordion<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-comparison-widget-for-elementor-page-builder\\/\\\">Premium Image Comparison<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-hotspots-widget-for-elementor-page-builder\\/\\\">Premium Image Hotspots<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-layers-widget-for-elementor-page-builder\\/\\\">Premium Image Layers<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/instagram-feed-widget-for-elementor-page-builder\\/\\\">Premium Instagram Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ken-burns-section-addon-for-elementor-page-builder\\/\\\">Premium Ken Burns<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/magic-section-widget-for-elementor-page-builder\\/\\\">Premium Magic Section<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">Premium Multi Scroll<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/parallax-section-addon-for-elementor-page-builder\\/\\\">Premium Parallax<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/particles-section-addon-for-elementor-page-builder\\/\\\">Premium Particles<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/preview-window-widget-for-elementor-page-builder\\/\\\">Premium Preview Window<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/table-widget-for-elementor-page-builder\\/\\\">Premium Tables<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/twitter-feed-widget-for-elementor-page-builder\\/\\\">Premium Twitter Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/tabs-widget-for-elementor-page-builder-2\\/\\\">Premium Tabs<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/unfold-widget-for-elementor-page-builder\\/\\\">Premium Unfold<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/whatsapp-widget-for-elementor-page-builder\\/\\\">Premium WhatsApp Chat<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-yelp-reviews-widget\\/\\\">Premium Yelp Reviews<\\/a><\\/li>\\n<\\/ol>\"],\"changelog\":[\"<h4> 2.9.10 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to apply Particles addon on whole page through Elementor page settings.<\\/li>\\n<li>Tweak: Added responsive controls to Display option in Content Toggle widget.<\\/li>\\n<li>Fixed: Disable Snappy Effect on Touch Devices in Horizontal Scroll widget not working.<\\/li>\\n<li>Fixed: Flickering issue with Image Sequence effect in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.9 <\\/h4>\\n<ul>\\n<li>Tweak: Divider widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/divider-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Option to Disable Scroll on Accordion Item Click added in in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to hide Horizontal Scroll widget slides on desktop devices.<\\/li>\\n<li>Fixed: Unnecessary HTML markup rendered in the table widget.<\\/li>\\n<li>Fixed: Feed is duplicated in Facebook and Behance Feed widgets.<\\/li>\\n<li>Fixed: Facebook and Behance Feed widgets not working on the frontend.<\\/li>\\n<\\/ul>\\n<h4> 2.9.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added SVG Code option in Site Logo widget.<\\/li>\\n<li>Tweak: Gold API error messages handled in News Ticker widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added Option to enable US numbers sorting in Table widget.<\\/li>\\n<li>Tweak: Compatibility between Hide Slide On option in Multi Scroll widget and Elementor custom breakpoints.<\\/li>\\n<\\/ul>\\n<h4> 2.9.5 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error when Premium Addons Pro is activated without the free version.<\\/li>\\n<li>Fixed: Masonry effect not working correctly on editor page in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Custom Navigation Element Selector option in Multi Scroll to be used to navigate to Multi Scroll slides.<\\/li>\\n<li>Fixed: Ratings values between .7 and .9 are rendered as half star in Social Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.9.3 <\\/h4>\\n<ul>\\n<li>Fixed: PHP Error when Image Accordion widget is used.<\\/li>\\n<li>Fixed: Elementor asks to run Safe Mode with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Alternative Gold API key option in News Ticker widget.<\\/li>\\n<li>Tweak: Added Load More option in Smart Post Listing widget.<\\/li>\\n<li>Tweak: Added more styling controls in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.1 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.9.0 <\\/h4>\\n<ul>\\n<li>New: Added Smart Post Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-smart-post-listing-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Show Alt text for the images in Ken Burns addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.27 <\\/h4>\\n<ul>\\n<li>Fixed: Twitter Feed widget not working.<\\/li>\\n<\\/ul>\\n<h4> 2.8.26 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Numbers showing on hover not formatted in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.25 <\\/h4>\\n<ul>\\n<li>Tweak: Removed Twitter Feed credentials section.<\\/li>\\n<\\/ul>\\n<h4> 2.8.24 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom position options for tooltips in Image Hotspots widget.<\\/li>\\n<li>Fixed: Multi Scroll widget not working when elements with entrance animations used in it.<\\/li>\\n<li>Fixed: Twitter Feed widget not working in some cases.<\\/li>\\n<li>Fixed: Image Comparison widget handle not working on RTL sites.<\\/li>\\n<\\/ul>\\n<h4> 2.8.23 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching options in Facebook and Behance Feed widgets.<\\/li>\\n<li>Tweak: Multi Scroll widget improved to trigger entrance animations on slide change.<\\/li>\\n<li>Fixed: Button showing in back side in 3D Hover Box widget.<\\/li>\\n<li>Fixed: Horizontal Scroll issues on mobile devices.<\\/li>\\n<li>Fixed: Hide Empty Reviews option not working correctly in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.22 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom size unit for range controls in some widgets.<\\/li>\\n<li>Tweak: Load posts only if they have body text in Facebook Feed widget.<\\/li>\\n<li>Fixed: Load Chart On option not working in Charts widget.<\\/li>\\n<li>Fixed: Fatal error in Tabs widget when an image icon with empty image is added.<\\/li>\\n<\\/ul>\\n<h4> 2.8.21 <\\/h4>\\n<ul>\\n<li>New: Added Magnet Effect in Custom Mouse Cursor addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-feature\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Magic Scroll addon performance improved.<\\/li>\\n<\\/ul>\\n<h4> 2.8.20 <\\/h4>\\n<ul>\\n<li>Tweak: CSS files size minimized for better performance.<\\/li>\\n<li>Fixed: Custom link attributes not working in Icon Box widget.<\\/li>\\n<li>Fixed: Console error in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.19 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to load Magic Scroll addon on page load, not when the section is reached.<\\/li>\\n<li>Fixed: Image Comparison widget not working when used inside Tabs widget.<\\/li>\\n<li>Fixed: Lock Page Scroll option in Magic Scroll addon causing a blank area while scrolling on mobile devices.<\\/li>\\n<li>Fixed: PHP warning in Parallax addon when no layers are added.<\\/li>\\n<li>Fixed: Console error with Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.18 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text Shadow and Box Shadow scroll effects in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added Sort Reviews by date option in Google Reviews widget.<\\/li>\\n<li>Tweak: Show\\/hide images by hashtags in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.17 <\\/h4>\\n<ul>\\n<li>Tweak: Sticky effect behavior improved in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added option to trigger entrance animations once for Snappy scroll in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Sticky effect not working on the editor page in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.16 <\\/h4>\\n<ul>\\n<li>Fixed: Draw SVG not working on the editor page with multiple SVGs in Magic Scroll addon.<\\/li>\\n<li>Fixed: Transition is added to Icon Box widget when used with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.15 <\\/h4>\\n<ul>\\n<li>Fixed: Elements with entrance animation flash in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Icons not showing in some controls.<\\/li>\\n<\\/ul>\\n<h4> 2.8.14 <\\/h4>\\n<ul>\\n<li>New: Added Magic Scroll addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-magic-scroll-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.13 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.8.0<\\/li>\\n<li>Fixed: Ken Burns section\\/column addon not working with recent Elementor versions.<\\/li>\\n<\\/ul>\\n<h4> 2.8.12 <\\/h4>\\n<ul>\\n<li>New: Added Site Logo widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-site-logo-widget\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.11 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option in Instagram Feed widget to improve the feed performance and loading speed.<\\/li>\\n<li>Tweak: Added Close On Click Outside option in Magic Section widget.<\\/li>\\n<li>Fixed: Icon styling not applied properly on SVG icons in Divider widget.<\\/li>\\n<li>Fixed: Mouse tilt option not working since Premium Addons for Elementor v4.9.35.<\\/li>\\n<li>Fixed: Feed is not showing if Posts\\/Account option value is larger than the posts returned by Facebook.<\\/li>\\n<li>Fixed: Alignment option not working properly for multi-line values in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.10 <\\/h4>\\n<ul>\\n<li>New: Added Random Badges option in Mega Menu widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-mega-menu-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: PHP warnings in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.9 <\\/h4>\\n<ul>\\n<li>Fixed: Console error when SVG Draw option is disabled for Parallax addon.<\\/li>\\n<li>Fixed: SVG Draw option not working for Font Awesome icons in Icon Box widget.<\\/li>\\n<li>Fixed: Applying global background colors not working in Magic Section widget.<\\/li>\\n<li>Fixed: Icon color applied on Lottie animation in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.8 <\\/h4>\\n<ul>\\n<li>Tweak: Behance Feed widget now loads feed on scroll, not on page load.<\\/li>\\n<li>Fixed: PHP warning after v2.8.7.<\\/li>\\n<\\/ul>\\n<h4> 2.8.7 <\\/h4>\\n<ul>\\n<li>Tweak: Make sure Custom Mouse Cursor addon JS files are loaded only if the addon is used on a page.<\\/li>\\n<li>Fixed: Navigation Arrows\\/Dots not working properly on touch devices in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.6 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error due to Image Accordion widget since v2.8.4.<\\/li>\\n<\\/ul>\\n<h4> 2.8.5 <\\/h4>\\n<ul>\\n<li>Fixed: Icons in Icon Box widget always dissappear if Draw SVG option is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.8.4 <\\/h4>\\n<ul>\\n<li>New: Added Draw Icon option in all widgets that has Icon option in them.<\\/li>\\n<li>Tweak: Added Horizontal\\/Vertical Alignment options for multi-layers in Parallax addon.<\\/li>\\n<li>Fixed: Conflict between Custom Mouse Cursor addon and WP Rocket Defer JS files option.<\\/li>\\n<\\/ul>\\n<h4> 2.8.3 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.7.0.<\\/li>\\n<li>Fixed: Freehand Positioning feature not working when the device mode is changed in the editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.8.2 <\\/h4>\\n<ul>\\n<li>Tweak: Facebook Feed widget styling improved for RTL sites.<\\/li>\\n<li>Fixed: Conflict with Elementor Pro templates.<\\/li>\\n<li>Fixed: Even layout not working with Carousel Infinite Autoplay in social reviews widgets.<\\/li>\\n<li>Fixed: Carousel Navigation Arrows color\\/size controls not working in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.1 <\\/h4>\\n<ul>\\n<li>Fixed: PHP warning since v2.8.0<\\/li>\\n<\\/ul>\\n<h4> 2.8.0 <\\/h4>\\n<ul>\\n<li>Tweak: Apply Custom Mouse Cursor on full page or the entire website - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-feature\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added responsive controls to Number of Columns option in Behance Feed widget.<\\/li>\\n<li>Fixed: Carousel Tabs option applied on nested tabs.<\\/li>\\n<li>Fixed: Unnecessay Elementor placeholder images added to the Media Library after importing templates.<\\/li>\\n<li>Fixed: Multi Scroll widget not working with Elementor custom breakpoints.<\\/li>\\n<li>Fixed: Ken Burns addon not showing images properly on small screens.<\\/li>\\n<li>Fixed: Hover Box widget not working properly on iOS devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.9 <\\/h4>\\n<ul>\\n<li>Tweak: Add responsive controls for image control in Ken Burns section\\/column addon.<\\/li>\\n<li>Fixed: Horizontal\\/Vertical Offset option not working for social icon in all Social Reviews widgets.<\\/li>\\n<li>Fixed: Horizontal Offset and z-index options not working for Fixed Content template in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Console error in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.8 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.7.7 <\\/h4>\\n<ul>\\n<li>Tweak: Load Custom Mouse Cursor addon when the element is visible on viewport to improve performance and page loading speed.<\\/li>\\n<li>Tweak: Added Cover Image size option in Behance Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.6 <\\/h4>\\n<ul>\\n<li>Tweak: Add Mask Image option in Image Layers widget.<\\/li>\\n<li>Tweak: Add Render As SVG\\/Canvas option for Lottie Animation icons in Hover Box widget.<\\/li>\\n<li>Tweak: HTML markup optimized for Image Hotspots and Twitter Feed widgets for better performance.<\\/li>\\n<li>Fixed: Accordion Tabs option not working in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.5 <\\/h4>\\n<ul>\\n<li>New: Added URL String, Shortcode and WooCommerce Products in Cart options in Display Conditions.<\\/li>\\n<li>Tweak: HTML markup optimized for Hover Box, Image Accordion, Instagram Feed, Tabs, Unfold widgets for better performance.<\\/li>\\n<li>Tweak: Added Disable Floating Effects on Safari option in widgets have floating effects.<\\/li>\\n<li>Tweak: Trigger Particles and Badge addons JS code when visible on viewport to improve page loading speed.<\\/li>\\n<li>Tweak: Added compatibility Charts and Horizontal Scroll widgets.<\\/li>\\n<li>Fixed: Change Colors As Gradient option not working in Background Transition widget.<\\/li>\\n<li>Fixed: Profile Header image not showing properly on small devices in Twitter Feed widget.<\\/li>\\n<li>Fixed: Right Side Template option not showing in Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility between Badge Global Addon and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Horizontal Scroll jiterring issue on touch devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.3 <\\/h4>\\n<ul>\\n<li>New: Added Create\\/Edit Live Templates feature in all widgets that support Elementor Templates.<\\/li>\\n<\\/ul>\\n<h4> 2.7.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added support for future features compatibility<\\/li>\\n<li>Fixed: Button Trigger Size option not working on frontend in Magic Section widget.<\\/li>\\n<li>Fixed: Alignment issue in Icon Box widget when description is short.<\\/li>\\n<li>Fixed: Invalid CSS added in the editor when Badge Addon is enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.7.1 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error with some PHP versions after v2.7.0<\\/li>\\n<\\/ul>\\n<h4> 2.7.0 <\\/h4>\\n<ul>\\n<li>New: Added Premium Badge global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-badge-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.6.9 <\\/h4>\\n<ul>\\n<li>Tweak: HTML markup optimized for Table widget for better performance.<\\/li>\\n<li>Tweak: Added Icon Color and Text Color\\/Typography options for each repeater cell in Table widget.<\\/li>\\n<li>Fixed: Hover Color and Padding options not working for Read More link in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.8 <\\/h4>\\n<ul>\\n<li>New: Added five new skins in Elementor WooCommerce Products Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-woocommerce-products\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added compatibility between section\\/column addons and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Widgets code refactored to improve performance and loading speed.<\\/li>\\n<li>Tweak: Added Hover Box Shadow option in Lottie Animation section addon.<\\/li>\\n<li>Fixed: PHP warning when Follow Delay option value is not set in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: Image with Size option set to custom not rendered in Image Layers and Icon Box widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.6.7 <\\/h4>\\n<ul>\\n<li>New: Added Custom Mouse Cursor global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-feature\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Auto Change Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: HTML markup for images in Icon Box widget.<\\/li>\\n<li>Tweak: Make sure images in Image Layers and Tabs widgets are lazyloaded to improve loading speed.<\\/li>\\n<li>Fixed: Section\\/Column addons not working on editor when used inside widgets using Elementor templates.<\\/li>\\n<\\/ul>\\n<h4> 2.6.6 <\\/h4>\\n<ul>\\n<li>Fixed: Box shadow and Background Color options overriden by default values in CSS in Preview Window widget.<\\/li>\\n<li>Fixed: Charts widget not working in some cases inside Tabs widget.<\\/li>\\n<li>Fixed: Animated Gradient and Blob Generator addons not working in Tabs widget.<\\/li>\\n<li>Fixed: Ken Burns addon Infinite option always disabled when the editor page is reloaded.<\\/li>\\n<\\/ul>\\n<h4> 2.6.5 <\\/h4>\\n<ul>\\n<li>Tweak: Load the main CSS file only when required.<\\/li>\\n<li>Fixed: Tabs widget not working properly with some themes.<\\/li>\\n<li>Fixed: Compatibility between Carousel option in Social Reviews widgets and RTL sites.<\\/li>\\n<li>Fixed: Keyboard Scrolling still works even when the control is disabled in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.4 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.5.0.<\\/li>\\n<\\/ul>\\n<h4> 2.6.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added options to control Scroll Offset for each section individually in Color Transition widget.<\\/li>\\n<li>Tweak: Javascript loading method improved for Animated Gradient, Particles section\\/column addons for better performance.<\\/li>\\n<li>Fixed: Styling options not working for SVG icons in Magic Section widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added WooCommerce Total Amount In Cart and Current Product Stock options in Display Conditions feature.<\\/li>\\n<li>Fixed: Console error when videos are inserted in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.1 <\\/h4>\\n<ul>\\n<li>Fixed: Undefined variable $dir_class in Image Layers widget when Text option is used.<\\/li>\\n<li>Fixed: Button Size option not working in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.0 <\\/h4>\\n<ul>\\n<li>New: Added Animated Blob Generator section addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-animated-blob-generator\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Radar Style option in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added div, p and span HTML tag options for heading in Hover Box widget.<\\/li>\\n<li>Fixed: Default icon size changed in Hover Box widget.<\\/li>\\n<li>Fixed: Background Color not changing when multiple Background Transition widgets are used on the same page.<\\/li>\\n<\\/ul>\\n<h4> 2.5.5 <\\/h4>\\n<ul>\\n<li>Fixed: Background is not changed on scroll up in Background Transition widget.<\\/li>\\n<li>Fixed: Nested tabs styling overwrite issue in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.4 <\\/h4>\\n<ul>\\n<li>Tweak: Tabs widget rebuilt for better usability and editing experience.<\\/li>\\n<li>Tweak: Control number of carousel slides to show in Instagram Feed widget.<\\/li>\\n<li>Tweak: Prevent Background Transition widget from changing color when up\\/down backgrounds are the same.<\\/li>\\n<li>Fixed: Line height not working for Business\\/Place Name, Reviewer Name and Review Text in Social Reviews widgets.<\\/li>\\n<li>Fixed: Entrance Animations not working on for the first in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Tabs widget not working when shortcodes are used in tabs content.<\\/li>\\n<\\/ul>\\n<h4> 2.5.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Heroes Flying-Left effect in iHover widget.<\\/li>\\n<li>Tweak: Remove any duplicate content when Accordion Tabs option is enabled in Tabs widget.<\\/li>\\n<li>Tweak: Added Tab ID option in Tabs widget.<\\/li>\\n<li>Fixed: Animation issues for Flash Rotation, Flip Door, and Magic Door effects in iHover widget.<\\/li>\\n<li>Fixed: Charts not working on the editor page on Chrome browser.<\\/li>\\n<li>Fixed: Color option not applied on links in Table widget when CSV file is used.<\\/li>\\n<\\/ul>\\n<h4> 2.5.2 <\\/h4>\\n<ul>\\n<li>Tweak: Save all the plugin settings on change without need to click "Save Settings" button.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.4.<\\/li>\\n<li>Fixed: Snappy scroll stability issues in Horizontal Scroll issues.<\\/li>\\n<li>Fixed: Compatibility issues between Elementor custom breakpoints and Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.1 <\\/h4>\\n<ul>\\n<li>Tweak: iHover widget code refactored for faster editing speed..<\\/li>\\n<li>Tweak: Added Image Hover Effect in Image Layers widget.<\\/li>\\n<li>Tweak: Added compatibility between Multiscroll widget and sticky headers.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Premium Particles not working on some devices in editor page.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Content is not fully rendered issue in Unfold widget.<\\/li>\\n<li>Fixed: Removed Unnecessary requests made in Instagram Feed widget.<\\/li>\\n<li>Fixed: Hide Slide On and Disable Horizontal Scroll On options not working togethr in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Carousel not working in Facebook Feed widget when <code>Only Show Admin Posts<\\/code> option is enabled.<\\/li>\\n<li>Fixed: Fold Height option not working when set to <code>0<\\/code> in Unfold widget.<\\/li>\\n<li>Fixed: Console error in Multi Scroll widget.<\\/li>\\n<li>Fixed: Admin notices not showing when Premium Addons for Elementor is not installed.<\\/li>\\n<\\/ul>\\n<h4> 2.5.0 <\\/h4>\\n<ul>\\n<li>Tweak: JS code refactored for better performance and faster editing speed.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.2.<\\/li>\\n<li>Fixed: Emojis not showing in Twitter Feed widget.<\\/li>\\n<li>Fixed: Slides overlapping issue on touch devices in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Image Hotspots colors not working in editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.4.9 <\\/h4>\\n<ul>\\n<li>New: Added Advanced Border Radius option to improve the normal Border Radius option - <a href=\\\"https:\\/\\/9elements.github.io\\/fancy-border-radius\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Particles overlapping issue when browser active tab is changed.<\\/li>\\n<li>Fixed: Alignment controls icons not showing in editor panel.<\\/li>\\n<li>Fixed: Tabs widget style conflict with LearnDash plugin.<\\/li>\\n<\\/ul>\\n<h4> 2.4.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to control <code>Based on Number of Reviews<\\/code> string in all social reviews widgets.<\\/li>\\n<li>Fixed: Expired access token is not refreshed in Instagram Feed widget.<\\/li>\\n<li>Fixed: Image appears before entrance animation starts in Image Layers widget.<\\/li>\\n<li>Fixed: Facebook Feed widget conflict with Complianz | GDPR\\/CCPA Cookie Consent plugin.<\\/li>\\n<li>Fixed: Pagination not working in the editor in Table widget.<\\/li>\\n<li>Fixed: Tabs widget conflict with some themes.<\\/li>\\n<\\/ul>\\n<h4> 2.4.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Change Tabs to Accordion On Small Screens<\\/code> option in Tabs widget.<\\/li>\\n<li>Tweak: Improved compatibility with Elementor new version.<\\/li>\\n<\\/ul>\\n<h4> 2.4.6 <\\/h4>\\n<ul>\\n<li>Tweak: Improved Social Reviews widgets compatibility for RTL sites.<\\/li>\\n<li>Tweak: Improved WPML compatibility with all widgets.<\\/li>\\n<li>Tweak: Added Icon Spacing option in Unfold widget.<\\/li>\\n<li>Fixed: SVGs icons not showing on button in Unfold widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.5 <\\/h4>\\n<ul>\\n<li>Fixed: Code improvements for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.4.4 <\\/h4>\\n<ul>\\n<li>Fixed: Console error in Parallax addon issue.<\\/li>\\n<\\/ul>\\n<h4> 2.4.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Infinite Autoplay for carousel in social reviews widgets.<\\/li>\\n<li>Tweak: Added Navigation Type Dots\\/Arrows option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Show Number of Reviews option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Put Place\\/Business Info next to reviews option in social reviews widgets.<\\/li>\\n<li>Fixed: Console error <code>$ is not defined<\\/code> since v2.4.2.<\\/li>\\n<\\/ul>\\n<h4> 2.4.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Clear Cached Data button to Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Tweak: Added Carousel Arrows option for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Snap Scroll improved in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.1 <\\/h4>\\n<ul>\\n<li>Fixed: Horizontal Scroll slides anchoring not working since v2.4.0<\\/li>\\n<li>Fixed: Lightbox option issue in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.0 <\\/h4>\\n<ul>\\n<li>Tweak: Feed Media Height control added to work all time in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Section\\/Column addons code refactored to improve editing speed.<\\/li>\\n<\\/ul>\\n<h4> 2.3.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added Hovered Image Width control option in Image Accordion widget.<\\/li>\\n<li>Tweak: Javascript Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Lottie Animation icon size option not working on Chrome in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added Spacing Color option in Image Accordion widget.<\\/li>\\n<li>Fixed: Horizontal Scroll anchor links not working with Elementor popups.<\\/li>\\n<li>Fixed: Images Spacing option not working with horizontal direction in Image Accordion widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added Minimal Mask effect for Text in Image Layers widget.<\\/li>\\n<li>Tweak: Added Image Spacing option in Image Accordion widget.<\\/li>\\n<li>Fixed: Icon Color option not applied on SVGs in all widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.3.6 <\\/h4>\\n<ul>\\n<li>Fixed: Hide Section option not working after v2.3.5 in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added Disable Horizontal Scroll On Tablet\\/Mobile devices option in Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Added Wave Effect option in Animated Gradient add-on.<\\/li>\\n<li>Tweak: Added Change Legend to Circles option in Charts widget.<\\/li>\\n<li>Tweak: Added Maximum Height control in Magic Section.<\\/li>\\n<li>Fixed: Equal Height option not working when Carousel is enabled in Social Feed and Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.3.4 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Live Search option shows results only from current page in Table widget.<\\/li>\\n<li>Fixed: Icon Hover Animation not working with Whole Box Link in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Pull Data from CSV file in Charts widget.<\\/li>\\n<li>Fixed: Some Particles effects not working.<\\/li>\\n<li>Fixed: Template style is rendered in Content Toggle widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Lottie Animations, Icon and Text Trigger options in Preview Window widget.<\\/li>\\n<li>Tweak: Added Show\\/Hide Reviewer Image option in Social Reviews widgets.<\\/li>\\n<li>Tweak: Added Show\\/Hide Place Rating Stars option in Social Reviews widgets.<\\/li>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.3.1 <\\/h4>\\n<ul>\\n<li>Tweak: Compatibility with Elementor PRO 3.2.0.<\\/li>\\n<\\/ul>\\n<h4> 2.3.0 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and faster editor loading.<\\/li>\\n<li>Tweak: Font Awesome 5 compatibility for Magic Section widget.<\\/li>\\n<li>Tweak: Added option to enable cookies for logged in users in Alert Box widget.<\\/li>\\n<li>Tweak: Added Hover Image option in Preview Window widget.<\\/li>\\n<li>Tweak: Added responsive controls for Fold Height and Fade Height options in Unfold widget.<\\/li>\\n<li>Tweak: Added Icon Spacing option for Link in Icon Box widget.<\\/li>\\n<li>Fixed: Icon Spacing not working on RTL sites in WhatsApp Chat widget.<\\/li>\\n<li>Fixed: Tooltips height issue in Image Hotspots widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to hide specific sections on different devices in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Content alignment responsive controls not working in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.8 <\\/h4>\\n<ul>\\n<li>New: Apply Animated Gradient, Ken Burns, Parallax and Particles add-on on columns.<\\/li>\\n<li>Fixed: Global Colors not working for Animated Gradient add-on.<\\/li>\\n<li>Fixed: Spinner effect text link not working in iHover widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text option in Image Layers widget.<\\/li>\\n<li>Tweak: Code refactored for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.2.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added Show Admin Posts Only option in Facebook Feed widget.<\\/li>\\n<li>Tweak: Added Data Format Locale option to format numbers in Charts widget.<\\/li>\\n<li>Tweak: Number formatting in Twitter Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added Horizontal Scroll Parallax option in Parallax Section add-on.<\\/li>\\n<li>Tweak: Added Profile Header and Tweet Information options in Twitter Feed widget.<\\/li>\\n<li>Tweak: Added Cube effect in Hover Box widget.<\\/li>\\n<li>Tweak: Added Profile Header in Instagram Feed widget.<\\/li>\\n<li>Tweak: Added Feed Share button in Instagram Feed widget.<\\/li>\\n<li>Tweak: WPML Compatibility for Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Reload data every Minute option changed to Five Minutes to prevent API block in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Show\\/Hide Profile Name and Feed Content option in Facebook\\/Twitter Feed widget.<\\/li>\\n<li>Tweak: Added Feed Media Image Height option in Facebook\\/Twitter Feed widget.<\\/li>\\n<li>Tweak: Added CSS ID option for hotspots in Image Hotspots widget.<\\/li>\\n<li>Fixed: All RTL issues in Facebook\\/Twitter Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Custom Navigation option to Tabs widget.<\\/li>\\n<li>Tweak: Added Back To Initial Position for Parallax Mouse Interactivity in Image Layers widget.<\\/li>\\n<li>Fixed: Icon Spacing option not working when direction option is set to RTL in Table widget.<\\/li>\\n<li>Fixed: Google Sheets not working in Table widget.<\\/li>\\n<li>Fixed: Left Margin\\/Padding option not working for Title\\/Link in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.2 <\\/h4>\\n<ul>\\n<li>Tweak: Now you can load more than 25 feed posts in Instagram Feed widget.<\\/li>\\n<li>Fixed: Google Sheets not working in Table widget.<\\/li>\\n<li>Fixed: Carousel swipes in opposite direction in all social feed\\/reviews widgets.<\\/li>\\n<li>Fixed: Duplicated Premium Addons icon in section add-ons after WordPress v5.6.<\\/li>\\n<\\/ul>\\n<h4> 2.2.1 <\\/h4>\\n<ul>\\n<li>Fixed: Description not showing issue in Icon Box widget.<\\/li>\\n<li>Fixed: Font Awesome icons not showing in Image Hotspots widget.<\\/li>\\n<li>Fixed: Inline editing not working for content in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.2.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added two new styles to Hover Box widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/flip-box-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Carousel option in Facebook\\/Instagram Feed widgets.<\\/li>\\n<li>Tweak: Added Equal Height option in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Added Lottie Animation Icon option in Tabs widget.<\\/li>\\n<li>Tweak: Added Whole Box Link and Link Position options in Icon Box widget.<\\/li>\\n<li>Tweak: Added responsive controls for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Added slides spacing for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Added Rotate option to back icon in Icon Box widget.<\\/li>\\n<li>Tweak: Hotspots Image render function code refactored to improve for site performance.<\\/li>\\n<li>Tweak: Removed API Key option in Behance Feed widget.<\\/li>\\n<li>Fixed: List layout width issue in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Fixed: Multi Scroll widget console error with some themes.<\\/li>\\n<li>Fixed: Horizontal Scroll widget issues on browser window resize.<\\/li>\\n<li>Fixed: Tabs widget spacing issues on small screens.<\\/li>\\n<li>Fixed: Default padding given to content in Content Toggle widget.<\\/li>\\n<li>Fixed: Widgets Badge White Labeling option not working.<\\/li>\\n<li>Fixed: Warning <code>Trying to access array offset on value of type null<\\/code> when Navigation Arrows option is disabled in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.1.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added WPML Compatibility for Table widget.<\\/li>\\n<li>Fixed: Bounce image issue in Parallax section addon.<\\/li>\\n<li>Fixed: Font Awesome icons not showing in social feed widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.1.3 <\\/h4>\\n<ul>\\n<li>Tweak: Alt attribute is now reading from Media library for images in Image Layers widget.<\\/li>\\n<li>Tweak: Unnecessary code removed for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.1.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text Editor\\/Template Content Type option in Unfold widget.<\\/li>\\n<li>Tweak: Added Interactive option for tooltips in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added File Source (URL\\/File Upload) option in Lottie Animations section add-on.<\\/li>\\n<li>Fixed: Images Alt attribute not added in multi-layered Parallax add-on.<\\/li>\\n<li>Fixed: Images stretch issue in Image Comparison widget.<\\/li>\\n<li>Fixed: Handle not moving in RTL sites issue in Image Comparison widget.<\\/li>\\n<li>Fixed: Responsive controls for section background not applied on Parallax add-on.<\\/li>\\n<li>Fixed: Custom Data table not pulling data after the file URL is changed in Table widget.<\\/li>\\n<li>Fixed: Instagram video not showing in RTL sites in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.1.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added new skin Cards in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Tweak: Added Maximum Words Number option for image caption in Instagram Feed widget.<\\/li>\\n<li>Fixed: Icon Color option not applied on SVGs in Tabs widget.<\\/li>\\n<li>Fixed: Place\\/Page avatar alignment issue on Twenty Twenty theme in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.1.0 <\\/h4>\\n<ul>\\n<li>Fixed: Icon Spacing option not working on RTL sites in WhatsApp Chat widget.<\\/li>\\n<li>Fixed: Icon Spacing option not working when Icon Position is set to After in Magic Section widget.<\\/li>\\n<li>Fixed: Freehand design option not working in Image Layers, Hotspots and Parallax section add-on after Elementor 3.0.0.<\\/li>\\n<li>Fixed: Page update button is disabled after using Freehand position\\/resize feature.<\\/li>\\n<\\/ul>\\n<h4> 2.0.9 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.0.0.<\\/li>\\n<li>Fixed: Particles add-on appears below section in RTL sites issue.<\\/li>\\n<li>Fixed: Undefined \'open_graph_story\' in Facebook Reviews widget.<\\/li>\\n<li>Fixed: Icon Size option not working with SVG icons in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.8 <\\/h4>\\n<ul>\\n<li>Tweak: Add different color to each dataset value in bar Chart widget.<\\/li>\\n<li>Fixed: WhatsApp Chat widget group option not working on mobile devices.<\\/li>\\n<li>Fixed: Hotspots Horizontal Position option not working for RTL sites in Image Hotspots widget.<\\/li>\\n<li>Fixed: Compatibility issues with WordPress 5.5.<\\/li>\\n<\\/ul>\\n<h4> 2.0.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added Change Colors As Gradient option in Background Transition widget.<\\/li>\\n<li>Tweak: API Version updated for Facebook Reviews\\/Feed widgets.<\\/li>\\n<li>Fixed: Filter by Tags option letter case sensitive in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option for remote CSV files in Table widget.<\\/li>\\n<li>Tweak: Added Filter by Tags option in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.5 <\\/h4>\\n<ul>\\n<li>Tweak: Instagram deprecated API replaced with Facebook API in Instagram Feed widget.<\\/li>\\n<li>Tweak: Added Color options for feed links in Twitter\\/Facebook Feed widgets.<\\/li>\\n<li>Tweak: Added Background Color, Margin and Padding option for readmore link in Twitter\\/Facebook Feed widgets.<\\/li>\\n<li>Fixed: Widgets with entrance animations not showing on tablet\\/mobile devices in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.4 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Instagram Feed widget now supports Instagram videos.<\\/li>\\n<li>Tweak: Added RTL Mode option in Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Added Image icon option in Tabs widget.<\\/li>\\n<li>Tweak: Added Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Added Change Readmore text option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Render Type option in Lottie Animations section add-on.<\\/li>\\n<li>Tweak: Added Speed option in Flip Box widget.<\\/li>\\n<li>Fixed: Facebook Feed widget date not showing in Safari.<\\/li>\\n<li>Fixed: Social reviews carousel issue in RTL sites.<\\/li>\\n<li>Fixed: Vertical Image Comparison widget not working when label option is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.0.3 <\\/h4>\\n<ul>\\n<li>Fixed: Section add-on and some widgets not working since v2.0.2<\\/li>\\n<\\/ul>\\n<h4> 2.0.3 <\\/h4>\\n<ul>\\n<li>Fixed: Section add-on and some widgets not working since v2.0.2<\\/li>\\n<\\/ul>\\n<h4> 2.0.2 <\\/h4>\\n<ul>\\n<li>Fixed: Image Layers scroll effects not working since v2.0.0<\\/li>\\n<li>Fixed: Premium Lottie section add-on editor overloading issue.<\\/li>\\n<li>Fixed: WhatsApp button not working on iOS mobile devices.<\\/li>\\n<\\/ul>\\n<h4> 2.0.1 <\\/h4>\\n<ul>\\n<li>Fixed: Freehand positioning conflict in Lottie Animations section add-on.<\\/li>\\n<li>Fixed: Entrance animation duplicate issue in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.0.0 <\\/h4>\\n<ul>\\n<li>New: Introducing Lottie Animations Integration for all the widgets including icon options.<\\/li>\\n<li>New: Added Premium Lottie Animations Section Add-on.<\\/li>\\n<li>Tweak: Added Overlay Background option to Alert Box widget.<\\/li>\\n<li>Tweak: Added Default Tab Index option to Tabs widget.<\\/li>\\n<li>Tweak: Added Border Radius option for button in Content Switcher widget.<\\/li>\\n<li>Tweak: Added Show\\/hide layers on different devices option in Parallax Add-on multi layers.<\\/li>\\n<li>Tweak: Added Floating Effects in Image Hotspots and Preview Window widgets.<\\/li>\\n<li>Fixed: Horizontal Scroll not scrolling below last slide on Snappy effect.<\\/li>\\n<li>Fixed: Widgets masonry layout issues on the editor on Chrome browser.<\\/li>\\n<li>Fixed: Table widget responsive option not working on tablets.<\\/li>\\n<li>Fixed: Instagram Feed new API not working for logged out users.<\\/li>\\n<li>Fixed: Instagram login button not working when Facebook Reviews widget is disabled.<\\/li>\\n<li>Fixed: Conflict with Pinpoint Booking System Plugin shortcodes.<\\/li>\\n<li>Fixed: Multi Scroll widget Left\\/Right Section Width option override previous widgets.<\\/li>\\n<li>Fixed: PHP error <code>Trying to access array offer on value of type bool<\\/code> in \\/white-label\\/admin.php.<\\/li>\\n<li>Fixed: Console error <code>jQuery is not defined<\\/code> in Image Hotspots widget.<\\/li>\\n<li>Fixed: Compatibility errors with PHP v7.0<\\/li>\\n<\\/ul>\\n<h4> 1.9.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added new API options for Instagram Feed widget.<\\/li>\\n<li>Fixed: Horizontal Scroll widget not working on RTL sites.<\\/li>\\n<li>Fixed: Opacity floating effect now working in Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.9.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Hover Text\\/Icon Color option for Trigger Button in Magic Section widget.<\\/li>\\n<li>Tweak: Added Opacity to Float Effects in Image Layers widget.<\\/li>\\n<li>Tweak: Change "Read More" link text option added in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Added <code>Mouse Tilt<\\/code> option in Icon Box widget.<\\/li>\\n<li>Tweak: Get \'alt\' attribute for images in iHover widget.<\\/li>\\n<li>Fixed: Dynamic links not working for some elements.<\\/li>\\n<li>Fixed: Warning <code>Trying to access array offset on value of type bool<\\/code> in section add-ons.<\\/li>\\n<\\/ul>\\n<h4> 1.9.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added support for dynamic fields in all social media widgets.<\\/li>\\n<li>Fixed: Scrolling issues in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Console error <code>ReferenceError: module is not defined<\\/code><\\/li>\\n<\\/ul>\\n<h4> 1.9.0 <\\/h4>\\n<ul>\\n<li>New: Added Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Added <code>Animation Duration<\\/code> option in Animated Gradient section add-on.<\\/li>\\n<li>Tweak: Added Chinese to Language option for Facebook Messenger Chat widget.<\\/li>\\n<li>Tweak: Added <code>Whole Box Link<\\/code> option in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Load Chart on Scroll\\/Page Load<\\/code> option in Charts widget.<\\/li>\\n<li>Tweak: Added <code>Animation Duration<\\/code> option in Charts widget.<\\/li>\\n<li>Fixed: Filters by rating not working properly when review rating is not set in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.8 <\\/h4>\\n<ul>\\n<li>Tweak: Improved <code>Filter By Language<\\/code> option in Google Reviews widget.<\\/li>\\n<li>Fixed: Spacings not applied on tooltips templates in Image Hotspots widget.<\\/li>\\n<li>Fixed: Colors applied on <code>Whole Box Link<\\/code> in iHover widget.<\\/li>\\n<li>Fixed: Rating Schema in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Pagination<\\/code> options in Table widget.<\\/li>\\n<li>Tweak: Added <code>Carousel<\\/code> options in Twitter Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.6 <\\/h4>\\n<ul>\\n<li>Tweak: Now, you can remove all header cells in Table widget.<\\/li>\\n<li>Tweak: Added <code>Hover Text Animation<\\/code> switcher option in Flip Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added new effects for Ken Burns add-on.<\\/li>\\n<li>Tweak: Added <code>Reverse Direction<\\/code> for mousemove parallax in Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Link<\\/code> option for header cells in Table widget.<\\/li>\\n<li>Fixed: <code>Transition Speed<\\/code> option not working in Ken Burns section add-on.<\\/li>\\n<\\/ul>\\n<h4> 1.8.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Padding<\\/code> option for container in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Blend Mode<\\/code> option to iHover, Image Hotspots and Image Layers widgets.<\\/li>\\n<li>Tweak: Added <code>Filter by Tags<\\/code> option to Instagram Feed widget.<\\/li>\\n<li>Fixed: Lightbox not working in Instagram Feed widget.<\\/li>\\n<li>Fixed: Console errors on IE due to Background Transition widget.<\\/li>\\n<\\/ul>\\n<h4> 1.8.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Floating Effects<\\/code> to Image Layers widget.<\\/li>\\n<li>Tweak: Added <code>Zoom In\\/Out<\\/code> option for each layer in Ken Burns add-on.<\\/li>\\n<\\/ul>\\n<h4> 1.8.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added four new effects to Flip Box widget.<\\/li>\\n<li>Tweak: 3D flip effect animation enhanced in Flip Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.9 <\\/h4>\\n<ul>\\n<li>Tweak: Now you can set different style to each hotspot item in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added link option for Button in Alert Box widget.<\\/li>\\n<li>Tweak: Added Hover Background Color option Alert Box widget.<\\/li>\\n<li>Fixed: Not all ratings are pulled in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added Spinner styling option for loading spinner in Instagram Feed widget.<\\/li>\\n<li>Fixed: <code>$<\\/code> is not defined in Facebook Reviews and Feed widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.7.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Button<\\/code> option to iHover widget.<\\/li>\\n<li>Tweak: Added <code>Hide Plugin Row Meta<\\/code> and <code>Hide Plugin Changelog Link<\\/code> to plugin White Labeling options.<\\/li>\\n<li>Fixed: Background Transition widget not working with <code>RGB<\\/code> colors.<\\/li>\\n<li>Fixed: Console errors with invalid sections CSS IDs in Background Transition widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>CSS Filter<\\/code> for normal\\/hover state in Image Hotspots widget.<\\/li>\\n<li>Fixed: Grey line appears by default in Image Layers widget.<\\/li>\\n<li>Fixed: Even Layout not working with Carousel option enabled in all Reviews widgets.<\\/li>\\n<li>Fixed: Carousel slides not appearing on RTL sites in all Reviews widgets.<\\/li>\\n<li>Fixed: SVG icons size option not working in all widgets.<\\/li>\\n<li>Fixed: Link title and icon are not aligned in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.5 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Background Transition widget improved.<\\/li>\\n<li>Fixed: Caching is not applied on place data in Yelp Reviews widget.<\\/li>\\n<li>Fixed: Nested Premium Tabs not appearing.<\\/li>\\n<li>Fixed: Active Tab box shadow option not applied on the same selector in normal\\/hover in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option <code>Reload Reviews Once Every<\\/code> in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.7.3 <\\/h4>\\n<ul>\\n<li>Fixed: Instagram Feed widget not working on IE browsers.<\\/li>\\n<\\/ul>\\n<h4> 1.7.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Render First Row As<\\/code> option in Table widget.<\\/li>\\n<li>Fixed: Flipbox widget <code>Whole Box<\\/code> link option is not working.<\\/li>\\n<li>Fixed: Default icon is not working in iHover widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.1 <\\/h4>\\n<ul>\\n<li>New: Added Color Transition widget.<\\/li>\\n<li>Tweak: Get Instagram feed by Access Token only.<\\/li>\\n<li>Tweak: Added dynamic field support for CSV file in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 1.7.0 <\\/h4>\\n<ul>\\n<li>Fixed: Instagram Feed loading spinner does not appear on preview page.<\\/li>\\n<\\/ul>\\n<h4> 1.6.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Hover Color<\\/code> option for title\\/icon in Tabs widget.<\\/li>\\n<li>Fixed: Active tab Margin\\/Padding issue in Tabs widget.<\\/li>\\n<li>Fixed: Vertical Tabs widget alignment issue.<\\/li>\\n<li>Fixed: Security bugs fixed.<\\/li>\\n<\\/ul>\\n<h4> 1.6.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Schema Support<\\/code> option for all Reviews widgets.<\\/li>\\n<li>Tweak: Font Awesome 5 compatibility for all widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.6.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Minimum Value<\\/code> option in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 1.6.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Line Width<\\/code> option for grid lines in Charts widget.<\\/li>\\n<li>Tweak: Added transition for Image Accordion overlay color.<\\/li>\\n<li>Fixed: Parallax section add-on does not work on frontend pages.<\\/li>\\n<\\/ul>\\n<h4> 1.6.5 <\\/h4>\\n<ul>\\n<li>Tweak: Load assets files for section add-ons only when needed to improve performance.<\\/li>\\n<li>Tweak: Added <code>Step Size<\\/code> option for Radar type Charts.<\\/li>\\n<li>Fixed: Tabs nav container changed to div to prevent styling issues.<\\/li>\\n<\\/ul>\\n<h4> 1.6.4 <\\/h4>\\n<ul>\\n<li>Fixed: <code>Reviews Word Length<\\/code> option does not work for non-latin characters in all reviews widgets.<\\/li>\\n<li>Fixed: <code>Notice: Undefined variable: tool_tips_image_url<\\/code> in Preview Window widget.<\\/li>\\n<\\/ul>\\n<h4> 1.6.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added responsive controls for <code>Alignment<\\/code> option in iHover widget.<\\/li>\\n<li>Fixed: <code>Border Color<\\/code> option missing for <code>Style 3<\\/code> in Tabs widget.<\\/li>\\n<li>Fixed: Bottom positioned Magic Section appears after page load.<\\/li>\\n<\\/ul>\\n<h4> 1.6.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Facebook Login<\\/code> Button to Premium Facebook Feed widget for easier feed pull.<\\/li>\\n<li>Fixed: <code>Maximum Value<\\/code> option added to Radar chat type in Charts widget.<\\/li>\\n<li>Fixed: <code>Carousel Arrows Position<\\/code> option shows when <code>Autoplay<\\/code> option is enabled in Yelp Reviews widget.<\\/li>\\n<li>Fixed: Loader spinner not showing on the preview page in Facebook\\/Twitter Feed.<\\/li>\\n<\\/ul>\\n<h4> 1.6.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>RTL Mode<\\/code> option for Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Fixed: <code>Transition Speed<\\/code> option not working for Ken Burns section add-on.<\\/li>\\n<li>Fixed: Image Layers <code>Freehand<\\/code> reposition not working if page contains Premium Carousel widget.<\\/li>\\n<\\/ul>\\n<h4> 1.6.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Review Length<\\/code> option to Facebook Reviews widget.<\\/li>\\n<li>Fixed: Images pixelated when size is increased in Facebook Reviews widget.<\\/li>\\n<li>Fixed: Messenger Chat icon not showing on mobile devices.<\\/li>\\n<li>Fixed: Cells alignment issue with multi-line text in Table widget.<\\/li>\\n<li>Fixed: Blank line below Instagram images for some themes.<\\/li>\\n<\\/ul>\\n<h4> 1.5.9 <\\/h4>\\n<ul>\\n<li>New: Added Yelp Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Facebook Login<\\/code> Button to Premium Facebook Reviews widget for easier reviews pull.<\\/li>\\n<li>Tweak: Added <code>Review Length<\\/code> option in Google Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Responsive Controls<\\/code> for Premium Particles section add-on.<\\/li>\\n<li>Tweak: Added <code>Table Layout<\\/code> option in Premium Table widget.<\\/li>\\n<li>Fixed: Divider and text in Premium Divider widget are not centered in some themes.<\\/li>\\n<li>Fixed: <code>Button Size<\\/code> in Unfold widget not applied on the front-end.<\\/li>\\n<li>Fixed: Back side <code>Link<\\/code> unclickable on Microsoft Edge in Flip Box widget.<\\/li>\\n<li>Fixed: Twitter\\/Facebook Feed time elapsed Singular\\/Plural issue.<\\/li>\\n<li>Fixed: Clipped reviewer profile picture in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.8 <\\/h4>\\n<ul>\\n<li>New: Added Image Accordion widget.<\\/li>\\n<li>Fixed: Title\\/Icon are not horizontally centered in styles 3,4 in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.7 <\\/h4>\\n<ul>\\n<li>Tweak: <code>Read More<\\/code> button redirects to post instead of page in Facebook Feed widget.<\\/li>\\n<li>Fixed: Carousel arrows styling only works on the editor page in Google\\/Facebook Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Theme<\\/code> option for lightbox in Instagram widget.<\\/li>\\n<li>Tweak: Added <code>Date Format<\\/code> option in Facebook Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Fade Speed<\\/code> option for Ken Burns section add-on.<\\/li>\\n<li>Fixed: Posts` images don\'t appear in Facebook Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.5 <\\/h4>\\n<ul>\\n<li>Fixed: Reviews date doesn\'t appear with <code>Place Info<\\/code> option disabled.<\\/li>\\n<li>Fixed: Right templates shift to left by <code>1px<\\/code> in Multi Scroll widget.<\\/li>\\n<li>Fixed: Facebook Feed widget doesn\'t work with APIs v3.3.<\\/li>\\n<\\/ul>\\n<h4> 1.5.4 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core refactored to improve performance.<\\/li>\\n<\\/ul>\\n<h4> 1.5.3 <\\/h4>\\n<ul>\\n<li>Fixed: Charts animation doesn\'t work when height option is set.<\\/li>\\n<li>Fixed: <code>Tabs Background<\\/code> overrides lists background for <code>Style 3<\\/code> in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.2 <\\/h4>\\n<ul>\\n<li>Fixed: <code>Dynamic Content<\\/code> doesn\'t work when <code>ACF Field<\\/code> is selected in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.1 <\\/h4>\\n<ul>\\n<li>Tweak: <code>Tilt Mouse Interactivity<\\/code> doesn\'t work on IE for Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.5.0 <\\/h4>\\n<ul>\\n<li>Fixed: Image Comparison broken on IE with Section Vertical Parallax enabled.<\\/li>\\n<\\/ul>\\n<h4> 1.4.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Outer Background Color<\\/code> option for container in Preview Window widget.<\\/li>\\n<li>Fixed: Magic Section content appears until page is loaded.<\\/li>\\n<li>Fixed: Image Comparison broken on IE with Image Layers scroll effects enabled.<\\/li>\\n<\\/ul>\\n<h4> 1.4.8 <\\/h4>\\n<ul>\\n<li>Tweak: <code>WPML Compatibility<\\/code> for all widgets.<\\/li>\\n<li>Fixed: License deactivation issues.<\\/li>\\n<li>Fixed: Google reCaptcha doesn\'t work after v1.4.8<\\/li>\\n<li>Fixed: Particles are stretched on small screens.<\\/li>\\n<li>Fixed: Add-ons don\'t load with <code>MyListing<\\/code> theme.<\\/li>\\n<\\/ul>\\n<h4> 1.4.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Stretch Image<\\/code> option for background image in Image Hotspots widget.<\\/li>\\n<li>Fixed: Console error <code>UniversalTilt undefined<\\/code> on IE browser with Image Layers widget.<\\/li>\\n<\\/ul>\\n<h4> 1.4.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Dynamic Field<\\/code> support for Instagram widget.<\\/li>\\n<li>Fixed: <code>Invalid Character on line 3361<\\/code> after v1.3.5<\\/li>\\n<\\/ul>\\n<h4> 1.4.5 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Scroll Effects<\\/code> for images in Image Layers widget.<\\/li>\\n<li>Tweak: Added <code>Freehand<\\/code> postioning, resizing features for layers in Image Layers widget and Multi Layer Parallax.<\\/li>\\n<li>Tweak: Added <code>Freehand<\\/code> postioning feature for Image Hotspots widget.<\\/li>\\n<li>Tweak: Added <code>Date Format<\\/code> option for Google Reviews widget.<\\/li>\\n<li>Tweak: Added <code>Dynamic Field<\\/code> support for all <code>URL<\\/code> fields.<\\/li>\\n<li>Fixed: Content Switcher widget button issue when browse back page button is clicked.<\\/li>\\n<li>Fixed: <code>Save Settings<\\/code> button doesn\'t work in White Labeling Dashboard submenu.<\\/li>\\n<li><strong>Important: This update includes deep enhancements for Image Hotspots, Image Layers widgets and Parallax Add-on. So, please review your existing pages.<\\/strong><\\/li>\\n<\\/ul>\\n<h4> 1.4.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Data Separator<\\/code> optiuon for CSV files in Table widget.<\\/li>\\n<li>Fixed: Layout issues on Microsoft IE browser.<\\/li>\\n<li>Fixed: <code>Notice: Undefined index: premium_parallax_android_support<\\/code> , <code>premium_parallax_ios_support<\\/code> in Parallax add-on.<\\/li>\\n<\\/ul>\\n<h4> 1.4.3 <\\/h4>\\n<ul>\\n<li>Tweak: Prevent adding inline styles\\/scripts for Section add-ons.<\\/li>\\n<li>Tweak: Changed Particles Add-on <code>JSON<\\/code> code area from <code>TEXTAREA<\\/code> to <code>CODE<\\/code><\\/li>\\n<li>Tweak: Ability to change <code>Live Search<\\/code> and <code>Show Records<\\/code> strings in Table widget.<\\/li>\\n<li>Tweak: Wait images to load before triggering <code>Masonry<\\/code> layout in Faceook Feed widget.<\\/li>\\n<li>Fixed: Cells align right issue on Google Chrome in Table widget.<\\/li>\\n<li>Fixed: Premium Divider issues with <code>Elementor Custom Positioning<\\/code> option.<\\/li>\\n<\\/ul>\\n<h4> 1.4.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Show Records<\\/code> option in Table widget.<\\/li>\\n<li>Tweak: Added <code>Blur On Hover<\\/code> effect in Table widget.<\\/li>\\n<li>Tweak: Added <code>responsive controls<\\/code> for Search field in Table widget.<\\/li>\\n<li>Tweak: Added <code>Text Color<\\/code> option for Search field in Table widget.<\\/li>\\n<li>Tweak: Added <code>Settings<\\/code> to plugin action links on <code>Plugins<\\/code> page.<\\/li>\\n<\\/ul>\\n<h4> 1.4.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Left\\/Right Section Width<\\/code> option to control width ratio in Multi Scroll widget.<\\/li>\\n<li>Tweak: Added <code>Show Caption<\\/code> option to show photo caption in Instagram widget.<\\/li>\\n<li>Tweak: Added <code>CSS Filters<\\/code> options group for hover state in Instagram widget.<\\/li>\\n<\\/ul>\\n<h4> 1.4.0 <\\/h4>\\n<ul>\\n<li>Fixed: Premium Twitter Feed does not work.<\\/li>\\n<\\/ul>\\n<h4> 1.3.9 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Parallax background position, repeat and size inherit from Elementor responsive background options.<\\/li>\\n<li>Tweak: Added responsive controls for <code>Arrow Size<\\/code> option in Premium Facebook\\/Google Reviews widgets.<\\/li>\\n<li>Tweak: Added <code>CSS Filters<\\/code> option for images for trigger and preview images in Preview Image widget.<\\/li>\\n<li>Tweak: Code refactor to enhance plugin performance speed.<\\/li>\\n<\\/ul>\\n<h4> 1.3.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added responsive controls for <code>Number of Columns<\\/code> option in Premium Facebook\\/Google Review and Facebook\\/Twitter widgets.<\\/li>\\n<li>Tweak: Added <code>CSS Filters<\\/code> option for images in Premium Behance\\/Instagram Feed and iHover widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.3.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added responsive controls for <code>Images per Row<\\/code> option in Premium Instagram widget.<\\/li>\\n<li>Tweak: Added <code>Widgets Badge<\\/code> option to white labeling to change widgets` icons badge text.<\\/li>\\n<li>Fixed: Enable Parallax on Android\\/iOS does not work for Parallax section add-on.<\\/li>\\n<li>Fixed: Different images height when <code>Masonry<\\/code> option is disabled in Premium Intagram widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.6 <\\/h4>\\n<ul>\\n<li>Fixed: Warning: require_once(\\/premium-addons-pro-includes\\/deps\\/json.php): failed to open stream: No such file or directory.<\\/li>\\n<li>Fixed: Images order when <code>Masonry<\\/code> option is disabled in Premium Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.5 <\\/h4>\\n<ul>\\n<li>Tweak: JS enhancements in Facebook, Twitter and Instagram elements to improve plugin performance.<\\/li>\\n<li>Tweak: Added <code>Infinite<\\/code> option for single image in Ken Burns add-on.<\\/li>\\n<li>Fixed: Set Tabs content to Full Width issue.<\\/li>\\n<li>Fixed: Posts overlapping when masonry option enabled in Premium Facebook Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.4 <\\/h4>\\n<ul>\\n<li>Tweak: JS enhancements in Charts, Facebook\\/Google Reviews, Image layers, Multi Scroll , and Tabs elements to improve plugin performance.<\\/li>\\n<li>Tweak: Dynamic data support for <code>Image<\\/code> in Premium Divider widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.3 <\\/h4>\\n<ul>\\n<li>Tweak: Dynamic data support in Premium Ken Burns add-on.<\\/li>\\n<li>Fixed: Image Hotspots widget issue on preview page.<\\/li>\\n<\\/ul>\\n<h4> 1.3.2 <\\/h4>\\n<ul>\\n<li>Fixed: Pointer cursor for cells with <code>Link<\\/code> option disabled in Premium Table widget.<\\/li>\\n<li>Fixed: overlapping issue when iHover widget <code>Link<\\/code> option is enabled.<\\/li>\\n<li>Fixed: Tabs widget layout issue on iOS devices.<\\/li>\\n<\\/ul>\\n<h4> 1.3.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Border Width<\\/code> option for each dataset in Premium Charts widget.<\\/li>\\n<li>Fixed: <code>Warning: Creating default object from empty value<\\/code> in Premium Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.3.0 <\\/h4>\\n<ul>\\n<li>Tweak: Unnecessary <code>esc_html()<\\/code> function removed.<\\/li>\\n<li>Tweak: Unnecessary conditions removed to enhance editor page loading speed.<\\/li>\\n<\\/ul>\\n<h4> 1.2.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Second Fill Color<\\/code> option to create gradients in Line, Bar and Horizontal Bar charts.<\\/li>\\n<li>Tweak: Unnecessary functions removed from Facebook Feed, Charts, Behance and Image Comparison widgets to enhance performance.<\\/li>\\n<\\/ul>\\n<h4> 1.2.8 <\\/h4>\\n<ul>\\n<li>Tweak: CSS files loaded only when required to enhance plugin performance.<\\/li>\\n<li>Tweak: Show label next to value on Pie\\/Doughnut Premium Chart hover.<\\/li>\\n<\\/ul>\\n<h4> 1.2.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Show Values on Chart<\\/code> option to Pie\\/Doughnut chart in Premium Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added language option to Premium Messenger Chat widget.<\\/li>\\n<li>Fixed: <code>View Details<\\/code> link appears for Premium Add-ons for Elementor with White Labeling enabled.<\\/li>\\n<\\/ul>\\n<h4> 1.2.5 <\\/h4>\\n<ul>\\n<li>Tweak: Formatting Y-Axis labels numbers in Premium Charts widget.<\\/li>\\n<li>Tweak: Ken Burns can now be used with only one image.<\\/li>\\n<li>Fixed: Charts not visible when inserted in Elementor Accordion widget.<\\/li>\\n<li>Fixed: CSV files don\'t appear in Media in Premium Tables widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Overlay Color option to Premium Ken Burns section add-on.<\\/li>\\n<li>Fixed: <code>Detected usage of deprecated noAndroid<\\/code> with Premium Parallax section add-on.<\\/li>\\n<li>Fixed: Premium Messenger Chat not working after Facebook latest Apps update.<\\/li>\\n<\\/ul>\\n<h4> 1.2.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added vertical tabs sections width option in Premium Tabs widget.<\\/li>\\n<li>Tweak: Added Filter by language option in Premium Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added arrow size and padding options to carousel arrows in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Tweak: Dynamic data support in Premium Charts widget.<\\/li>\\n<li>Tweak: Shortcodes support using text editor in Premium Content Switcher widget.<\\/li>\\n<li>Fixed: Charts issue when inserted inside Premium Modal Box widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.1 <\\/h4>\\n<ul>\\n<li>Fixed: Projects with grid images in Premium Behance widget.<\\/li>\\n<\\/ul>\\n<h4> 1.2.0 <\\/h4>\\n<ul>\\n<li>Tweak: Added Column Width option in Premium Charts widget.<\\/li>\\n<li>Tweak: Added Carousel Autoplay speed option in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Tweak: Added Carousel Arrows position option in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Fixed: Carousel responsive issues in Premium Facebook\\/Google reviews widget.<\\/li>\\n<li>Fixed: Reviews issue when no stars is returned with review.<\\/li>\\n<\\/ul>\\n<h4> 1.1.9 <\\/h4>\\n<ul>\\n<li>Tweak: Hide specific sections on mobiles\\/tables option added to Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.8 <\\/h4>\\n<ul>\\n<li>Fixed: Sections order on mobile\\/tablets in Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.7 <\\/h4>\\n<ul>\\n<li>Fixed: Responsive issues in Premium Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.6 <\\/h4>\\n<ul>\\n<li>New: Added Multi Scroll widget.<\\/li>\\n<li>Tweak: Added Margin Option for Magic Section widget in active case.<\\/li>\\n<li>Fixed: Google Reviews unloaded place image.<\\/li>\\n<li>Fixed: Tabs background\\/arrow color issue.<\\/li>\\n<\\/ul>\\n<h4> 1.1.5 <\\/h4>\\n<ul>\\n<li>Tweak: Premium Table widget performance enhanced.<\\/li>\\n<li>Tweak: Added Dynamic Images option for all widgets.<\\/li>\\n<li>Tweak: Added Dynamic place id option for Premium Google Reviews widget.<\\/li>\\n<li>Tweak: Added Carousel option for Premium Facebook\\/Google reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 1.1.4 <\\/h4>\\n<ul>\\n<li>Fixed: Premium Tabs conflict issue.<\\/li>\\n<li>Fixed: Facebook\\/Twitter Feed read more issue.<\\/li>\\n<\\/ul>\\n<h4> 1.1.3 <\\/h4>\\n<ul>\\n<li>Fixed: Facebook Feed widget conflict issue.<\\/li>\\n<\\/ul>\\n<h4> 1.1.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added convert values to percentage in Premium Charts widget.<\\/li>\\n<li>Fixed: Call to a member function get_error_message() on array after license activation.<\\/li>\\n<\\/ul>\\n<h4> 1.1.1 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core enhancement for faster performance.<\\/li>\\n<li>Tweak: Premium Divider widget performance enhanced.<\\/li>\\n<li>Tweak: Premium Flip Box widget performance enhanced.<\\/li>\\n<li>Tweak: Premium Icon Box widget performance enhanced.<\\/li>\\n<li>Tweak: Premium Image Layers widget performance enhanced.<\\/li>\\n<li>Tweak: Premium iHover widget performance enhanced.<\\/li>\\n<\\/ul>\\n<h4> 1.1.0 <\\/h4>\\n<ul>\\n<li>Fixed: Tabs issue on IE browser.<\\/li>\\n<li>Fixed: Group Control issue in Premium Facebook\\/Twitter widgets.<\\/li>\\n<\\/ul>\\n<h4> 1.0.9 <\\/h4>\\n<ul>\\n<li>Fixed: Warning "Invalid argument supplied for foreach() in \\/premium-addons-pro\\/widgets\\/premium-tables.php on line 1567".<\\/li>\\n<\\/ul>\\n<h4> 1.0.8 <\\/h4>\\n<ul>\\n<li>Fixed: License not Valid after trying to activate license.<\\/li>\\n<\\/ul>\\n<h4> 1.0.7 <\\/h4>\\n<ul>\\n<li>New: Added WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 1.0.6 <\\/h4>\\n<ul>\\n<li>Fixed: Image size issue in Premium Parallax addon.<\\/li>\\n<li>Fixed: Transparent images grey background issue.<\\/li>\\n<li>Fixed: Invisible charts issue.<\\/li>\\n<\\/ul>\\n<h4> 1.0.5 <\\/h4>\\n<ul>\\n<li>Tweak: App ID and App secret are changed to Access Token in Facebook Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 1.0.4 <\\/h4>\\n<ul>\\n<li>Tweak: Animations starts on scrolling in Premium Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 1.0.3 <\\/h4>\\n<ul>\\n<li>New: Added Facebook Feed element.<\\/li>\\n<\\/ul>\\n<h4> 1.0.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Background Size\\/Position options in Premium Section Parallax.<\\/li>\\n<li>Fixed: Instagram Feed grid issue when Masonry is disabled.<\\/li>\\n<li>Fixed: Fatal error: Can\'t use function return value in write context for PHP versions below 5.5<\\/li>\\n<\\/ul>\\n<h4> 1.0.1 <\\/h4>\\n<ul>\\n<li>Tweak: Added URLs option to each dataset in Premium Charts widget.<\\/li>\\n<li>Tweak: Added image fill option in Premium Ken Burns.<\\/li>\\n<\\/ul>\\n<h4> 1.0.0 <\\/h4>\\n<ul>\\n<li>Initial stable release.<\\/li>\\n<\\/ul>\"],\"installation\":[\"<h4> Minimum Requirements <\\/h4>\\n<ul>\\n<li>WordPress 4.5 or greater<\\/li>\\n<li>PHP version 5.4 or greater<\\/li>\\n<li>MySQL version 5.0 or greater<\\/li>\\n<\\/ul>\\n<h4> Installation Instructions <\\/h4>\\n<ul>\\n<li>First make sure that Elementor Page Builder and Premium Addons for Elementor are installed, As this plugin works only with both of them.<\\/li>\\n<li>Download the plugin then Upload it to the plugin folder: \\/wp-content\\/plugins\\/ or install it through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \\u2018Plugins\\u2019 screen in WordPress<\\/li>\\n<li>You can find Premium Addons Elements under the category \\u201cPremium Addons\\u201d on your Elementor element\\/widget list.<\\/li>\\n<\\/ul>\"],\"plugin\":\"premium-addons-pro\\/premium-addons-pro-for-elementor.php\",\"id\":\"premium-addons-pro\\/premium-addons-pro-for-elementor.php\"}\";}','no'),(267,'papro_license_key','d5d46824d2e7aa8e629e5089e9113533','yes'),(268,'papro_license_status','valid','yes'),(279,'_templately_global_login','1','no'),(280,'edd_sl_c4ceb4c67ed1253e934ce770d0b2a9e7','a:2:{s:7:\"timeout\";i:1775207162;s:5:\"value\";s:87035:\"{\"new_version\":\"2.9.57\",\"stable_version\":\"2.9.57\",\"name\":\"Premium Addons Pro\",\"slug\":\"premium-addons-pro-for-elementor\",\"url\":\"https:\\/\\/my.leap13.com\\/downloads\\/premium-addons-pro-for-elementor\\/?changelog=1\",\"last_updated\":\"2026-02-23 09:10:50\",\"homepage\":\"https:\\/\\/premiumaddons.com\",\"package\":\"https:\\/\\/my.leap13.com\\/edd-sl\\/package_download\\/MTc3NTI4OTk2MjpkNWQ0NjgyNGQyZTdhYThlNjI5ZTUwODllOTExMzUzMzozNjE6Yzk5M2Y5ODJiODFiZTQzYjc1N2QyZmE1ZGYwYTM5YzY6aHR0cHNALy9yZWRsaWdodGluZmxhbW1hdGlvbi5jb206MA==\",\"download_link\":\"https:\\/\\/my.leap13.com\\/edd-sl\\/package_download\\/MTc3NTI4OTk2MjpkNWQ0NjgyNGQyZTdhYThlNjI5ZTUwODllOTExMzUzMzozNjE6Yzk5M2Y5ODJiODFiZTQzYjc1N2QyZmE1ZGYwYTM5YzY6aHR0cHNALy9yZWRsaWdodGluZmxhbW1hdGlvbi5jb206MA==\",\"sections\":{\"description\":\"<p>This plugin is an extension to Premium Addons for Elementor Plugin that includes Pro Elementor widgets and Addons for Elementor Page Builder. Visit <a href=\\\"https:\\/\\/www.premiumaddons.com\\/\\\">Premium Addons Website<\\/a> to check widgets and addons demos.<\\/p>\\n<p>Premium Addons PRO plugin\\u2019s widgets are cross browser compatible and also fully responsive, Your website will rock on all browsers as well as tables and mobile devices.<\\/p>\\n<p>When using Premium Addons\\u2019 widgets you will notice that it has more customization options than any other widget in other plugin.<\\/p>\\n<p>Premium Addons PRO can be used only as a complement of Elementor page builder plugin as it\\u2019s not a standalone plugin.<\\/p>\\n<h3>Features<\\/h3>\\n<ul>\\n<li>Fully Customizable Elements.<\\/li>\\n<li>Options panel for enabling desired elements only for faster performance.<\\/li>\\n<li>Free Support through online forums.<\\/li>\\n<\\/ul>\\n<h3>Available Elements<\\/h3>\\n<ol>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">Premium Alert Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/animated-section-gradients-for-elementor-page-builder\\/\\\">Premium Animated Container Gradient<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/behance-feed-widget-for-elementor-page-builder\\/\\\">Premium Behance Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-charts-widget\\/\\\">Premium Charts<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/content-switcher-widget-for-elementor-page-builder\\/\\\">Premium Content Switcher<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/dual-header-widget-for-elementor-page-builder\\/\\\">Premium Divider<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-feed-widget-for-elementor-page-builder-2\\/\\\">Premium Facebook Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-reviews-widget-for-elementor-page-builder\\/\\\">Premium Facebook Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/flip-box-widget-for-elementor-page-builder\\/\\\">Premium Flip Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/google-reviews-for-elementor-page-builder\\/\\\">Premium Google Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/icon-box-widget-for-elementor-page-builder\\/\\\">Premium Icon Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ihover-widget-for-elementor-page-builder\\/\\\">Premium iHover<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-image-accordion-widget\\/\\\">Premium Image Accordion<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-comparison-widget-for-elementor-page-builder\\/\\\">Premium Image Comparison<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-hotspots-widget-for-elementor-page-builder\\/\\\">Premium Image Hotspots<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-layers-widget-for-elementor-page-builder\\/\\\">Premium Image Layers<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/instagram-feed-widget-for-elementor-page-builder\\/\\\">Premium Instagram Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ken-burns-section-addon-for-elementor-page-builder\\/\\\">Premium Ken Burns<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/magic-section-widget-for-elementor-page-builder\\/\\\">Premium Magic Section<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">Premium Multi Scroll<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/parallax-section-addon-for-elementor-page-builder\\/\\\">Premium Parallax<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/particles-section-addon-for-elementor-page-builder\\/\\\">Premium Particles<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/preview-window-widget-for-elementor-page-builder\\/\\\">Premium Preview Window<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/table-widget-for-elementor-page-builder\\/\\\">Premium Tables<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/twitter-feed-widget-for-elementor-page-builder\\/\\\">Premium Twitter Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/tabs-widget-for-elementor-page-builder-2\\/\\\">Premium Tabs<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/unfold-widget-for-elementor-page-builder\\/\\\">Premium Unfold<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/whatsapp-widget-for-elementor-page-builder\\/\\\">Premium WhatsApp Chat<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-yelp-reviews-widget\\/\\\">Premium Yelp Reviews<\\/a><\\/li>\\n<\\/ol>\",\"changelog\":\"<h4> 2.9.57 <\\/h4>\\n<ul>\\n<li>Tweak: Added Get Reviews by Language option in Yelp Reviews widget.<\\/li>\\n<li>Tweak: Core improved for better performance and loading speed.<\\/li>\\n<li>Fixed: Stripe badge not showing in RTL mode.<\\/li>\\n<li>Fixed: Team Members widget not working inside Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.56 <\\/h4>\\n<ul>\\n<li>Tweak: Added Container ID option in Image Accordion, Off Canvas, Alert Box and Tabs widgets to get slides from containers on the same page for better usability.<\\/li>\\n<li>Tweak: Added Hover Color and Background Color for navigation arrows in social reviews widget.<\\/li>\\n<li>Tweak: Border radius option added in Divider widget.<\\/li>\\n<li>Tweak: Added Image Fit control for icon in Icon Box widget.<\\/li>\\n<li>Tweak: Improved RTL compatibility in Smart Post Listing widget.<\\/li>\\n<li>Tweak: Improved compatibility between Unfold and Tabs widgets.<\\/li>\\n<li>Fixed: Jittering issues with Snappy effect in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.55 <\\/h4>\\n<ul>\\n<li>New: Animated Gradient and Ken Burns addons are now applicable on widgets.<\\/li>\\n<li>Tweak: Opacity Scroll effect in Horizontal Scroll widget improved.<\\/li>\\n<li>Fixed: Blob not removed after disabling Animated Blob addon switcher.<\\/li>\\n<\\/ul>\\n<h4> 2.9.54 <\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility between Dynamic Assets and Elementor Elements Cache.<\\/li>\\n<li>Fixed: Arrow position when Accordion option is enabled in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.53 <\\/h4>\\n<ul>\\n<li>Tweak: Facebook and Behance Feed widgets improved.<\\/li>\\n<li>Tweak: Core improved for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.9.52 <\\/h4>\\n<ul>\\n<li>Tweak: Added Suffix option in Charts widget to add text after value on hover.<\\/li>\\n<li>Tweak: Core improved for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.9.51 <\\/h4>\\n<ul>\\n<li>Tweak: API endpoint usage improved in Behance Feed widget.<\\/li>\\n<li>Fixed: Horizontal Scroll issues after scene ends.<\\/li>\\n<\\/ul>\\n<h4> 2.9.50 <\\/h4>\\n<ul>\\n<li>New: Added Animated Gradient option to the badge text in Badge Global addon.<\\/li>\\n<li>Tweak: Improved Font Size and Color effects in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.49 <\\/h4>\\n<ul>\\n<li>Tweak: Added Clipped Background option in Global Badge addon.<\\/li>\\n<li>Tweak: Added \\\"p\\\" and \\\"span\\\" options for HTML Tag control in Divider widget.<\\/li>\\n<li>Fixed: Image Layers widget not showing when Container Direction is set to row.<\\/li>\\n<li>Fixed: Text is showing in multiple lines in Divider widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.48 <\\/h4>\\n<ul>\\n<li>New: Load JS libraries only when needed to improve loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.9.47 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error in some widgets after v2.9.46.<\\/li>\\n<\\/ul>\\n<h4> 2.9.46 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements in social reviews widgets for better performance and faster loading speed.<\\/li>\\n<li>Tweak: Improved accessibility in all widgets.<\\/li>\\n<li>Fixed: Jittering issue in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: Console JS error when delay option is empty in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: CSS Selector option not working in Custom Mouse Cursor addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.45 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements in all widgets for better performance and faster loading speed.<\\/li>\\n<li>Fixed: RTL Mode option not working correctly in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.44 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements in Global Badge and Custom Mouse Cursor addons for better performance and faster loading speed.<\\/li>\\n<li>Tweak: Added Videos Behavior option in Instagram Feed widget.<\\/li>\\n<li>Fixed: Multiple placeholder images are inserted in Media when a template is imported.<\\/li>\\n<\\/ul>\\n<h4> 2.9.43 <\\/h4>\\n<ul>\\n<li>Tweak: Improve Background Transition option in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Horizontal Scroll widget not working correctly on RTL sites.<\\/li>\\n<li>Fixed: Console error in Tabs widget.<\\/li>\\n<li>Fixed: Rating Schema not working in Google Reviews widget.<\\/li>\\n<li>Fixed: Compatibility issues with WPML plugin.<\\/li>\\n<\\/ul>\\n<h4> 2.9.42 <\\/h4>\\n<ul>\\n<li>Tweak: Added Change Color on Hover in Charts widget.<\\/li>\\n<li>Tweak: Added Liquid Glass effect option in Custom Mouse Cursor addon.<\\/li>\\n<li>Tweak: Added Moving background option in Tabs widget Style 1.<\\/li>\\n<li>Tweak: Added button to filter pre-made blocks by widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.41 <\\/h4>\\n<ul>\\n<li>Tweak: Custom Mouse Cursor addon controls rearranged for better UX.<\\/li>\\n<li>Tweak: Entrance Animation improved in Image Layers widget.<\\/li>\\n<li>Tweak: Plugin size minimized for faster installation.<\\/li>\\n<\\/ul>\\n<h4> 2.9.40 <\\/h4>\\n<ul>\\n<li>Tweak: Added Color option for switcher in inactive state in Content Toggle.<\\/li>\\n<li>Fixed: Entrance Animation option not working in Image Layers widget.<\\/li>\\n<li>Fixed: Arrow position issue in Image Compare widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.39 <\\/h4>\\n<ul>\\n<li>Fixed: Plugin settings dashboard page not loading in some cases.<\\/li>\\n<li>Fixed: Put Sections Next to Each Other not working with Elementor Sections in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Arrow Pointer not showing when Accordion option is enabled in Tabs widget.<\\/li>\\n<li>Fixed: PHP warnings when global addons are enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.9.38 <\\/h4>\\n<ul>\\n<li>Tweak: Unfold widget not working correctly with Elementor Gallery widget.<\\/li>\\n<li>Fixed: Disable Horizontal Scroll on specific devices option not working.<\\/li>\\n<li>Fixed: Console error in editor page for a not found CSS file.<\\/li>\\n<\\/ul>\\n<h4> 2.9.37 <\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility with RTL sites.<\\/li>\\n<li>Tweak: Plugin size decreased by improving Dynamic CSS generating.<\\/li>\\n<li>Fixed: Push\\/Slide effects not working on RTL in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.36 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error in Google Reviews widget after v2.9.35.<\\/li>\\n<\\/ul>\\n<h4> 2.9.35 <\\/h4>\\n<ul>\\n<li>Tweak: Improved Twitter Feed to use Bearer Token.<\\/li>\\n<li>Tweak: RTL Mode option improved in Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Close Off Canvas when escape keyboard button is hit.<\\/li>\\n<li>Fixed: PHP warning in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.34 <\\/h4>\\n<ul>\\n<li>Tweak: Added Counting Effect in Woo Mini Cart widget.<\\/li>\\n<li>Tweak: Added Coupon Form in Woo Mini Cart widget.<\\/li>\\n<li>Tweak: Added Free Shipping progress bar in Woo Mini Cart widget.<\\/li>\\n<li>Tweak: Show date in current site language in all Social Feed\\/Reviews widgets.<\\/li>\\n<li>Tweak: Added Shape option for navigation dots in Multi Scroll widget.<\\/li>\\n<li>Tweak: Code improvements for better performance and loading speed.<\\/li>\\n<li>Fixed: Instagram Access Token is not automatically renewed.<\\/li>\\n<li>Fixed: Icon Position option not working correctly for body cells in Table widget.<\\/li>\\n<li>Fixed: PHP warning when Rating Schema option is enabled in Google Reviews widget.<\\/li>\\n<li>Fixed: PHP warning when background image is not set in Parallax addon.<\\/li>\\n<li>Fixed: Off Canvas content not showing correctly when set to Text Editor.<\\/li>\\n<\\/ul>\\n<h4> 2.9.33 <\\/h4>\\n<ul>\\n<li>Tweak: Added Delay option in Lottie Background addon.<\\/li>\\n<li>Tweak: Code improvements for better performance.<\\/li>\\n<li>Tweak: Google Reviews widget loading speed improved.<\\/li>\\n<li>Tweak: Install free version directly without redirection to another page.<\\/li>\\n<li>Fixed: Free-hand design not working in Image Hotspots and Image Layers widgets.<\\/li>\\n<li>Fixed: Read more text not changing in Facebook Feed widget.<\\/li>\\n<li>Fixed: SVG Code option not working in Site Logo widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.32 <\\/h4>\\n<ul>\\n<li>Tweak: Compatibility with Google Places API (New) in Google Reviews widget.<\\/li>\\n<li>Tweak: JS files separated for better performance.<\\/li>\\n<li>Tweak: Added Refresh Layout button in Horizontal Scroll and Image Layers.<\\/li>\\n<li>Fixed: Put Columns\\/Containers Next to Each Other option not working in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Content not showing when Ken Burns addon is enabled.<\\/li>\\n<li>Fixed: Blob addon is not working on inner containers while in editor.<\\/li>\\n<li>Fixed: On Page Load trigger not working in Off Canvas widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.31 <\\/h4>\\n<ul>\\n<li>Tweak: Apply Icon size control on image icon in Icon Box widget.<\\/li>\\n<li>Fixed: Size control for Lottie Background addon not working on editor.<\\/li>\\n<li>Fixed: Instagram access token not generated.<\\/li>\\n<\\/ul>\\n<h4> 2.9.30 <\\/h4>\\n<ul>\\n<li>Tweak: Added \\\"On Page Load\\\" trigger in Off Canvas widget.<\\/li>\\n<li>Tweak: Core improved for better editor loading.<\\/li>\\n<li>Fixed: Navigate to Multi Scroll sides using elements not working.<\\/li>\\n<\\/ul>\\n<h4> 2.9.29 <\\/h4>\\n<ul>\\n<li>Fixed: Tabs widget not activating the correct tab on page load.<\\/li>\\n<li>Fixed: Hover effects not working in Smart Post Listing when featured image is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.9.28 <\\/h4>\\n<ul>\\n<li>Fixed: Off-Canvas widget not working correctly after v2.9.27<\\/li>\\n<li>Fixed: Image dimensions issue in Site Logo widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.27 <\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility with Optimize Markup Elementor feature.<\\/li>\\n<li>Tweak: SVG Draw Icon option improved for better loading speed.<\\/li>\\n<li>Fixed: Controls for global addons not being added in correct tabs.<\\/li>\\n<\\/ul>\\n<h4> 2.9.26 <\\/h4>\\n<ul>\\n<li>Fixed: Layout issues with Fixed Content option in Multi Scroll widget.<\\/li>\\n<li>Fixed: Lottie animation icons not working correctly in Icon Box widget.<\\/li>\\n<li>Fixed: Global badge adds a spacing while in editor.<\\/li>\\n<\\/ul>\\n<h4> 2.9.25 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core enhancements to improve plugin performance.<\\/li>\\n<li>Fixed: Table not showing data from CSV files.<\\/li>\\n<li>Fixed: Global Cursor SVG icon style not working.<\\/li>\\n<\\/ul>\\n<h4> 2.9.24 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core enhancements to improve plugin performance.<\\/li>\\n<li>Tweak: Added No Cache option in Table widget.<\\/li>\\n<li>Fixed: Issues when Blog and Smart Post Listing widgets are added in one page.<\\/li>\\n<\\/ul>\\n<h4> 2.9.23 <\\/h4>\\n<ul>\\n<li>Deprecated: Facebook Messenger Chat widget as it has been deprecated by Facebook.<\\/li>\\n<\\/ul>\\n<h4> 2.9.22 <\\/h4>\\n<ul>\\n<li>Fixed: Background Transition widget is not working after Elementor 3.24.0.<\\/li>\\n<\\/ul>\\n<h4> 2.9.21 <\\/h4>\\n<ul>\\n<li>Tweak: Pause videos in Tabs widget on switching tabs.<\\/li>\\n<li>Fixed: Conflict with Elementor v3.24.0.<\\/li>\\n<li>Fixed: Elementor entrance animations not working with Infinite Scroll option in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.20 <\\/h4>\\n<ul>\\n<li>Fixed: Background Transition widget not working when Scroll Up background is not set.<\\/li>\\n<li>Fixed: Scroll effects in Image Layers not working inside Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Number of Columns not working on mobile devices in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.19 <\\/h4>\\n<ul>\\n<li>Tweak: Use IntersectionObserver API instead of waypoints.js to improve performance.<\\/li>\\n<li>Fixed: Scroll effects in Image Layers widget not working when added with Magic Scroll on same page.<\\/li>\\n<li>Fixed: Icon Color not working in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.18 <\\/h4>\\n<ul>\\n<li>Fixed: Entrance animations in Image Layers widget not working within Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Close icon not showing when logged out in Alert Box widget.<\\/li>\\n<li>Fixed: PHP warning in Google Reviews widget.<\\/li>\\n<li>Fixed: Instagram Feed layout broken while on editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.9.17 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Fixed: Tabs widget not working in some cases.<\\/li>\\n<li>Fixed: PHP warnings on customizer page when Particles or Custom Mouse Cursor addons are enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.9.16 <\\/h4>\\n<ul>\\n<li>Tweak: Added HTML Tag option for text in Image Layers widget.<\\/li>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Fixed: Smart Post Listing conflict with Elementor Flexbox Containers.<\\/li>\\n<li>Fixed: PHP warning in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.9.15 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Tweak: Added Z-index option for Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: PHP warnings in Yelp Reviews and Hover Box widgets.<\\/li>\\n<li>Fixed: Icon Color option not working correctly in some cases in WhatsApp Chat widget.<\\/li>\\n<li>Fixed: Console error thrown by Global Mouse Cursor addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.14 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Tweak: Improved compatibility between Horizontal and Magic Scroll elements.<\\/li>\\n<li>Fixed: Flickering issue in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.13 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Fixed: Off-canvas widget layout broken on RTL sites.<\\/li>\\n<\\/ul>\\n<h4> 2.9.12 <\\/h4>\\n<ul>\\n<li>New: Magic Section widget rebuilt. It\'s now Off-Canvas - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-off-canvas-widget\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Fixed Content Template option in Multi Scroll widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Icon hover styling options not working in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.11 <\\/h4>\\n<ul>\\n<li>New: Added new hover effects to all the buttons all over the plugin - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-button-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Alert Box widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Social icons not showing in Image Hotspots widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.10 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to apply Particles addon on whole page through Elementor page settings.<\\/li>\\n<li>Tweak: Added responsive controls to Display option in Content Toggle widget.<\\/li>\\n<li>Fixed: Disable Snappy Effect on Touch Devices in Horizontal Scroll widget not working.<\\/li>\\n<li>Fixed: Flickering issue with Image Sequence effect in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.9 <\\/h4>\\n<ul>\\n<li>Tweak: Divider widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/divider-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Option to Disable Scroll on Accordion Item Click added in in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to hide Horizontal Scroll widget slides on desktop devices.<\\/li>\\n<li>Fixed: Unnecessary HTML markup rendered in the table widget.<\\/li>\\n<li>Fixed: Feed is duplicated in Facebook and Behance Feed widgets.<\\/li>\\n<li>Fixed: Facebook and Behance Feed widgets not working on the frontend.<\\/li>\\n<\\/ul>\\n<h4> 2.9.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added SVG Code option in Site Logo widget.<\\/li>\\n<li>Tweak: Gold API error messages handled in News Ticker widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added Option to enable US numbers sorting in Table widget.<\\/li>\\n<li>Tweak: Compatibility between Hide Slide On option in Multi Scroll widget and Elementor custom breakpoints.<\\/li>\\n<\\/ul>\\n<h4> 2.9.5 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error when Premium Addons Pro is activated without the free version.<\\/li>\\n<li>Fixed: Masonry effect not working correctly on editor page in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Custom Navigation Element Selector option in Multi Scroll to be used to navigate to Multi Scroll slides.<\\/li>\\n<li>Fixed: Ratings values between .7 and .9 are rendered as half star in Social Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.9.3 <\\/h4>\\n<ul>\\n<li>Fixed: PHP Error when Image Accordion widget is used.<\\/li>\\n<li>Fixed: Elementor asks to run Safe Mode with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Alternative Gold API key option in News Ticker widget.<\\/li>\\n<li>Tweak: Added Load More option in Smart Post Listing widget.<\\/li>\\n<li>Tweak: Added more styling controls in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.1 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.9.0 <\\/h4>\\n<ul>\\n<li>New: Added Smart Post Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-smart-post-listing-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Show Alt text for the images in Ken Burns addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.27 <\\/h4>\\n<ul>\\n<li>Fixed: Twitter Feed widget not working.<\\/li>\\n<\\/ul>\\n<h4> 2.8.26 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Numbers showing on hover not formatted in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.25 <\\/h4>\\n<ul>\\n<li>Tweak: Removed Twitter Feed credentials section.<\\/li>\\n<\\/ul>\\n<h4> 2.8.24 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom position options for tooltips in Image Hotspots widget.<\\/li>\\n<li>Fixed: Multi Scroll widget not working when elements with entrance animations used in it.<\\/li>\\n<li>Fixed: Twitter Feed widget not working in some cases.<\\/li>\\n<li>Fixed: Image Comparison widget handle not working on RTL sites.<\\/li>\\n<\\/ul>\\n<h4> 2.8.23 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching options in Facebook and Behance Feed widgets.<\\/li>\\n<li>Tweak: Multi Scroll widget improved to trigger entrance animations on slide change.<\\/li>\\n<li>Fixed: Button showing in back side in 3D Hover Box widget.<\\/li>\\n<li>Fixed: Horizontal Scroll issues on mobile devices.<\\/li>\\n<li>Fixed: Hide Empty Reviews option not working correctly in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.22 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom size unit for range controls in some widgets.<\\/li>\\n<li>Tweak: Load posts only if they have body text in Facebook Feed widget.<\\/li>\\n<li>Fixed: Load Chart On option not working in Charts widget.<\\/li>\\n<li>Fixed: Fatal error in Tabs widget when an image icon with empty image is added.<\\/li>\\n<\\/ul>\\n<h4> 2.8.21 <\\/h4>\\n<ul>\\n<li>New: Added Magnet Effect in Custom Mouse Cursor addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Magic Scroll addon performance improved.<\\/li>\\n<\\/ul>\\n<h4> 2.8.20 <\\/h4>\\n<ul>\\n<li>Tweak: CSS files size minimized for better performance.<\\/li>\\n<li>Fixed: Custom link attributes not working in Icon Box widget.<\\/li>\\n<li>Fixed: Console error in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.19 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to load Magic Scroll addon on page load, not when the section is reached.<\\/li>\\n<li>Fixed: Image Comparison widget not working when used inside Tabs widget.<\\/li>\\n<li>Fixed: Lock Page Scroll option in Magic Scroll addon causing a blank area while scrolling on mobile devices.<\\/li>\\n<li>Fixed: PHP warning in Parallax addon when no layers are added.<\\/li>\\n<li>Fixed: Console error with Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.18 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text Shadow and Box Shadow scroll effects in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added Sort Reviews by date option in Google Reviews widget.<\\/li>\\n<li>Tweak: Show\\/hide images by hashtags in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.17 <\\/h4>\\n<ul>\\n<li>Tweak: Sticky effect behavior improved in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added option to trigger entrance animations once for Snappy scroll in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Sticky effect not working on the editor page in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.16 <\\/h4>\\n<ul>\\n<li>Fixed: Draw SVG not working on the editor page with multiple SVGs in Magic Scroll addon.<\\/li>\\n<li>Fixed: Transition is added to Icon Box widget when used with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.15 <\\/h4>\\n<ul>\\n<li>Fixed: Elements with entrance animation flash in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Icons not showing in some controls.<\\/li>\\n<\\/ul>\\n<h4> 2.8.14 <\\/h4>\\n<ul>\\n<li>New: Added Magic Scroll addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-magic-scroll-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.13 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.8.0<\\/li>\\n<li>Fixed: Ken Burns container addon not working with recent Elementor versions.<\\/li>\\n<\\/ul>\\n<h4> 2.8.12 <\\/h4>\\n<ul>\\n<li>New: Added Site Logo widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-site-logo-widget\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.11 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option in Instagram Feed widget to improve the feed performance and loading speed.<\\/li>\\n<li>Tweak: Added Close On Click Outside option in Magic Section widget.<\\/li>\\n<li>Fixed: Icon styling not applied properly on SVG icons in Divider widget.<\\/li>\\n<li>Fixed: Mouse tilt option not working since Premium Addons for Elementor v4.9.35.<\\/li>\\n<li>Fixed: Feed is not showing if Posts\\/Account option value is larger than the posts returned by Facebook.<\\/li>\\n<li>Fixed: Alignment option not working properly for multi-line values in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.10 <\\/h4>\\n<ul>\\n<li>New: Added Random Badges option in Mega Menu widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-mega-menu-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: PHP warnings in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.9 <\\/h4>\\n<ul>\\n<li>Fixed: Console error when SVG Draw option is disabled for Parallax addon.<\\/li>\\n<li>Fixed: SVG Draw option not working for Font Awesome icons in Icon Box widget.<\\/li>\\n<li>Fixed: Applying global background colors not working in Magic Section widget.<\\/li>\\n<li>Fixed: Icon color applied on Lottie animation in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.8 <\\/h4>\\n<ul>\\n<li>Tweak: Behance Feed widget now loads feed on scroll, not on page load.<\\/li>\\n<li>Fixed: PHP warning after v2.8.7.<\\/li>\\n<\\/ul>\\n<h4> 2.8.7 <\\/h4>\\n<ul>\\n<li>Tweak: Make sure Custom Mouse Cursor addon JS files are loaded only if the addon is used on a page.<\\/li>\\n<li>Fixed: Navigation Arrows\\/Dots not working properly on touch devices in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.6 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error due to Image Accordion widget since v2.8.4.<\\/li>\\n<\\/ul>\\n<h4> 2.8.5 <\\/h4>\\n<ul>\\n<li>Fixed: Icons in Icon Box widget always disappear if Draw SVG option is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.8.4 <\\/h4>\\n<ul>\\n<li>New: Added Draw Icon option in all widgets that has Icon option in them.<\\/li>\\n<li>Tweak: Added Horizontal\\/Vertical Alignment options for multi-layers in Parallax addon.<\\/li>\\n<li>Fixed: Conflict between Custom Mouse Cursor addon and WP Rocket Defer JS files option.<\\/li>\\n<\\/ul>\\n<h4> 2.8.3 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.7.0.<\\/li>\\n<li>Fixed: Freehand Positioning feature not working when the device mode is changed in the editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.8.2 <\\/h4>\\n<ul>\\n<li>Tweak: Facebook Feed widget styling improved for RTL sites.<\\/li>\\n<li>Fixed: Conflict with Elementor Pro templates.<\\/li>\\n<li>Fixed: Even layout not working with Carousel Infinite Autoplay in social reviews widgets.<\\/li>\\n<li>Fixed: Carousel Navigation Arrows color\\/size controls not working in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.1 <\\/h4>\\n<ul>\\n<li>Fixed: PHP warning since v2.8.0<\\/li>\\n<\\/ul>\\n<h4> 2.8.0 <\\/h4>\\n<ul>\\n<li>Tweak: Apply Custom Mouse Cursor on full page or the entire website - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added responsive controls to Number of Columns option in Behance Feed widget.<\\/li>\\n<li>Fixed: Carousel Tabs option applied on nested tabs.<\\/li>\\n<li>Fixed: Unnecessary Elementor placeholder images added to the Media Library after importing templates.<\\/li>\\n<li>Fixed: Multi Scroll widget not working with Elementor custom breakpoints.<\\/li>\\n<li>Fixed: Ken Burns addon not showing images properly on small screens.<\\/li>\\n<li>Fixed: Hover Box widget not working properly on iOS devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.9 <\\/h4>\\n<ul>\\n<li>Tweak: Add responsive controls for image control in Ken Burns container addon.<\\/li>\\n<li>Fixed: Horizontal\\/Vertical Offset option not working for social icon in all Social Reviews widgets.<\\/li>\\n<li>Fixed: Horizontal Offset and z-index options not working for Fixed Content template in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Console error in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.8 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.7.7 <\\/h4>\\n<ul>\\n<li>Tweak: Load Custom Mouse Cursor addon when the element is visible on viewport to improve performance and page loading speed.<\\/li>\\n<li>Tweak: Added Cover Image size option in Behance Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.6 <\\/h4>\\n<ul>\\n<li>Tweak: Add Mask Image option in Image Layers widget.<\\/li>\\n<li>Tweak: Add Render As SVG\\/Canvas option for Lottie Animation icons in Hover Box widget.<\\/li>\\n<li>Tweak: HTML markup optimized for Image Hotspots and Twitter Feed widgets for better performance.<\\/li>\\n<li>Fixed: Accordion Tabs option not working in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.5 <\\/h4>\\n<ul>\\n<li>New: Added URL String, Shortcode and WooCommerce Products in Cart options in Display Conditions.<\\/li>\\n<li>Tweak: HTML markup optimized for Hover Box, Image Accordion, Instagram Feed, Tabs, Unfold widgets for better performance.<\\/li>\\n<li>Tweak: Added Disable Floating Effects on Safari option in widgets have floating effects.<\\/li>\\n<li>Tweak: Trigger Particles and Badge addons JS code when visible on viewport to improve page loading speed.<\\/li>\\n<li>Tweak: Added compatibility Charts and Horizontal Scroll widgets.<\\/li>\\n<li>Fixed: Change Colors As Gradient option not working in Background Transition widget.<\\/li>\\n<li>Fixed: Profile Header image not showing properly on small devices in Twitter Feed widget.<\\/li>\\n<li>Fixed: Right Side Template option not showing in Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility between Badge Global Addon and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Horizontal Scroll jittering issue on touch devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.3 <\\/h4>\\n<ul>\\n<li>New: Added Create\\/Edit Live Templates feature in all widgets that support Elementor Templates.<\\/li>\\n<\\/ul>\\n<h4> 2.7.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added support for future features compatibility<\\/li>\\n<li>Fixed: Button Trigger Size option not working on frontend in Magic Section widget.<\\/li>\\n<li>Fixed: Alignment issue in Icon Box widget when description is short.<\\/li>\\n<li>Fixed: Invalid CSS added in the editor when Badge Addon is enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.7.1 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error with some PHP versions after v2.7.0<\\/li>\\n<\\/ul>\\n<h4> 2.7.0 <\\/h4>\\n<ul>\\n<li>New: Added Premium Badge global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-badge-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.6.9 <\\/h4>\\n<ul>\\n<li>Tweak: HTML markup optimized for Table widget for better performance.<\\/li>\\n<li>Tweak: Added Icon Color and Text Color\\/Typography options for each repeater cell in Table widget.<\\/li>\\n<li>Fixed: Hover Color and Padding options not working for Read More link in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.8 <\\/h4>\\n<ul>\\n<li>New: Added five new skins in Elementor WooCommerce Products Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-woocommerce-products\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added compatibility between section\\/column addons and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Widgets code refactored to improve performance and loading speed.<\\/li>\\n<li>Tweak: Added Hover Box Shadow option in Lottie Animation container addon.<\\/li>\\n<li>Fixed: PHP warning when Follow Delay option value is not set in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: Image with Size option set to custom not rendered in Image Layers and Icon Box widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.6.7 <\\/h4>\\n<ul>\\n<li>New: Added Custom Mouse Cursor global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-addon\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Auto Change Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: HTML markup for images in Icon Box widget.<\\/li>\\n<li>Tweak: Make sure images in Image Layers and Tabs widgets are lazyloaded to improve loading speed.<\\/li>\\n<li>Fixed: Container addons not working on editor when used inside widgets using Elementor templates.<\\/li>\\n<\\/ul>\\n<h4> 2.6.6 <\\/h4>\\n<ul>\\n<li>Fixed: Box shadow and Background Color options overridden by default values in CSS in Preview Window widget.<\\/li>\\n<li>Fixed: Charts widget not working in some cases inside Tabs widget.<\\/li>\\n<li>Fixed: Animated Gradient and Blob Generator addons not working in Tabs widget.<\\/li>\\n<li>Fixed: Ken Burns addon Infinite option always disabled when the editor page is reloaded.<\\/li>\\n<\\/ul>\\n<h4> 2.6.5 <\\/h4>\\n<ul>\\n<li>Tweak: Load the main CSS file only when required.<\\/li>\\n<li>Fixed: Tabs widget not working properly with some themes.<\\/li>\\n<li>Fixed: Compatibility between Carousel option in Social Reviews widgets and RTL sites.<\\/li>\\n<li>Fixed: Keyboard Scrolling still works even when the control is disabled in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.4 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.5.0.<\\/li>\\n<\\/ul>\\n<h4> 2.6.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added options to control Scroll Offset for each section individually in Color Transition widget.<\\/li>\\n<li>Tweak: Javascript loading method improved for Animated Gradient, Particles container addons for better performance.<\\/li>\\n<li>Fixed: Styling options not working for SVG icons in Magic Section widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added WooCommerce Total Amount In Cart and Current Product Stock options in Display Conditions feature.<\\/li>\\n<li>Fixed: Console error when videos are inserted in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.1 <\\/h4>\\n<ul>\\n<li>Fixed: Undefined variable $dir_class in Image Layers widget when Text option is used.<\\/li>\\n<li>Fixed: Button Size option not working in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.0 <\\/h4>\\n<ul>\\n<li>New: Added Animated Blob Generator container addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-animated-blob-generator\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Radar Style option in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added div, p and span HTML tag options for heading in Hover Box widget.<\\/li>\\n<li>Fixed: Default icon size changed in Hover Box widget.<\\/li>\\n<li>Fixed: Background Color not changing when multiple Background Transition widgets are used on the same page.<\\/li>\\n<\\/ul>\\n<h4> 2.5.5 <\\/h4>\\n<ul>\\n<li>Fixed: Background is not changed on scroll up in Background Transition widget.<\\/li>\\n<li>Fixed: Nested tabs styling overwrite issue in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.4 <\\/h4>\\n<ul>\\n<li>Tweak: Tabs widget rebuilt for better usability and editing experience.<\\/li>\\n<li>Tweak: Control number of carousel slides to show in Instagram Feed widget.<\\/li>\\n<li>Tweak: Prevent Background Transition widget from changing color when up\\/down backgrounds are the same.<\\/li>\\n<li>Fixed: Line height not working for Business\\/Place Name, Reviewer Name and Review Text in Social Reviews widgets.<\\/li>\\n<li>Fixed: Entrance Animations not working on for the first in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Tabs widget not working when shortcodes are used in tabs content.<\\/li>\\n<\\/ul>\\n<h4> 2.5.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Heroes Flying-Left effect in iHover widget.<\\/li>\\n<li>Tweak: Remove any duplicate content when Accordion Tabs option is enabled in Tabs widget.<\\/li>\\n<li>Tweak: Added Tab ID option in Tabs widget.<\\/li>\\n<li>Fixed: Animation issues for Flash Rotation, Flip Door, and Magic Door effects in iHover widget.<\\/li>\\n<li>Fixed: Charts not working on the editor page on Chrome browser.<\\/li>\\n<li>Fixed: Color option not applied on links in Table widget when CSV file is used.<\\/li>\\n<\\/ul>\\n<h4> 2.5.2 <\\/h4>\\n<ul>\\n<li>Tweak: Save all the plugin settings on change without need to click \\\"Save Settings\\\" button.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.4.<\\/li>\\n<li>Fixed: Snappy scroll stability issues in Horizontal Scroll issues.<\\/li>\\n<li>Fixed: Compatibility issues between Elementor custom breakpoints and Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.1 <\\/h4>\\n<ul>\\n<li>Tweak: iHover widget code refactored for faster editing speed..<\\/li>\\n<li>Tweak: Added Image Hover Effect in Image Layers widget.<\\/li>\\n<li>Tweak: Added compatibility between Multiscroll widget and sticky headers.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Premium Particles not working on some devices in editor page.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Content is not fully rendered issue in Unfold widget.<\\/li>\\n<li>Fixed: Removed Unnecessary requests made in Instagram Feed widget.<\\/li>\\n<li>Fixed: Hide Slide On and Disable Horizontal Scroll On options not working together in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Carousel not working in Facebook Feed widget when <code>Only Show Admin Posts<\\/code> option is enabled.<\\/li>\\n<li>Fixed: Fold Height option not working when set to <code>0<\\/code> in Unfold widget.<\\/li>\\n<li>Fixed: Console error in Multi Scroll widget.<\\/li>\\n<li>Fixed: Admin notices not showing when Premium Addons for Elementor is not installed.<\\/li>\\n<\\/ul>\\n<h4> 2.5.0 <\\/h4>\\n<ul>\\n<li>Tweak: JS code refactored for better performance and faster editing speed.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.2.<\\/li>\\n<li>Fixed: Emojis not showing in Twitter Feed widget.<\\/li>\\n<li>Fixed: Slides overlapping issue on touch devices in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Image Hotspots colors not working in editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.4.9 <\\/h4>\\n<ul>\\n<li>New: Added Advanced Border Radius option to improve the normal Border Radius option - <a href=\\\"https:\\/\\/9elements.github.io\\/fancy-border-radius\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Particles overlapping issue when browser active tab is changed.<\\/li>\\n<li>Fixed: Alignment controls icons not showing in editor panel.<\\/li>\\n<li>Fixed: Tabs widget style conflict with LearnDash plugin.<\\/li>\\n<\\/ul>\\n<h4> 2.4.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to control <code>Based on Number of Reviews<\\/code> string in all social reviews widgets.<\\/li>\\n<li>Fixed: Expired access token is not refreshed in Instagram Feed widget.<\\/li>\\n<li>Fixed: Image appears before entrance animation starts in Image Layers widget.<\\/li>\\n<li>Fixed: Facebook Feed widget conflict with Complianz | GDPR\\/CCPA Cookie Consent plugin.<\\/li>\\n<li>Fixed: Pagination not working in the editor in Table widget.<\\/li>\\n<li>Fixed: Tabs widget conflict with some themes.<\\/li>\\n<\\/ul>\\n<h4> 2.4.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Change Tabs to Accordion On Small Screens<\\/code> option in Tabs widget.<\\/li>\\n<li>Tweak: Improved compatibility with Elementor new version.<\\/li>\\n<\\/ul>\\n<h4> 2.4.6 <\\/h4>\\n<ul>\\n<li>Tweak: Improved Social Reviews widgets compatibility for RTL sites.<\\/li>\\n<li>Tweak: Improved WPML compatibility with all widgets.<\\/li>\\n<li>Tweak: Added Icon Spacing option in Unfold widget.<\\/li>\\n<li>Fixed: SVGs icons not showing on button in Unfold widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.5 <\\/h4>\\n<ul>\\n<li>Fixed: Code improvements for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.4.4 <\\/h4>\\n<ul>\\n<li>Fixed: Console error in Parallax addon issue.<\\/li>\\n<\\/ul>\\n<h4> 2.4.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Infinite Autoplay for carousel in social reviews widgets.<\\/li>\\n<li>Tweak: Added Navigation Type Dots\\/Arrows option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Show Number of Reviews option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Put Place\\/Business Info next to reviews option in social reviews widgets.<\\/li>\\n<li>Fixed: Console error <code>$ is not defined<\\/code> since v2.4.2.<\\/li>\\n<\\/ul>\\n<h4> 2.4.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Clear Cached Data button to Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Tweak: Added Carousel Arrows option for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Snap Scroll improved in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.1 <\\/h4>\\n<ul>\\n<li>Fixed: Horizontal Scroll slides anchoring not working since v2.4.0<\\/li>\\n<li>Fixed: Lightbox option issue in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.0 <\\/h4>\\n<ul>\\n<li>Tweak: Feed Media Height control added to work all time in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Container addons code refactored to improve editing speed.<\\/li>\\n<\\/ul>\\n<h4> 2.3.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added Hovered Image Width control option in Image Accordion widget.<\\/li>\\n<li>Tweak: Javascript Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Lottie Animation icon size option not working on Chrome in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added Spacing Color option in Image Accordion widget.<\\/li>\\n<li>Fixed: Horizontal Scroll anchor links not working with Elementor popups.<\\/li>\\n<li>Fixed: Images Spacing option not working with horizontal direction in …<\\/li>\\n<\\/ul>\",\"installation\":\"<ul>\\n<li>First make sure that Elementor Page Builder and Premium Addons for Elementor are installed, As this plugin works only with both of them.<\\/li>\\n<li>Download the plugin then Upload it to the plugin folder: \\/wp-content\\/plugins\\/ or install it through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \\u2018Plugins\\u2019 screen in WordPress<\\/li>\\n<li>You can find Premium Addons Elements under the category \\u201cPremium Addons\\u201d on your Elementor element\\/widget list.<\\/li>\\n<\\/ul>\"},\"banners\":{\"high\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/edd\\/2018\\/10\\/premium-addons-pro-plugin-banner-hd.jpg\",\"low\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/edd\\/2018\\/10\\/premium-addons-pro-plugin-banner-ld.jpg\"},\"icons\":{\"1x\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/2024\\/12\\/premium-addons-logo-128x128.png\",\"2x\":\"https:\\/\\/my.leap13.com\\/wp-content\\/uploads\\/2024\\/12\\/premium-addons-logo-256x256.png\"},\"stable_tag\":\"2.9.57\",\"license\":\"GPL v3.0\",\"tested\":\"6.9.1\",\"description\":[\"<p>This plugin is an extension to Premium Addons for Elementor Plugin that includes Pro Elementor widgets and Addons for Elementor Page Builder. Visit <a href=\\\"https:\\/\\/www.premiumaddons.com\\/\\\">Premium Addons Website<\\/a> to check widgets and addons demos.<\\/p>\\n<p>Premium Addons PRO plugin\\u2019s widgets are cross browser compatible and also fully responsive, Your website will rock on all browsers as well as tables and mobile devices.<\\/p>\\n<p>When using Premium Addons\\u2019 widgets you will notice that it has more customization options than any other widget in other plugin.<\\/p>\\n<p>Premium Addons PRO can be used only as a complement of Elementor page builder plugin as it\\u2019s not a standalone plugin.<\\/p>\\n<h3>Features<\\/h3>\\n<ul>\\n<li>Fully Customizable Elements.<\\/li>\\n<li>Options panel for enabling desired elements only for faster performance.<\\/li>\\n<li>Free Support through online forums.<\\/li>\\n<\\/ul>\\n<h3>Available Elements<\\/h3>\\n<ol>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">Premium Alert Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/animated-section-gradients-for-elementor-page-builder\\/\\\">Premium Animated Container Gradient<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/behance-feed-widget-for-elementor-page-builder\\/\\\">Premium Behance Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-charts-widget\\/\\\">Premium Charts<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/content-switcher-widget-for-elementor-page-builder\\/\\\">Premium Content Switcher<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/dual-header-widget-for-elementor-page-builder\\/\\\">Premium Divider<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-feed-widget-for-elementor-page-builder-2\\/\\\">Premium Facebook Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/facebook-reviews-widget-for-elementor-page-builder\\/\\\">Premium Facebook Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/flip-box-widget-for-elementor-page-builder\\/\\\">Premium Flip Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/google-reviews-for-elementor-page-builder\\/\\\">Premium Google Reviews<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/icon-box-widget-for-elementor-page-builder\\/\\\">Premium Icon Box<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ihover-widget-for-elementor-page-builder\\/\\\">Premium iHover<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-image-accordion-widget\\/\\\">Premium Image Accordion<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-comparison-widget-for-elementor-page-builder\\/\\\">Premium Image Comparison<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-hotspots-widget-for-elementor-page-builder\\/\\\">Premium Image Hotspots<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/image-layers-widget-for-elementor-page-builder\\/\\\">Premium Image Layers<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/instagram-feed-widget-for-elementor-page-builder\\/\\\">Premium Instagram Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/ken-burns-section-addon-for-elementor-page-builder\\/\\\">Premium Ken Burns<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/magic-section-widget-for-elementor-page-builder\\/\\\">Premium Magic Section<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">Premium Multi Scroll<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/parallax-section-addon-for-elementor-page-builder\\/\\\">Premium Parallax<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/particles-section-addon-for-elementor-page-builder\\/\\\">Premium Particles<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/preview-window-widget-for-elementor-page-builder\\/\\\">Premium Preview Window<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/table-widget-for-elementor-page-builder\\/\\\">Premium Tables<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/twitter-feed-widget-for-elementor-page-builder\\/\\\">Premium Twitter Feed<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/tabs-widget-for-elementor-page-builder-2\\/\\\">Premium Tabs<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/unfold-widget-for-elementor-page-builder\\/\\\">Premium Unfold<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/whatsapp-widget-for-elementor-page-builder\\/\\\">Premium WhatsApp Chat<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-yelp-reviews-widget\\/\\\">Premium Yelp Reviews<\\/a><\\/li>\\n<\\/ol>\"],\"changelog\":[\"<h4> 2.9.57 <\\/h4>\\n<ul>\\n<li>Tweak: Added Get Reviews by Language option in Yelp Reviews widget.<\\/li>\\n<li>Tweak: Core improved for better performance and loading speed.<\\/li>\\n<li>Fixed: Stripe badge not showing in RTL mode.<\\/li>\\n<li>Fixed: Team Members widget not working inside Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.56 <\\/h4>\\n<ul>\\n<li>Tweak: Added Container ID option in Image Accordion, Off Canvas, Alert Box and Tabs widgets to get slides from containers on the same page for better usability.<\\/li>\\n<li>Tweak: Added Hover Color and Background Color for navigation arrows in social reviews widget.<\\/li>\\n<li>Tweak: Border radius option added in Divider widget.<\\/li>\\n<li>Tweak: Added Image Fit control for icon in Icon Box widget.<\\/li>\\n<li>Tweak: Improved RTL compatibility in Smart Post Listing widget.<\\/li>\\n<li>Tweak: Improved compatibility between Unfold and Tabs widgets.<\\/li>\\n<li>Fixed: Jittering issues with Snappy effect in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.55 <\\/h4>\\n<ul>\\n<li>New: Animated Gradient and Ken Burns addons are now applicable on widgets.<\\/li>\\n<li>Tweak: Opacity Scroll effect in Horizontal Scroll widget improved.<\\/li>\\n<li>Fixed: Blob not removed after disabling Animated Blob addon switcher.<\\/li>\\n<\\/ul>\\n<h4> 2.9.54 <\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility between Dynamic Assets and Elementor Elements Cache.<\\/li>\\n<li>Fixed: Arrow position when Accordion option is enabled in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.53 <\\/h4>\\n<ul>\\n<li>Tweak: Facebook and Behance Feed widgets improved.<\\/li>\\n<li>Tweak: Core improved for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.9.52 <\\/h4>\\n<ul>\\n<li>Tweak: Added Suffix option in Charts widget to add text after value on hover.<\\/li>\\n<li>Tweak: Core improved for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.9.51 <\\/h4>\\n<ul>\\n<li>Tweak: API endpoint usage improved in Behance Feed widget.<\\/li>\\n<li>Fixed: Horizontal Scroll issues after scene ends.<\\/li>\\n<\\/ul>\\n<h4> 2.9.50 <\\/h4>\\n<ul>\\n<li>New: Added Animated Gradient option to the badge text in Badge Global addon.<\\/li>\\n<li>Tweak: Improved Font Size and Color effects in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.49 <\\/h4>\\n<ul>\\n<li>Tweak: Added Clipped Background option in Global Badge addon.<\\/li>\\n<li>Tweak: Added \\\"p\\\" and \\\"span\\\" options for HTML Tag control in Divider widget.<\\/li>\\n<li>Fixed: Image Layers widget not showing when Container Direction is set to row.<\\/li>\\n<li>Fixed: Text is showing in multiple lines in Divider widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.48 <\\/h4>\\n<ul>\\n<li>New: Load JS libraries only when needed to improve loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.9.47 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error in some widgets after v2.9.46.<\\/li>\\n<\\/ul>\\n<h4> 2.9.46 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements in social reviews widgets for better performance and faster loading speed.<\\/li>\\n<li>Tweak: Improved accessibility in all widgets.<\\/li>\\n<li>Fixed: Jittering issue in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: Console JS error when delay option is empty in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: CSS Selector option not working in Custom Mouse Cursor addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.45 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements in all widgets for better performance and faster loading speed.<\\/li>\\n<li>Fixed: RTL Mode option not working correctly in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.44 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements in Global Badge and Custom Mouse Cursor addons for better performance and faster loading speed.<\\/li>\\n<li>Tweak: Added Videos Behavior option in Instagram Feed widget.<\\/li>\\n<li>Fixed: Multiple placeholder images are inserted in Media when a template is imported.<\\/li>\\n<\\/ul>\\n<h4> 2.9.43 <\\/h4>\\n<ul>\\n<li>Tweak: Improve Background Transition option in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Horizontal Scroll widget not working correctly on RTL sites.<\\/li>\\n<li>Fixed: Console error in Tabs widget.<\\/li>\\n<li>Fixed: Rating Schema not working in Google Reviews widget.<\\/li>\\n<li>Fixed: Compatibility issues with WPML plugin.<\\/li>\\n<\\/ul>\\n<h4> 2.9.42 <\\/h4>\\n<ul>\\n<li>Tweak: Added Change Color on Hover in Charts widget.<\\/li>\\n<li>Tweak: Added Liquid Glass effect option in Custom Mouse Cursor addon.<\\/li>\\n<li>Tweak: Added Moving background option in Tabs widget Style 1.<\\/li>\\n<li>Tweak: Added button to filter pre-made blocks by widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.41 <\\/h4>\\n<ul>\\n<li>Tweak: Custom Mouse Cursor addon controls rearranged for better UX.<\\/li>\\n<li>Tweak: Entrance Animation improved in Image Layers widget.<\\/li>\\n<li>Tweak: Plugin size minimized for faster installation.<\\/li>\\n<\\/ul>\\n<h4> 2.9.40 <\\/h4>\\n<ul>\\n<li>Tweak: Added Color option for switcher in inactive state in Content Toggle.<\\/li>\\n<li>Fixed: Entrance Animation option not working in Image Layers widget.<\\/li>\\n<li>Fixed: Arrow position issue in Image Compare widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.39 <\\/h4>\\n<ul>\\n<li>Fixed: Plugin settings dashboard page not loading in some cases.<\\/li>\\n<li>Fixed: Put Sections Next to Each Other not working with Elementor Sections in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Arrow Pointer not showing when Accordion option is enabled in Tabs widget.<\\/li>\\n<li>Fixed: PHP warnings when global addons are enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.9.38 <\\/h4>\\n<ul>\\n<li>Tweak: Unfold widget not working correctly with Elementor Gallery widget.<\\/li>\\n<li>Fixed: Disable Horizontal Scroll on specific devices option not working.<\\/li>\\n<li>Fixed: Console error in editor page for a not found CSS file.<\\/li>\\n<\\/ul>\\n<h4> 2.9.37 <\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility with RTL sites.<\\/li>\\n<li>Tweak: Plugin size decreased by improving Dynamic CSS generating.<\\/li>\\n<li>Fixed: Push\\/Slide effects not working on RTL in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.36 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error in Google Reviews widget after v2.9.35.<\\/li>\\n<\\/ul>\\n<h4> 2.9.35 <\\/h4>\\n<ul>\\n<li>Tweak: Improved Twitter Feed to use Bearer Token.<\\/li>\\n<li>Tweak: RTL Mode option improved in Horizontal Scroll widget.<\\/li>\\n<li>Tweak: Close Off Canvas when escape keyboard button is hit.<\\/li>\\n<li>Fixed: PHP warning in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.34 <\\/h4>\\n<ul>\\n<li>Tweak: Added Counting Effect in Woo Mini Cart widget.<\\/li>\\n<li>Tweak: Added Coupon Form in Woo Mini Cart widget.<\\/li>\\n<li>Tweak: Added Free Shipping progress bar in Woo Mini Cart widget.<\\/li>\\n<li>Tweak: Show date in current site language in all Social Feed\\/Reviews widgets.<\\/li>\\n<li>Tweak: Added Shape option for navigation dots in Multi Scroll widget.<\\/li>\\n<li>Tweak: Code improvements for better performance and loading speed.<\\/li>\\n<li>Fixed: Instagram Access Token is not automatically renewed.<\\/li>\\n<li>Fixed: Icon Position option not working correctly for body cells in Table widget.<\\/li>\\n<li>Fixed: PHP warning when Rating Schema option is enabled in Google Reviews widget.<\\/li>\\n<li>Fixed: PHP warning when background image is not set in Parallax addon.<\\/li>\\n<li>Fixed: Off Canvas content not showing correctly when set to Text Editor.<\\/li>\\n<\\/ul>\\n<h4> 2.9.33 <\\/h4>\\n<ul>\\n<li>Tweak: Added Delay option in Lottie Background addon.<\\/li>\\n<li>Tweak: Code improvements for better performance.<\\/li>\\n<li>Tweak: Google Reviews widget loading speed improved.<\\/li>\\n<li>Tweak: Install free version directly without redirection to another page.<\\/li>\\n<li>Fixed: Free-hand design not working in Image Hotspots and Image Layers widgets.<\\/li>\\n<li>Fixed: Read more text not changing in Facebook Feed widget.<\\/li>\\n<li>Fixed: SVG Code option not working in Site Logo widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.32 <\\/h4>\\n<ul>\\n<li>Tweak: Compatibility with Google Places API (New) in Google Reviews widget.<\\/li>\\n<li>Tweak: JS files separated for better performance.<\\/li>\\n<li>Tweak: Added Refresh Layout button in Horizontal Scroll and Image Layers.<\\/li>\\n<li>Fixed: Put Columns\\/Containers Next to Each Other option not working in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Content not showing when Ken Burns addon is enabled.<\\/li>\\n<li>Fixed: Blob addon is not working on inner containers while in editor.<\\/li>\\n<li>Fixed: On Page Load trigger not working in Off Canvas widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.31 <\\/h4>\\n<ul>\\n<li>Tweak: Apply Icon size control on image icon in Icon Box widget.<\\/li>\\n<li>Fixed: Size control for Lottie Background addon not working on editor.<\\/li>\\n<li>Fixed: Instagram access token not generated.<\\/li>\\n<\\/ul>\\n<h4> 2.9.30 <\\/h4>\\n<ul>\\n<li>Tweak: Added \\\"On Page Load\\\" trigger in Off Canvas widget.<\\/li>\\n<li>Tweak: Core improved for better editor loading.<\\/li>\\n<li>Fixed: Navigate to Multi Scroll sides using elements not working.<\\/li>\\n<\\/ul>\\n<h4> 2.9.29 <\\/h4>\\n<ul>\\n<li>Fixed: Tabs widget not activating the correct tab on page load.<\\/li>\\n<li>Fixed: Hover effects not working in Smart Post Listing when featured image is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.9.28 <\\/h4>\\n<ul>\\n<li>Fixed: Off-Canvas widget not working correctly after v2.9.27<\\/li>\\n<li>Fixed: Image dimensions issue in Site Logo widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.27 <\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility with Optimize Markup Elementor feature.<\\/li>\\n<li>Tweak: SVG Draw Icon option improved for better loading speed.<\\/li>\\n<li>Fixed: Controls for global addons not being added in correct tabs.<\\/li>\\n<\\/ul>\\n<h4> 2.9.26 <\\/h4>\\n<ul>\\n<li>Fixed: Layout issues with Fixed Content option in Multi Scroll widget.<\\/li>\\n<li>Fixed: Lottie animation icons not working correctly in Icon Box widget.<\\/li>\\n<li>Fixed: Global badge adds a spacing while in editor.<\\/li>\\n<\\/ul>\\n<h4> 2.9.25 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core enhancements to improve plugin performance.<\\/li>\\n<li>Fixed: Table not showing data from CSV files.<\\/li>\\n<li>Fixed: Global Cursor SVG icon style not working.<\\/li>\\n<\\/ul>\\n<h4> 2.9.24 <\\/h4>\\n<ul>\\n<li>Tweak: Plugin core enhancements to improve plugin performance.<\\/li>\\n<li>Tweak: Added No Cache option in Table widget.<\\/li>\\n<li>Fixed: Issues when Blog and Smart Post Listing widgets are added in one page.<\\/li>\\n<\\/ul>\\n<h4> 2.9.23 <\\/h4>\\n<ul>\\n<li>Deprecated: Facebook Messenger Chat widget as it has been deprecated by Facebook.<\\/li>\\n<\\/ul>\\n<h4> 2.9.22 <\\/h4>\\n<ul>\\n<li>Fixed: Background Transition widget is not working after Elementor 3.24.0.<\\/li>\\n<\\/ul>\\n<h4> 2.9.21 <\\/h4>\\n<ul>\\n<li>Tweak: Pause videos in Tabs widget on switching tabs.<\\/li>\\n<li>Fixed: Conflict with Elementor v3.24.0.<\\/li>\\n<li>Fixed: Elementor entrance animations not working with Infinite Scroll option in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.20 <\\/h4>\\n<ul>\\n<li>Fixed: Background Transition widget not working when Scroll Up background is not set.<\\/li>\\n<li>Fixed: Scroll effects in Image Layers not working inside Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Number of Columns not working on mobile devices in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.19 <\\/h4>\\n<ul>\\n<li>Tweak: Use IntersectionObserver API instead of waypoints.js to improve performance.<\\/li>\\n<li>Fixed: Scroll effects in Image Layers widget not working when added with Magic Scroll on same page.<\\/li>\\n<li>Fixed: Icon Color not working in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.18 <\\/h4>\\n<ul>\\n<li>Fixed: Entrance animations in Image Layers widget not working within Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Close icon not showing when logged out in Alert Box widget.<\\/li>\\n<li>Fixed: PHP warning in Google Reviews widget.<\\/li>\\n<li>Fixed: Instagram Feed layout broken while on editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.9.17 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Fixed: Tabs widget not working in some cases.<\\/li>\\n<li>Fixed: PHP warnings on customizer page when Particles or Custom Mouse Cursor addons are enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.9.16 <\\/h4>\\n<ul>\\n<li>Tweak: Added HTML Tag option for text in Image Layers widget.<\\/li>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Fixed: Smart Post Listing conflict with Elementor Flexbox Containers.<\\/li>\\n<li>Fixed: PHP warning in Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.9.15 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Tweak: Added Z-index option for Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: PHP warnings in Yelp Reviews and Hover Box widgets.<\\/li>\\n<li>Fixed: Icon Color option not working correctly in some cases in WhatsApp Chat widget.<\\/li>\\n<li>Fixed: Console error thrown by Global Mouse Cursor addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.14 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Tweak: Improved compatibility between Horizontal and Magic Scroll elements.<\\/li>\\n<li>Fixed: Flickering issue in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.13 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<li>Fixed: Off-canvas widget layout broken on RTL sites.<\\/li>\\n<\\/ul>\\n<h4> 2.9.12 <\\/h4>\\n<ul>\\n<li>New: Magic Section widget rebuilt. It\'s now Off-Canvas - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-off-canvas-widget\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Fixed Content Template option in Multi Scroll widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/multi-scroll-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Icon hover styling options not working in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.11 <\\/h4>\\n<ul>\\n<li>New: Added new hover effects to all the buttons all over the plugin - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-button-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Alert Box widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/alert-box-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Social icons not showing in Image Hotspots widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.10 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to apply Particles addon on whole page through Elementor page settings.<\\/li>\\n<li>Tweak: Added responsive controls to Display option in Content Toggle widget.<\\/li>\\n<li>Fixed: Disable Snappy Effect on Touch Devices in Horizontal Scroll widget not working.<\\/li>\\n<li>Fixed: Flickering issue with Image Sequence effect in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.9 <\\/h4>\\n<ul>\\n<li>Tweak: Divider widget rebuilt - <a href=\\\"https:\\/\\/premiumaddons.com\\/divider-widget-for-elementor-page-builder\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Option to Disable Scroll on Accordion Item Click added in in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to hide Horizontal Scroll widget slides on desktop devices.<\\/li>\\n<li>Fixed: Unnecessary HTML markup rendered in the table widget.<\\/li>\\n<li>Fixed: Feed is duplicated in Facebook and Behance Feed widgets.<\\/li>\\n<li>Fixed: Facebook and Behance Feed widgets not working on the frontend.<\\/li>\\n<\\/ul>\\n<h4> 2.9.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added SVG Code option in Site Logo widget.<\\/li>\\n<li>Tweak: Gold API error messages handled in News Ticker widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.6 <\\/h4>\\n<ul>\\n<li>Tweak: Added Option to enable US numbers sorting in Table widget.<\\/li>\\n<li>Tweak: Compatibility between Hide Slide On option in Multi Scroll widget and Elementor custom breakpoints.<\\/li>\\n<\\/ul>\\n<h4> 2.9.5 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error when Premium Addons Pro is activated without the free version.<\\/li>\\n<li>Fixed: Masonry effect not working correctly on editor page in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added Custom Navigation Element Selector option in Multi Scroll to be used to navigate to Multi Scroll slides.<\\/li>\\n<li>Fixed: Ratings values between .7 and .9 are rendered as half star in Social Reviews widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.9.3 <\\/h4>\\n<ul>\\n<li>Fixed: PHP Error when Image Accordion widget is used.<\\/li>\\n<li>Fixed: Elementor asks to run Safe Mode with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.9.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Alternative Gold API key option in News Ticker widget.<\\/li>\\n<li>Tweak: Added Load More option in Smart Post Listing widget.<\\/li>\\n<li>Tweak: Added more styling controls in Smart Post Listing widget.<\\/li>\\n<\\/ul>\\n<h4> 2.9.1 <\\/h4>\\n<ul>\\n<li>Tweak: Code improved for better performance and security.<\\/li>\\n<\\/ul>\\n<h4> 2.9.0 <\\/h4>\\n<ul>\\n<li>New: Added Smart Post Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-smart-post-listing-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Show Alt text for the images in Ken Burns addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.27 <\\/h4>\\n<ul>\\n<li>Fixed: Twitter Feed widget not working.<\\/li>\\n<\\/ul>\\n<h4> 2.8.26 <\\/h4>\\n<ul>\\n<li>Tweak: Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Numbers showing on hover not formatted in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.25 <\\/h4>\\n<ul>\\n<li>Tweak: Removed Twitter Feed credentials section.<\\/li>\\n<\\/ul>\\n<h4> 2.8.24 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom position options for tooltips in Image Hotspots widget.<\\/li>\\n<li>Fixed: Multi Scroll widget not working when elements with entrance animations used in it.<\\/li>\\n<li>Fixed: Twitter Feed widget not working in some cases.<\\/li>\\n<li>Fixed: Image Comparison widget handle not working on RTL sites.<\\/li>\\n<\\/ul>\\n<h4> 2.8.23 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching options in Facebook and Behance Feed widgets.<\\/li>\\n<li>Tweak: Multi Scroll widget improved to trigger entrance animations on slide change.<\\/li>\\n<li>Fixed: Button showing in back side in 3D Hover Box widget.<\\/li>\\n<li>Fixed: Horizontal Scroll issues on mobile devices.<\\/li>\\n<li>Fixed: Hide Empty Reviews option not working correctly in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.22 <\\/h4>\\n<ul>\\n<li>Tweak: Added custom size unit for range controls in some widgets.<\\/li>\\n<li>Tweak: Load posts only if they have body text in Facebook Feed widget.<\\/li>\\n<li>Fixed: Load Chart On option not working in Charts widget.<\\/li>\\n<li>Fixed: Fatal error in Tabs widget when an image icon with empty image is added.<\\/li>\\n<\\/ul>\\n<h4> 2.8.21 <\\/h4>\\n<ul>\\n<li>New: Added Magnet Effect in Custom Mouse Cursor addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Magic Scroll addon performance improved.<\\/li>\\n<\\/ul>\\n<h4> 2.8.20 <\\/h4>\\n<ul>\\n<li>Tweak: CSS files size minimized for better performance.<\\/li>\\n<li>Fixed: Custom link attributes not working in Icon Box widget.<\\/li>\\n<li>Fixed: Console error in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.19 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to load Magic Scroll addon on page load, not when the section is reached.<\\/li>\\n<li>Fixed: Image Comparison widget not working when used inside Tabs widget.<\\/li>\\n<li>Fixed: Lock Page Scroll option in Magic Scroll addon causing a blank area while scrolling on mobile devices.<\\/li>\\n<li>Fixed: PHP warning in Parallax addon when no layers are added.<\\/li>\\n<li>Fixed: Console error with Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.18 <\\/h4>\\n<ul>\\n<li>Tweak: Added Text Shadow and Box Shadow scroll effects in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added Sort Reviews by date option in Google Reviews widget.<\\/li>\\n<li>Tweak: Show\\/hide images by hashtags in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.17 <\\/h4>\\n<ul>\\n<li>Tweak: Sticky effect behavior improved in Magic Scroll addon.<\\/li>\\n<li>Tweak: Added option to trigger entrance animations once for Snappy scroll in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Sticky effect not working on the editor page in Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.16 <\\/h4>\\n<ul>\\n<li>Fixed: Draw SVG not working on the editor page with multiple SVGs in Magic Scroll addon.<\\/li>\\n<li>Fixed: Transition is added to Icon Box widget when used with Magic Scroll addon.<\\/li>\\n<\\/ul>\\n<h4> 2.8.15 <\\/h4>\\n<ul>\\n<li>Fixed: Elements with entrance animation flash in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Icons not showing in some controls.<\\/li>\\n<\\/ul>\\n<h4> 2.8.14 <\\/h4>\\n<ul>\\n<li>New: Added Magic Scroll addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-magic-scroll-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.13 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.8.0<\\/li>\\n<li>Fixed: Ken Burns container addon not working with recent Elementor versions.<\\/li>\\n<\\/ul>\\n<h4> 2.8.12 <\\/h4>\\n<ul>\\n<li>New: Added Site Logo widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-site-logo-widget\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.8.11 <\\/h4>\\n<ul>\\n<li>Tweak: Added caching option in Instagram Feed widget to improve the feed performance and loading speed.<\\/li>\\n<li>Tweak: Added Close On Click Outside option in Magic Section widget.<\\/li>\\n<li>Fixed: Icon styling not applied properly on SVG icons in Divider widget.<\\/li>\\n<li>Fixed: Mouse tilt option not working since Premium Addons for Elementor v4.9.35.<\\/li>\\n<li>Fixed: Feed is not showing if Posts\\/Account option value is larger than the posts returned by Facebook.<\\/li>\\n<li>Fixed: Alignment option not working properly for multi-line values in Table widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.10 <\\/h4>\\n<ul>\\n<li>New: Added Random Badges option in Mega Menu widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-mega-menu-widget\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: PHP warnings in Google Reviews widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.9 <\\/h4>\\n<ul>\\n<li>Fixed: Console error when SVG Draw option is disabled for Parallax addon.<\\/li>\\n<li>Fixed: SVG Draw option not working for Font Awesome icons in Icon Box widget.<\\/li>\\n<li>Fixed: Applying global background colors not working in Magic Section widget.<\\/li>\\n<li>Fixed: Icon color applied on Lottie animation in Hover Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.8 <\\/h4>\\n<ul>\\n<li>Tweak: Behance Feed widget now loads feed on scroll, not on page load.<\\/li>\\n<li>Fixed: PHP warning after v2.8.7.<\\/li>\\n<\\/ul>\\n<h4> 2.8.7 <\\/h4>\\n<ul>\\n<li>Tweak: Make sure Custom Mouse Cursor addon JS files are loaded only if the addon is used on a page.<\\/li>\\n<li>Fixed: Navigation Arrows\\/Dots not working properly on touch devices in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.6 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error due to Image Accordion widget since v2.8.4.<\\/li>\\n<\\/ul>\\n<h4> 2.8.5 <\\/h4>\\n<ul>\\n<li>Fixed: Icons in Icon Box widget always disappear if Draw SVG option is disabled.<\\/li>\\n<\\/ul>\\n<h4> 2.8.4 <\\/h4>\\n<ul>\\n<li>New: Added Draw Icon option in all widgets that has Icon option in them.<\\/li>\\n<li>Tweak: Added Horizontal\\/Vertical Alignment options for multi-layers in Parallax addon.<\\/li>\\n<li>Fixed: Conflict between Custom Mouse Cursor addon and WP Rocket Defer JS files option.<\\/li>\\n<\\/ul>\\n<h4> 2.8.3 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.7.0.<\\/li>\\n<li>Fixed: Freehand Positioning feature not working when the device mode is changed in the editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.8.2 <\\/h4>\\n<ul>\\n<li>Tweak: Facebook Feed widget styling improved for RTL sites.<\\/li>\\n<li>Fixed: Conflict with Elementor Pro templates.<\\/li>\\n<li>Fixed: Even layout not working with Carousel Infinite Autoplay in social reviews widgets.<\\/li>\\n<li>Fixed: Carousel Navigation Arrows color\\/size controls not working in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.8.1 <\\/h4>\\n<ul>\\n<li>Fixed: PHP warning since v2.8.0<\\/li>\\n<\\/ul>\\n<h4> 2.8.0 <\\/h4>\\n<ul>\\n<li>Tweak: Apply Custom Mouse Cursor on full page or the entire website - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added responsive controls to Number of Columns option in Behance Feed widget.<\\/li>\\n<li>Fixed: Carousel Tabs option applied on nested tabs.<\\/li>\\n<li>Fixed: Unnecessary Elementor placeholder images added to the Media Library after importing templates.<\\/li>\\n<li>Fixed: Multi Scroll widget not working with Elementor custom breakpoints.<\\/li>\\n<li>Fixed: Ken Burns addon not showing images properly on small screens.<\\/li>\\n<li>Fixed: Hover Box widget not working properly on iOS devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.9 <\\/h4>\\n<ul>\\n<li>Tweak: Add responsive controls for image control in Ken Burns container addon.<\\/li>\\n<li>Fixed: Horizontal\\/Vertical Offset option not working for social icon in all Social Reviews widgets.<\\/li>\\n<li>Fixed: Horizontal Offset and z-index options not working for Fixed Content template in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Console error in Charts widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.8 <\\/h4>\\n<ul>\\n<li>Tweak: Code improvements for better performance and loading speed.<\\/li>\\n<\\/ul>\\n<h4> 2.7.7 <\\/h4>\\n<ul>\\n<li>Tweak: Load Custom Mouse Cursor addon when the element is visible on viewport to improve performance and page loading speed.<\\/li>\\n<li>Tweak: Added Cover Image size option in Behance Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.6 <\\/h4>\\n<ul>\\n<li>Tweak: Add Mask Image option in Image Layers widget.<\\/li>\\n<li>Tweak: Add Render As SVG\\/Canvas option for Lottie Animation icons in Hover Box widget.<\\/li>\\n<li>Tweak: HTML markup optimized for Image Hotspots and Twitter Feed widgets for better performance.<\\/li>\\n<li>Fixed: Accordion Tabs option not working in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.5 <\\/h4>\\n<ul>\\n<li>New: Added URL String, Shortcode and WooCommerce Products in Cart options in Display Conditions.<\\/li>\\n<li>Tweak: HTML markup optimized for Hover Box, Image Accordion, Instagram Feed, Tabs, Unfold widgets for better performance.<\\/li>\\n<li>Tweak: Added Disable Floating Effects on Safari option in widgets have floating effects.<\\/li>\\n<li>Tweak: Trigger Particles and Badge addons JS code when visible on viewport to improve page loading speed.<\\/li>\\n<li>Tweak: Added compatibility Charts and Horizontal Scroll widgets.<\\/li>\\n<li>Fixed: Change Colors As Gradient option not working in Background Transition widget.<\\/li>\\n<li>Fixed: Profile Header image not showing properly on small devices in Twitter Feed widget.<\\/li>\\n<li>Fixed: Right Side Template option not showing in Multi Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.7.4 <\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility between Badge Global Addon and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Horizontal Scroll jittering issue on touch devices.<\\/li>\\n<\\/ul>\\n<h4> 2.7.3 <\\/h4>\\n<ul>\\n<li>New: Added Create\\/Edit Live Templates feature in all widgets that support Elementor Templates.<\\/li>\\n<\\/ul>\\n<h4> 2.7.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added support for future features compatibility<\\/li>\\n<li>Fixed: Button Trigger Size option not working on frontend in Magic Section widget.<\\/li>\\n<li>Fixed: Alignment issue in Icon Box widget when description is short.<\\/li>\\n<li>Fixed: Invalid CSS added in the editor when Badge Addon is enabled.<\\/li>\\n<\\/ul>\\n<h4> 2.7.1 <\\/h4>\\n<ul>\\n<li>Fixed: Fatal error with some PHP versions after v2.7.0<\\/li>\\n<\\/ul>\\n<h4> 2.7.0 <\\/h4>\\n<ul>\\n<li>New: Added Premium Badge global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-badge-global-addon\\/\\\">here<\\/a>.<\\/li>\\n<\\/ul>\\n<h4> 2.6.9 <\\/h4>\\n<ul>\\n<li>Tweak: HTML markup optimized for Table widget for better performance.<\\/li>\\n<li>Tweak: Added Icon Color and Text Color\\/Typography options for each repeater cell in Table widget.<\\/li>\\n<li>Fixed: Hover Color and Padding options not working for Read More link in Icon Box widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.8 <\\/h4>\\n<ul>\\n<li>New: Added five new skins in Elementor WooCommerce Products Listing widget - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-woocommerce-products\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added compatibility between section\\/column addons and Elementor Container element - <a href=\\\"https:\\/\\/elementor.com\\/help\\/container-element\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Widgets code refactored to improve performance and loading speed.<\\/li>\\n<li>Tweak: Added Hover Box Shadow option in Lottie Animation container addon.<\\/li>\\n<li>Fixed: PHP warning when Follow Delay option value is not set in Custom Mouse Cursor addon.<\\/li>\\n<li>Fixed: Image with Size option set to custom not rendered in Image Layers and Icon Box widgets.<\\/li>\\n<\\/ul>\\n<h4> 2.6.7 <\\/h4>\\n<ul>\\n<li>New: Added Custom Mouse Cursor global addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-custom-mouse-cursor-global-addon\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Auto Change Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: HTML markup for images in Icon Box widget.<\\/li>\\n<li>Tweak: Make sure images in Image Layers and Tabs widgets are lazyloaded to improve loading speed.<\\/li>\\n<li>Fixed: Container addons not working on editor when used inside widgets using Elementor templates.<\\/li>\\n<\\/ul>\\n<h4> 2.6.6 <\\/h4>\\n<ul>\\n<li>Fixed: Box shadow and Background Color options overridden by default values in CSS in Preview Window widget.<\\/li>\\n<li>Fixed: Charts widget not working in some cases inside Tabs widget.<\\/li>\\n<li>Fixed: Animated Gradient and Blob Generator addons not working in Tabs widget.<\\/li>\\n<li>Fixed: Ken Burns addon Infinite option always disabled when the editor page is reloaded.<\\/li>\\n<\\/ul>\\n<h4> 2.6.5 <\\/h4>\\n<ul>\\n<li>Tweak: Load the main CSS file only when required.<\\/li>\\n<li>Fixed: Tabs widget not working properly with some themes.<\\/li>\\n<li>Fixed: Compatibility between Carousel option in Social Reviews widgets and RTL sites.<\\/li>\\n<li>Fixed: Keyboard Scrolling still works even when the control is disabled in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.4 <\\/h4>\\n<ul>\\n<li>Fixed: Compatibility issues with Elementor v3.5.0.<\\/li>\\n<\\/ul>\\n<h4> 2.6.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added options to control Scroll Offset for each section individually in Color Transition widget.<\\/li>\\n<li>Tweak: Javascript loading method improved for Animated Gradient, Particles container addons for better performance.<\\/li>\\n<li>Fixed: Styling options not working for SVG icons in Magic Section widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added WooCommerce Total Amount In Cart and Current Product Stock options in Display Conditions feature.<\\/li>\\n<li>Fixed: Console error when videos are inserted in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.1 <\\/h4>\\n<ul>\\n<li>Fixed: Undefined variable $dir_class in Image Layers widget when Text option is used.<\\/li>\\n<li>Fixed: Button Size option not working in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.6.0 <\\/h4>\\n<ul>\\n<li>New: Added Animated Blob Generator container addon - <a href=\\\"https:\\/\\/premiumaddons.com\\/elementor-animated-blob-generator\\/\\\">here<\\/a>.<\\/li>\\n<li>Tweak: Added Radar Style option in Image Hotspots widget.<\\/li>\\n<li>Tweak: Added div, p and span HTML tag options for heading in Hover Box widget.<\\/li>\\n<li>Fixed: Default icon size changed in Hover Box widget.<\\/li>\\n<li>Fixed: Background Color not changing when multiple Background Transition widgets are used on the same page.<\\/li>\\n<\\/ul>\\n<h4> 2.5.5 <\\/h4>\\n<ul>\\n<li>Fixed: Background is not changed on scroll up in Background Transition widget.<\\/li>\\n<li>Fixed: Nested tabs styling overwrite issue in Tabs widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.4 <\\/h4>\\n<ul>\\n<li>Tweak: Tabs widget rebuilt for better usability and editing experience.<\\/li>\\n<li>Tweak: Control number of carousel slides to show in Instagram Feed widget.<\\/li>\\n<li>Tweak: Prevent Background Transition widget from changing color when up\\/down backgrounds are the same.<\\/li>\\n<li>Fixed: Line height not working for Business\\/Place Name, Reviewer Name and Review Text in Social Reviews widgets.<\\/li>\\n<li>Fixed: Entrance Animations not working on for the first in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Tabs widget not working when shortcodes are used in tabs content.<\\/li>\\n<\\/ul>\\n<h4> 2.5.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Heroes Flying-Left effect in iHover widget.<\\/li>\\n<li>Tweak: Remove any duplicate content when Accordion Tabs option is enabled in Tabs widget.<\\/li>\\n<li>Tweak: Added Tab ID option in Tabs widget.<\\/li>\\n<li>Fixed: Animation issues for Flash Rotation, Flip Door, and Magic Door effects in iHover widget.<\\/li>\\n<li>Fixed: Charts not working on the editor page on Chrome browser.<\\/li>\\n<li>Fixed: Color option not applied on links in Table widget when CSV file is used.<\\/li>\\n<\\/ul>\\n<h4> 2.5.2 <\\/h4>\\n<ul>\\n<li>Tweak: Save all the plugin settings on change without need to click \\\"Save Settings\\\" button.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.4.<\\/li>\\n<li>Fixed: Snappy scroll stability issues in Horizontal Scroll issues.<\\/li>\\n<li>Fixed: Compatibility issues between Elementor custom breakpoints and Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.5.1 <\\/h4>\\n<ul>\\n<li>Tweak: iHover widget code refactored for faster editing speed..<\\/li>\\n<li>Tweak: Added Image Hover Effect in Image Layers widget.<\\/li>\\n<li>Tweak: Added compatibility between Multiscroll widget and sticky headers.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Premium Particles not working on some devices in editor page.<\\/li>\\n<li>Fixed: Premium Parallax not working for Elementor columns.<\\/li>\\n<li>Fixed: Content is not fully rendered issue in Unfold widget.<\\/li>\\n<li>Fixed: Removed Unnecessary requests made in Instagram Feed widget.<\\/li>\\n<li>Fixed: Hide Slide On and Disable Horizontal Scroll On options not working together in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Carousel not working in Facebook Feed widget when <code>Only Show Admin Posts<\\/code> option is enabled.<\\/li>\\n<li>Fixed: Fold Height option not working when set to <code>0<\\/code> in Unfold widget.<\\/li>\\n<li>Fixed: Console error in Multi Scroll widget.<\\/li>\\n<li>Fixed: Admin notices not showing when Premium Addons for Elementor is not installed.<\\/li>\\n<\\/ul>\\n<h4> 2.5.0 <\\/h4>\\n<ul>\\n<li>Tweak: JS code refactored for better performance and faster editing speed.<\\/li>\\n<li>Tweak: Compatibility with Elementor v3.4.2.<\\/li>\\n<li>Fixed: Emojis not showing in Twitter Feed widget.<\\/li>\\n<li>Fixed: Slides overlapping issue on touch devices in Horizontal Scroll widget.<\\/li>\\n<li>Fixed: Image Hotspots colors not working in editor page.<\\/li>\\n<\\/ul>\\n<h4> 2.4.9 <\\/h4>\\n<ul>\\n<li>New: Added Advanced Border Radius option to improve the normal Border Radius option - <a href=\\\"https:\\/\\/9elements.github.io\\/fancy-border-radius\\/\\\">here<\\/a>.<\\/li>\\n<li>Fixed: Particles overlapping issue when browser active tab is changed.<\\/li>\\n<li>Fixed: Alignment controls icons not showing in editor panel.<\\/li>\\n<li>Fixed: Tabs widget style conflict with LearnDash plugin.<\\/li>\\n<\\/ul>\\n<h4> 2.4.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added option to control <code>Based on Number of Reviews<\\/code> string in all social reviews widgets.<\\/li>\\n<li>Fixed: Expired access token is not refreshed in Instagram Feed widget.<\\/li>\\n<li>Fixed: Image appears before entrance animation starts in Image Layers widget.<\\/li>\\n<li>Fixed: Facebook Feed widget conflict with Complianz | GDPR\\/CCPA Cookie Consent plugin.<\\/li>\\n<li>Fixed: Pagination not working in the editor in Table widget.<\\/li>\\n<li>Fixed: Tabs widget conflict with some themes.<\\/li>\\n<\\/ul>\\n<h4> 2.4.7 <\\/h4>\\n<ul>\\n<li>Tweak: Added <code>Change Tabs to Accordion On Small Screens<\\/code> option in Tabs widget.<\\/li>\\n<li>Tweak: Improved compatibility with Elementor new version.<\\/li>\\n<\\/ul>\\n<h4> 2.4.6 <\\/h4>\\n<ul>\\n<li>Tweak: Improved Social Reviews widgets compatibility for RTL sites.<\\/li>\\n<li>Tweak: Improved WPML compatibility with all widgets.<\\/li>\\n<li>Tweak: Added Icon Spacing option in Unfold widget.<\\/li>\\n<li>Fixed: SVGs icons not showing on button in Unfold widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.5 <\\/h4>\\n<ul>\\n<li>Fixed: Code improvements for better performance.<\\/li>\\n<\\/ul>\\n<h4> 2.4.4 <\\/h4>\\n<ul>\\n<li>Fixed: Console error in Parallax addon issue.<\\/li>\\n<\\/ul>\\n<h4> 2.4.3 <\\/h4>\\n<ul>\\n<li>Tweak: Added Infinite Autoplay for carousel in social reviews widgets.<\\/li>\\n<li>Tweak: Added Navigation Type Dots\\/Arrows option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Show Number of Reviews option in social reviews widgets.<\\/li>\\n<li>Tweak: Added Put Place\\/Business Info next to reviews option in social reviews widgets.<\\/li>\\n<li>Fixed: Console error <code>$ is not defined<\\/code> since v2.4.2.<\\/li>\\n<\\/ul>\\n<h4> 2.4.2 <\\/h4>\\n<ul>\\n<li>Tweak: Added Clear Cached Data button to Facebook, Google and Yelp Reviews widgets.<\\/li>\\n<li>Tweak: Added Carousel Arrows option for Carousel Tabs option in Tabs widget.<\\/li>\\n<li>Tweak: Snap Scroll improved in Horizontal Scroll widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.1 <\\/h4>\\n<ul>\\n<li>Fixed: Horizontal Scroll slides anchoring not working since v2.4.0<\\/li>\\n<li>Fixed: Lightbox option issue in Instagram Feed widget.<\\/li>\\n<\\/ul>\\n<h4> 2.4.0 <\\/h4>\\n<ul>\\n<li>Tweak: Feed Media Height control added to work all time in Facebook\\/Twitter Feed widgets.<\\/li>\\n<li>Tweak: Container addons code refactored to improve editing speed.<\\/li>\\n<\\/ul>\\n<h4> 2.3.9 <\\/h4>\\n<ul>\\n<li>Tweak: Added Hovered Image Width control option in Image Accordion widget.<\\/li>\\n<li>Tweak: Javascript Code refactored for better performance and security.<\\/li>\\n<li>Fixed: Lottie Animation icon size option not working on Chrome in WhatsApp Chat widget.<\\/li>\\n<\\/ul>\\n<h4> 2.3.8 <\\/h4>\\n<ul>\\n<li>Tweak: Added Spacing Color option in Image Accordion widget.<\\/li>\\n<li>Fixed: Horizontal Scroll anchor links not working with Elementor popups.<\\/li>\\n<li>Fixed: Images Spacing option not working with horizontal direction in …<\\/li>\\n<\\/ul>\"],\"installation\":[\"<ul>\\n<li>First make sure that Elementor Page Builder and Premium Addons for Elementor are installed, As this plugin works only with both of them.<\\/li>\\n<li>Download the plugin then Upload it to the plugin folder: \\/wp-content\\/plugins\\/ or install it through the WordPress plugins screen directly.<\\/li>\\n<li>Activate the plugin through the \\u2018Plugins\\u2019 screen in WordPress<\\/li>\\n<li>You can find Premium Addons Elements under the category \\u201cPremium Addons\\u201d on your Elementor element\\/widget list.<\\/li>\\n<\\/ul>\"],\"plugin\":\"premium-addons-pro\\/premium-addons-pro-for-elementor.php\",\"id\":\"premium-addons-pro\\/premium-addons-pro-for-elementor.php\"}\";}','off'),(284,'bsf_force_check_extensions','','no'),(285,'bsf-updater-version','1.29.10','yes'),(286,'brainstrom_products','a:2:{s:7:\"plugins\";a:1:{s:11:\"astra-addon\";a:32:{s:2:\"id\";s:11:\"astra-addon\";s:4:\"name\";s:9:\"Astra Pro\";s:4:\"slug\";s:11:\"astra-addon\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:153:\"This plugin is an add-on for the Astra WordPress Theme. It offers premium features & functionalities that enhance your theming experience at next level..\";s:7:\"version\";s:5:\"4.6.3\";s:12:\"download_url\";s:22:\"astra-addon-plugin.zip\";s:12:\"version_beta\";s:12:\"3.6.0-beta.1\";s:17:\"download_url_beta\";s:27:\"astra-addon-plugin-beta.zip\";s:6:\"tested\";s:3:\"6.8\";s:14:\"privacy_policy\";s:134:\"https://store.brainstormforce.com/privacy-policy/?utm_source=graupi-license-form&utm_medium=privacy-policy&utm_campaign=purchase-astra\";s:16:\"terms_conditions\";s:146:\"https://store.brainstormforce.com/terms-and-conditions/?utm_source=graupi-license-form&utm_medium=terms-and-conditions&utm_campaign=purchase-astra\";s:12:\"purchase_url\";s:126:\"https://wpastra.com/pricing/?utm_source=graupi-license-form&utm_medium=graupi-license-invalidation&utm_campaign=purchase-astra\";s:13:\"changelog_url\";s:142:\"https://wpastra.com/changelog/astra-pro-addon/?utm_source=graupi-license-form&utm_medium=astra-pro-addon-changelog&utm_campaign=purchase-astra\";s:4:\"type\";s:6:\"plugin\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:5:\"false\";s:14:\"has-extensions\";s:4:\"true\";s:13:\"support_forum\";s:130:\"https://wpastra.com/support/submit-a-ticket/?utm_source=graupi-license-form&utm_medium=submit-a-ticket&utm_campaign=purchase-astra\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2018/12/astra-logo.svg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:5:\"false\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:27:\"astra-addon/astra-addon.php\";s:6:\"remote\";s:6:\"4.12.4\";s:12:\"purchase_key\";s:32:\"1a0311bba3f1c7f49ca1cdc5c3ea8ebe\";s:6:\"status\";s:10:\"registered\";s:7:\"message\";s:0:\"\";s:12:\"product_name\";s:9:\"Astra Pro\";}}s:6:\"themes\";a:1:{s:5:\"astra\";a:32:{s:2:\"id\";s:5:\"astra\";s:4:\"name\";s:5:\"Astra\";s:4:\"slug\";s:5:\"astra\";s:10:\"short_name\";s:0:\"\";s:11:\"description\";s:145:\"Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront.\";s:7:\"version\";s:5:\"4.6.3\";s:12:\"download_url\";s:15:\"astra-1.4.9.zip\";s:12:\"version_beta\";s:0:\"\";s:17:\"download_url_beta\";s:14:\"astra-beta.zip\";s:6:\"tested\";s:3:\"5.2\";s:14:\"privacy_policy\";s:0:\"\";s:16:\"terms_conditions\";s:0:\"\";s:12:\"purchase_url\";s:0:\"\";s:13:\"changelog_url\";s:0:\"\";s:4:\"type\";s:5:\"theme\";s:8:\"in_house\";s:4:\"true\";s:9:\"on_market\";s:5:\"false\";s:15:\"is_product_free\";s:4:\"true\";s:14:\"has-extensions\";s:5:\"false\";s:13:\"support_forum\";s:0:\"\";s:25:\"after_registration_action\";s:0:\"\";s:13:\"product_image\";s:71:\"//support.brainstormforce.com/wp-content/uploads/2018/12/astra-logo.svg\";s:32:\"show_on_register_licence_listing\";s:5:\"false\";s:15:\"show_on_listing\";s:4:\"true\";s:13:\"is_support_on\";s:4:\"true\";s:14:\"envato_item_id\";s:0:\"\";s:8:\"template\";s:5:\"astra\";s:6:\"remote\";s:5:\"0.0.1\";s:12:\"purchase_key\";s:0:\"\";s:6:\"status\";s:10:\"registered\";s:7:\"message\";s:0:\"\";s:12:\"product_name\";s:5:\"Astra\";}}}','yes'),(288,'uael-version','1.36.28','yes'),(289,'bsf_analytics_installed_time','1705525323','no'),(294,'bsf_last_update_check','1775196363','yes'),(297,'current_theme','Astra','yes'),(298,'theme_mods_astra','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:78;}','yes'),(299,'theme_switched','','yes'),(300,'astra-settings','a:8:{s:18:\"theme-auto-version\";s:5:\"4.6.3\";s:22:\"is_theme_queue_running\";b:0;s:24:\"astra-addon-auto-version\";s:5:\"4.6.3\";s:28:\"is_astra_addon_queue_running\";b:0;s:17:\"blog-single-width\";s:6:\"custom\";s:21:\"blog-single-max-width\";i:1920;s:25:\"single-post-content-style\";s:7:\"unboxed\";s:25:\"single-post-sidebar-style\";s:7:\"unboxed\";}','yes'),(308,'ast_extension_data','a:0:{}','yes'),(315,'is_beta_enable_rollback_astra-addon','0','yes'),(317,'brainstrom_bundled_products','a:0:{}','yes'),(327,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:58:\"unlimited-elements-for-elementor-premium/provider/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.6.2\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1705675873;s:11:\"plugin_path\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";}}s:7:\"abspath\";s:48:\"/storage/v12552/redlightinflamation/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";s:8:\"sdk_path\";s:58:\"unlimited-elements-for-elementor-premium/provider/freemius\";s:7:\"version\";s:5:\"2.6.2\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1705675873;}}','yes'),(328,'fs_debug_mode','','yes'),(329,'fs_accounts','a:13:{s:21:\"id_slug_type_path_map\";a:1:{i:4036;a:3:{s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";}}s:11:\"plugin_data\";a:1:{s:32:\"unlimited-elements-for-elementor\";a:28:{s:19:\"last_load_timestamp\";i:1785338066;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1705525691;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.6.0\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:6:\"1.5.93\";s:14:\"plugin_version\";s:6:\"1.5.94\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:24:\"redlightinflammation.com\";s:9:\"server_ip\";s:9:\"127.0.0.1\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1705525702;s:7:\"version\";s:6:\"1.5.92\";}s:15:\"prev_is_premium\";b:1;s:30:\"is_diagnostic_tracking_allowed\";b:1;s:30:\"is_extensions_tracking_allowed\";b:0;s:14:\"has_trial_plan\";b:0;s:19:\"keepalive_timestamp\";i:1767374931;s:16:\"last_license_key\";s:32:\"b87dcd53c0835612945af787fbc7f66e\";s:20:\"last_license_user_id\";N;s:15:\"is_whitelabeled\";b:0;s:20:\"activation_timestamp\";i:1705525702;s:14:\"sync_timestamp\";i:1767374931;s:22:\"install_sync_timestamp\";i:1767374931;s:9:\"beta_data\";a:2:{s:7:\"is_beta\";b:0;s:7:\"version\";s:7:\"1.5.141\";}s:9:\"sync_cron\";O:8:\"stdClass\":5:{s:7:\"version\";s:6:\"1.5.94\";s:7:\"blog_id\";i:0;s:11:\"sdk_version\";s:5:\"2.6.2\";s:9:\"timestamp\";i:1785396051;s:2:\"on\";b:1;}}}s:13:\"file_slug_map\";a:1:{s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";s:32:\"unlimited-elements-for-elementor\";}s:7:\"plugins\";a:1:{s:32:\"unlimited-elements-for-elementor\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:42:\"Unlimited Elements for Elementor (Premium)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:12:\"premium_slug\";s:22:\"unlimited-elements-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";s:7:\"version\";s:6:\"1.5.94\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:1;s:14:\"premium_suffix\";s:5:\"(Pro)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_719fa791fb45bf1896e3916eca491\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"4036\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:9:\"unique_id\";s:32:\"b44ad7fcbdca81e193b9099041ca0688\";s:5:\"plans\";a:1:{s:32:\"unlimited-elements-for-elementor\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"NDAzNg==\";s:4:\"name\";s:8:\"ZnJlZQ==\";s:5:\"title\";s:8:\"RnJlZQ==\";s:11:\"description\";N;s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:0:\"\";s:2:\"id\";s:8:\"NjU2OQ==\";s:7:\"updated\";N;s:7:\"created\";s:28:\"MjAxOS0wNy0wNyAxNDo0MjoyOA==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:8:\"NDAzNg==\";s:4:\"name\";s:24:\"dW5saW1pdGVkX2VsZW1lbnRz\";s:5:\"title\";s:4:\"UFJP\";s:11:\"description\";s:0:\"\";s:17:\"is_free_localhost\";s:4:\"MQ==\";s:17:\"is_block_features\";s:4:\"MQ==\";s:12:\"license_type\";s:4:\"MA==\";s:16:\"is_https_support\";s:0:\"\";s:12:\"trial_period\";N;s:23:\"is_require_subscription\";s:0:\"\";s:10:\"support_kb\";s:48:\"aHR0cHM6Ly91bmxpbWl0ZWQtZWxlbWVudHMuY29tL2RvY3Mv\";s:13:\"support_forum\";N;s:13:\"support_email\";s:36:\"YW1pdEB1bmxpbWl0ZWQtZWxlbWVudHMuY29t\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";s:0:\"\";s:11:\"is_featured\";s:4:\"MQ==\";s:2:\"id\";s:8:\"NjUxOA==\";s:7:\"updated\";s:28:\"MjAyNS0wNy0zMCAxNToxODozMw==\";s:7:\"created\";s:28:\"MjAxOS0wNy0wMiAxMzozOTowMg==\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:5:\"sites\";a:1:{s:32:\"unlimited-elements-for-elementor\";O:7:\"FS_Site\":25:{s:7:\"site_id\";s:9:\"211618981\";s:9:\"plugin_id\";s:4:\"4036\";s:7:\"user_id\";s:7:\"6608135\";s:5:\"title\";s:12:\"My WordPress\";s:3:\"url\";s:32:\"https://redlightinflammation.com\";s:7:\"version\";s:6:\"1.5.94\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"6.4.2\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:28:\"programming_language_version\";s:6:\"7.4.30\";s:7:\"plan_id\";s:4:\"6518\";s:10:\"license_id\";s:7:\"1085123\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:10:\"is_premium\";b:1;s:15:\"is_disconnected\";b:0;s:9:\"is_active\";b:1;s:14:\"is_uninstalled\";b:0;s:7:\"is_beta\";b:0;s:10:\"public_key\";s:32:\"pk_3c8cafa4690e6e8fe70b5a8a71da0\";s:10:\"secret_key\";s:32:\"sk_F4W082$rw3*@?Y<8Nu%q3?rOiM*5h\";s:2:\"id\";s:8:\"14093158\";s:7:\"updated\";s:19:\"2024-01-26 17:25:14\";s:7:\"created\";s:19:\"2024-01-17 21:08:22\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:5:\"users\";a:1:{i:6608135;O:7:\"FS_User\":12:{s:5:\"email\";s:18:\"brice@forte.agency\";s:5:\"first\";s:5:\"Brice\";s:4:\"last\";s:9:\"Blackerby\";s:11:\"is_verified\";b:1;s:11:\"customer_id\";N;s:5:\"gross\";N;s:10:\"public_key\";s:32:\"pk_e209271c08818164bbb8d69e9d802\";s:10:\"secret_key\";s:32:\"sk_NM<x!#?or1%S_7MEW~s~dA<zuW6:P\";s:2:\"id\";s:7:\"6608135\";s:7:\"updated\";s:19:\"2024-01-17 21:06:08\";s:7:\"created\";s:19:\"2023-01-28 16:52:03\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:23:\"user_id_license_ids_map\";a:1:{i:4036;a:1:{i:6608135;a:1:{i:0;i:1085123;}}}s:12:\"all_licenses\";a:1:{i:4036;a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"4036\";s:7:\"user_id\";s:7:\"6608135\";s:7:\"plan_id\";s:4:\"6518\";s:16:\"parent_plan_name\";N;s:17:\"parent_plan_title\";N;s:17:\"parent_license_id\";N;s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5958\";s:5:\"quota\";N;s:9:\"activated\";i:28;s:15:\"activated_local\";i:6;s:10:\"expiration\";N;s:10:\"secret_key\";s:32:\"sk_3C19kNdwm7mL__Q!=IawQ41i6MsGu\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:7:\"1085123\";s:7:\"updated\";s:19:\"2025-10-10 02:27:20\";s:7:\"created\";s:19:\"2023-01-28 20:20:05\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:7:\"updates\";a:1:{i:4036;O:13:\"FS_Plugin_Tag\":12:{s:7:\"version\";s:7:\"1.5.141\";s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14093158/updates/84572.zip?is_premium=true&authorization=FSLA+14093158%3AhMLRIeSj0gQZ1Puaz5YpKr1Uiq13xt8Ef3IruaYjykeJdTfX0uUH-nntPFeQMlsgb6tIGu_ZLf0kGiL4f1AT3vCpw2O9c76rxijjbj6F8TZfPs726IFTvsj7qMLn6G2PLFZVFEcqZjedK2LL6ec7efWhaD-Py2BfWFrH-dTNs3a6QgRQ4cOM-S-4TthKXjc8Goj21H-6SJ-s4V8i6OLe6IDc7Xc70wt5kVadHGbXzGl2seExyZlAy7WHzMYiD14NhycfojhdH3uUpd9S_h8U4Q\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.7\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:2:\"id\";s:5:\"84572\";s:7:\"updated\";i:1775196360;s:7:\"created\";s:19:\"2025-01-30 15:23:43\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}s:12:\"gc_timestamp\";a:0:{}s:10:\"theme_data\";a:0:{}}','yes'); INSERT INTO `wp_options` VALUES (330,'fs_api_cache','a:9:{s:30:\"get:/v1/plugins/4036/info.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":14:{s:9:\"plugin_id\";s:4:\"4036\";s:3:\"url\";s:31:\"https://unlimited-elements.com/\";s:11:\"description\";N;s:17:\"short_description\";s:111:\"An all in one plugin that instantly gives you the most advanced tools to make better Elementor websites faster.\";s:10:\"banner_url\";N;s:15:\"card_banner_url\";N;s:15:\"selling_point_0\";N;s:15:\"selling_point_1\";N;s:15:\"selling_point_2\";N;s:11:\"screenshots\";N;s:2:\"id\";s:3:\"930\";s:7:\"created\";s:19:\"2019-07-07 14:44:36\";s:7:\"updated\";s:19:\"2023-04-15 16:38:06\";s:4:\"icon\";s:99:\"https://s3-us-west-2.amazonaws.com/freemius/plugins/4036/icons/5ebe603d6f820842a9b8ffd0fd38a80c.png\";}s:7:\"created\";i:1707774611;s:9:\"timestamp\";i:1708379411;}s:26:\"get:/v1/users/6608135.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":10:{s:5:\"email\";s:18:\"brice@forte.agency\";s:5:\"first\";s:5:\"Brice\";s:4:\"last\";s:9:\"Blackerby\";s:11:\"is_verified\";b:1;s:4:\"auth\";s:8:\"password\";s:10:\"secret_key\";s:32:\"sk_NM<x!#?or1%S_7MEW~s~dA<zuW6:P\";s:10:\"public_key\";s:32:\"pk_e209271c08818164bbb8d69e9d802\";s:2:\"id\";s:7:\"6608135\";s:7:\"created\";s:19:\"2023-01-28 16:52:03\";s:7:\"updated\";s:19:\"2024-01-17 21:06:08\";}s:7:\"created\";i:1705525702;s:9:\"timestamp\";i:1705612102;}s:30:\"get:/v1/installs/14093158.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":33:{s:7:\"site_id\";s:9:\"211618981\";s:9:\"plugin_id\";s:4:\"4036\";s:7:\"user_id\";s:7:\"6608135\";s:3:\"url\";s:32:\"https://redlightinflammation.com\";s:5:\"title\";s:12:\"My WordPress\";s:7:\"version\";s:6:\"1.5.92\";s:7:\"plan_id\";s:4:\"6518\";s:10:\"license_id\";s:7:\"1085123\";s:13:\"trial_plan_id\";N;s:10:\"trial_ends\";N;s:15:\"subscription_id\";N;s:5:\"gross\";i:0;s:12:\"country_code\";s:2:\"us\";s:8:\"language\";s:5:\"en-US\";s:16:\"platform_version\";s:5:\"6.4.2\";s:11:\"sdk_version\";s:5:\"2.6.0\";s:28:\"programming_language_version\";s:6:\"7.4.30\";s:9:\"is_active\";b:1;s:15:\"is_disconnected\";b:0;s:10:\"is_premium\";b:1;s:14:\"is_uninstalled\";b:0;s:9:\"is_locked\";b:0;s:6:\"source\";i:0;s:8:\"upgraded\";N;s:12:\"last_seen_at\";s:19:\"2024-01-17 21:08:23\";s:26:\"last_served_update_version\";N;s:10:\"secret_key\";s:32:\"sk_F4W082$rw3*@?Y<8Nu%q3?rOiM*5h\";s:10:\"public_key\";s:32:\"pk_3c8cafa4690e6e8fe70b5a8a71da0\";s:2:\"id\";s:8:\"14093158\";s:7:\"created\";s:19:\"2024-01-17 21:08:22\";s:7:\"updated\";s:19:\"2024-01-17 21:08:22\";s:7:\"charset\";N;s:7:\"is_beta\";b:0;}s:7:\"created\";i:1705525702;s:9:\"timestamp\";i:1705612102;}s:45:\"get:/v1/users/6608135/plugins/4036/plans.json\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:5:\"plans\";a:2:{i:0;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:4:\"4036\";s:4:\"name\";s:4:\"free\";s:5:\"title\";s:4:\"Free\";s:11:\"description\";N;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";N;s:13:\"support_forum\";N;s:13:\"support_email\";N;s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:0;s:2:\"id\";s:4:\"6569\";s:7:\"updated\";N;s:7:\"created\";s:19:\"2019-07-07 14:42:28\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}i:1;O:14:\"FS_Plugin_Plan\":21:{s:9:\"plugin_id\";s:4:\"4036\";s:4:\"name\";s:18:\"unlimited_elements\";s:5:\"title\";s:3:\"PRO\";s:11:\"description\";s:0:\"\";s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"license_type\";i:0;s:16:\"is_https_support\";b:0;s:12:\"trial_period\";N;s:23:\"is_require_subscription\";b:0;s:10:\"support_kb\";s:36:\"https://unlimited-elements.com/docs/\";s:13:\"support_forum\";N;s:13:\"support_email\";s:27:\"amit@unlimited-elements.com\";s:13:\"support_phone\";N;s:13:\"support_skype\";N;s:18:\"is_success_manager\";b:0;s:11:\"is_featured\";b:1;s:2:\"id\";s:4:\"6518\";s:7:\"updated\";s:19:\"2025-07-30 15:18:33\";s:7:\"created\";s:19:\"2019-07-02 13:39:02\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:7:\"created\";i:1767374925;s:9:\"timestamp\";i:1767461325;}s:65:\"get:/v1/users/6608135/plugins/4036/licenses.json?is_enriched=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":1:{s:8:\"licenses\";a:1:{i:0;O:17:\"FS_Plugin_License\":21:{s:9:\"plugin_id\";s:4:\"4036\";s:7:\"user_id\";s:7:\"6608135\";s:7:\"plan_id\";s:4:\"6518\";s:16:\"parent_plan_name\";N;s:17:\"parent_plan_title\";N;s:17:\"parent_license_id\";N;s:8:\"products\";N;s:10:\"pricing_id\";s:4:\"5958\";s:5:\"quota\";N;s:9:\"activated\";i:28;s:15:\"activated_local\";i:6;s:10:\"expiration\";N;s:10:\"secret_key\";s:32:\"sk_3C19kNdwm7mL__Q!=IawQ41i6MsGu\";s:15:\"is_whitelabeled\";b:0;s:17:\"is_free_localhost\";b:1;s:17:\"is_block_features\";b:1;s:12:\"is_cancelled\";b:0;s:2:\"id\";s:7:\"1085123\";s:7:\"updated\";s:19:\"2025-10-10 02:27:20\";s:7:\"created\";s:19:\"2023-01-28 20:20:05\";s:22:\"\0FS_Entity\0_is_updated\";b:0;}}}s:7:\"created\";i:1767374925;s:9:\"timestamp\";i:1767461325;}s:91:\"get:/v1/installs/14093158/updates/latest.json?is_premium=true&newer_than=1.5.92&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:6:\"1.5.93\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.4.2\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:27691;s:2:\"id\";s:5:\"67340\";s:7:\"created\";s:19:\"2024-01-18 13:00:10\";s:7:\"updated\";s:19:\"2024-01-19 10:36:59\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14093158/updates/67340.zip?is_premium=true&authorization=FSLA+14093158%3Apm04HuDJDUgEWoyfHOhte44JvdIZZV7RzCaJh63gWVJvePx586dXomoRIsgPh4qCdTVNp7VtlA9jLlx7t6Th-NhWMdE025PhzB2pE5sQNrdAyeNj0fYqF3lImGuEaiIrTti70DU1OeEOh0VIW0bwU5az-betv_wyk3B1NLE0zgi3oat3Bqepcflh3U-BjbiroRJeCG2Zk1d9dJvLjwACl5DPHLDmW7d4n2fhfYack_4VV5Zo6rpuPBNsM8cGrz-XYRQB5MHGLfrAwUxokWT4fg\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.4.2\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:4758:\"<p>Take your Elementor page building experience to the next level with Unlimited Elements for Elementor. This is the last widget pack you will need. Find everything in one place and get more than +100 free widgets for your Elementor website. All our elements are easy to use and built with our unique Widget Creator framework. \n<a href=\"https://unlimited-elements.com/elementor-widgets/\">CHECK OUT THE DEMOS</a>\n<br>\nUse any of are free widgets or upgrade to our pro version and enjoy +200 more unique widgets for Elementor. Each element comes with a bunch of options to control every possible setting. In case you are missing something you can easily add it using our unique Widget Creator Framework.</p>\n\n<h3>Dynamic Loop Builder</h3>\n\n<p>From now you can create advanced dynamic layouts with our loop widgets.\nStop being frustrated trying to create what you want and get started with our Dynamic Loop Builder.\nLoop your custom built templates to create grids, carousels, tabs, accordions or even sliders with a custom skin. You can design a loop item just like a single template by drag and drop and then choose how you want to output the loop. Insert custom fields to add different data types and create advanced flexible layouts.\nCheck out the different widget demos below:\n<br>\n<a href=\"https://unlimited-elements.com/dynamic-template-grid-widget-for-elementor\">Template Grid</a>\n<a href=\"https://unlimited-elements.com/dynamic-template-carousel-widget-for-elementor\">Template Carousel</a>\n<a href=\"https://unlimited-elements.com/dynamic-template-tabs-widget-for-elementor\">Template Tabs</a>\n<a href=\"https://unlimited-elements.com/dynamic-template-slider-widget-for-elementor\">Template Accordion</a>\n<a href=\"https://unlimited-elements.com/dynamic-template-accordion-widget-for-elementor\">Template Slider</a>\n<br>\nThe dynamic loop builder is easy to use and intuitive. Once you have built your first dynamic loop, you will become addicted and feel the benefits because it speeds up work processes and can be customized to meet any needs.</p>\n\n<h3>Clutter Free</h3>\n\n<p>Most 3rd party plugin extensions for Elementor cause clutter on your server and make Elementor reach its memory limit. Our unique solution allows you to install only the widgets you intend on using without cluttering your servers space. Now you can arrange your workspace exactly the way you want it.</p>\n\n<h3>Live Elementor Widget Library</h3>\n\n<p>Our widget catalog is updated daily with new elements and improvements to existing elements. There is no need to update your plugin since we have created a unique api that will keep your Element Catalog updated.</p>\n\n<h3>24/7 Support</h3>\n\n<p>Our team is on hand to assist you with any unique request you might have. We answer support tickets everyday and usually try to answer even within just one hour.\nElementor Page Builder is Required for using this plugin</p>\n\n<h3>Widget Creator</h3>\n\n<p>Create Amazing Widgets in Seconds. In less than five minutes you can create custom Elementor widgets. Only basic coding knowledge is required (HTML/CSS)! \n<br>\n<a href=\"http://unlimited-elements.com\">Learn More About Widget Creator for Elementor</a></p>\n\n<h3>Javascript Inside of Elementor</h3>\n\n<p>Using the widget creator you can create HTML CSS and Javascript widgets that are fully integrated with Elementor in seconds.</p>\n\n<h3>Powered by Twig Engine</h3>\n\n<p>Powered by Twig scripting engine you can use all twig functions to take advantage of the power of Twig.\n<br>\n<a href=\"https://twig.symfony.com/doc/2.x/\">Learn More About Twig Engine</a></p>\n\n<h3>Advanced Custom Fields for Elementor</h3>\n\n<p>Use the advanced custom fields plugin to take full control of your Elementor page by creating custom fields in your posts. Full integration with ACF repeater field and ACF gallery field.</p>\n\n<h3>Pods for Elementor</h3>\n\n<p>Unlimited Elements fully supports custom post types and custom field types created with PODS plugin for WordPress.</p>\n\n<h3>Toolset for Elementor</h3>\n\n<p>Fully compatible and integrated with Toolset custom post types and fields.</p>\n\n<h3>Integrations</h3>\n\n<ol>\n<li>ACF (Advanced Custom Fields)</li>\n<li>PODS</li>\n<li>Toolset</li>\n<li>Instagram Feed</li>\n<li>Woocommerce Products</li>\n<li>Post Lists</li>\n<li>Authors</li>\n</ol>\n\n<h3>JOIN OUR GROWING COMMUNITY</h3>\n\n<ul>\n<li><a href=\"https://www.facebook.com/Unlimited-Elements-411166266392225/\" rel=\"nofollow\">Facebook Page</a></li>\n<li><a href=\"https://www.youtube.com/channel/UCNYLnevs1ewIxKQqPiat0xQ\" rel=\"nofollow\">Youtube Channel</a></li>\n<li><a href=\"https://www.facebook.com/groups/468327430642626/?source_id=411166266392225\" rel=\"nofollow\">Facebook Group</a></li>\n<li><a href=\"https://unitecms.ticksy.com\" rel=\"nofollow\">Support Desk</a></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:622:\"<h4>Can I use the plugin without Elementor Page Builder?</h4>\n\n<p>No. You cannot use without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does it work with any theme?</h4>\n\n<p>Absolutely! It will work with any theme where Elementor works.</p>\n\n<h4>What if i update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can i get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\";s:9:\"changelog\";s:84059:\"<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:6:\"1.5.93\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14093158/updates/67340.zip?is_premium=true&authorization=FSLA+14093158%3Apm04HuDJDUgEWoyfHOhte44JvdIZZV7RzCaJh63gWVJvePx586dXomoRIsgPh4qCdTVNp7VtlA9jLlx7t6Th-NhWMdE025PhzB2pE5sQNrdAyeNj0fYqF3lImGuEaiIrTti70DU1OeEOh0VIW0bwU5az-betv_wyk3B1NLE0zgi3oat3Bqepcflh3U-BjbiroRJeCG2Zk1d9dJvLjwACl5DPHLDmW7d4n2fhfYack_4VV5Zo6rpuPBNsM8cGrz-XYRQB5MHGLfrAwUxokWT4fg\";}}s:7:\"created\";i:1705660638;s:9:\"timestamp\";i:1705664238;}s:73:\"get:/v1/installs/14093158/updates/latest.json?is_premium=true&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":21:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:5:\"2.0.6\";s:11:\"sdk_version\";s:6:\"2.13.0\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.8.2\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:67087;s:14:\"is_incremental\";b:0;s:2:\"id\";s:6:\"110047\";s:7:\"created\";s:19:\"2026-02-26 12:00:35\";s:7:\"updated\";s:19:\"2026-04-03 06:03:09\";s:11:\"is_released\";b:0;s:3:\"url\";s:389:\"https://api.freemius.com/v1/installs/14093158/updates/110047.zip?is_premium=true&authorization=FSLA+14093158%3AswFJ00GOhq_vxBOp68CUHYAlBwIC6tvaMdhYHMYfOF1eE589ysvcyGga5oCF1HLD9WQOSwnA0nE801UkmJ72nvxR0KQZwIFoPfrstgAhvzZkDbnuuTREa6EHNd_opT66mpg3nvafM-A2HNeSX5LMLMZjUVcKOpNQqBkjABSYNLjcV5Xe6YKKojrTW_N_TtWbArUcNpZObJKoxGvYV1CQQHxeM6FjKVQXxCrN8bkF1h6KJOw8-U7cyy78U6-koDTzbQPtv4eCEhOoIJrL-M-Y5Q\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:32:\"Unlimited Elements For Elementor\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":5:{s:9:\"elementor\";s:9:\"elementor\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:19:\"elementor templates\";s:19:\"elementor templates\";s:17:\"elementor widgets\";s:17:\"elementor widgets\";s:23:\"widgets for elementor\";s:23:\"widgets for elementor\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.8.2\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:805:\"<p><strong>Elementor</strong> users, elevate your web design experience with <strong>Unlimited Elements for Elementor</strong>. An all in one plugin that instantly gives you the most advanced widgets and tools to make better Elementor websites faster. Take your WordPress website to the next level.</p>\n\n<p><a href=\"https://unlimited-elements.com/elementor-widgets/\">View Elementor Widgets Demos</a></p>\n\n<p><br></p>\n\n<p>Browse our extensive collection of free widgets or upgrade to our pro version for access to over 200 additional unique drag and drop widgets for <strong>Elementor</strong>. Each widget provides a wide range of options to easily control every aspect. If you can\'t find what you need, our <strong>Widget Creator</strong> Framework empowers you to create any widget you can imagine.</p>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:4204:\"<h4>Can I use the plugin without Elementor?</h4>\n\n<p>No. You cannot use the plugin without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does the plugin work with any theme?</h4>\n\n<p>Absolutely! The plugin will work with any theme where Elementor works.</p>\n\n<h4>What if I update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won\'t lose your any of your hard work.</p>\n\n<h4>Can I get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\n\n<h4>Do you offer a renewals discount?</h4>\n\n<p>Yes, you get 25% discount for all annual plan automatic renewals. The renewal price will never be increased so long as the subscription is not cancelled.</p>\n\n<h4>How do I install and activate the \'Unlimited Elements for Elementor\' plugin on WordPress?</h4>\n\n<p>To install the \'Unlimited Elements\' plugin on your WordPress site, access your WordPress Dashboard and go to Plugins -> Add New. In the search box, enter \'Unlimited Elements.\' Locate the plugin in the search results and click on the \'Install Now\' button. Once the installation is finished, click on the \'Activate\' button, and \'Unlimited Elements for Elementor\' will be successfully activated on your WordPress site.</p>\n\n<h4>Do I need to know code to use Unlimited Elements?</h4>\n\n<p>No, you do not need to know code to leverage the widgets and other tools provided by the Unlimited Elements plugin. It is designed to be user-friendly, allowing you to enhance your Elementor experience without any coding expertise. However, for users familiar with code, the plugin offers the added advantage of a widget creator, enabling the creation of custom Elementor widgets for a more tailored and advanced design experience.</p>\n\n<h4>Is my site secure with Unlimited Elements?</h4>\n\n<p>Yes, Unlimited Elements is a secure plugin. The plugin is regularly updated to adhere to common security standards, ensuring a secure environment for your website.</p>\n\n<h4>What types of filters does Unlimited Elements provide?</h4>\n\n<p>Unlimited Elements offers a variety of filter types, including search filters, dropdowns, tabs filters, checkboxes filters, and WooCommerce-related filters, providing a diverse range of options for dynamic and versatile website filtering.</p>\n\n<h4>Are the filters compatible with any post type or WooCommerce products?</h4>\n\n<p>Yes, all the filters provided by Unlimited Elements are live Ajax filters, ensuring dynamic and seamless filtering experiences. They are compatible with any post type, including custom post types, and WooCommerce products, offering versatile functionality for a wide range of content on your website. Utilize specific WooCommerce filters to enhance the shopping experience for your customers, such as the price range slider filter and color swatches filter for products with different colors.</p>\n\n<h4>Can I use Unlimited Elements to display custom post types in my widgets?</h4>\n\n<p>Yes, Unlimited Elements supports showcasing custom post types with advanced query selection and seamless connection to any filter from the UE library. This allows for tailored and dynamic content presentation on your website using the plugin\'s versatile features.</p>\n\n<h4>What are multi-source widgets in Unlimited Elements?</h4>\n\n<p>Multi-source widgets in Unlimited Elements enable the population of item-based widgets with various dynamic source types. These widgets can be populated using sources like ACF repeater fields, WooCommerce products, custom post types, Instagram feeds, and various API integrations. This versatility allows for the seamless integration of diverse content into widgets, enhancing the flexibility and functionality of your website elements.</p>\n\n<h4>Should I use Remote Control Widgets or the Sync Widgets function in Unlimited Elements?</h4>\n\n<p>The choice depends on your design preferences. If you want complete control, go for Remote Control Widgets. For synchronized layouts, choose Sync Widgets. They can also be used together for even more powerful customization options in Unlimited Elements.</p>\";s:9:\"changelog\";s:24104:\"<h4>2.0.6 - 2026-01-22</h4>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: added new option: allow empty in items settings</li>\n<li>Feature: Added \"File\" attribute</li>\n<li>Feature: added option in general settings: \"allow upload file types\"</li>\n<li>Feature: added order by functionality in the most popular posts plugin</li>\n<li>Feature: added one more schema type: News Article</li>\n<li>Feature: added autocorrection option in ajax search</li>\n<li>Feature: added support for popular posts plugin for the sorting filter</li>\n<li>Fix: make sure that gallery has item title always, in product item also</li>\n<li>Fix: fixed some logical bug with the filters</li>\n<li>Fix: fixed mini cart pricing issue</li>\n<li>Fix: fixed some small form related vulnurability</li>\n<li>Fix: fixed the authors fetch, to get only author roles and not all roles with exclude</li>\n<li>Fix: fixed some breadcrumbs issues</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Post Carousel Lite (Free) - Performed a comprehensive review of widget options and enabled responsive controls (Desktop, Tablet, and Mobile) for all applicable settings to ensure better layout flexibility across devices</li>\n<li>Feature: Off Canvas Filters (Pro) - A new feature has been added allowing the Simple Popup widget to be included within the Offcanvas Filters widget. It now functions seamlessly alongside other filter widgets, providing more flexible layout options.</li>\n<li>Feature: Simple Popup (Free) - A new feature has been added allowing the Simple Popup widget to be included within the Offcanvas Filters widget. It now functions seamlessly alongside other filter widgets, providing more flexible layout options.</li>\n<li>Feature: Conditions (Free) - A new Is Logged In User trigger type has been added, allowing you to set up conditional actions or visibility rules based on whether a user is currently authenticated or browsing as a guest.</li>\n<li>Feature: Woo Mini Cart (Free) - A new Show Subtotal Type option has been added, allowing users to choose whether to display prices inclusive of tax or exclusive of tax.</li>\n<li>Feature: Post Carousel Lite (Free) - A new Link Entire Item Type option has been added, allowing users to choose specific link sources such as a Dynamic Post Popup, a Link from a Custom Field, and other dynamic destinations for the item-wide click action.</li>\n<li>Feature: Active Filters (Pro) - A new Flex Wrap option has been added, giving users the ability to control whether elements within a container should wrap onto multiple lines or stay on a single row.</li>\n<li>Feature: Post Grid (Free) - A new Order option has been added for each Additional Data element.</li>\n<li>Feature: Post Magazine Grid (Pro) - A new Order option has been added for each Additional Data element</li>\n<li>Feature: Post Carousel (Free) - A new Order option has been added for each Additional Data element</li>\n<li>Feature: Video on Hover (Free) - A new Show Controls option has been added, giving users the ability to display or hide native video player controls</li>\n<li>Feature: Post Magazine Grid (Pro) - A new Show Post Views option has been added, allowing users to display the total view count for individual posts within the widget.</li>\n<li>Feature: Post Carousel (Free) - A new Show Post Views option has been added, allowing users to display the total view count for individual posts within the widget.</li>\n<li>Feature: Video on Hover (Free) - new Play on Click value has been added to the Video Play Mode option, allowing videos to remain static until a user specifically interacts with them with a click event.</li>\n<li>Feature: Text Field (Free) - A new Hidden option has been implemented that allows a field to be visually concealed while ensuring that Form Entries still receive and record data from it</li>\n<li>Feature: AJAX Search (Free) - Added Autocorrection option that allows to display a suggestion with a clickable link when the initial search returns no results due to a potential typo.</li>\n<li>Feature: Video Carousel (Free) - A new YouTube video source option has been added to allow users to directly integrate and display video content from the platform within the widget.</li>\n<li>Feature: Repeater Table (Pro) - A new feature has been enabled within the widget that allows users to remove all existing items, bypassing the typical restriction in item-based widgets that requires at least one item to remain.</li>\n<li>Change: Icon Pointer Button (Pro) - Updated the Icon Selection attribute to utilize the native Icon Library, enabling support for both standard font icons and custom SVG graphics</li>\n<li>Change: Masonry & Justified Gallery (Free) - To improve clarity and avoid user confusion, the Column gallery type has been renamed to Masonry, more accurately reflecting its layout behavior.</li>\n<li>Fix: Button Icon Hover Effect (Pro) - Removed the Visibility Conditions options. These settings were previously added in error, as they are only compatible with form field logic and cannot function within standard widget layouts</li>\n<li>Fix: Background Switcher (Free) - An issue was resolved where disabling the First Selected option caused the widget to render as a blank space with no images visible. The widget now correctly initializes its display state even when no item is pre-selected.</li>\n<li>Fix: Background Switcher (Free) - An issue was resolved where the Hover Blur Effect only applied while the mouse was physically over a widget item. The effect has been corrected to persist on the active/selected item even when the mouse leaves the widget area</li>\n<li>Fix: Linear Progress Bar (Free) - An issue was resolved where browser background optimization features, such as bfcache and tab throttling, would freeze the widget\'s execution state. This caused the progress bar to remain stuck in a finished or desynchronized state upon page revisit or tab reactivation</li>\n<li>Fix: Post Carousel Lite (Free) - An issue was resolved where the Link Entire Item option was not functioning as expected</li>\n<li>Fix: WordPress Menu (Free) - An issue was resolved in the Elementor editor where the dropdown menu failed to display after clicking the burger icon, ensuring that navigation previews now function correctly within the editing interface.</li>\n<li>Fix: Huge Shapes Background (Pro) - An issue was resolved where the clearRect function utilized outdated or mismatched canvas dimensions, causing previous animation frames to persist and accumulate as visual "ghosting" or "smearing" artifacts.</li>\n<li>Fix: WordPress Menu (Free) - An issue was resolved in the Menu widget where the Clickable Parent Item option was incorrectly hidden when the Responsive Behavior was set to "Slide." This setting now logic-gates correctly: parent items remain visible and clickable on desktop, while automatically adjusting only at the responsive breakpoint to ensure sub-menus function properly on mobile devices.</li>\n<li>Fix: Alphabet Filter (Pro) - An issue was resolved where users were required to click the Close icon twice to unselect an active filter, ensuring that filters now deactivate as expected with a single click.</li>\n<li>Fix: Post Carousel (Free) - An issue was resolved where the Author element failed to inherit the color value defined in the Meta Data Color option</li>\n<li>Fix: Conditions (Free) - An issue was resolved where ACF Field trigger types were not functioning correctly, ensuring that conditional logic or actions tied to Advanced Custom Fields now trigger as expected</li>\n<li>Fix: Post Carousel (Free) - The CSS priority of the title selector has been increased to ensure that its specific styling consistently overrides any conflicting general styles</li>\n<li>Fix: Animated Split Text (Pro) - An issue was resolved where the Splitting library was being initialized before the necessary JavaScript files had fully loaded on the page, preventing proper execution.</li>\n</ul>\n\n<h4>2.0.5 - 2026-01-22</h4>\n\n<ul>\n<li>Fix: made some fix for wpml in main category</li>\n<li>Fix: fixed special characters in google sheets</li>\n<li>Fix: fixed filters \"All\" empty posts issue</li>\n</ul>\n\n<h4>2.0.4 - 2026-01-19</h4>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature - made functionality of load more before the grid</li>\n<li>Feature - added authors filter functionality to post filters.</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Feature: Event List (Pro) - A new Link Entire Item option has been introduced that allows the clickable area to encompass the entire element instead of just specific parts of the content</li>\n<li>Feature: Toggle Box (Pro) - A new Show Back Button option has been added which allows for the inclusion of a dedicated button containing a specific link.</li>\n<li>Feature: Unlimited Carousel (Pro) - Added Start Item Number option, allowing to start from a specific item.</li>\n<li>Feature: File Field (Pro) - Added Required option allowing to make the File Field widget mandatory.</li>\n<li>Feature: Conditions (Free) - Added three new actions - UE Open Liquid Menu, UE Close Liquid Menu, and UE Toggle Liquid Menu - allowing full programmatic control over the Liquid Menu widget behavior</li>\n<li>Feature: Liquid Full Screen Menu (Free) - Added support for the Conditions widget, enabling seamless control over the Menu by allowing it to be opened, closed, or toggled dynamically based on defined conditions</li>\n<li>Feature: Conditions (Free) - Added three new actions - UE Open Fullscreen Menu, UE Close Fullscreen Menu, and UE Toggle Fullscreen Menu - allowing full programmatic control over the Fullscreen Menu widget behavior</li>\n<li>Feature: Fullscreen Menu (Free) - Added support for the Conditions widget, enabling seamless control over the Menu by allowing it to be opened, closed, or toggled dynamically based on defined conditions</li>\n<li>Feature: Unlimited Carousel (Pro) - A new feature has been implemented that allows users to enable an Equalize Content Height option to ensure uniform dimensions across all elements.</li>\n<li>Fix: Vertical Curved Timeline (Free) - An issue was resolved where HTML attributes were not being correctly applied to the link element.</li>\n<li>Fix: Testimonial Carousel (Free) - An issue was resolved where the Show Arrows option only successfully hid the navigation arrows on desktop devices when set to false instead of applying the setting across all device types.</li>\n<li>Fix: Google Reviews (Free) - An issue was resolved where the Show Arrows option only successfully hid the navigation arrows on desktop devices when set to false instead of applying the setting across all device types.</li>\n<li>Fix: Unlimited Carousel (Pro) - An issue was resolved where certain links within cloned items remained non-functional and could not be clicked following the initial page load.</li>\n<li>Fix: Stacking Cards (Free) - Fixed issue related to Image display with Alternate Position Image option.</li>\n<li>Fix: Content Tabs (Free) - An issue was resolved where nested content tabs widgets failed to update the active state icons of inner accordion items when those items were activated.</li>\n<li>Fix: Google Reviews (Free) - An issue has been resolved that previously prevented the remote connection options from functioning correctly when using the coverflow layout type.</li>\n</ul>\n\n<h4>2.0.3 - 2026-01-04</h4>\n\n<ul>\n<li>Fix: fixed SERP API cache time - changed from minutes to seconds </li>\n<li>Feature: added requests log view</li>\n</ul>\n\n<h4>2.0.2 - 2025-12-29</h4>\n\n<p>Plugin Changes:</p>\n\n<ul>\n<li>Feature: add google reviews from serp api feature</li>\n<li>Fix - fixed double tax pricing in woocommerce variation</li>\n<li>Fix - fixed the entrance animation together with load more issue</li>\n<li>Fix - some blocks related bug fixes</li>\n<li>Fix - fixed default items not loading js issues</li>\n<li>Fix - fixed some small security issue</li>\n</ul>\n\n<p>Widgets Changes:</p>\n\n<ul>\n<li>Release: Person Schema (Pro) - Person Schema adds structured data that defines an individual for search engines. Improve SEO by clearly connecting a person to content, roles, and social profiles.</li>\n<li>Feature: Unlimited Grid (Pro) - Added Title HTML Tag option for better SEO and accessibility.</li>\n<li>Feature: Content Carousel (Free) - Enhanced custom SVG icon support for navigation arrows, and added title and description text shadow options.</li>\n<li>Feature: Content Slider (Free) - Added title HTML tag option, improved links by adding link attributes, and introduced Slide Border, Overlay Hover, and Overlay Hover Transition Duration options.</li>\n<li>Feature: Video on Hover (Free) - Added a Schema option to enable schema markup support for better SEO and AI understand your content for increased visibility in AI powered search features.</li>\n<li>Feature: Text Field (Free) - Introduced a dynamic URL Autopopulate feature, allowing fields to automatically retrieve and fill values from custom query string parameters upon page load</li>\n<li>Feature: Off Canvas (Pro) - Added Background Color Hover and Text Color Hover options, allowing finer visual control over hover states and enabling consistent styling of the Trigger Button element.</li>\n<li>Feature: Side Menu (Free) - Added support for the Conditions widget, enabling seamless control over the Side Menu by allowing it to be opened, closed, or toggled dynamically based on defined conditions</li>\n<li>Feature: Conditions (Free) - Added three new actions UE Open Side Menu, UE Close Side Menu, and UE Toggle Side Menu allowing full programmatic control over the Side Menu widget behavior</li>\n<li>Feature: Snow Background (Free) - Added Speed Mobile option, allowing precise control over animation and interaction speed specifically for mobile devices, ensuring smoother performance, better usability on smaller screens</li>\n<li>Feature: Swipe Carousel (Pro) - Added Title Tag option, allowing users to define the HTML tag for the title element to better match the page structure, improve semantic markup, and enhance SEO and accessibility control.</li>\n<li>Feature: Grid Gallery (Pro) - Added Enable Link On Main Image option, allowing the main image within each item to function as a clickable link.</li>\n<li>Feature: Post Grid (Free) - Made the Title Spacing option fully responsive, allowing different spacing values to be applied across desktop, tablet, and mobile for more precise control of layout and typography.</li>\n<li>Feature: Expanding Content Cards (Free) - Added Sub Title option, enabling users to include an additional descriptive text line beneath the main title.</li>\n<li>Feature: Vertical Curved Timeline (Free) - Added Content Vertical Position option when the image option is enabled, also introduced Alternate Image Alignment option for improved design and customization.</li>\n<li>Feature: Icon Accordion (Free) - Added multi-source support along with pagination and filtering features, and improved the item color options for easier styling.</li>\n<li>Feature: Dynamic Post Popup (Pro) - Added Arrows Type option, introducing support for choosing between icon-based arrows and text-based arrows.</li>\n<li>Feature: Portfolio Carousel (Pro) - Added the Slides To Change option, which determines the exact number of carousel items moved when navigation arrows are clicked.</li>\n<li>Feature: Overlay Carousel (Pro) - Added the Slides To Change option, which determines the exact number of carousel items moved when navigation arrows are clicked</li>\n<li>Feature: Material Carousel (Pro) - Added the Slides To Change option, which determines the exact number of carousel items moved when navigation arrows are clicked.</li>\n<li>Feature: Icon Carousel (Pro) - Added the Slides To Change option, which determines the exact number of carousel items moved when navigation arrows are clicked</li>\n<li>Feature: Unlimited Carousel (Pro) - Added the Slides To Change option, which determines the exact number of carousel items moved when navigation arrows are clicked.</li>\n<li>Feature: Logo Carousel (Free) - Added the Slides To Change option, which determines the exact number of carousel items moved when navigation arrows are clicked</li>\n<li>Feature: Woo Product Carousel (Free) - Added the Slides To Change option, which determines the exact number of carousel items moved when navigation arrows are clicked.</li>\n<li>Feature: Post Carousel (Free) - Added the Slides To Change option, which determines the exact number of carousel items moved when navigation arrows are clicked</li>\n<li>Feature: Repeater Carousel (Pro) - Added the Slides To Change option, which determines the exact number of carousel items moved when navigation arrows are clicked</li>\n<li>Feature: Flip Box Carousel (Pro) - Added the Slides To Change option, which determines the exact number of carousel items moved when navigation arrows are clicked</li>\n<li>Feature: Loop Carousel (Pro) - Added the Slides To Change option, which determines the exact number of carousel items moved when navigation arrows are clicked</li>\n<li>Feature: Notification (Free) - The widget accessibility was improved by replacing the close div with a semantic button element, adding the essential aria-label Close Notification for screen reader clarity, applying role status to the main container for conveying passive informative content.</li>\n<li>Feature: Contact Form 7 (Free) - Improved accessibility of the widget by enabling proper keyboard navigation within form elements.</li>\n<li>Feature: Fullscreen Menu (Free) - Added Expand Collapse Icon Spacing option, allowing users to precisely control the distance between the expand collapse icon and the text.</li>\n<li>Feature: Gradient Underline Text Effect (Free) - Made the Text Align option responsive, allowing different alignment settings for desktop, tablet, and mobile.</li>\n<li>Feature: Post Accordion (Free) - Added Icon Spacing option introduced a new control that allows adjusting the distance between the icon and its adjacent elements.</li>\n<li>Feature: Team Member Carousel (Free) - Added Icon One, Icon Two, Icon Three, Icon Four and Link One, Link Two, Link Three, Link Four options to the Source options</li>\n<li>Feature: Unlimited Google Maps (Free) - Added Scroll To Active Navigation Item option, ensuring that navigation automatically scrolls to keep the active item visible.</li>\n<li>Feature: 360 Panorama Virtual Tour (Pro) - Enhanced the widget accessibility by applying ARIA attributes role, aria-label and tabindex 0 to interactive controls, allowing keyboard-only users to activate them by simulating a click using the Enter or Space key.</li>\n<li>Fix: Repeater Table (Pro) - Accessibility for the widget was improved by implementing the scope col attribute on all header cells to explicitly link data to headings</li>\n<li>Fix: Restaurant Menu (Free) - Accessibility for the widget was improved by adding role list and role listitem for better navigation structure, converting the See More toggle into a keyboard-accessible button with aria-expanded states.</li>\n<li>Fix: Loop Grid (Pro) - Fixed an issue where the Empty Message Type Template was displayed even when the Loop Widget had successfully rendered items, causing the empty state template to appear incorrectly alongside actual content</li>\n<li>Fix: Border Hero (Free) - The button field was incorrectly configured as a text field and has now been changed to a proper link field. A security vulnerability was also fixed to improve overall safety and stability.</li>\n<li>Fix: Content Grid (Free) - Removed empty links to prevent rendering unnecessary anchor elements and to avoid potential accessibility and SEO issues when link fields are left blank</li>\n<li>Fix: Comparison List (Pro) - Fixed an issue where column widths were not working correctly on mobile devices, and resolved RTL layout issues.</li>\n<li>Fix: Horizontal Timeline (Free) - Removed empty links to prevent rendering unnecessary anchor elements and to avoid potential accessibility and SEO issues when link fields are left blank.</li>\n<li>Fix: Price Range Filter (Pro) - Fixed an issue where slider thumbnail elements were displayed incorrectly on RTL right-to-left websites, ensuring proper alignment, order, and interaction consistency across all supported directions</li>\n<li>Fix: Random Content (Free) - Accessibility for the Random Content widget was improved by converting the shuffle trigger into a semantic button, marking the shuffle icon as aria-hidden true to avoid redundant noise, and applying aria-live polite to the content container</li>\n<li>Fix: Stacking Cards (Free) - Fixed an issue where the Alternate Page Position option was not functioning correctly on the live site and was only applied inside the Elementor editor</li>\n<li>Fix: Protected Content (Free) - Accessibility for the Protected Content widget was improved by correcting the form structure to properly link the label title to the password input using the for and id attributes, adding aria-required true to the input</li>\n<li>Fix: Cookie Consent (Free) - Accessibility for the Cookie Consent widget was improved by switching interactive div elements to semantic button tags, and ensuring the main container dynamically uses role dialog and aria-modal true only when the banner is visible, thereby guiding keyboard and screen reader focus correctly.</li>\n<li>Fix: Age Verification (Free) - The Age Verification widget accessibility was improved by adding role dialog, aria-modal true, and descriptive aria-label attributes to all input fields and buttons for better screen reader and keyboard navigation</li>\n<li>Fix: Content Tabs (Free) - Fixed an issue where theme-defined padding styles for ul elements were being unintentionally overridden by the widget CSS, ensuring better compatibility with various themes and preserving the original list spacing and layout as defined by the active theme</li>\n<li>Fix: Image Tooltip (Free) - Added aria-describedby attribute to the main widget wrapper to improve accessibility, and included additional HTML attributes such as alt for the image to ensure better semantic structure, screen-reader support, and overall accessibility compliance</li>\n<li>Fix: Event Box (Free) - Added ARIA attributes to interactive elements and link labels for improved screen reader compatibility.</li>\n<li>Fix: Calendar (Pro) - Increased the CSS priority of the Event Title element, ensuring its styling reliably overrides conflicting theme rules and displays consistently across different layouts and environments.</li>\n<li>Fix: Masonry and Justified Gallery (Free) - Fixed an issue where the Tile Text Panel styling options were not appearing in the widget settings panel, ensuring all relevant controls are now properly displayed and accessible for customization.</li>\n<li>Fix: Submit Button (Free) - Fixed issue where attempting to proceed to the next step of Multi Source widget from the first page without filling mandatory fields caused unwanted spacing to be repeatedly added to the form</li>\n<li>Fix: Justified Image Carousel (Pro) - Fixed an issue on touch devices where opening the lightbox required two taps instead of one, ensuring the lightbox now opens correctly on a single tap for a smoother and more responsive user experience.</li>\n<li>Fix: QR Code (Pro) - Accessibility of the QR Code widget was improved by applying role img to the SVG container to define it as a graphic and using aria-label to provide the visible title as the accessible name, ensuring screen readers can announce the image content.</li>\n<li>Fix: Animated Mouse Scroll Icon (Free) - The accessibility of the widget was improved by adding aria-label Scroll Down and role button to the link wrapper and using aria-hidden true on the decorative animation elements</li>\n<li>Fix: Repeater Tabs (Free) - Fixed issue when Repeater Tabs could not display all content with JSON or CSV Repeater Source.</li>\n<li>Fix: Social Share Buttons (Free) - Fixed an issue where the Telegram share option was redirecting to Xing instead of Telegram.</li>\n</ul>\n\n<p><a href=\"https://unlimited-elements.com/change-log/\">See changelog for all versions.</a></p>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:5:\"2.0.6\";s:13:\"download_link\";s:389:\"https://api.freemius.com/v1/installs/14093158/updates/110047.zip?is_premium=true&authorization=FSLA+14093158%3AswFJ00GOhq_vxBOp68CUHYAlBwIC6tvaMdhYHMYfOF1eE589ysvcyGga5oCF1HLD9WQOSwnA0nE801UkmJ72nvxR0KQZwIFoPfrstgAhvzZkDbnuuTREa6EHNd_opT66mpg3nvafM-A2HNeSX5LMLMZjUVcKOpNQqBkjABSYNLjcV5Xe6YKKojrTW_N_TtWbArUcNpZObJKoxGvYV1CQQHxeM6FjKVQXxCrN8bkF1h6KJOw8-U7cyy78U6-koDTzbQPtv4eCEhOoIJrL-M-Y5Q\";}}s:7:\"created\";i:1775196358;s:9:\"timestamp\";i:1775282758;}s:91:\"get:/v1/installs/14093158/updates/latest.json?is_premium=true&newer_than=1.5.93&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:6:\"1.5.94\";s:11:\"sdk_version\";s:5:\"2.6.2\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:5:\"6.4.2\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:28186;s:2:\"id\";s:5:\"67653\";s:7:\"created\";s:19:\"2024-01-25 13:46:30\";s:7:\"updated\";s:19:\"2024-01-26 11:05:44\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14093158/updates/67653.zip?is_premium=true&authorization=FSLA+14093158%3AoOu7KN9BJG4kQMy_EkbmwJ23r2rJ0eHmGlBQXz1LvO56DszN6YsUqwdLdoGsfqgNzh31QxQgORX6Y1zUVhLzHrySO2gZYWtZNEmLJ0aAGLnONyhfAnK1ffHeGARdzqVK6I5fH_8ceedPpusHkZU8-GBCZ2S59cc80mHpOmddNl3WTlADeuTh2YemJmMObsJOCxYF3ykeEuieHcMHJeORZoLS0JNIwgv2t1VU73pLzad5x3mQQl0LvglJZEeh5lL-kc329FqOFuX0sYf86ML6AQ\";s:6:\"readme\";O:8:\"stdClass\":11:{s:4:\"name\";s:66:\"Unlimited Elements For Elementor (Free Widgets, Addons, Templates)\";s:4:\"slug\";s:32:\"unlimited-elements-for-elementor\";s:4:\"tags\";O:8:\"stdClass\":6:{s:9:\"elementor\";s:9:\"elementor\";s:8:\"elements\";s:8:\"elements\";s:6:\"addons\";s:6:\"addons\";s:16:\"elementor addons\";s:16:\"elementor addons\";s:16:\"elementor widget\";s:16:\"elementor widget\";s:12:\"page builder\";s:12:\"page builder\";}s:8:\"requires\";s:3:\"3.5\";s:12:\"requires_php\";N;s:6:\"tested\";s:5:\"6.4.2\";s:10:\"stable_tag\";s:3:\"1.0\";s:8:\"sections\";O:8:\"stdClass\":4:{s:11:\"description\";s:4758:\"<p>Take your Elementor page building experience to the next level with Unlimited Elements for Elementor. This is the last widget pack you will need. Find everything in one place and get more than +100 free widgets for your Elementor website. All our elements are easy to use and built with our unique Widget Creator framework. \n<a href=\"https://unlimited-elements.com/elementor-widgets/\">CHECK OUT THE DEMOS</a>\n<br>\nUse any of are free widgets or upgrade to our pro version and enjoy +200 more unique widgets for Elementor. Each element comes with a bunch of options to control every possible setting. In case you are missing something you can easily add it using our unique Widget Creator Framework.</p>\n\n<h3>Dynamic Loop Builder</h3>\n\n<p>From now you can create advanced dynamic layouts with our loop widgets.\nStop being frustrated trying to create what you want and get started with our Dynamic Loop Builder.\nLoop your custom built templates to create grids, carousels, tabs, accordions or even sliders with a custom skin. You can design a loop item just like a single template by drag and drop and then choose how you want to output the loop. Insert custom fields to add different data types and create advanced flexible layouts.\nCheck out the different widget demos below:\n<br>\n<a href=\"https://unlimited-elements.com/dynamic-template-grid-widget-for-elementor\">Template Grid</a>\n<a href=\"https://unlimited-elements.com/dynamic-template-carousel-widget-for-elementor\">Template Carousel</a>\n<a href=\"https://unlimited-elements.com/dynamic-template-tabs-widget-for-elementor\">Template Tabs</a>\n<a href=\"https://unlimited-elements.com/dynamic-template-slider-widget-for-elementor\">Template Accordion</a>\n<a href=\"https://unlimited-elements.com/dynamic-template-accordion-widget-for-elementor\">Template Slider</a>\n<br>\nThe dynamic loop builder is easy to use and intuitive. Once you have built your first dynamic loop, you will become addicted and feel the benefits because it speeds up work processes and can be customized to meet any needs.</p>\n\n<h3>Clutter Free</h3>\n\n<p>Most 3rd party plugin extensions for Elementor cause clutter on your server and make Elementor reach its memory limit. Our unique solution allows you to install only the widgets you intend on using without cluttering your servers space. Now you can arrange your workspace exactly the way you want it.</p>\n\n<h3>Live Elementor Widget Library</h3>\n\n<p>Our widget catalog is updated daily with new elements and improvements to existing elements. There is no need to update your plugin since we have created a unique api that will keep your Element Catalog updated.</p>\n\n<h3>24/7 Support</h3>\n\n<p>Our team is on hand to assist you with any unique request you might have. We answer support tickets everyday and usually try to answer even within just one hour.\nElementor Page Builder is Required for using this plugin</p>\n\n<h3>Widget Creator</h3>\n\n<p>Create Amazing Widgets in Seconds. In less than five minutes you can create custom Elementor widgets. Only basic coding knowledge is required (HTML/CSS)! \n<br>\n<a href=\"http://unlimited-elements.com\">Learn More About Widget Creator for Elementor</a></p>\n\n<h3>Javascript Inside of Elementor</h3>\n\n<p>Using the widget creator you can create HTML CSS and Javascript widgets that are fully integrated with Elementor in seconds.</p>\n\n<h3>Powered by Twig Engine</h3>\n\n<p>Powered by Twig scripting engine you can use all twig functions to take advantage of the power of Twig.\n<br>\n<a href=\"https://twig.symfony.com/doc/2.x/\">Learn More About Twig Engine</a></p>\n\n<h3>Advanced Custom Fields for Elementor</h3>\n\n<p>Use the advanced custom fields plugin to take full control of your Elementor page by creating custom fields in your posts. Full integration with ACF repeater field and ACF gallery field.</p>\n\n<h3>Pods for Elementor</h3>\n\n<p>Unlimited Elements fully supports custom post types and custom field types created with PODS plugin for WordPress.</p>\n\n<h3>Toolset for Elementor</h3>\n\n<p>Fully compatible and integrated with Toolset custom post types and fields.</p>\n\n<h3>Integrations</h3>\n\n<ol>\n<li>ACF (Advanced Custom Fields)</li>\n<li>PODS</li>\n<li>Toolset</li>\n<li>Instagram Feed</li>\n<li>Woocommerce Products</li>\n<li>Post Lists</li>\n<li>Authors</li>\n</ol>\n\n<h3>JOIN OUR GROWING COMMUNITY</h3>\n\n<ul>\n<li><a href=\"https://www.facebook.com/Unlimited-Elements-411166266392225/\" rel=\"nofollow\">Facebook Page</a></li>\n<li><a href=\"https://www.youtube.com/channel/UCNYLnevs1ewIxKQqPiat0xQ\" rel=\"nofollow\">Youtube Channel</a></li>\n<li><a href=\"https://www.facebook.com/groups/468327430642626/?source_id=411166266392225\" rel=\"nofollow\">Facebook Group</a></li>\n<li><a href=\"https://unitecms.ticksy.com\" rel=\"nofollow\">Support Desk</a></li>\n</ul>\";s:12:\"installation\";s:521:\"<p>Note : This plugin works with Elementor. Make sure you have <a href=\"https://wordpress.org/plugins/elementor/\">Elementor</a> installed.</p>\n\n<ol>\n<li>Upload the plugin folder to the <code>/wp-content/plugins/</code> directory, or install the plugin through the WordPress plugins screen directly.</li>\n<li>Activate the plugin through the \'Plugins\' screen in WordPress</li>\n<li>Navigate to Unlimited Elements in the WordPress side menu and install the widget you want by hovering over it and clicking install.</li>\n</ol>\";s:3:\"faq\";s:622:\"<h4>Can I use the plugin without Elementor Page Builder?</h4>\n\n<p>No. You cannot use without Elementor since it\'s an addon for Elementor.</p>\n\n<h4>Does it work with any theme?</h4>\n\n<p>Absolutely! It will work with any theme where Elementor works.</p>\n\n<h4>What if i update to the Premium version after using the Free version?</h4>\n\n<p>Your existing elements/content will work with the premium version. So you won’t lose your any of your hard work.</p>\n\n<h4>Can i get a refund?</h4>\n\n<p>If you are not happy with your purchase at anytime just contact us and we will refund 100% of your money no questions asked.</p>\";s:9:\"changelog\";s:89057:\"<p>version 1.5.94: 2024-01-25:</p>\n\n<ul>\n<li>Feature: added option to message individual fields for the form</li>\n<li>Change: removed instagram blocked api message - the instagram functionality is active now!</li>\n<li>Change: added default values to currency fields</li>\n<li>Fix: fixed small php bug regarding date field in items</li>\n<li><p>Fix: fixed some small xss vulnurability that pachstack discovered</p></li>\n<li><p>Feature: Number Field (Pro) - Introduced \'Enable Date Field in Formula\' option. This new functionality enables the use of Date Field in formula by allowing the addition or subtraction of days.</p></li>\n<li>Feature: Unlimited Charts (Pro) - Introduced \'Remove Items with 0 Value\' option. This new functionality automatically excludes items with a value of 0 from charts.</li>\n<li>Feature: WordPress Menu (Free) - Implemented \'Hover Effect\' option. This new functionality allows users to choose from a variety of hover link effects, enhancing the visual presentation with dynamic animations.</li>\n<li>Feature: Hotspots (Pro) - Introduced customizable popup positioning, providing users with the option to define the exact position rather than relying on preset center alignment.</li>\n<li>Feature: Event List (Pro) - Introduced \'Event End Date\' option, allowing users to display event end date and time.</li>\n<li>Feature: Event List (Pro) - Implemented \'Calendar Horizontal Align\' option. This new functionality allows users to customize the horizontal alignment of the calendar, providing better control over its placement within the layout.</li>\n<li>Feature: Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Dropdown Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Introduced \'Multisource\' option. This functionality allows users to select the source of checkbox values as posts, products, etc., providing versatile options for integrating diverse content.</li>\n<li>Feature: Checkbox Field (Pro) - Implemented \'Checkbox Value Handling\' options. This new functionality allows users to choose the checkbox value type from options such as sum, individual number, or individual text, providing flexibility in handling checkbox values.</li>\n<li>Feature: Masonry Gallery (Pro) - Introduced \'Title Typography\' and \'Description Typography\' options. These new functionalities allow users to customize the typography settings for titles and descriptions.</li>\n<li>Feature: Masonry Gallery (Pro) - Implemented \'Tile Background Color\' option. This new functionality allows users to customize the background color of tiles, providing enhanced visual control over the widget\'s appearance.</li>\n<li>Feature: Hotspots (Pro) - Added \'Popup Image Size\' option, allowing users to customize the size of popup images.</li>\n<li>Feature: WooCommerce Product Carousel (Pro) - Introduced functionality to hide navigation arrows automatically when the number of products is less than a specified value.</li>\n<li>Feature: Logo Carousel (Pro) - Implemented \'Open Links In New Tab\' option. This new functionality allows users to specify whether links should open in a new tab with Source type posts, products, etc.</li>\n<li>Feature: Content Ticker (Pro) - Added Option to add an Image for each ticker item.</li>\n<li>Change: Hotspots (Pro) - Enabled \'Image Size Select\' option for the Image, allowing users to choose from different image resolutions for enhanced flexibility and visual customization.</li>\n<li>Change: Icon Carousel (Pro) - Improved \'Item Minimum Height\' option by expanding the range of values.</li>\n<li>Fix: Fullscreen Menu (Free) - Improved protection from Elementor sticky section interference.</li>\n<li>Fix: vCard (Pro) - Issue with QR code not displaying when \'Include Image in Contact\' is enabled has been resolved.</li>\n<li>Fix: Dropdown Field (Pro) - Resolved issue with \'Field Name\' not appearing during email sending. The fix ensures that the field name is now properly displayed in email notifications.</li>\n<li>Fix: Mega Menu (Pro) - Resolved horizontal scroll issue. The fix ensures that the layout no longer experiences unintended horizontal scrolling, providing a more stable and user-friendly experience.</li>\n<li>Fix: Scroll To Top (Free) - Resolved issue where the icon wasn\'t visible on the frontend. The fix ensures proper visibility of the icon, addressing the bug and improving the overall appearance.</li>\n<li>Fix: Fullscreen Menu (Free) - Resolved issue with the \'Disable Page Scroll\' option not working in some cases. The fix ensures consistent functionality, preventing page scrolling as intended.</li>\n<li>Fix: Text Field (Free) - Resolved input width issue. The fix ensures that input elements now display with the correct width.</li>\n</ul>\n\n<p>version 1.5.93: 2024-01-18:</p>\n\n<ul>\n<li>Feature: Introduced the option \'slider_video_autoplay\' to galleries, enabling video autoplay when changing items.</li>\n<li>Feature: Added the option to include specific taxonomies in related posts queries.</li>\n<li>Feature: Implemented automatic recognition of video thumbnail IDs in certain gallery types based on relevant post meta.</li>\n<li>Feature: Added functionality for the price range filter.</li>\n<li>Change: Updated the Freemius version.</li>\n<li>Change: Modified the text format for the export change log.</li>\n<li>Change: Restored the \"import with images\" feature after incorporating file type checks for security.</li>\n<li>Fix: Enhanced the handling of multiple user records for the \'exclude users\' option in the users query (Ajax-based).</li>\n<li>Fix: Corrected URL CSS and JS inclusion issues in Elementor editor.</li>\n<li><p>Fix: Corrected a bug related to \"mini cart widget\" in PHP in specific cases.</p></li>\n<li><p>Feature - Card Carousel (Free) - Introduced \'Hide Item\' option. This new functionality allows users to hide items instead of deleting them permanently, offering a more reversible and flexible approach to item management.</p></li>\n<li>Feature - Post Grid (Pro) - Implemented \'Layout Type: Above\' option. This new functionality allows users to change the position of the content box to above the image.</li>\n<li>Feature - Thumbnail Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Compact Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Grid Gallery (Pro) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Slider Gallery (Free) - Introduced \'Video Autoplay\' option. This new functionality enables automatic playback of videos each time they become active, enhancing the user experience with seamless video transitions.</li>\n<li>Feature - Flip Box Carousel (Pro) - Introduced option for back icon alignment, providing users the flexibility to customize the alignment of the back icon.</li>\n<li>Feature - Post List (Free) - Implemented \'Image Scale\' option for regular and hover states. This new feature allows users to customize the scaling of images independently for regular and hover states, enhancing visual presentation.</li>\n<li>Change - Flip Box Carousel (Pro) - Implemented conditional rendering of CSS to reduce unused styles, resulting in improved performance, SEO, and faster load times for enhanced user experience.</li>\n<li>Change - Content Accordion (Free) - Improved \'Expand All Accordion\' functionality, now allowing users to close the accordion by clicking the same button again for a more intuitive and user-friendly experience.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Implemented protection against buttons not being vertically aligned in specific cases.</li>\n<li>Fix - Flip Box Carousel (Pro) - Resolved an issue where links were not functioning properly when clicking on the back icon.</li>\n<li>Fix - WooCommerce Product Grid (Pro) - Resolved issue with the product button not being clickable in some cases.</li>\n<li>Fix - Post Carousel (Pro) - Resolved issue with the side-by-side layout.</li>\n<li>Feature - Logo Grid (Free) - Enhanced responsiveness for item \'Padding\' option. This update ensures that item padding adjusts effectively across various screen sizes and device resolutions for a consistent layout.</li>\n<li>Feature - Logo Grid (Free) - Implemented \'Direction\' option. This new feature is particularly useful for RTL (Right-to-Left) websites, allowing users to specify the direction of the widget\'s layout for improved compatibility.</li>\n<li>Feature - Content Accordion (Free) - Introduced a new feature that allows the expansion of all accordion items by clicking on an external element with the class \"ue-content-accordion-expand-all\".</li>\n<li>Feature - Memory Game (Pro) - Introduced template option for success message, Allowing users to show Elementor template as success message.</li>\n<li>Feature - Memory Game (Pro) - Added \'Completion Time\' option, enabling users to show the time it took to complete the game for a more informative and engaging experience.</li>\n<li>Feature - Content Accordion (Free) - Introduced \'Additional Header Content\' option in the accordion, allowing users to include additional content after the header title.</li>\n<li>Feature - Post Accordion (Free) - Implemented \'Open Links in New Tab\' option. This new functionality allows users to configure links to open in a new tab, enhancing control over the navigation experience.</li>\n<li>Feature - Side Menu (Pro) - Added an option to add a logo to the side menu layout.</li>\n</ul>\n\n<p>version 1.5.92: 2024-01-04:</p>\n\n<ul>\n<li>Feature: Introduced the change log option in the widget editor.</li>\n<li>Feature: Introduced the ability to connect with Google API for multi-source options.</li>\n<li>Feature: Included an option to link with Google Sheets under the general settings for forms.</li>\n<li>Feature: Integrated a \"show globals\" feature in troubleshooting for enhanced diagnostics.</li>\n<li>Feature: Implemented the capability to output cart fragments for the woo mini cart.</li>\n<li>Feature: Provided an option for \"none\" under lightbox-type in galleries, allowing users to disable the lightbox.</li>\n<li>Feature: Added an \"excerpt\" field to post fields within the widget editor for more detailed posts.</li>\n<li>Fix: Replaced site_url() with home_url() in global variables for better website navigation.</li>\n<li>Fix: Resolved a conflict with another select2 on the admin side, ensuring smoother operations.</li>\n<li>Fix: Rectified an error with multiple order by clauses in post queries to improve data sorting.</li>\n<li><p>Fix: Enhanced the manual selection of Elementor template retrieval for optimized performance.</p></li>\n<li><p>Feature - Content Carousel - Introduced \'Equalize Content Height\' option. This new feature simplifies the process of making content elements equal in each item.</p></li>\n<li>Feature - Flip Box Carousel - Enhanced responsiveness for Border Radius option. The update ensures that the Border Radius adapts effectively to different screen sizes and device resolutions for a consistent display.</li>\n<li>Feature - WooCommerce Product Carousel - Resolved broken layout issue occurring when set to side-by-side layout</li>\n<li>Feature - Phone Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Textarea Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Email Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Text Field - Feature - Introduced \'Placeholder\' option, allowing users to set placeholder text for improved user experience and clearer input guidance.</li>\n<li>Feature - Testimonial Carousel - Implemented \'Layout Type: Grid\' option. This new functionality facilitates the transformation of the widget\'s layout into a simple grid.</li>\n<li>Feature - Testimonial Carousel - Introduced \'Layout Type: Swipe\' option. This new feature allows users to set the behavior of the widget, resembling the functionality found in Swipe Carousel widget.</li>\n<li>Feature - Flip Box Carousel - Introduced \'Disable Mouse Drag\' and \'Disable Touch Drag\' options in Flip Box Carousel settings, offering control over user interaction by allowing the disabling of dragging functionalities.</li>\n<li>Feature - Team Member Grid - Introduced \'Badge\' option, allowing users to include custom badge images or icons for enhanced member representation.</li>\n<li>Feature - Thumbnail Slider - Implemented responsiveness for \'Slider Main Image Height\' option.</li>\n<li>Feature - Thumbnail Slider - Optimized \'Slider Main Image Height\' functionality to prevent widget reloading upon value change.</li>\n<li>Change - Thumbnail Slider - Changed attribute of \'Slider Main Image Height\' option from Number to Slider. This adjustment simplifies the process of adjusting the height of the main image by providing a more intuitive control.</li>\n<li>Fix - Submit Button - Improved interaction within Multi Step Form widget. Enhancements have been made to streamline and optimize the submit action.</li>\n<li>Feature - Multi Step Form - Implemented form submission loader. This new addition introduces a visual loader to illustrate the process of sending form data, enhancing user feedback during form submission.</li>\n<li>Feature - WooCommerce Product List - Introduced \'Default Image\' option. The widget will now display the specified default image when a product image is empty, for a more personalized user experience.</li>\n</ul>\n\n<p>version 1.5.91: 2023-12-28:</p>\n\n<ul>\n<li>Change: removed some vulnerability related to templates import</li>\n</ul>\n\n<p>version 1.5.90: 2023-12-18:</p>\n\n<ul>\n<li>Fix: fixed some small bug with pro version main file</li>\n</ul>\n\n<p>version 1.5.89: 2023-12-17:</p>\n\n<ul>\n<li>Fix: fixed some post filters detection issues on the page</li>\n<li>Fix: fixed some \"$type not found\" message in php</li>\n<li>Fix: fixed some \"infinite template found: \" message in php (emtpy template load protection)</li>\n<li>Change: added instagram api access error message</li>\n<li>Change: removed \"import with images\" functionality. replaced by doubly plugin.</li>\n</ul>\n\n<p>version 1.5.88: 2023-12-11:</p>\n\n<ul>\n<li>Feature: added \"iframe\" gallery type to the gallery items</li>\n<li>Fix: fixed the \"show/hide edit html button\" option from general settings</li>\n<li>Fix: fixed the general_settings.xml php error</li>\n<li>Fix: fixed some issue with gallery loading on pages and current meta keys</li>\n<li>Fix: fixed default value in datetime control</li>\n<li>Change: added some improvements for the form </li>\n<li>Change: set video placeholder to dynamic galleries in case of video item</li>\n</ul>\n\n<p>version 1.5.87: 2023-11-21:</p>\n\n<ul>\n<li>Change: updated freemius sdk to 2.6.0 version</li>\n<li>Change: added some protection against double background widgets output</li>\n<li>Feature: enabled form functionality</li>\n<li>Feature: enabled currency exchange functionality</li>\n</ul>\n\n<p>version 1.5.85: 2023-11-15</p>\n\n<ul>\n<li>Feature: added woo_addcart_ajax_attributes_button in twig for the button</li>\n<li>Feature: added option to show original settings values in widget debug</li>\n<li>Feature: added troubleshooting setting not to show php deprecated warnings</li>\n<li>Fix: better prepare post custom fields for the post multisource</li>\n<li>Fix: links from meta field works now</li>\n<li>Fix: fixed the ob_end_clean bug</li>\n<li>Fix: in post query - excluded posts not in from posts in</li>\n<li>Fix: fixed a small bug in the unite gallery library</li>\n<li>Change: updated twig version to 3.x</li>\n<li>Change: updated instagram data with date released field</li>\n</ul>\n\n<p>version 1.5.85: 2023-09-20</p>\n\n<ul>\n<li>Fix: fixed a small bug with multisource image param message</li>\n</ul>\n\n<p>version 1.5.84: 2023-09-20</p>\n\n<ul>\n<li>Feature: added twig function csv to json</li>\n<li>Feature: changed the admin view to new design (added designed header and menu)</li>\n<li>Feature: added option to enable animation on swipe to owl carousel js</li>\n<li>Feature: added woo mini cart functionality</li>\n<li><p>Feature: added option: \"current query as a base\" to post selection -> include by</p></li>\n<li><p>Fix: added support for webp in the manager</p></li>\n<li>Fix: allow fetching images from media library post type for the galleries </li>\n</ul>\n\n<p>version 1.5.83: 2023-08-22</p>\n\n<ul>\n<li>Fix: don\'t show first item in filter when no terms available</li>\n<li>Change: updated calculators javascript code base</li>\n</ul>\n\n<p>version 1.5.82: 2023-08-16</p>\n\n<ul>\n<li>Feature: added option for group filtering widgets</li>\n<li>Feature: solved the video play in gallery type from attachment video</li>\n<li>Change: turned off the video icon for background attribute</li>\n<li>Fix: fixed dynamic template with avoid duplicates</li>\n<li>Fix: fixed gallery widget acf video item error</li>\n<li>Fix: fixed some sort filter bugs with the default selected</li>\n</ul>\n\n<p>version 1.5.81: 2023-08-10</p>\n\n<ul>\n<li>Fix: fixed some missing css in the dynamic loop widgets</li>\n<li>Fix: fixed some child filters related bug</li>\n<li>Fix: fixed order by price in current query</li>\n<li>Fix: fixed some php 8.16+ version notices </li>\n<li>Feature: added option to print the term meta</li>\n</ul>\n\n<p>version 1.5.80: 2023-08-07</p>\n\n<ul>\n<li>Feature: added option to get \"all taxonomy terms\" from a post </li>\n<li>Feature: added html preperations for the woocommerce minicart</li>\n<li>Feature: added \"this week\" to the date selection query</li>\n<li>Feature: added \"grouping\" mode in the \"related posts\"</li>\n<li>Fix: the pagination now works on top of the grid</li>\n<li>Fix: fixed some init ajax filters multiple issues</li>\n<li>Fix: fixed the error with the assets path set</li>\n</ul>\n\n<p>version 1.5.79: 2023-07-24</p>\n\n<ul>\n<li>Fix: changed name for area-label to aria-label</li>\n<li>Fix: in filters - refresh single filter if \"all\" selected and there are hidden items</li>\n<li>Fix: changed protection against inifnite loop to 200</li>\n<li>Fix: show child filters at start if there are selected items</li>\n<li>Fix: date time attribute processor - if no date given - don\'t take current time</li>\n<li>Fix: refresh child filter if main filter selected on init</li>\n<li>Fix: dynamic popup was not worked with multisource in some cases</li>\n</ul>\n\n<p>version 1.5.78: 2023-07-16</p>\n\n<ul>\n<li>Fix: fixed show filters load more</li>\n<li>Fix: fixed multisource repeater empty</li>\n</ul>\n\n<p>version 1.5.77: 2023-07-13</p>\n\n<ul>\n<li>Fix: fixed dropzone collision in widget editor view</li>\n<li>Fix: fixed sort filter price filtering</li>\n<li>Fix: fixed max number in addons db table. from \"int\" to \"bigint\"</li>\n<li>Fix: replaced some deprecated by elementor codes</li>\n</ul>\n\n<p>version 1.5.76: 2023-07-12</p>\n\n<ul>\n<li>Feature: added \"rem\" unit in slider attribute</li>\n<li>Fix: fixed some small bug with remote sync debug</li>\n<li>Fix: fixed the truncate in multisource</li>\n<li>Fix: fixed some small bugs related to remote controls</li>\n<li>Fix: fixed dropzon third party conflict in manager</li>\n</ul>\n\n<p>version 1.5.75: 2023-07-05</p>\n\n<ul>\n<li>Feature: added some suggestion text to add some memory in the troubleshooting section in case that needed</li>\n<li>Fix: the wrong author was displayed in loop post meta data</li>\n<li>Fix: do_shortcode to html items inside the grid and dynamic loop</li>\n<li>Update: Updated Freemius SDK to the latest version</li>\n</ul>\n\n<p>version 1.5.74: 2023-07-04</p>\n\n<ul>\n<li>Fix: show search widgets at plugin install.</li>\n<li>Fix: menu picker depts in multisource</li>\n<li>Fix: set the author data to be retrievable in dynamic grid template</li>\n<li>Fix: show meta fields switcher didn\'t worked in multisource menu items</li>\n</ul>\n\n<p>version 1.5.73: 2023-06-26</p>\n\n<ul>\n<li>Feature: added options for revisions in widget editor</li>\n<li>Fix: added support for wordpress proxy in api calling</li>\n<li>Fix: fixed empty post in query result</li>\n<li>Fix: fixed \"wrong template ID\" elementor error in post accordion</li>\n</ul>\n\n<p>version 1.5.72: 2023-06-21</p>\n\n<ul>\n<li>Fix: added the swf extension in the allowed files in assets</li>\n<li>Feature: prepared the plugin for sort filter</li>\n<li>Change: updated freemius sdk to 2.5.9</li>\n</ul>\n\n<p>version 1.5.71: 2023-06-20</p>\n\n<ul>\n<li>Change: removed js includes of the forms and filters from backend editor</li>\n<li>Change: changed colors of the free version notification in dark mode</li>\n<li>Fix: fix the \"link\" type in wpml integration automatic translation</li>\n<li>Feature: add support for the conditions in ue forms</li>\n</ul>\n\n<p>version 1.5.70 2023-06-19:</p>\n\n<ul>\n<li>Change: added some \"birthday sale\" banner</li>\n<li>Feature: added \"truncate text\" modifier to multisource fields</li>\n<li>Feature: dynamic tags now works inside posts and products related widgets</li>\n<li>Feature: added twig highlighting in codemirror editor</li>\n<li>Fix: fixed sequence animation sliders bug (fields didn\'t loaded in elementor)</li>\n<li>Fix: change the comment from // to /* */ in filters js output to allow proper page compression.</li>\n<li>Fix: the \"time ago\" string is now translatable </li>\n<li>Fix: fixed the wpml elementor template id output</li>\n<li>Fix: fixed backgrounds bug with containers in editor</li>\n<li>Fix: fixed some small bugs with the checkbox filter</li>\n</ul>\n\n<p>version 1.5.69: 2023-06-08:</p>\n\n<ul>\n<li>Fix: allow to install webp images in widgets</li>\n</ul>\n\n<p>version 1.5.68: 2023-06-06:</p>\n\n<ul>\n<li>Change: added functionality for sort filter </li>\n<li>Feature: added field: \"form conditions\" for the upcoming form</li>\n<li>Feature: added link translation to wpml integration</li>\n<li>Feature: added link_attributes field to post list fields in twig</li>\n<li>Fix: fixed slider control min max values in case of multiple units</li>\n<li>Fix: add do shortcode from ajax items response</li>\n<li>Fix: fixed posts grid output with \"product\" taxonomy without woocommerce</li>\n<li>Fix: fixed getting cross sell products query in product list</li>\n</ul>\n\n<p>version 1.5.67 - 2023-05-29:</p>\n\n<ul>\n<li>Fix: fixed some more securaty issues related to assets manager</li>\n</ul>\n\n<p>version 1.5.66 - 2023-05-28:</p>\n\n<ul>\n<li>Fix: fixed some securaty issues related to non editor users operations and not allowed to upload php files in assets manager</li>\n</ul>\n\n<p>version 1.5.65 - 2023-05-26:</p>\n\n<ul>\n<li>Fix: fixed instagram api related bugs </li>\n</ul>\n\n<p>version 1.5.64 2023-05-23:</p>\n\n<ul>\n<li>Change: update freemius to latest version 2.5.8</li>\n<li>Fix: fixed a small php bug</li>\n</ul>\n\n<p>version 1.5.63 2023-05-23:</p>\n\n<ul>\n<li>Change: expand in widget editor is now connected to the screen height</li>\n<li>Fix: fixed the dynamic popup with multiple fields code </li>\n<li>Fix: fixed some sync if the clicked item is link</li>\n<li>Feature: added support for sort post filter</li>\n<li>Feature: hide \"show only insalled\" checkbox in widgets manager if no widget installed.</li>\n</ul>\n\n<p>version 1.5.62 2023-05-14:</p>\n\n<ul>\n<li>Feature: added \"edit template\" link in template selector</li>\n<li>Feature: added hidden template edit button to top bar</li>\n<li>Feature: added option for dynamic popup link to connect to many links in the widget</li>\n<li>Fix: solved some php error with parse dynamic settings in php 8.1</li>\n<li>Fix: getMetaValue error in products</li>\n<li>Fix: fixed doubly css includes in some cases</li>\n</ul>\n\n<p>version 1.5.61 - 2023-05-07:</p>\n\n<ul>\n<li>Feature: added support for woocommerce jet wishlist</li>\n<li>Feature: did option to disable third party hooks in ajax</li>\n<li>Fix: click on link on sync didn\'t worked</li>\n<li>Fix: added some protections to nonce and to file manager zip exctract (securaty issues fix) </li>\n<li>Change: updated freemius sdk to 2.5.7 version.</li>\n</ul>\n\n<p>version 1.5.60 - 2023-04-30:</p>\n\n<ul>\n<li>Feature: added functionality to get cart number of products </li>\n<li>Fix: fixed link field settings for multisoure</li>\n<li>Fix: fixed some bugs with regular price in woocommerce widgets</li>\n<li>Fix: filters js file loaded in editor as well</li>\n<li>Fix: fixed some small php bug regarding \"pathBase\"</li>\n<li>Fix: fixed conditions in multiple select control</li>\n<li>Change: updated unite gallery version</li>\n<li>Change: disabled autoload in update_option for the catalog variable</li>\n</ul>\n\n<p>version 1.5.59: 2023-04-09</p>\n\n<ul>\n<li>Feature: added multiple select to condition attributes in widget editor</li>\n<li>Change: updated freemius sdk to the latest version</li>\n<li>Fix: fixed empty post meta fields in case that acf plugin is on</li>\n<li>Fix: fixed some bug with avoid duplicates option and filters in single grid</li>\n<li>Fix: made some corrections in case that post query show wrong init selected terms values</li>\n<li>Fix: the post carousel goes to random item after ajax refresh</li>\n<li>Fix: fixed jet engine custom fields integration</li>\n</ul>\n\n<p>version 1.5.58: 2023-03-26</p>\n\n<ul>\n<li>Feature: added dynamic popup functionality to multisource widgets</li>\n<li>Fix: fixed missing arguments in the_post action</li>\n<li>Fix: fixed some php multisource error</li>\n<li>Fix: fixed some product ajax search related issues</li>\n<li>Fix: fixed some small but with ajax refresh and sync</li>\n</ul>\n\n<p>version 1.5.57: 2023-03-20</p>\n\n<ul>\n<li>Feature: improved the multisource selectors</li>\n<li>Feature: added option to get image from post meta in post fields - widget editor</li>\n<li>Fix: added \"skins\" folder to unite gallery</li>\n<li>Fix: added more compatability to woo commerce grids with discounts plugins</li>\n<li>Fix: fixed same uc_id in dynamic templates</li>\n</ul>\n\n<p>version 1.5.56: 2023-03-13:</p>\n\n<ul>\n<li>Feature: added option authors by dynamic field in post query</li>\n<li>Feature: done some integration with flycart discounts</li>\n<li>Feature: added option to show post type and post type title in posts fields</li>\n<li>Feature: added option to add multiple values in multisource</li>\n<li>Fix: fixed get posts by terms meta field - add taxonomy</li>\n<li>Fix: fixed responsive css in dynamic loop</li>\n<li>Fix: fixed dynamic loop with jet engine acf fields</li>\n<li>Fix: fixed slider control units for vh, vx and % </li>\n<li>Fix: added \"before today\" for past year in date qury</li>\n<li>Change: the uc_id will not change now when page refresh</li>\n</ul>\n\n<p>version 1.5.55: 2023-02-23:</p>\n\n<ul>\n<li>Fix: fixed wpml integrate fields</li>\n<li>Fix: fixed some write file error, will not crash if happend</li>\n<li>Fix: fixed entrance animation js on popup</li>\n<li>Fix: fixed strip tags in intro from content</li>\n<li>Fix: fixed some php 8.1 issues</li>\n<li>Fix: fixed some post intro with html tags issues</li>\n<li>Change: do_action function is working now in free version</li>\n</ul>\n\n<p>version 1.5.54: 2023-02-15</p>\n\n<ul>\n<li>Change: added some define variable that indicate the under ajax search</li>\n<li>Change: added \"collect\", and \"output\" to schema types in content accordion widget for example</li>\n<li>Feature: added wpml auto translate integration</li>\n<li>Feature: added option to select \"all taxonomies\" in exclude terms in terms selection</li>\n<li>Feature: added option - only direct children to terms select include by</li>\n<li>Feature: added option to post select to get posts by terms from curent meta field</li>\n<li>Fix: preserve tags when truncate</li>\n<li>Fix: fixed load more with second meta add in post query</li>\n</ul>\n\n<p>version 1.5.53: 2023-02-07</p>\n\n<ul>\n<li>Fix: keep exclude terms in grid when filtering with \"override terms\" mode</li>\n<li>Fix: fixed get_terms() not found php error from 1.5.52 version</li>\n</ul>\n\n<p>version 1.5.52: 2023-02-06</p>\n\n<ul>\n<li>Change: done some protection agains infinite loops in templates</li>\n<li>Fix: fixed popup button type conditions</li>\n<li>Fix: fixed term meta fields in multisource</li>\n<li>Fix: fixed exclude term not found in post select</li>\n</ul>\n\n<p>version 1.5.51: 2023-01-31</p>\n\n<ul>\n<li>Feature: added version to js comment output</li>\n<li>Feature: connected the galleies to remote play / stop like the carousels</li>\n<li>Feature: added some error message when image size attribute is missing in multisource</li>\n<li>Feature: added dynamic popup special attribute type</li>\n<li>Fix: fixed title source and description source in multisource gallery for products.</li>\n<li>Fix: added supress filtres to ajax search query</li>\n</ul>\n\n<p>version 1.5.50: 2023-01-24</p>\n\n<ul>\n<li>Feature: added \"media\" to post types select in advanced post query</li>\n<li>Feature: improved the date time attribute</li>\n</ul>\n\n<p>version 1.5.49: 2023-01-23</p>\n\n<ul>\n<li>Fix: fixed some js optimization issues </li>\n<li>Fix: fixed filters related small js bug</li>\n</ul>\n\n<p>version 1.5.48: 2023-01-19</p>\n\n<ul>\n<li>Feature: added gallery to multisource</li>\n<li>Feature: added post type override selectin current post query options</li>\n<li>Fix: fixed remote play with carousel</li>\n<li>Fix: fixed some multisource and ajax related bugs</li>\n<li>Fix: fixed popular posts plugin integration multiple post types</li>\n<li>Fix: fixed background widgets some problematic attribute names</li>\n<li>Fix: fixed include terms by current post terms in some cases.</li>\n<li>Fix: fixed default url_assets value in multisoure</li>\n<li>Fix: fixed dark mode svg icons</li>\n</ul>\n\n<p>version 1.5.47: 2023-01-10</p>\n\n<ul>\n<li>Feature: added more units to slider attribute</li>\n<li>Feature: added \"any\" post type to post types select</li>\n<li>Feature: added include and exclude current post terms in terms selection</li>\n<li>Feature: added option to carousel - scroll to head - force</li>\n<li>Feature: allow import widgets with theme activate</li>\n<li>Fix: fixed dynamic template render css for dynamic popup</li>\n<li>Fix: fixed users list select by manual</li>\n</ul>\n\n<p>version 1.5.46: 2023-01-08</p>\n\n<ul>\n<li>Feature: set the items image size chooser work for certain image</li>\n<li>Feature: made option to put js script in saparate tags with id\'s for optimization plugins like wprocket</li>\n<li>Feature: enriched the uc_lang variable. now it\'s always showing the current language</li>\n<li>Feature: added user_login variable to the users list output</li>\n<li>Feature: has put the preview link always as a help link in widget edit panel.</li>\n<li>Change: updated the multisource that it works better with items images</li>\n<li>Change: allow html tags in post intro (excerpt) in widgets</li>\n<li>Fix: fixed filters with sync multiple grid issues</li>\n<li>Fix: fixed the exclude users list with similar names</li>\n</ul>\n\n<p>version 1.5.45: 2022-12-26</p>\n\n<ul>\n<li>Feature: added json decode filter to twig</li>\n<li>Feature: added catalog images from shortpixel for speed loading</li>\n<li>Feature: done multisource group setting</li>\n<li>Fix: fixed entrance animation on ajax refresh</li>\n<li>Fix: done sync pause / play between carousels</li>\n</ul>\n\n<p>version 1.5.44: 2022-12-19</p>\n\n<ul>\n<li>Change: updated freemius to the latest version</li>\n<li>Fix: fixed remote play / pause button</li>\n<li>Fix: fixed search filter unicode phrase</li>\n<li>Fix: fixed entrance animation appear on scroll</li>\n<li>Feature: added video gallery responsive options</li>\n<li>Fix: fixed some owl carousel size on init bug</li>\n<li>Fix: fixed js widgets under the dynamic grid template like flipbox</li>\n</ul>\n\n<p>version 1.5.43: 2022-12-04</p>\n\n<ul>\n<li>Feature: add settings output to dynamic grid fields debug</li>\n<li>Fix: fixed pods multiple image data</li>\n<li>Fix: fixed url terms in filter with dynamic grid</li>\n<li>Fix: fixed users and menu not found bug in front </li>\n<li>Change: updated twig engine to the latest version</li>\n</ul>\n\n<p>version 1.5.42: 2022-11-29</p>\n\n<ul>\n<li>Feature: added functionality for time ago in posts widgets</li>\n<li>Feature: added woo variables to woo fields - woo_price_withtax, woo_price_notax</li>\n<li>Feature: added option for term child filter role\n-optimization: reduced number of queries in post related widgets</li>\n</ul>\n\n<p>version 1.5.41: 2022-11-24</p>\n\n<p>-bug fix: fixed post select in post query</p>\n\n<p>version 1.5.40: 2022-11-23</p>\n\n<ul>\n<li>Feature: added integration to woocommerce multicourancy plugins</li>\n<li>Feature: made some integration with translate press plugin</li>\n<li>Feature: added select post and select term attribute</li>\n<li>Fix: fixed dynamic loop css backgrounds with containers</li>\n<li>Fix: fixed mousewheel event in the carousel</li>\n<li>Fix: fixed some rare php error with filters</li>\n</ul>\n\n<p>version 1.5.39: 2022-11-16</p>\n\n<ul>\n<li>Fix: fixed small bug with zip extract</li>\n<li>Update: updated black friday sale banners</li>\n</ul>\n\n<p>version 1.5.38: 2022-11-10</p>\n\n<ul>\n<li>Fix: fixed galleries default sizes with post filters</li>\n<li>Fix: fixed hidden option in select filter in safari browser</li>\n<li>Fix: fixed non ssl assets url</li>\n<li>Feature: added \"schema\" special attribute</li>\n<li>Fix: fixed false autoplay in carousel</li>\n</ul>\n\n<p>version 1.5.37: 2022-11-09</p>\n\n<ul>\n<li>Fix: fixed 1px glitch bug in the carousel, on 1 item (slide mode)</li>\n<li>Feature: prepared the filters to work with ajax search</li>\n</ul>\n\n<p>version 1.5.36: 2022-11-6</p>\n\n<ul>\n<li>Feature: added function that outputs items schema</li>\n<li>Feature: improved include by meta in posts selection, added option for multiple values</li>\n<li>Feature: added option to get current user with meta in twig</li>\n<li>Addition: validate number of post list attributes, allow only one when creating widget</li>\n<li>Fix: fixed count posts in post query summary</li>\n<li>Fix: fixed entrance animation blur type</li>\n<li>Fix: fixed avoid duplicates with random order while posts load more</li>\n<li>Fix: the timeout now reset after slide change in owl carousel</li>\n<li>Fix: fixed terms selection taxonomies with idetical post type title</li>\n<li>Fix: added protection against inifinite loop in putElementorTemplate twig function</li>\n<li>Fix: fixed acf field unaccessable in some cases with elementor pro 3.8</li>\n</ul>\n\n<p>version 1.5.35: 2022-10-24</p>\n\n<p>-Fix: fixed include by id\'s from dynamic field, and terms from dynamic field in post selection</p>\n\n<p>version 1.5.34: 2022-10-19</p>\n\n<ul>\n<li>Feature: added items image size attribute (special type)</li>\n<li>Fix: fixed show backgrounds in elementor editor</li>\n</ul>\n\n<p>version 1.5.33: 2022-10-15</p>\n\n<ul>\n<li>Fix: fixed avoid duplicates with filters</li>\n<li>Fix: fixed select dropdown filter js</li>\n<li>Feature: added avoid duplicates option to manual posts selection</li>\n</ul>\n\n<p>version 1.5.32: 2022-10-11</p>\n\n<ul>\n<li>Fix: fixed some ajax pagination issues</li>\n<li>Fix: fixed pagination widget appearance on archive ajax pages with filters</li>\n<li>Fix: added twig functionality to put product attributes text</li>\n<li>Fix: fixed export with images not worked in some cases</li>\n<li>Fix: made some protection with ezcache plugin integration and filtering</li>\n<li>Fix: fixed some small php bug with this month post selection</li>\n<li>Fix: fixed some visible and hidden filters collision</li>\n<li>Fix: fixed terms select in terms filter on history back click in filters</li>\n<li>Fix: set child filter always first unselected</li>\n<li>Fix: set option for the tabs filter to be unselected</li>\n<li><p>Fix: fixed the pagination numbers if exclude offset chosen</p></li>\n<li><p>Feature: added multiple taxonomy terms in term selection</p></li>\n<li>Feature: added query id in terms selection</li>\n<li>Feature: added functionality for next / prev post</li>\n</ul>\n\n<p>version 1.5.31: 2022-09-20</p>\n\n<ul>\n<li>Fix: fixed thumbs gallery</li>\n</ul>\n\n<p>version 1.5.30: 2022-09-18</p>\n\n<ul>\n<li>Fix: fixed multiple post filters and grid connection</li>\n<li>Fix: fixed various small php errors</li>\n<li>Fix: fixed wordpress popular posts integration small bug</li>\n<li>Feature: added terms from dynamic post selection option</li>\n<li>Feature: added option for limiting terms show in post list</li>\n<li>Change: updated once more unitegallery graphics, changed assets to svg</li>\n<li>Fix: fixed thumbnail gallery arrows</li>\n</ul>\n\n<p>version 1.5.29: 2022-09-08</p>\n\n<ul>\n<li>Fix: fixed a small issue with search page and load more</li>\n<li>Fix: fix vimeo videos stoppped playing bug</li>\n</ul>\n\n<p>version 1.5.28: 2022-09-06</p>\n\n<ul>\n<li>Feature: added support for the select filter</li>\n<li>Fix: fixed some small js bug with filters</li>\n<li>Fix: fixed some post filters related popup error</li>\n<li>Change: changed the way that galleries srolls by mouseover</li>\n</ul>\n\n<p>version 1.5.27: 2022-09-02</p>\n\n<ul>\n<li>Fix: fixed popular posts plugin integration</li>\n<li>Fix: removed some console logs in filter.js file</li>\n<li>Fix: fixed ajax pagination jump</li>\n<li>Fix: fixed unitegallery strict standards bugs</li>\n<li>Change: renamed field - \"use dynamic fields\" to \"use current post data\" in widget editor</li>\n<li>Change: updated freemius sdk to: 2.4.5</li>\n</ul>\n\n<p>version 1.5.26: 2022-08-17</p>\n\n<ul>\n<li>Feature: added debug to remote elements</li>\n<li>Fix: made some protection against wrong animation names in carousel</li>\n<li>Fix: added some small fixes to carousel and remote sync js libraries</li>\n<li>Fix: done a better find closest section in remote</li>\n<li>Fix: fixed not showing values in elementor editor post selectors</li>\n</ul>\n\n<p>version 1.5.25: 2022-08-11</p>\n\n<ul>\n<li>Feature: added option to set title field in items</li>\n<li>Fix: fixed some more lazy load related protections in galleries</li>\n<li>Fix: Fixed some Elementor 3.7 deprecation issues</li>\n</ul>\n\n<p>version 1.5.24: 2022-08-09</p>\n\n<ul>\n<li>Fix: fixed some Elementor 3.7 related js bug in editor</li>\n</ul>\n\n<p>version 1.5.23: 2022-08-05</p>\n\n<ul>\n<li>Feature: added date format to date meta field post selection</li>\n<li>Feature: added more units to padding and margin attribute</li>\n<li>Feature: added option to set selected tab number in tabs filter widget</li>\n<li>Fix: fixed some unitegallery strict related scripts</li>\n<li>Fix: fixed sequance entrance animation attribute</li>\n<li>Fix: fixed some text with pagination edit mode in elementor editor</li>\n<li>Fix: fixed ajax pagination didn\'t get back to first page</li>\n<li>Fix: fixed tabs filter and taxonomy terms in one page</li>\n<li>Change: prepare the right way dates should work in post list</li>\n</ul>\n\n<p>version 1.5.22: 2022-07-24:</p>\n\n<ul>\n<li>Feature: added option to connect to another parent in remote arrows</li>\n<li>Feature: added change url and back button in ajax filers behaviour</li>\n<li>Fix: fixed doubly plugin integration import bg widgets</li>\n<li>Fix: fixed remote next/prev directions in carousels</li>\n<li>Fix: added some more protection against infinite loops from post content processing</li>\n</ul>\n\n<p>version 1.5.21 2022-07-17:</p>\n\n<ul>\n<li>Feature: added docstart and docend template in widget js</li>\n<li>Change: end of birthday sale message update</li>\n<li>Change: added warning message in case of twig collision with other plugins</li>\n</ul>\n\n<p>version 1.5.20 2022-07-13:</p>\n\n<ul>\n<li>Feature: added more widget debug type - current post fields</li>\n<li>Feature: updated admin title on edit widget view</li>\n<li>Feature: added option to carousel: scroll to head</li>\n<li>Feature: added query data attributes into filtering grid</li>\n<li>Fix: fixed ajax pagination in some cases</li>\n<li>Fix: fixed small php bug with hover animations control</li>\n<li>Fix: fixed lity lightbox with vimeo autoplay</li>\n<li>Fix: fixed item index after shuffle</li>\n<li>Fix: fixed some seleted tab filters related issues</li>\n<li>Fix: fixed load more filter doubly ajax request in some cases</li>\n<li>Fix: fixed woo scedualed sale price output</li>\n<li>Fix: in filters replace url with pagination as well</li>\n<li>Fix: changed gallery arrows to svg</li>\n</ul>\n\n<p>version 1.5.19 2022-06-27:</p>\n\n<ul>\n<li>Feature: added max posts to current query</li>\n<li>Fix: fixed controls conditions for elementor template control</li>\n<li>Feature: added more fields to dynamic grid loop (was only title)</li>\n<li>Change: added birthday sale banner and text</li>\n</ul>\n\n<p>version 1.5.17 2022-06-21:</p>\n\n<ul>\n<li>Change: updated fancybox version</li>\n<li>Fix: Fixed bug with ajax load more and ajax pagination</li>\n</ul>\n\n<p>version 1.5.17 2022-06-09:</p>\n\n<ul>\n<li>Feature: fixed entrance animation attribute</li>\n<li>Fix: fixed uc_inside_editor variable inside background widget</li>\n<li>Fix: fixed empty default value of radio boolean control</li>\n<li>Fix: fixed double filtering issues in archive pages</li>\n</ul>\n\n<p>version 1.5.16: 2022-05-31</p>\n\n<ul>\n<li>Fix: fixed double plugin versions in pro version</li>\n<li>Fix: fixed 1 size gap in one item owl carousel</li>\n<li>Fix: fixed the dissapearing options bug in mobile</li>\n</ul>\n\n<p>version 1.5.15: 2022-05-30</p>\n\n<ul>\n<li>Change: set cache folder inside wp-uploads</li>\n<li>Feature: added option to get terms last level only - for post list / grid</li>\n<li>Feature: added twig function - get_current_user</li>\n<li>Feature: disabled right click on html5 galleries (unite gallery)</li>\n<li>Fix: the image and video repeater was missing default items</li>\n<li>Fix: fixed load more and filters on a search page</li>\n<li>Fix: fixed carousel stage padding issues</li>\n<li>Fix: fixed carousel 1 item one pixel issues</li>\n<li>Fix: fixed default values in responsive selectors</li>\n</ul>\n\n<p>version 1.5.14: 2022-05-24</p>\n\n<ul>\n<li>Fix: fixed responsive default values with selectors in number and dropdown and slider controls</li>\n<li>Fix: fixed a bug in run_code_once functionality</li>\n</ul>\n\n<p>version 1.5.13: 2022-05-23</p>\n\n<ul>\n<li>Feature: added integration with \"sticky posts switch\" plugin</li>\n<li><p>Feature: added special attribute type - entrance animation</p></li>\n<li><p>Fix: fixed sync bug between two similar elements</p></li>\n<li>Fix: fixed filters loading with wp-rocket lazy load scripts</li>\n<li>Fix: fixed put_hide_ids_css function small bug</li>\n<li>Fix: fixed fetch 2 and more widgets within one section for filtering</li>\n<li>Fix: fixed slider control js empty output bug</li>\n<li>Fix: fixed gallery title as number js bug</li>\n<li>Fix: fixed gallery images from meta fields source as array </li>\n</ul>\n\n<p>version 1.5.12: 2022-05-08</p>\n\n<ul>\n<li>Feature: added integration for wpml media change</li>\n<li>Feature: bug fix: fixed hover animations setting don\'t work on front in some cases</li>\n<li>Feature: in post selection by date added options for \"future from today\", and \"future from tomorrow\".</li>\n<li>Feature: added new function: \"put_hide_ids_css\" to hide some css comma saparated id\'s from css tab.</li>\n<li>Feature: added support for ajax refresh for multiple synced grids together</li>\n<li>Feature: added option to test instagram data</li>\n<li><p>Feature: added phpinfo view in settings - troubleshooting</p></li>\n<li><p>Fix: fixed blank window opened by a link</p></li>\n<li>Fix: fixed acf boolean value present</li>\n<li>Fix: fixed another gallery related lazy load issues</li>\n</ul>\n\n<p>version 1.5.11: 2022-04-13</p>\n\n<ul>\n<li>Feature: made option to put elementor post_content inside post widget if the post made by elementor</li>\n<li>Feature: added additional fields to getPostAuthor function like avatar url and author meta</li>\n<li>Feature: show the \"no posts\" message with filters in post list / grid</li>\n<li>Feature: add background location (back/front) to background widgets</li>\n<li>Feature: done option to get post parent with the posts in posts selection</li>\n<li>Fix: set prices display in woocommerce widgets including tax</li>\n<li>Fix: fixed editor js files didn\'t loaded bug</li>\n<li>Fix: fixed css output with dynamic template and inline css mode</li>\n<li>Fix: fixed the ajax pagination that now works with post based gallery widget</li>\n<li>Fix: fixed filters scripts loading before jquery in js</li>\n<li>Fix: allow to select empty terms in term selection control</li>\n<li>Change: set default values of responsive number / slider / dropdown controls to desktop default values</li>\n</ul>\n\n<p>version 1.5.10: 2022-04-04</p>\n\n<ul>\n<li>Fix: fixed title and description source in gallery source selection</li>\n<li>Fix: fixed the dropdown attribute php filter for elementor</li>\n<li>Feature: added \"menu_id\" for various uses as menu attribute output</li>\n<li>Feature: added option for side offset in owl carousel</li>\n<li>Feature: added option for second items html refresh in ajax filters</li>\n</ul>\n\n<p>version 1.5.9: 2022-03-27</p>\n\n<ul>\n<li>Fix: fixed simple meta output for post list</li>\n<li>Feature: made dynamic grid work with filters</li>\n<li>Feature: the background widgets works for the new container objects as well</li>\n<li>Feature: added include by another meta field in post query</li>\n</ul>\n\n<p>version 1.5.8: 2022-03-23</p>\n\n<ul>\n<li>Feature: set special behaviour for more then one filters on the page</li>\n<li>Feature: added option to load video item from posts in a gallery</li>\n<li>Change: set up galleries common default items</li>\n<li>Fix: fixed unclosable gallery lightbox with youtube videos</li>\n<li>Fix: fixed elementor 3.6.0 compatability</li>\n</ul>\n\n<p>version 1.5.7: 2022-03-17</p>\n\n<ul>\n<li>Feature: added option to modify dropdown items in php\nFix: fixed gallery default items preview and init\nFix: fixed remote counter js error</li>\n</ul>\n\n<p>version 1.5.6 = 2022-03-15:</p>\n\n<p>Fix: fixed dissapearing items in remote related widgets</p>\n\n<p>version 1.5.5 = 2022-03-15:</p>\n\n<ul>\n<li>Feature: added woocommerce sorting options in posts selection by number of sales and rating</li>\n<li>Feature: added option to get related products on checkout page</li>\n<li>Feature: done manual posts and terms selections sort by drag and drop</li>\n<li>Feature: done option to custom refresh filters html (for carousels, galleries etc)</li>\n<li>Feature: made the attributes dialog support multi controls</li>\n<li>Feature: prepared the galleries and dynamic loops to use filters and load more\nFix: fixed query debug in manual posts selection\nFix: fix: fixed posts_per_page in manual posts selection\nFix: fix: fixed jquery include for remote widgets</li>\n</ul>\n\n<p>version 1.5.4 = 2022-03-06:</p>\n\n<ul>\n<li>Feature: added roles to post filter: single, main and child</li>\n<li>Feature: added option \"placeholder\" and \"disable dynamic\" for text field control</li>\n<li>Feature: added option for debug meta fields in post list, post grid</li>\n<li>Fix: fixed some pagination widget buttons related issues</li>\n<li>Fix: fixed non clickable items in some widgets</li>\n<li>Fix: fixed put_items(0) - first item output in twig</li>\n</ul>\n\n<p>version 1.5.3 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: added functionality to put image inside taxonomy terms widget</li>\n<li>Fix: fixed load more on archive page with orderby=xxx filter in url</li>\n<li>Fix: made support for woocommerce special order by in load more</li>\n<li>Change: updated freemius sdk to 2.4.3 version (Security fix)</li>\n</ul>\n\n<p>version 1.5.2 = 2022-02-23:</p>\n\n<ul>\n<li>Feature: set up remote and sync functionality for the galleries</li>\n<li>Fix: fixed load more for current query posts</li>\n<li>Fix: fixed background js based widgets with elementor popups</li>\n<li>Fix: fixed unitegallery unclosed tag issue</li>\n<li>Fix: fixed replace mode in tabs filters</li>\n</ul>\n\n<p>version 1.5.1 = 2022-02-21:</p>\n\n<ul>\n<li>Feature: improved post pagination debug and added force options</li>\n<li>Feature: added code for the button filters</li>\n<li>Feature: added option to shuffle owl carousel</li>\n<li>Feature: added option for general \"shuffle\" in items</li>\n<li>Feature: made option for text modify, and get the current page url and current page title</li>\n<li>Feature: get feature image of a product from a first gallery image if featured image not exists</li>\n<li>Feature: added function \"one_random\" and \"first\" to get_items twig function</li>\n<li>Feature: added support for jet listing item</li>\n<li>Change: changed the \"choose template\" setting text to attirbute title</li>\n<li>Fix: fixed load more if offset turned on in the grid</li>\n<li>Fix: fixed link control attributes parsing</li>\n<li>Fix: fixed sync general api related bugs in elementor editor</li>\n</ul>\n\n<p>version 1.5.0 = 2022-02-02:</p>\n\n<ul>\n<li>Feature: added tabs in items controls</li>\n<li>Feature: added functionality for ajax taxonomies terms filter</li>\n<li>Feature: added some accessability to owl carousel buttons</li>\n</ul>\n\n<p>version 1.4.99: 2022-01-27:</p>\n\n<ul>\n<li>Feature: added option for disable content filtering in general settings->troubleshooting</li>\n<li>Feature: added taxonomies in widget debug output</li>\n<li>Fix: fixed some gallery lazy load related js bugs</li>\n</ul>\n\n<p>version 1.4.98: 2022-01-14:</p>\n\n<ul>\n<li>Feature: modified remote general js api to fit more types of widgets</li>\n<li>Feature: added support for put meta field in post list</li>\n<li>Fix: fixed some small php notices output in post query</li>\n</ul>\n\n<p>version 1.4.97 = 2022-01-06:</p>\n\n<ul>\n<li>Feature: add code base for the taxonomy filter</li>\n<li>Feature: added option to highlight all carousel items</li>\n<li>Feature: added active class to new owl carousel</li>\n<li>Feature: added scroll on click functionality to new owl carousel</li>\n<li>Fix: added support for acf fields styles in dynamic grid</li>\n<li>Fix: fixed some wp-rocket and filters related bug</li>\n</ul>\n\n<p>version 1.4.96 = 2021-12-29:</p>\n\n<ul>\n<li>Feature: use yoast main category feature to determine post main category</li>\n<li>Feature: added get woocommerce product gallery functionality to twig</li>\n<li>Feature: added support for multiple attribute conditoins values</li>\n<li>Feature: added menu order in advanced widget debug type</li>\n<li>Feature: added WooCommerce endpoints links code to twig</li>\n<li>Feature: added option to disable font awesome in general settings</li>\n<li>Fix: fixed some filters related issue</li>\n<li>Fix: added custom attributes to link attributes output</li>\n</ul>\n\n<p>version 1.4.95 = 2021-12-16:</p>\n\n<p>*Fix: fixed db table not found php bug in some cases</p>\n\n<p>version 1.4.94 = 2021-12-14:</p>\n\n<ul>\n<li>Feature: made posible multiple includes condition values per assets</li>\n<li>Feature: added meta value2 and meta value3 in include by meta value post selection</li>\n<li>Feature: added error notice if no api connectivity</li>\n<li>Feature: added attributes section conditions</li>\n<li>Feature: prepared code base for the new galleries</li>\n<li>Fix: fixed some small pagination related bug</li>\n<li>Fix: fixed remote connection parent detection in some cases</li>\n<li>Fix: added content filtering by filter widget_text_content for all the embed and other content modifications</li>\n<li>Fix: fixed edit defaulsin widget settings</li>\n<li>Fix: fixed some polylang issues with the template in dynamic template widgets</li>\n<li>Fix: [security] remove the \"duplicate layout\" functionality (not used in the plugin) that had some security issues </li>\n</ul>\n\n<p>version 1.4.93 = 2021-12-03:</p>\n\n<ul>\n<li>Fix: fixed some connected widgets bugs when there is many of them in the page</li>\n<li>Change: removed the black friday sale banner</li>\n<li>Feature: added general remote API for various widgets connections</li>\n<li>Feature: add some code base for the new gallery output</li>\n</ul>\n\n<p>version 1.4.92 = 2021-11-24:</p>\n\n<ul>\n<li>Fix: fixed similar post content in post list</li>\n<li>Change: saparated remote and sync options in connected widgets settings</li>\n</ul>\n\n<p>version 1.4.91 = 2021-11-23:</p>\n\n<ul>\n<li>Fix: fixed the wrong post intro in editor mode</li>\n</ul>\n\n<p>version 1.4.90 = 2021-11-22:</p>\n\n<ul>\n<li>Addition: added black friday banner discount banner and link</li>\n<li>Change: improved \"sync widgets\" editor experience</li>\n<li>Fix: fixed depricated \"post\" attribute bug</li>\n<li>Fix: modified zip extracting error messages</li>\n</ul>\n\n<p>version 1.4.89 = 2021-11-17:</p>\n\n<ul>\n<li>Feature: done the functionality for sync widgets</li>\n<li>Feature: done the functionality remote widgets</li>\n<li>Fix: fixed error message on remote widgets</li>\n<li>Fix: fixed css in post content in editor</li>\n<li>Fix: use better strip tags for post intro</li>\n</ul>\n\n<p>version 1.4.88 = 2021-11-08:</p>\n\n<ul>\n<li>Fix: fixed gutenberg support in widgets</li>\n<li>Fix: fixed all the pagination issues in archive page</li>\n</ul>\n\n<p>version 1.4.86 = 2021-11-01:</p>\n\n<ul>\n<li>Fix: fixed some load more last issues</li>\n<li>Feature: added code for taxonomy terms filter</li>\n<li>Feature: added code for checkbox filter</li>\n</ul>\n\n<p>version 1.4.86 = 2021-10-29:</p>\n\n<ul>\n<li>Feature: improved current query debug - full type</li>\n<li>Feature: added dropdown responsive placeholders</li>\n<li><p>Feature: added radio boolean attribute responsive controls</p></li>\n<li><p>Fix: fixed controls tabs functionality</p></li>\n<li>Fix: fixed load more custom image bug</li>\n<li>Fix: fixed double load more in a page mishmash bug</li>\n<li>Fix: fixed all load more issues</li>\n</ul>\n\n<p>version 1.4.85 = 2021-10-13:</p>\n\n<p>-bug fix: small bug fix - headers sent bug</p>\n\n<p>version 1.4.84 = 2021-10-13:</p>\n\n<ul>\n<li>Feature: added taxonomy terms full query debug option</li>\n<li>Feature: improved full debug type in posts query</li>\n<li>Feature: added items support in editor->background switcher</li>\n<li>Feature: added support for remote controls</li>\n<li>Feature: functionality to posts load more</li>\n<li>Feature: added second condition</li>\n<li>Feature: added tabs functionality to attributes</li>\n<li>Addition: added %,px to slider units</li>\n<li>Fix: fixed avoid duplicates related bug</li>\n<li>Fix: fixed conflicting wordpress codemirror script</li>\n<li>Fix: fixed post selection values init from editor</li>\n<li>Fix: fixed pagination on front page</li>\n<li>Fix: fixed some polylang related bugs</li>\n</ul>\n\n<p>version 1.4.83 = 2021-09-22:</p>\n\n<ul>\n<li>Fix: fixed styles mishmash inside elementor editor navigator</li>\n<li>Fix: fixed dissapearing carousels after refresh bug</li>\n<li>Fix: fixed dynamic grid pagination not changed</li>\n</ul>\n\n<p>version 1.4.82 = 2021-09-20:</p>\n\n<ul>\n<li>Feature: added troubleshooting setting - show php error message</li>\n<li>Feature: added px, vh, % options for slider attribute</li>\n<li>Feature: added dynamic group attributes for galleries, including image and video</li>\n<li>Feature: added option to convert one date string to another with ucdate filter</li>\n<li>Feature: added option to use items in background widgets</li>\n<li>Feature: added ucfunc(\"set\") and ucfunc(\"get\") functions in twig for remember and retrieve variables</li>\n<li>Feature: added include by option: \"children of current term\" to category selection options</li>\n<li>Feature: added option to pull woo product variations in twig</li>\n<li>Feature: added placeholder: link_withprefix, link_noprefix for link attribute</li>\n<li>Fix: fixed error when exists dynamic link in dynamic loop widgets</li>\n<li>Fix: enabled pagination in a single type in dynamic template grid</li>\n<li>Fix: the \"not equal\" attributes condition now works</li>\n<li>Fix: fixed not editable empty dropdown attribute in widget editor</li>\n<li>Fix: fixed mb_string absence php bug</li>\n<li>Fix: fixed heading attribute label</li>\n<li>Fix: fixed responsive elementor controls in widget items</li>\n</ul>\n\n<p>version 1.4.81 = 2021-08-17:</p>\n\n<ul>\n<li>Feature: added json select (lottie) for image attribute type </li>\n<li>Feature: made option for ajax in widgets with post list attribute</li>\n<li>Feature: made the ajax pagination work with pagination widget</li>\n<li>Feature: added dynamic options for number and slider attribute types</li>\n<li>Feature: added new owl carousel sources in assets chooser</li>\n<li>Feature: added heading attribute</li>\n<li>Change: added more types of debug for pagination widget</li>\n<li>Change: changed widget icons chooser for elementor icon instead of font awesome icon</li>\n<li>Fix: fixed import with template button dissapear in the new bar</li>\n<li>Fix: fixed widgets icons</li>\n</ul>\n\n<p>version 1.4.80 = 2021-08-09:</p>\n\n<ul>\n<li>Feature: added option to change items section label</li>\n<li>Feature: added js snippet with code that works in elementor popup</li>\n<li>Feature: added option to add {current_user_id} keyword in post meta query</li>\n<li>Feature: added option for block label inside each attribute</li>\n<li>Feature: added heading text option for items section</li>\n<li>Feature: added extra fields to image base gallery options</li>\n<li>Feature: added php filter option for variable</li>\n<li>Feature: added twig functions \"get_post_term\" and \"is_post_has_term\". The examples visible when you click on item.posts.putPostTerm placeholder</li>\n<li>Fix: fixed some test widgets output relate bugs</li>\n<li>Fix: conditions settings was not affected typography controls</li>\n<li>Fix: fixed template dynamic background image didn\'t displayed bug in dynamic loops</li>\n<li>Change: added some instructions for api connectivity test in general settings - troubleshooting</li>\n</ul>\n\n<p>version 1.4.79 = 2021-07-13</p>\n\n<ul>\n<li>Fix: fixed scripts output in preview widget page</li>\n</ul>\n\n<p>version 1.4.78 = 2021-07-12</p>\n\n<ul>\n<li>Change: added birthday sale promotions</li>\n<li>Feature: added woo commerce products to dynamic loop items source</li>\n</ul>\n\n<p>version 1.4.77 = 2021-07-07</p>\n\n<ul>\n<li>Fix: fixd the is_ajax() error function from the admin area</li>\n</ul>\n\n<p>version 1.4.76 = 2021-07-07</p>\n\n<ul>\n<li>Feature: added option to show post last modified date</li>\n<li>Feature: added function: get_from_sql in widget editor that allow to pull any custom records from DB</li>\n<li>Feature: added function: run_code_once in widget editor, that allow to run the code only once. Good for many similar widgets on the same page</li>\n<li>Feature: added option for load widget js as module</li>\n<li>Fix: fixed no key_thumb field in images inside widget</li>\n<li>Fix: fixed no condition in image sizes widget setting</li>\n<li>Fix: fixed javascript based backgrounds</li>\n<li>Fix: fixed brocken svg icon on catalog widget box in some of the cases</li>\n<li>Fix: fixed collision with rankmath in ajax actions</li>\n<li>Change: added some max length for a widget category, now it\'s 60</li>\n</ul>\n\n<p>version 1.4.75 = 2021-06-21</p>\n\n<ul>\n<li>Feature: added category image to products list</li>\n<li>Feature: added option to include as module widget js include</li>\n<li>Feature: added option to write custom handle to widget js and css include</li>\n<li>Feature: added options - avoid duplicate posts to post query exclude</li>\n<li>Feature: added option to include or exclude posts by dynamic field to posts selection</li>\n<li>Feature: added option to include or exclude posts by logged in user, in posts selection</li>\n<li>Fix: fixed background widget condition functionality</li>\n<li>Fix: changed template picker to simple select2 list</li>\n</ul>\n\n<p>version 1.4.74 = 2021-06-02</p>\n\n<ul>\n<li>Feature: added function put_date_range to twig functions. good for events widgets</li>\n<li>Feature: added integration with google map</li>\n<li>Feature: added function: \"run_code_once\" for twig</li>\n<li>Feature: added grouped options for the gallery</li>\n<li>Feature: added option to get posts by date from custom ACF field</li>\n<li>Feature: added gallery settings options for dynamic settings attribute</li>\n<li>Feature: added pagination to dynamic loop</li>\n<li>Change: improved dynamic settings attribute</li>\n</ul>\n\n<p>version 1.4.73 = 2021-05-20</p>\n\n<ul>\n<li>Feature: added twig function: \"put_attributes_json\" that available in js tab in widget editor</li>\n<li>Feature: added constant - uc_inside_editor - for distinquish between editor and site front</li>\n<li>Feature: added multiple select attribute</li>\n<li>Feature: added listing attribute support</li>\n<li>Fix: fixed \"request too long\" message on a widget preview - shortened preview url</li>\n<li>Fix: fixed several bugs with condition field in widgets editor</li>\n<li>Fix: fixed hidden image size select on item attributes</li>\n<li>Fix: fixed acf group field output</li>\n<li>Fix: fixed elementor template in items, changed to specific function</li>\n</ul>\n\n<p>version 1.4.72 = 2021-05-02</p>\n\n<ul>\n<li>Feature: added rating stars helper placeholder for woocommerce</li>\n<li>Feature: added option to include js file after elementor-frontend</li>\n<li>Fix: fixed new typography deprecation message</li>\n</ul>\n\n<p>version 1.4.71 = 2021-04-22</p>\n\n<ul>\n<li>Feature: added option to take post id\'s from php function in post selection</li>\n<li>Feature: added option for get posts by meta field that located in current or different post</li>\n<li>Feature: added twig filter: wc_price for native price filtering</li>\n<li>Feature: added post terms titles to post data debug</li>\n<li>Change: added option for woocommerce categories in terms selection</li>\n<li>Fix: fixed price issues in woocommerce related grids</li>\n<li>Fix: fixed include and exclude terms mismatch with nested tax query</li>\n<li>Fix: fixed pagination on search pages</li>\n</ul>\n\n<p>version 1.4.70 = 2021-04-14</p>\n\n<ul>\n<li>Feature: added show widget data debug options</li>\n<li>Feature: added option for filter post by post meta</li>\n<li>Feature: added option for simple condition for attributes</li>\n<li>Feature: added integration with wordpress popular post plugin for most viewed posts selection</li>\n<li>Feature: added post list variables for data debug</li>\n<li>Feature: added image sizes selector for post list</li>\n<li>Feature: get thumbnailID from content in case that it\'s missing in post</li>\n<li>Fix: when bulk moving attribute it now always goes to general category</li>\n<li>Fix: fixed filter posts by status</li>\n<li>Fix: fixed instagram media albom</li>\n</ul>\n\n<p>version 1.4.69 = 2021-04-04</p>\n\n<ul>\n<li>Feature: added extra query debug options for custom post types selector</li>\n<li>Feature: added choose image size select option to image attribute</li>\n<li>Feature: added \"image_attributes\" placeholder for image output in widget editor</li>\n<li>Change: added default values select to hover animations attribute</li>\n<li>Change: changed button \"add to cart\" to \"select options\" for variable products in woocommerce list widgets</li>\n<li>Fix: fixed border radius attribute from width to radius</li>\n<li>Fix: added missing thumb sizes for image select</li>\n</ul>\n\n<p>version 1.4.68 = 2021-03-22</p>\n\n<ul>\n<li>Feature: added include recently viewed products in woocommerce</li>\n<li>Feature: added option for default max posts in post selector</li>\n<li>Feature: added attribute type: Border Dimensions</li>\n<li>Feature: added attribute type: CSS Filters</li>\n<li>Feature: added attribute type: Hover Animations</li>\n<li>Fix: removed max posts from archive type post query selection, because has no control over pagination.</li>\n<li>Fix: fixed bug when instagram video images didn\'t show up</li>\n</ul>\n\n<p>version 1.4.67 = 2021-03-12</p>\n\n<ul>\n<li>Feature: added api connectivity to troubleshooting section</li>\n<li>Feature: added options in terms selection fields</li>\n<li><p>Feature: added order by meta key for woo categories select</p></li>\n<li><p>Fix: fixed woo product price format for decimal prices</p></li>\n<li>Fix: fixed context menu cut from bottom inside the widgets manager</li>\n<li>Fix: fixed show item data in widgets items repeater</li>\n<li>Fix: fixed float to round in woocommerce discount percents</li>\n</ul>\n\n<p>version 1.4.66 = 2021-02-18</p>\n\n<ul>\n<li>Feature: added \"box shadow\" attribute type</li>\n<li>Feature: added url_posts and num_posts to users output</li>\n<li>Feature: added option for selector 2 and selector 3 in several attributes</li>\n<li>Feature: added copy / paste attributes sections in widget editor</li>\n<li>Feature: added option for get default object to getListingItemData function</li>\n<li>Feature: added support for wpml site language inside a widget</li>\n<li>Feature: added acf image and thumbnails widths and heights to placeholders list</li>\n<li>Fix: load js include file in editor even if no js code</li>\n<li>Fix: fixed some php notice with exclude terms posts selection</li>\n<li>Fix: fixed small bug in getListingItemData function with no object returned</li>\n<li>Fix: fixed post selection manual select no posts shown at init</li>\n<li>Fix: fixed bug when private posts not fetched on manual posts selection</li>\n<li>Change: updated codemirror to latest version, added code search feature</li>\n<li>Change: updated freemius sdk to 2.4.2</li>\n</ul>\n\n<p>version 1.4.65 = 2021-02-03</p>\n\n<ul>\n<li>Feature: added option to fetch custom meta fields in users list</li>\n<li>Feature: added function to twig: getByPHPFunction()</li>\n<li>Feature: added function to twig: getUserMeta()</li>\n<li>Feature: added function to twig: getListingItemData() - working inside any plugin listing</li>\n<li>Fix: fixed php sanitize array bug</li>\n<li>Fix: fixed post type in related posts post selection</li>\n</ul>\n\n<p>version 1.4.64 = 2021-02-02</p>\n\n<ul>\n<li>Change: moved \"edit widget html\" button to advanced section in general tab</li>\n<li>Feature: added option to exclude products on sale in products query section in widget settings</li>\n<li>Feature: added option to exclude specific posts in post selection widget settings</li>\n<li>Feature: added woocommerce related products select in post selection</li>\n<li>Feature: added include/exclude posts by author in widget posts selection</li>\n<li>Feature: added include/exclude posts by date in widget posts selection</li>\n<li>Feature: added date/time picker to widget attributes types</li>\n<li>Feature: added post status to widget posts selection</li>\n<li>Feature: added offset setting to widget posts selection</li>\n<li>Feature: added author url and author post count to users fields</li>\n<li>Feature: added max number of users to user selection attribute</li>\n<li>Feature: added \"elementor template\" attribute</li>\n<li>Fix: fixed small php bug in post selection control</li>\n<li>Fix: fixed js bug in items repeater</li>\n<li>Fix: fixed exclude role not worked in user selection attribute</li>\n<li>Fix: fixed get products on sale selection with variations</li>\n</ul>\n\n<p>version 1.4.63 = 2021-01-26</p>\n\n<ul>\n<li>Feature: added acf link array and attributes</li>\n<li>Feature: added ordering features to post selection related and manual</li>\n<li>Feature: added option for showing only sticky posts</li>\n<li>Feature: added exclude by term setting in widget post selection</li>\n<li>Change: moved debug data from advaned to general folder in elementor widget settings</li>\n<li>Fix: fixed woo commerce prices number format</li>\n<li>Fix: fixed refresh posts on \"post query\" section open in widget post settings</li>\n<li>Fix: fixed manual posts selection default order</li>\n</ul>\n\n<p>version 1.4.62 = 2021-01-21</p>\n\n<ul>\n<li>Feature: added text shadow field</li>\n<li>Feature: added \"manual selection\" in posts query</li>\n<li>Feature: added compatability tag</li>\n<li>Fix: fixed image size thumb name with \"-\" sign inside</li>\n<li>Fix: fixed some php warning related to array to string conversion, happening in php 8</li>\n<li>Change: show woo commerce placeholders if selected \"for woocommerce products\" checkbox in post list attribute</li>\n<li>Change: improved woo category output placeholder help, added getTermCustomFields function</li>\n</ul>\n\n<p>version 1.4.61 = 2021-01-14</p>\n\n<ul>\n<li>Feature: added max posts and order by options to current query posts selection</li>\n<li>Feature: added manual selection for woocommerce categories select</li>\n<li>Feature: added selector and responsive to drop down attribute in widget builder</li>\n<li>Change: changed buy pro version link from the catalog widgets to inside of the plugin</li>\n<li>Fix: fixed adding widgets to a db table that is not auto incriment</li>\n<li>Fix: fixed svg preview from widget builder interface</li>\n<li>Fix: fixed manual memory check when registering widgets</li>\n</ul>\n\n<p>version 1.4.60 = 2020-12-30</p>\n\n<ul>\n<li>Feature: added option for third party integration for woocommerce grid</li>\n<li>Feature: added integration for \"advanced labels for woocommerce\" plugin</li>\n<li>Feature: added view file button in assets manager</li>\n<li>Feature: added svg icon option together with font icon for elementor panel widget box</li>\n<li>Feature: added preview image on mouseover inside elementor panel widget box</li>\n<li><p>Feature: added option for disabling \"edit widget html\" from widget settings</p></li>\n<li><p>Fix: fixed empty settings when there are gallery item setting only</p></li>\n<li>Fix: added \"no settings\" heading in case that no attributes in the widget</li>\n<li>Fix: fixed some php warnings for php 8.0</li>\n</ul>\n\n<p>version 1.4.59 = 2020-12-17</p>\n\n<ul>\n<li>Fix: fixed import template redirect</li>\n<li>Feature: added option to include sticky posts for post query</li>\n<li>Feature: added post pagination for single page</li>\n<li>Feature: added number of items for instagram widget</li>\n<li>Feature: added background image to background attribute</li>\n</ul>\n\n<p>version 1.4.58 - 2020-12-07</p>\n\n<ul>\n<li>Feature: make the plugin translatable for wordpress.org</li>\n</ul>\n\n<p>version 1.4.57 - 2020-12-07</p>\n\n<ul>\n<li>Feature: done post pagination widget for archive posts</li>\n<li>Feature: added option to truncate the post list</li>\n<li>Fix: fixed show debug query on current post query</li>\n</ul>\n\n<p>version 1.4.56 - 2020-11-30</p>\n\n<ul>\n<li>Update: relesed cyber monday deal admin notice</li>\n</ul>\n\n<p>version 1.4.55 - 2020-11-26</p>\n\n<ul>\n<li>Feature: added option to sort by sale price</li>\n<li>Feature: added option to debug query</li>\n<li>Feature: added option debug widget data</li>\n<li>Feature: added option to filter posts with child categories</li>\n<li><p>Feature: added option to include only products on sale</p></li>\n<li><p>Fix: fixed no widget shown in some cases</p></li>\n<li>Fix: fixed woocommerce prices placeholders prefix</li>\n</ul>\n\n<p>version 1.4.54 - 2020-11-13 =</p>\n\n<ul>\n<li>Update: updated freemius sdk to newest version</li>\n<li>Fix: fixed comma saparated selector</li>\n</ul>\n\n<p>version 1.4.53 - 2020-11-09 =</p>\n\n<ul>\n<li>Feature: added background widgets and section backgrounds</li>\n<li>Change: removed global colors from template export</li>\n<li>Fix: fixed bug with regular and sale price in woocommerce</li>\n</ul>\n\n<p>version 1.4.52 - 2020-11-06 =</p>\n\n<p>Fix: fixed bug with regular and sale price in woocommerce</p>\n\n<p>version 1.4.51 - 2020-11-04 =</p>\n\n<ul>\n<li>Feature: added svg output in icon library attribute</li>\n<li>Feature: added woocommerce checkbox to post list</li>\n<li>Feature: added product out of stock filter for product selection</li>\n<li>Feature: added discount_percent field in post list attribute woocommerce product type</li>\n<li>Feature: added woocommerce post list order by price option</li>\n<li>Fix: fixed woocommerce category in post list attribute</li>\n</ul>\n\n<p>version 1.4.50 - 2020-10-21 =</p>\n\n<ul>\n<li>Fix: removed display errors setting</li>\n</ul>\n\n<p>version 1.4.49 - 2020-10-12 =</p>\n\n<ul>\n<li>Fix: fixed small bug with non existing controls</li>\n<li>Fix: fixed general settings error when turning off plugin</li>\n</ul>\n\n<p>version 1.4.48 - 2020-10-12 =</p>\n\n<p>*Feature: added border attribute\n*Fix: page break in some versions of elementor\n*Fix: fixed bulk move attributes with categories\n*Fix: fixed default items image field not match</p>\n\n<p>version 1.4.47 - 2020-10-08 =</p>\n\n<ul>\n<li>Update: remove russian translation</li>\n<li>Feature: added function: get_items for twig</li>\n<li>Fix: fixed switch content and style tab</li>\n<li>Fix: fixed slider control tablet/mobile default value</li>\n<li>Fix: fixed non ordered widget categories</li>\n</ul>\n\n<p>version 1.4.46 - 2020-10-04 =</p>\n\n<ul>\n<li>Feature: added function put_items_json for js items output</li>\n<li>Fix: returned widgets from uncategorized category</li>\n</ul>\n\n<p>version 1.4.45 - 2020-10-04 =</p>\n\n<ul>\n<li>Fix: fixed template import with custom widgets</li>\n</ul>\n\n<p>version 1.4.44 - 2020-10-03 =</p>\n\n<ul>\n<li>Feature: added flexible content type attribute</li>\n<li>Optimize: reduced the number of db queries, dramatically increased load speed</li>\n</ul>\n\n<p>version 1.4.43 - 2020-09-22 =</p>\n\n<ul>\n<li>Feature: added option to group attributes into sections</li>\n<li>Feature: done instagram access token auto renew</li>\n<li>Feature: added \"selector\" to color picker attribute</li>\n<li>Fix: improved consolidate widgets option protection</li>\n<li>Fix: fixed select default widget images</li>\n<li>Fix: fixed default items in gallery item (image base fields)</li>\n<li>Fix: fixed image display in default item selector</li>\n<li>Fix: global colors was absent from color selection</li>\n</ul>\n\n<p>version 1.4.42 - 2020-08-06 =</p>\n\n<ul>\n<li>Feature: added option to get grouped woocomerce products</li>\n<li>Feature: added instagram connect to official API</li>\n<li>Feature: added function: getUserData(), added into \"twig code examples\" panel</li>\n<li>Feature: added \"printVar\" and \"showDebug\" functions \"twig code examples\" panel</li>\n<li>Feature: done \"login with instagram\" in general settings, and get data from instgram API</li>\n<li>Fix: sorted \"overwrite widgets\" issue on import</li>\n<li>Fix: fixed dropdown attribute when work with html data</li>\n</ul>\n\n<p>version 1.4.41 - 2020-06-18 =</p>\n\n<ul>\n<li>Feature: added additional controls to \"number\" attribute</li>\n<li>Feature: added \"exclude uncategorized category\" to woocommerce categories select </li>\n<li>Feature: added responsive controls to slider attribute</li>\n<li>Fix: fixed template type variable issues in elementor integration</li>\n<li>Fix: show pagination only when \"current query\" is available</li>\n<li>Fix: fixed select2 field min width in posts query</li>\n</ul>\n\n<p>version 1.4.40 - 2020-06-10 =</p>\n\n<ul>\n<li>Change: hided \"consolidate widgets\" general setting</li>\n<li>Feature: added \"show/hide wrapping html comments\" to general settings</li>\n<li>Fix: fixed export template filename</li>\n</ul>\n\n<p>version 1.4.39 - 2020-06-02 =</p>\n\n<ul>\n<li>Fix: fixed save widgets from editor with large config limitation.</li>\n<li>Fix: fixed export template with page settings bug.</li>\n<li>Fix: removed extra fields from items editor, leaved only supported fields</li>\n<li>Change: updated freemius SDK to latest version</li>\n</ul>\n\n<p>version 1.4.36 - 2020-05-21 =</p>\n\n<ul>\n<li>Feature: added support for pods panda repeater</li>\n<li>Fix: done some solution for max_execution_time issues when installing template</li>\n<li>Fix: fixed rtl on templates dialog popup</li>\n<li>Fix: corrected the naming near the \"number\" field</li>\n<li>Fix: cleared \"twig\" library from some not needed files.</li>\n<li>Change: removed \"image view\" file from framework.</li>\n</ul>\n\n<p>version 1.4.35 - 2020-05-11 =</p>\n\n<ul>\n<li>Feature: added term custom fields support</li>\n<li>Feature: added term meta fields support</li>\n<li>Change: moved composer vendor folder to plugin root</li>\n<li>Change: fixed empty templates list bug when \"show only installed widget\" checkbox checked</li>\n<li>Fix: sorted out some of the templates import bugs</li>\n</ul>\n\n<p>version 1.4.34 - 2020-05-06 =</p>\n\n<ul>\n<li>Fix: removed category ations from templates section</li>\n<li>Fix: show \"putPostMeta\" function even if no example post available</li>\n<li>Fix: fixed finally all the DB not installed issues on elementor and admin pages</li>\n</ul>\n\n<p>version 1.4.33 - 2020-05-03 =</p>\n\n<ul>\n<li>Fix: fixed double twig collision by another plugin</li>\n</ul>\n\n<p>version 1.4.32 - 2020-05-02 =</p>\n\n<ul>\n<li>Update: updated to newest twig 1.x version</li>\n<li>Fix: fixed no space between placeholders in php 7.4 bug</li>\n</ul>\n\n<p>version 1.4.31 - 2020-04-26 =</p>\n\n<p>*Fix: fixed dissapearing widget issue</p>\n\n<p>version 1.4.30 - 2020-04-23 =</p>\n\n<ul>\n<li>Fix: fixed couple of bugs related to templates</li>\n</ul>\n\n<p>version 1.4.29 - 2020-04-22 =</p>\n\n<ul>\n<li>Feature: released the templates catalog</li>\n</ul>\n\n<p>version 1.4.28 - 2020-04-10 =</p>\n\n<ul>\n<li>Feature: added woocommerce categories field</li>\n<li>Fix: fixed export / import with images feature</li>\n<li>Fug: fixed error message on front on some cases when the db tables not installed yet.</li>\n</ul>\n\n<p>version 1.4.27 - 2020-04-01 =</p>\n\n<p>Fix: fixed widget default icon in manager\nFeature: added \"getPostMeta, putPostMeta, printPostMeta\" functions\nFeature: added \"getPostData\" function for acf related posts, that get\'s all the data from the related post including custom fields</p>\n\n<p>version 1.4.26 - 2020-03-28 =</p>\n\n<ul>\n<li>Change: changed to new api address</li>\n<li>Fix: fixed links not included bug in theme builder posts</li>\n<li>Fix: fixed link to buy pro version</li>\n<li>Fix: fixed free version remain activated bug</li>\n<li>Fix: simpleXML validation made the site down</li>\n</ul>\n\n<p>version 1.4.25 - 2020-03-09 =</p>\n\n<ul>\n<li>Feature: added \"responsive controls\" to margin and padding setting</li>\n<li>Feature: made \"refresh catalog\" button</li>\n<li>Feature: added \"num_items\" variable to the widget editor</li>\n<li>Change: removed the \"default fonts\" from widget defaults screen</li>\n<li>Fix: fixed some php bug in \"implode\" function</li>\n<li>Fix: fixed posts from sub categories in post list</li>\n</ul>\n\n<p>version 1.4.24 - 2020-02-14 =</p>\n\n<ul>\n<li>Feature: made \"export with images\" option in templates</li>\n<li>Fix: fixed import category widgets</li>\n<li>Fix: fixed icon html output placeholder</li>\n</ul>\n\n<p>version 1.4.23 - 2020-02-02 =</p>\n\n<ul>\n<li>Feature: improved the slider attribute</li>\n<li>Feature: added \"menu\" attribute</li>\n</ul>\n\n<p>version 1.4.22 - 2020-01-28 =</p>\n\n<ul>\n<li>Feature: added woo currency symbol</li>\n<li>Feature: added woo add to cart button</li>\n<li>Feature: added slider attribute</li>\n<li>Widget: logo grid</li>\n<li>Widget: logo carousel</li>\n<li>Widget: logo marquee</li>\n<li>Widget: image tooltip</li>\n<li>Widget: content toggle</li>\n<li>Widget: circle number</li>\n<li>Widget: post list</li>\n</ul>\n\n<p>version 1.4.21 - 2020-01-22 =</p>\n\n<ul>\n<li>Feature: added users attribute</li>\n<li>Feature: done multiple post type selector</li>\n<li>Feature: added background attribute</li>\n<li>Feature: added icon library html output</li>\n<li>Feature: added woo commerce support in posts list</li>\n<li>Bug fix: fixed icons not shown bug in widget settings</li>\n</ul>\n\n<p>version 1.4.20 - 2020-01-15 =</p>\n\n<ul>\n<li>Bug fix: fixed font awesome icon output</li>\n<li>Bug fix: fixed instagram not loading bug</li>\n<li>Change: updated font awesome css version</li>\n<li>Change: changed the way that instagram was loaded on the page</li>\n</ul>\n\n<p>version 1.4.19 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added filter by slug to terms attribute</li>\n<li>Feature: changed repeater items titles to the ones from \"title\" field instead of \"Item1\", \"Item2\" etc.</li>\n<li>Feature: added automated styling for date field, added \"ucdate\" filter for that.</li>\n<li>Feature: done functionality for display post author</li>\n<li>Change: changed the font awesome attribute to fa5</li>\n<li>Change: added strip html tags from truncate function</li>\n</ul>\n\n<p>version 1.4.18 - 2019-12-31 =</p>\n\n<ul>\n<li>Feature: added all image sizes to posts</li>\n<li>Feature: added \"putPostTerms\" function to posts</li>\n<li>Feature: added wpautop filter to twig</li>\n<li>Feature: added option for custom twig PHP functinoality for PRO version</li>\n<li>Feature: hide \"edit widget html\" button for user that don\'t have capability to see the plugin </li>\n<li>Feature: added wpml compatablity</li>\n<li>Feature: added related posts in posts list</li>\n<li>Feature: added padding and margin controls (pro)</li>\n<li>Bug Fix: fixed pagination output</li>\n</ul>\n\n<p>version 1.4.17 - 2019-12-12 =</p>\n\n<ul>\n<li>Change: changed to more flexible catalog api</li>\n</ul>\n\n<p>version 1.4.16 - 2019-08-12 =</p>\n\n<ul>\n<li>Feature: added post query relation (and, or) chooser</li>\n<li>Change: update to freemius sdk 2.3.1</li>\n<li>Feature: added \"trancate\" filter</li>\n<li>Fix: fixed editor permissions PHP Error</li>\n</ul>\n\n<p>version 1.4.15 - 2019-19-11 =</p>\n\n<ul>\n<li>Change: remove the old deprecated codecanyon activation</li>\n<li>Fix: fixed bug when both plugins are installed together</li>\n<li>Fix: fixed empty widget content when put a lot of content in the widget html/js</li>\n<li>Feature: added option for fonts for post list for intro and content</li>\n<li>Feature: added custom filter query ID in posts list query (pro)</li>\n<li>Feature: added labels to typography fields</li>\n<li>Feature: added description option for elementor controls</li>\n<li>Feature: added option to add help links to widgets from the widget editor</li>\n</ul>\n\n<p>version 1.4.14 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed js not included bug</li>\n</ul>\n\n<p>version 1.4.13 - 2019-24-10 =</p>\n\n<ul>\n<li>Fix: fixed terms attribute selector bugs in elementor</li>\n<li>Fix: fixed post selection was not showing post types without taxonomies</li>\n<li>Fix: fixed rtl visibility issues in admin</li>\n</ul>\n\n<p>version 1.4.12 - 2019-15-10 =</p>\n\n<ul>\n<li>Feature: added exclude posts by current post</li>\n<li>Feature: added post category addition custom taxonomy support</li>\n<li>Fix: fixed some bug in post list selector elementor</li>\n</ul>\n\n<p>version 1.4.11 - 2019-07-10 =</p>\n\n<p>*Feature: added link param html attributes placeholder\n*Feature: added category link to post list params\n*Fix: fixed post list category not displayed bug</p>\n\n<p>version 1.4.10 - 2019-28-9 =</p>\n\n<p>-bug fix: added some front end protection against db not installed bug\n* Feature(pro): added do_action for custom wp actions run\n* Feature(pro): added apply_filters for custom wp actions run\n-bug fix: fixed export widget with assets path\n-change: added instructions to download pro version.</p>\n\n<h4>1.4.7 - 2019-18-9</h4>\n\n<p>*Fix: fixed post category selection in post list</p>\n\n<h4>1.4.6 - 2019-18-9</h4>\n\n<p>*Fix: fixed dynamic items in repeater</p>\n\n<h4>1.4.6 - 2019-11-9</h4>\n\n<p>*Fix: fixed admin body class external\n*Feature: make support for post categories list\n*Feature(pro) - made taxonomies list attribute\n*Fix: fixed current posts fetch in archive type</p>\n\n<h4>1.4.5 - 2019-19-8</h4>\n\n<p>*Change: improved widgets manager design</p>\n\n<h4>1.4.3 - 2019-25-7</h4>\n\n<p>*Change: updated the activation link from plugins\n*Change: small UI improvements</p>\n\n<h4>1.4.2 - 2019-24-7</h4>\n\n<p>*Feature: add post category to dynamic fields\n*Feature: added toolset integration</p>\n\n<h4>1.4.1 - 2019-8-7</h4>\n\n<p>*Feature: added search widget\n*Feature: the plugin is now fully translatable, added russian translation</p>\n\n<h4>1.4 - 2019-8-7</h4>\n\n<p>*Change: moved to new payment system (freemius), changed pricing plans</p>\n\n<h4>1.3.39 - 2019-2-7</h4>\n\n<p>*Feature: add alt tags to image attribute\n*Feature: add automatic name from title on add attribute\n*Feature: redesign categories</p>\n\n<p>*Fix: removed autop filter change code from front end\n*Fix: allow to import widget when stand on category from catalog\n*Fix: fixed instagram widgets typography bug</p>\n\n<h4>1.3.38 - 2019-30-6</h4>\n\n<p>*Feature: added code examples / js snippets\n*Feature: added widget preview</p>\n\n<h4>1.3.37 - 2019-23-6</h4>\n\n<p>*Feature: add support for archive pages\n*Feature: added archive pages pagination\n*Change: changed fonts design controls</p>\n\n<h4>1.3.36 - 2019-20-6</h4>\n\n<p>*Fix: fixed multiple similar js includes in one page</p>\n\n<h4>1.3.35 - 2019-20-6</h4>\n\n<p>*Feature: add support for acf gallery field</p>\n\n<h4>1.3.34 - 2019-13-6</h4>\n\n<ul>\n<li>Feature: improved the post list filtering and ordering</li>\n</ul>\n\n<h4>1.3.33 - 2019-12-6</h4>\n\n<ul>\n<li>Feature: added ordering posts by meta value</li>\n<li>Fix: fixed site crash by db error</li>\n</ul>\n\n<h4>1.3.32 - 2019-11-6</h4>\n\n<ul>\n<li>Fix: fixed pods together with acf fileds</li>\n<li>Fix: added all categories to post list</li>\n</ul>\n\n<h4>1.3.31 - 2019-10-6</h4>\n\n<ul>\n<li>Feature: added link attribute</li>\n</ul>\n\n<h4>1.3.30 - 2019-06-6</h4>\n\n<ul>\n<li>Feature: made PODS integration</li>\n</ul>\n\n<h4>1.3.29 - 2019-06-5</h4>\n\n<ul>\n<li>Feature: added set widget icon functionality, with presence in catalog</li>\n<li>Feature: added preview widget button from the catalog</li>\n</ul>\n\n<h4>1.3.28 - 2019-06-3</h4>\n\n<ul>\n<li>Feature: made plugin translatable</li>\n</ul>\n\n<h4>1.3.27 - 2019-06-2</h4>\n\n<ul>\n<li>Fix: fixed font override attribute bug</li>\n</ul>\n\n<h4>1.3.26 - 2019-05-30</h4>\n\n<ul>\n<li>Feature: added typography attribute</li>\n</ul>\n\n<h4>1.3.25 - 2019-05-29</h4>\n\n<ul>\n<li>Tweak: added support for dynamic params in image field</li>\n</ul>\n\n<h4>1.3.24 - 2019-05-29</h4>\n\n<ul>\n<li>Fix: Fix dynamic field</li>\n<li>Tweak: Added message when adding an empty repeater from custom fields</li>\n</ul>\n\n<h4>1.3.23 - 2019-05-01</h4>\n\n<ul>\n<li>Feature: Added dynamic fields to all text controls</li>\n<li>Feature: Added \"edit html\" button to all widgets</li>\n<li>Fix: Fixed consolidated addons render bugs</li>\n</ul>\n\n<h4>1.3.22 - 2019-04-25</h4>\n\n<ul>\n<li>Feature: Made all acf fields integration including the pro like repeater and clone</li>\n</ul>\n\n<h4>1.3.21 - 2019-04-20</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.20 - 2019-04-15</h4>\n\n<ul>\n<li>Fix: Fixed current post bug</li>\n</ul>\n\n<h4>1.3.19 - 2019-04-10</h4>\n\n<ul>\n<li>Feature: Done all acf fields</li>\n</ul>\n\n<h4>1.3.18 - 2019-04-05</h4>\n\n<ul>\n<li>Change: Update post child vars when change post</li>\n</ul>\n\n<h4>1.3.17 - 2019-04-01</h4>\n\n<ul>\n<li>Change: Add dynamic fields to addon editor</li>\n</ul>\n\n<h4>1.3.16 - 2019-03-30</h4>\n\n<ul>\n<li>Fix: Fixed the switchers </li>\n<li>Fix: Fixed the upload file</li>\n<li>Fix: Fixed checkbox in assets tab</li>\n</ul>\n\n<h4>1.3.15 - 2019-03-25</h4>\n\n<ul>\n<li>Fix: Fixed visual bugs</li>\n<li>Fix: Fixed radio boolean attribute (switcher)</li>\n</ul>\n\n<h4>1.3.14 - 2019-03-20</h4>\n\n<ul>\n<li>Fix: Fixed addon assets tab bugs</li>\n</ul>\n\n<h4>1.3.13 - 2019-03-15</h4>\n\n<ul>\n<li>Feature: Done export/import template with addons</li>\n</ul>\n\n<h4>1.3.12 - 2019-03-10</h4>\n\n<ul>\n<li>Feature: Added fedback on deactivate</li>\n</ul>\n\n<h4>1.3.11 - 2019-03-05</h4>\n\n<ul>\n<li>Fix: Fixed export import layout stuff</li>\n</ul>\n\n<h4>1.3.10 - 2019-03-01</h4>\n\n<ul>\n<li>Fix: Fixed assets tab issues</li>\n<li>Fix: Fixed post to articles category rename on install</li>\n</ul>\n\n<h4>1.3.09 - 2019-02-28</h4>\n\n<ul>\n<li>Fix: Fixed test addon jquery include</li>\n<li>Change: Added purchase link to license page</li>\n</ul>\n\n<h4>1.3.08 - 2019-02-25</h4>\n\n<ul>\n<li>Fix: Fixed settings text output</li>\n</ul>\n\n<h4>1.3.07 - 2019-02-20</h4>\n\n<ul>\n<li>Fix: Fixed font manager bug</li>\n</ul>\n\n<h4>1.3.06 - 2019-02-15</h4>\n\n<ul>\n<li>Fix: Fixed taxonomy issues</li>\n</ul>\n\n<h4>1.3.05 - 2019-02-10</h4>\n\n<ul>\n<li>Fix: Fixed add addon functionality</li>\n</ul>\n\n<h4>1.3.04 - 2019-02-05</h4>\n\n<ul>\n<li>Improvment: Improved post types category selection</li>\n</ul>\n\n<h4>1.3.03 - 2019-02-01</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.02 - 2019-01-30</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.3.01 - 2019-01-25</h4>\n\n<ul>\n<li>Improvment: Modifications to fulfil envato team requirements</li>\n</ul>\n\n<h4>1.2.01 - 2019-01-20</h4>\n\n<ul>\n<li>Fix: Fixed js in editor when addins widget</li>\n</ul>\n\n<h4>1.2.00 - 2019-01-15</h4>\n\n<ul>\n<li>Feature: Pro version with a catalog</li>\n</ul>\n\n<h4>1.0.11 - 2019-01-10</h4>\n\n<ul>\n<li>Fix: Fixed some wordpress galleries related bug</li>\n</ul>\n\n<h4>1.0.10 - 2019-01-05</h4>\n\n<ul>\n<li>Fix: Fixed export category</li>\n</ul>\n\n<h4>1.0.09 - 2019-01-01</h4>\n\n<ul>\n<li>Change: Made global setting for consolidata addons or not</li>\n<li>Change: Updated some memory text in general settings</li>\n</ul>\n\n<h4>1.0.08 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed all notices related bugs</li>\n</ul>\n\n<h4>1.0.07 - 2018-12-30</h4>\n\n<ul>\n<li>Fix: Fixed with default data types</li>\n</ul>\n\n<h4>1.0.06 - 2018-12-25</h4>\n\n<ul>\n<li>Fix: Fixed js includes consolidated</li>\n</ul>\n\n<h4>1.0.05 - 2018-12-20</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.04 - 2018-12-15</h4>\n\n<ul>\n<li>Fix: Fixed js includes</li>\n</ul>\n\n<h4>1.0.03 - 2018-12-10</h4>\n\n<ul>\n<li>Fix: Fixed empty category issues</li>\n</ul>\n\n<h4>1.0.02 - 2018-12-05</h4>\n\n<ul>\n<li>Fix: Fixed bug with some unit values in render output</li>\n</ul>\n\n<h4>1.0.00 - 2018-12-01</h4>\n\n<ul>\n<li>Release: First plugin release</li>\n</ul>\";}s:14:\"upgrade_notice\";b:0;s:7:\"version\";s:6:\"1.5.94\";s:13:\"download_link\";s:388:\"https://api.freemius.com/v1/installs/14093158/updates/67653.zip?is_premium=true&authorization=FSLA+14093158%3AoOu7KN9BJG4kQMy_EkbmwJ23r2rJ0eHmGlBQXz1LvO56DszN6YsUqwdLdoGsfqgNzh31QxQgORX6Y1zUVhLzHrySO2gZYWtZNEmLJ0aAGLnONyhfAnK1ffHeGARdzqVK6I5fH_8ceedPpusHkZU8-GBCZ2S59cc80mHpOmddNl3WTlADeuTh2YemJmMObsJOCxYF3ykeEuieHcMHJeORZoLS0JNIwgv2t1VU73pLzad5x3mQQl0LvglJZEeh5lL-kc329FqOFuX0sYf86ML6AQ\";}}s:7:\"created\";i:1706267178;s:9:\"timestamp\";i:1706270778;}s:91:\"get:/v1/installs/14093158/updates/latest.json?is_premium=true&newer_than=1.5.94&readme=true\";O:8:\"stdClass\":3:{s:6:\"result\";O:8:\"stdClass\":20:{s:9:\"plugin_id\";s:4:\"4036\";s:12:\"developer_id\";s:4:\"4880\";s:4:\"slug\";N;s:12:\"premium_slug\";s:40:\"unlimited-elements-for-elementor-premium\";s:7:\"version\";s:7:\"1.5.141\";s:11:\"sdk_version\";s:6:\"2.11.0\";s:25:\"requires_platform_version\";s:3:\"3.5\";s:37:\"requires_programming_language_version\";N;s:20:\"tested_up_to_version\";s:3:\"6.7\";s:8:\"has_free\";b:1;s:11:\"has_premium\";b:1;s:12:\"release_mode\";s:8:\"released\";s:5:\"limit\";N;s:7:\"uniques\";i:72725;s:14:\"is_incremental\";b:1;s:2:\"id\";s:5:\"84572\";s:7:\"created\";s:19:\"2025-01-30 15:23:43\";s:7:\"updated\";s:19:\"2026-04-03 05:58:34\";s:11:\"is_released\";b:0;s:3:\"url\";s:388:\"https://api.freemius.com/v1/installs/14093158/updates/84572.zip?is_premium=true&authorization=FSLA+14093158%3AhMLRIeSj0gQZ1Puaz5YpKr1Uiq13xt8Ef3IruaYjykeJdTfX0uUH-nntPFeQMlsgb6tIGu_ZLf0kGiL4f1AT3vCpw2O9c76rxijjbj6F8TZfPs726IFTvsj7qMLn6G2PLFZVFEcqZjedK2LL6ec7efWhaD-Py2BfWFrH-dTNs3a6QgRQ4cOM-S-4TthKXjc8Goj21H-6SJ-s4V8i6OLe6IDc7Xc70wt5kVadHGbXzGl2seExyZlAy7WHzMYiD14NhycfojhdH3uUpd9S_h8U4Q\";}s:7:\"created\";i:1775196358;s:9:\"timestamp\";i:1775199958;}}','off'),(333,'unitecreator_db_version','5','yes'),(336,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:18:\"show_opt_in_notice\";b:0;}}','yes'),(337,'_site_transient_timeout_fs_locked_1','2020885703','no'),(338,'_site_transient_fs_locked_1','1','no'),(341,'addon_library_catalog','a:3:{s:5:\"stamp\";i:1705241113;s:7:\"catalog\";a:3:{s:6:\"addons\";a:27:{s:16:\"Creative Widgets\";a:24:{i:0;a:6:{s:5:\"title\";s:8:\"Flip Box\";s:4:\"name\";s:8:\"flip_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/flip_box.png\";s:7:\"preview\";s:29:\"flip-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"26d91c6d624f5fd7a69df2e1b05c4eb3\";}i:1;a:6:{s:5:\"title\";s:12:\"Before After\";s:4:\"name\";s:15:\"uc_before_after\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_before_after.png\";s:7:\"preview\";s:33:\"before-after-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ecda0816a67e25f2b25ef0026958811f\";}i:2;a:6:{s:5:\"title\";s:15:\"Image Accordion\";s:4:\"name\";s:14:\"image_accodion\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_accodion.gif\";s:7:\"preview\";s:36:\"image-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2b49695b2f1f17a56689d7c98efc619c\";}i:3;a:6:{s:5:\"title\";s:12:\"Icon Bullets\";s:4:\"name\";s:19:\"uc_material_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_material_bullets.jpg\";s:7:\"preview\";s:12:\"icon-bullets\";s:11:\"update_hash\";s:32:\"11cf3400e4bed026accd6a4580ee9b8b\";}i:4;a:6:{s:5:\"title\";s:11:\"Blob Shapes\";s:4:\"name\";s:11:\"blob_shapes\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blob_shapes.jpg\";s:7:\"preview\";s:31:\"blob-shape-widget-for-elementor\";s:11:\"update_hash\";s:32:\"412c9b7f2e9c926d2dc7ebbc9ec53a74\";}i:5;a:6:{s:5:\"title\";s:10:\"Number Box\";s:4:\"name\";s:20:\"circle_number_widget\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/circle_number_widget.jpg\";s:7:\"preview\";s:38:\"number-box-widget-widget-for-elementor\";s:11:\"update_hash\";s:32:\"af56ecc1aa16fcb8c35a82d7aa5c6e0e\";}i:6;a:6:{s:5:\"title\";s:15:\"Scroll Sequence\";s:4:\"name\";s:21:\"image_sequence_player\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_sequence_player.gif\";s:7:\"preview\";s:36:\"scroll-sequance-widget-for-elementor\";s:11:\"update_hash\";s:32:\"642dc6da7df841d027d7b21d5a29db19\";}i:7;a:6:{s:5:\"title\";s:14:\"Icon Accordion\";s:4:\"name\";s:17:\"uc_icon_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_icon_accordion.jpg\";s:7:\"preview\";s:35:\"icon-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9bda27c48a3bf77df312c3d638bef27d\";}i:8;a:6:{s:5:\"title\";s:17:\"Flip Box Carousel\";s:4:\"name\";s:17:\"carousel_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/carousel_flip_box.gif\";s:7:\"preview\";s:38:\"flip-box-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0f124cbd27af28a560d69f86ca995d77\";}i:9;a:6:{s:5:\"title\";s:12:\"Rhombus Grid\";s:4:\"name\";s:24:\"ue_rhombus_image_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/ue_rhombus_image_gallery.png\";s:7:\"preview\";s:33:\"rhombus-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"aece958cb3a768ca65c9dfea0d000dd2\";}i:10;a:6:{s:5:\"title\";s:13:\"SVG Animation\";s:4:\"name\";s:21:\"uc_svg_draw_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_svg_draw_animation.gif\";s:7:\"preview\";s:34:\"svg-animation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ed20f37146785ae32d142fd0807d28ce\";}i:11;a:6:{s:5:\"title\";s:13:\"Shape Bullets\";s:4:\"name\";s:18:\"uc_diamond_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_diamond_bullets.jpg\";s:7:\"preview\";s:34:\"shape-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"bc50d04e64c806ec412122b6713688a1\";}i:12;a:6:{s:5:\"title\";s:16:\"Timeline Bullets\";s:4:\"name\";s:16:\"timeline_bullets\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/timeline_bullets.jpg\";s:7:\"preview\";s:37:\"timeline-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"877d4339b54a69d200c178ee41dc7294\";}i:13;a:6:{s:5:\"title\";s:24:\"Lordicon: Animated Icons\";s:4:\"name\";s:9:\"lord_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/lord_icon.png\";s:7:\"preview\";s:44:\"lordicon-animated-icons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fe1dfa852aa5e5432a019cff38d8adfc\";}i:14;a:6:{s:5:\"title\";s:9:\"Icon Tabs\";s:4:\"name\";s:14:\"uc_bullet_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/uc_bullet_tabs.jpg\";s:7:\"preview\";s:30:\"icon-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e9f23f68f946f1e652b32ac9ce0ba2c7\";}i:15;a:6:{s:5:\"title\";s:19:\"Background Switcher\";s:4:\"name\";s:31:\"content_box_background_switcher\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/content_box_background_switcher.gif\";s:7:\"preview\";s:40:\"background-switcher-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7a3b29c28714fffbe9d4998e2ceec4f4\";}i:16;a:6:{s:5:\"title\";s:20:\"Image Zoom Magnifier\";s:4:\"name\";s:20:\"image_zoom_magnifier\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_zoom_magnifier.gif\";s:7:\"preview\";s:41:\"image-zoom-magnifier-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1805709b95129e1ef32771f9191e744f\";}i:17;a:6:{s:5:\"title\";s:14:\"Particle Image\";s:4:\"name\";s:19:\"blox_particles_logo\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/blox_particles_logo.jpg\";s:7:\"preview\";s:35:\"image-particle-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7548f7f6aeb14f96af22e444c286e3af\";}i:18;a:6:{s:5:\"title\";s:12:\"Image Shapes\";s:4:\"name\";s:12:\"image_shapes\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_shapes.jpg\";s:7:\"preview\";s:39:\"image-shapes-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"6f19a70d91d006182cdeb2a12d63ad73\";}i:19;a:6:{s:5:\"title\";s:23:\"Animated Hamburger Icon\";s:4:\"name\";s:23:\"animated_hamburger_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/animated_hamburger_icon.gif\";s:7:\"preview\";s:37:\"animated-hamburger-icon-for-elementor\";s:11:\"update_hash\";s:32:\"d43906bcc58e15c87154dfdba110931d\";}i:20;a:6:{s:5:\"title\";s:19:\"Scroll Image Reveal\";s:4:\"name\";s:22:\"image_reveal_on_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/image_reveal_on_scroll.gif\";s:7:\"preview\";s:43:\"image-reveal-on-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1b81a39a83bf236e84766899ea90e5cb\";}i:21;a:6:{s:5:\"title\";s:15:\"Christmas Icons\";s:4:\"name\";s:15:\"christmas_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/christmas_icons.png\";s:7:\"preview\";s:36:\"christmas-icons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c7decb68e344eba52dc438f04caf3267\";}i:22;a:6:{s:5:\"title\";s:12:\"Morph Slider\";s:4:\"name\";s:12:\"morph_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/morph_slider.gif\";s:7:\"preview\";s:33:\"morph-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1b47436b915c77e465d6b580b773654b\";}i:23;a:6:{s:5:\"title\";s:18:\"Icon Box Accordion\";s:4:\"name\";s:18:\"icon_box_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Creative Widgets/icon_box_accordion.gif\";s:7:\"preview\";s:39:\"icon-box-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2092c1ebdee4217bf7736464101722d7\";}}s:5:\"Tools\";a:11:{i:0;a:6:{s:5:\"title\";s:20:\"360° Product Viewer\";s:4:\"name\";s:16:\"360_product_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/360_product_view.gif\";s:7:\"preview\";s:39:\"360-product-viewer-widget-for-elementor\";s:11:\"update_hash\";s:32:\"077b1f4df23b19cff7adb230084d4de9\";}i:1;a:6:{s:5:\"title\";s:11:\"Job Listing\";s:4:\"name\";s:11:\"job_listing\";s:6:\"isfree\";b:0;s:5:\"image\";s:74:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/job_listing.png\";s:7:\"preview\";s:32:\"job-listing-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2d64917e276d44f202c0472b9ad15a55\";}i:2;a:6:{s:5:\"title\";s:10:\"Event List\";s:4:\"name\";s:10:\"event_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:73:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/event_list.jpg\";s:7:\"preview\";s:31:\"event-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ea6f8610ca20b761969103e81acd553b\";}i:3;a:6:{s:5:\"title\";s:8:\"Hotspots\";s:4:\"name\";s:7:\"hotspot\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/hotspot.jpg\";s:7:\"preview\";s:35:\"hotspots-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"9634e4625396f716d1dd646b343784c9\";}i:4;a:6:{s:5:\"title\";s:25:\"360 Panorama Virtual Tour\";s:4:\"name\";s:8:\"360_view\";s:6:\"isfree\";b:0;s:5:\"image\";s:71:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/360_view.gif\";s:7:\"preview\";s:46:\"360-panorama-virtual-tour-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8d61a180580ec69ce37c637c65ca6954\";}i:5;a:6:{s:5:\"title\";s:14:\"Contact Form 7\";s:4:\"name\";s:14:\"contact_form_7\";s:6:\"isfree\";b:1;s:5:\"image\";s:77:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/contact_form_7.png\";s:7:\"preview\";s:35:\"contact-form-7-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e13060066b7a6797a2fa5b5df9d95614\";}i:6;a:6:{s:5:\"title\";s:26:\"Animated Mouse Scroll Icon\";s:4:\"name\";s:26:\"animated_mouse_scroll_icon\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/animated_mouse_scroll_icon.gif\";s:7:\"preview\";s:47:\"animated-mouse-scroll-icon-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1a32e4bde597de63bbca97357c95a58d\";}i:7;a:6:{s:5:\"title\";s:12:\"Notification\";s:4:\"name\";s:12:\"notification\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/notification.jpg\";s:7:\"preview\";s:33:\"notification-widget-for-elementor\";s:11:\"update_hash\";s:32:\"798a7989648e8bc72d04b5558940e875\";}i:8;a:6:{s:5:\"title\";s:7:\"QR Code\";s:4:\"name\";s:7:\"qr_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:70:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/qr_code.jpg\";s:7:\"preview\";s:28:\"qr-code-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5a4fa746c7be2bf0c63e1c3a5210c0b2\";}i:9;a:6:{s:5:\"title\";s:9:\"Event Box\";s:4:\"name\";s:9:\"event_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:72:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/event_box.png\";s:7:\"preview\";s:30:\"event-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"83ffb9e033280e7750b9e90ee8b182b0\";}i:10;a:6:{s:5:\"title\";s:13:\"Image Tooltip\";s:4:\"name\";s:13:\"image_tooltip\";s:6:\"isfree\";b:1;s:5:\"image\";s:76:\"https://api.unlimited-elements.com/catalog_unlimited/Tools/image_tooltip.jpg\";s:7:\"preview\";s:34:\"image-tooltip-widget-for-elementor\";s:11:\"update_hash\";s:32:\"953c2d2f5ef5fe2223673afcb7b73ded\";}}s:12:\"Post Widgets\";a:19:{i:0;a:6:{s:5:\"title\";s:9:\"Post Grid\";s:4:\"name\";s:9:\"post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_grid.jpg\";s:7:\"preview\";s:30:\"post-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"92a3c6acb83e58ec40e9c7718628ed5d\";}i:1;a:6:{s:5:\"title\";s:18:\"Post Magazine Grid\";s:4:\"name\";s:18:\"post_magazine_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_magazine_grid.jpg\";s:7:\"preview\";s:39:\"post-magazine-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"658d7bfbac00fbf6cc4d5e26e4c099a2\";}i:2;a:6:{s:5:\"title\";s:13:\"Post Carousel\";s:4:\"name\";s:13:\"post_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_carousel.jpg\";s:7:\"preview\";s:28:\"post-carousels-for-elementor\";s:11:\"update_hash\";s:32:\"133e055915cd16260ae86d6f17338def\";}i:3;a:6:{s:5:\"title\";s:18:\"Post Carousel Lite\";s:4:\"name\";s:21:\"uc_card_post_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/uc_card_post_carousel.jpg\";s:7:\"preview\";s:39:\"post-carousel-lite-widget-for-elementor\";s:11:\"update_hash\";s:32:\"12dc343ac2f5941fa030de4288b00d10\";}i:4;a:6:{s:5:\"title\";s:14:\"Taxonomy Terms\";s:4:\"name\";s:17:\"ue_taxonomy_terms\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/ue_taxonomy_terms.jpg\";s:7:\"preview\";s:35:\"taxonomy-terms-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c6b5759a4fa734df59f2b8727b857977\";}i:5;a:6:{s:5:\"title\";s:11:\"Post Blocks\";s:4:\"name\";s:11:\"post_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_blocks.jpg\";s:7:\"preview\";s:32:\"post-blocks-widget-for-elementor\";s:11:\"update_hash\";s:32:\"35b81071d23b25ee280749dd23e1c40f\";}i:6;a:6:{s:5:\"title\";s:11:\"Post Scroll\";s:4:\"name\";s:11:\"post_scroll\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_scroll.jpg\";s:7:\"preview\";s:32:\"post-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0843cbc9b57fb25c1ceab037cd4f2f29\";}i:7;a:6:{s:5:\"title\";s:9:\"Post List\";s:4:\"name\";s:9:\"post_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_list.jpg\";s:7:\"preview\";s:30:\"post-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fac778e40f908607b5646857f711fe00\";}i:8;a:6:{s:5:\"title\";s:13:\"Post Timeline\";s:4:\"name\";s:13:\"post_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_timeline.jpg\";s:7:\"preview\";s:34:\"post-timeline-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a61f7082db51a37a0678c9061d489d8d\";}i:9;a:6:{s:5:\"title\";s:9:\"Post Tabs\";s:4:\"name\";s:9:\"post_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tabs.jpg\";s:7:\"preview\";s:23:\"post-tabs-for-elementor\";s:11:\"update_hash\";s:32:\"721d2f419f1850d20f85b776f25ca408\";}i:10;a:6:{s:5:\"title\";s:11:\"Post Ticker\";s:4:\"name\";s:17:\"post_news_tickers\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_news_tickers.jpg\";s:7:\"preview\";s:37:\"post-news-ticker-widget-for-elementor\";s:11:\"update_hash\";s:32:\"befa15cc9b6677c179c1185552df0eb9\";}i:11;a:6:{s:5:\"title\";s:16:\"Post Card Slider\";s:4:\"name\";s:16:\"blog_card_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/blog_card_slider.jpg\";s:7:\"preview\";s:37:\"blog-card-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"82c0d5da21be5dc62b44608d6bc15779\";}i:12;a:6:{s:5:\"title\";s:14:\"Post Accordion\";s:4:\"name\";s:14:\"post_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_accordion.jpg\";s:7:\"preview\";s:29:\"post-accordions-for-elementor\";s:11:\"update_hash\";s:32:\"e1f4a5a856514e16679704d12707cecc\";}i:13;a:6:{s:5:\"title\";s:11:\"Post Slider\";s:4:\"name\";s:11:\"post_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_slider.jpg\";s:7:\"preview\";s:12:\"post-sliders\";s:11:\"update_hash\";s:32:\"b91dc9b792fd0baab882f102a2ba7778\";}i:14;a:6:{s:5:\"title\";s:9:\"Post Tile\";s:4:\"name\";s:9:\"post_tile\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_tile.png\";s:7:\"preview\";s:31:\"post-tiles-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4073d3b0a826a6a3042aaacd830ebf86\";}i:15;a:6:{s:5:\"title\";s:11:\"Author List\";s:4:\"name\";s:11:\"author_list\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/author_list.png\";s:7:\"preview\";s:28:\"elementor-author-list-widget\";s:11:\"update_hash\";s:32:\"9737507d7425948988e49558e86dacdd\";}i:16;a:6:{s:5:\"title\";s:24:\"Post Horizontal Timeline\";s:4:\"name\";s:24:\"post_horizontal_timeline\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/post_horizontal_timeline.jpg\";s:7:\"preview\";s:45:\"post-horizontal-timeline-widget-for-elementor\";s:11:\"update_hash\";s:32:\"daa849d7250a48ed3b50305934d14c23\";}i:17;a:6:{s:5:\"title\";s:9:\"Tag Cloud\";s:4:\"name\";s:9:\"tag_cloud\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/tag_cloud.jpg\";s:7:\"preview\";s:30:\"tag-cloud-widget-for-elementor\";s:11:\"update_hash\";s:32:\"44c5ce03813b651de8badb04e6512398\";}i:18;a:6:{s:5:\"title\";s:17:\"Masonry Post Grid\";s:4:\"name\";s:17:\"masonry_post_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Post Widgets/masonry_post_grid.jpg\";s:7:\"preview\";s:38:\"masonry-post-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"75ca9fd12f06dc93469ea856fe15d7bf\";}}s:20:\"Post Filters & Tools\";a:13:{i:0;a:6:{s:5:\"title\";s:11:\"AJAX Search\";s:4:\"name\";s:11:\"ajax_search\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ajax_search.png\";s:7:\"preview\";s:32:\"ajax-search-widget-for-elementor\";s:11:\"update_hash\";s:32:\"86d8e5d82e8a67d48d427125079d13eb\";}i:1;a:6:{s:5:\"title\";s:18:\"Dynamic Post Popup\";s:4:\"name\";s:13:\"dynamic_popup\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/dynamic_popup.png\";s:7:\"preview\";s:39:\"dynamic-post-popup-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1f2c2d39234f3d3091d7eedce9985fb6\";}i:2;a:6:{s:5:\"title\";s:11:\"Tabs Filter\";s:4:\"name\";s:22:\"ue_buttons_post_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_buttons_post_filter.png\";s:7:\"preview\";s:32:\"tabs-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c48282ee8130afa92d1e592592b1e25f\";}i:3;a:6:{s:5:\"title\";s:17:\"Checkboxes Filter\";s:4:\"name\";s:20:\"ue_checkboxes_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_checkboxes_filter.png\";s:7:\"preview\";s:38:\"checkboxes-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"13ff0425ef0fa6f3e7ab5d8fca93957e\";}i:4;a:6:{s:5:\"title\";s:15:\"Post Pagination\";s:4:\"name\";s:18:\"archive_pagination\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/archive_pagination.png\";s:7:\"preview\";s:36:\"post-pagination-widget-for-elementor\";s:11:\"update_hash\";s:32:\"62fac8ba3614f27708f5afa1d9b6a907\";}i:5;a:6:{s:5:\"title\";s:14:\"Active Filters\";s:4:\"name\";s:14:\"active_filters\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/active_filters.png\";s:7:\"preview\";s:35:\"active-filters-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2a7e6ce44e807ce3d2903591035fa102\";}i:6;a:6:{s:5:\"title\";s:13:\"Clear Filters\";s:4:\"name\";s:20:\"clear_filters_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/clear_filters_button.png\";s:7:\"preview\";s:34:\"clear-filters-widget-for-elementor\";s:11:\"update_hash\";s:32:\"891fe6736eea8760dd08a2198bd43a04\";}i:7;a:6:{s:5:\"title\";s:22:\"Select Dropdown Filter\";s:4:\"name\";s:21:\"ue_select_post_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_select_post_filter.png\";s:7:\"preview\";s:43:\"select-dropdown-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"66d1a162157315c4333966941b5375af\";}i:8;a:6:{s:5:\"title\";s:18:\"Post Query Summary\";s:4:\"name\";s:20:\"query_summary_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/query_summary_filter.png\";s:7:\"preview\";s:39:\"post-query-summary-widget-for-elementor\";s:11:\"update_hash\";s:32:\"289519f7176a12d299a4f94e355325f9\";}i:9;a:6:{s:5:\"title\";s:13:\"Search Filter\";s:4:\"name\";s:19:\"posts_search_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/posts_search_filter.png\";s:7:\"preview\";s:34:\"search-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2cc908d9a837e7bbf5896b0a49d71680\";}i:10;a:6:{s:5:\"title\";s:27:\"Load More / Infinite Scroll\";s:4:\"name\";s:16:\"load_more_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/load_more_filter.png\";s:7:\"preview\";s:46:\"load-more-infinite-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e4802b514447eb4744aebb8f8de7060a\";}i:11;a:6:{s:5:\"title\";s:14:\"Sorting Filter\";s:4:\"name\";s:14:\"ue_sort_filter\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/ue_sort_filter.png\";s:7:\"preview\";s:35:\"sorting-filter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0f63b2634b15e6f0281d4047ac012a0d\";}i:12;a:6:{s:5:\"title\";s:15:\"Post Navigation\";s:4:\"name\";s:14:\"next_prev_post\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Post Filters & Tools/next_prev_post.png\";s:7:\"preview\";s:36:\"post-navigation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0e9645746b0a31db83a3c49292035b94\";}}s:12:\"Form Builder\";a:12:{i:0;a:6:{s:5:\"title\";s:10:\"Text Field\";s:4:\"name\";s:10:\"text_field\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/text_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:11:\"update_hash\";s:32:\"efac52dc3013fdaa02173e1c9618902c\";}i:1;a:6:{s:5:\"title\";s:14:\"Textarea Field\";s:4:\"name\";s:20:\"form_field_paragraph\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/form_field_paragraph.png\";s:7:\"preview\";s:12:\"form-builder\";s:11:\"update_hash\";s:32:\"14de809d660cad018e2a78c142195e62\";}i:2;a:6:{s:5:\"title\";s:13:\"Submit Button\";s:4:\"name\";s:13:\"submit_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/submit_button.png\";s:7:\"preview\";s:12:\"form-builder\";s:11:\"update_hash\";s:32:\"b4c8b7b23634860d3629589bcf792458\";}i:3;a:6:{s:5:\"title\";s:14:\"Checkbox Field\";s:4:\"name\";s:14:\"checkbox_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/checkbox_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:11:\"update_hash\";s:32:\"af8344c720acd5bb760fe64c4f4535b2\";}i:4;a:6:{s:5:\"title\";s:14:\"Dropdown Field\";s:4:\"name\";s:14:\"dropdown_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/dropdown_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:11:\"update_hash\";s:32:\"fdfbbe9915b6fa83125593aca9148eec\";}i:5;a:6:{s:5:\"title\";s:12:\"Number Field\";s:4:\"name\";s:12:\"number_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/number_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:11:\"update_hash\";s:32:\"e0aa6048f9e4eccde3995a785e31f6d7\";}i:6;a:6:{s:5:\"title\";s:11:\"Email Field\";s:4:\"name\";s:16:\"form_field_email\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/form_field_email.png\";s:7:\"preview\";s:12:\"form-builder\";s:11:\"update_hash\";s:32:\"2475d903481985ee50ffd76c257526f8\";}i:7;a:6:{s:5:\"title\";s:10:\"Date Field\";s:4:\"name\";s:10:\"date_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/date_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:11:\"update_hash\";s:32:\"93f1249d68a8384604a5c84faa233e5c\";}i:8;a:6:{s:5:\"title\";s:18:\"Radio Button Field\";s:4:\"name\";s:12:\"radio_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/radio_button.png\";s:7:\"preview\";s:12:\"form-builder\";s:11:\"update_hash\";s:32:\"ac5d1f684cba1e8b60dcbe1679dcf719\";}i:9;a:6:{s:5:\"title\";s:11:\"Phone Field\";s:4:\"name\";s:11:\"phone_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/phone_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:11:\"update_hash\";s:32:\"f324332654eaf8a390f3c84fc92154d9\";}i:10;a:6:{s:5:\"title\";s:12:\"Slider Field\";s:4:\"name\";s:12:\"range_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/range_slider.png\";s:7:\"preview\";s:12:\"form-builder\";s:11:\"update_hash\";s:32:\"bf483f1c645181e6c492681ebd38653e\";}i:11;a:6:{s:5:\"title\";s:13:\"Message Field\";s:4:\"name\";s:13:\"message_field\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Form Builder/message_field.png\";s:7:\"preview\";s:12:\"form-builder\";s:11:\"update_hash\";s:32:\"a3dbe1542883525fa7a22fdbfef98267\";}}s:11:\"WooCommerce\";a:9:{i:0;a:6:{s:5:\"title\";s:21:\"WooCommerce Mini Cart\";s:4:\"name\";s:16:\"woo_mini_cart_ax\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woo_mini_cart_ax.png\";s:7:\"preview\";s:42:\"woocommerce-mini-cart-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6b9231f2c0e9e48640e91cc115e1aa9c\";}i:1;a:6:{s:5:\"title\";s:24:\"WooCommerce Product List\";s:4:\"name\";s:24:\"woocommerce_product_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_product_list.jpg\";s:7:\"preview\";s:45:\"woocommerce-product-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ac8fb017976598ea556e1a103378f18d\";}i:2;a:6:{s:5:\"title\";s:24:\"WooCommerce Product Grid\";s:4:\"name\";s:24:\"woocommerce_product_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_product_grid.jpg\";s:7:\"preview\";s:45:\"woocommerce-product-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"14b84992d70673da8c85bc719f908780\";}i:3;a:6:{s:5:\"title\";s:28:\"WooCommerce Product Carousel\";s:4:\"name\";s:28:\"woocommerce_product_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_product_carousel.jpg\";s:7:\"preview\";s:49:\"woocommerce-product-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"25b5e926e185cebb8617400c3c27afb7\";}i:4;a:6:{s:5:\"title\";s:23:\"WooCommerce AJAX Search\";s:4:\"name\";s:23:\"woocommerce_ajax_search\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_ajax_search.png\";s:7:\"preview\";s:23:\"woocommerce-ajax-search\";s:11:\"update_hash\";s:32:\"5bcbe2ba37ad5da79f9f7f4a43a1c52c\";}i:5;a:6:{s:5:\"title\";s:26:\"WooCommerce Product Slider\";s:4:\"name\";s:26:\"woocommerce_product_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_product_slider.jpg\";s:7:\"preview\";s:47:\"woocommerce-product-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c534b661ba0abe552b2fff0f6d4aae07\";}i:6;a:6:{s:5:\"title\";s:25:\"WooCommerce Category Grid\";s:4:\"name\";s:25:\"woocommerce_category_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_category_grid.jpg\";s:7:\"preview\";s:40:\"woocommerce-category-grid-for-elemenetor\";s:11:\"update_hash\";s:32:\"69bbe76a57850771570b2e1ee5e9f593\";}i:7;a:6:{s:5:\"title\";s:29:\"WooCommerce Category Carousel\";s:4:\"name\";s:29:\"woocommerce_category_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/woocommerce_category_carousel.jpg\";s:7:\"preview\";s:50:\"woocommerce-category-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f67856452ced2ecaa5d2c1bb913543c0\";}i:8;a:6:{s:5:\"title\";s:26:\"Quantity Increment Buttons\";s:4:\"name\";s:26:\"quantity_increment_buttons\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/WooCommerce/quantity_increment_buttons.png\";s:7:\"preview\";s:45:\"woocommerce-product-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c2f910bc5a2ae05f9e784b11103078ec\";}}s:17:\"Marketing Widgets\";a:27:{i:0;a:6:{s:5:\"title\";s:21:\"Floating Chat Buttons\";s:4:\"name\";s:22:\"mobile_conversion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/mobile_conversion_menu.gif\";s:7:\"preview\";s:42:\"floating-chat-buttons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"28bc936c939ecef7693ce640da313eca\";}i:1;a:6:{s:5:\"title\";s:5:\"vCard\";s:4:\"name\";s:12:\"vcard_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/vcard_button.png\";s:7:\"preview\";s:26:\"vcard-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f8b1aa9c5d9e0bff06693553043bf07e\";}i:2;a:6:{s:5:\"title\";s:13:\"Pricing Plans\";s:4:\"name\";s:12:\"pricing_plan\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_plan.jpg\";s:7:\"preview\";s:34:\"pricing-plans-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6b58623984c469d6269e2964dbe453fa\";}i:3;a:6:{s:5:\"title\";s:13:\"WhatsApp Chat\";s:4:\"name\";s:13:\"whatsapp_chat\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/whatsapp_chat.png\";s:7:\"preview\";s:34:\"whatsapp-chat-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f7504c92793898ee5c7974e6e8a0e691\";}i:4;a:6:{s:5:\"title\";s:4:\"List\";s:4:\"name\";s:4:\"list\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list.jpg\";s:7:\"preview\";s:25:\"list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"983ca3489f947ed9150a941b6cbe9004\";}i:5;a:6:{s:5:\"title\";s:21:\"Unlimited Google Maps\";s:4:\"name\";s:14:\"ue_google_maps\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/ue_google_maps.jpg\";s:7:\"preview\";s:32:\"google-maps-widget-for-elementor\";s:11:\"update_hash\";s:32:\"893ee34a0a61db59617345e0dd38ede9\";}i:6;a:6:{s:5:\"title\";s:10:\"Review Box\";s:4:\"name\";s:10:\"review_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/review_box.jpg\";s:7:\"preview\";s:31:\"review-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"33da53b9e653d90690c46ee51464ebfa\";}i:7;a:6:{s:5:\"title\";s:12:\"Product Card\";s:4:\"name\";s:13:\"food_menu_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/food_menu_box.jpg\";s:7:\"preview\";s:34:\"food-menu-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fcf3620574639968e754b554f6ccf124\";}i:8;a:6:{s:5:\"title\";s:11:\"Memory Game\";s:4:\"name\";s:11:\"memory_game\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/memory_game.gif\";s:7:\"preview\";s:32:\"memory-game-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6a938010f513713734328d55e7749084\";}i:9;a:6:{s:5:\"title\";s:18:\"Product Highlights\";s:4:\"name\";s:26:\"two_column_product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/two_column_product_bullets.jpg\";s:7:\"preview\";s:47:\"two-column-product-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b8738c6eb9e142a849edb56ff683b1d2\";}i:10;a:6:{s:5:\"title\";s:13:\"Pricing Table\";s:4:\"name\";s:18:\"icon_pricing_table\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_pricing_table.jpg\";s:7:\"preview\";s:34:\"pricing-table-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9681266ae376913e52fe6c6c95c910a8\";}i:11;a:6:{s:5:\"title\";s:10:\"Price List\";s:4:\"name\";s:10:\"price_list\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/price_list.png\";s:7:\"preview\";s:31:\"price-list-widget-for-elementor\";s:11:\"update_hash\";s:32:\"397236611e778221bc66cf8e57b86651\";}i:12;a:6:{s:5:\"title\";s:15:\"Product Bullets\";s:4:\"name\";s:15:\"product_bullets\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/product_bullets.jpg\";s:7:\"preview\";s:36:\"product-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"390a139e1aca6243129c8818e43f27a1\";}i:13;a:6:{s:5:\"title\";s:7:\"Counter\";s:4:\"name\";s:17:\"statistic_counter\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/statistic_counter.jpg\";s:7:\"preview\";s:32:\"statistic-counters-for-elementor\";s:11:\"update_hash\";s:32:\"9d05af4c6443192bcc2e83799830f89d\";}i:14;a:6:{s:5:\"title\";s:16:\"Icon Mobile Menu\";s:4:\"name\";s:16:\"icon_mobile_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/icon_mobile_menu.png\";s:7:\"preview\";s:30:\"icon-mobile-menu-for-elementor\";s:11:\"update_hash\";s:32:\"4a8d555014a2ee0bce17c1e5959d89ee\";}i:15;a:6:{s:5:\"title\";s:21:\"Call To Action Button\";s:4:\"name\";s:19:\"pulsing_icon_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pulsing_icon_button.jpg\";s:7:\"preview\";s:42:\"call-to-action-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3ec9a23248d67b569c7e5f7b881cce8c\";}i:16;a:6:{s:5:\"title\";s:9:\"Price Box\";s:4:\"name\";s:17:\"box_pricing_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/box_pricing_table.jpg\";s:7:\"preview\";s:30:\"price-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e7701a509107bda9a8e1d77dee8f05bb\";}i:17;a:6:{s:5:\"title\";s:15:\"Timer Countdown\";s:4:\"name\";s:15:\"timer_countdown\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown.jpg\";s:7:\"preview\";s:43:\"timer-countdowns-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"8411bef7786c01b7125b8c13e13f8b84\";}i:18;a:6:{s:5:\"title\";s:22:\"Pricing Table Flip Box\";s:4:\"name\";s:16:\"pricing_flip_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/pricing_flip_box.gif\";s:7:\"preview\";s:37:\"pricing-flip-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"79a458ad802a055ef4ed2d12634a62ea\";}i:19;a:6:{s:5:\"title\";s:12:\"List Marquee\";s:4:\"name\";s:12:\"list_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/list_marquee.gif\";s:7:\"preview\";s:33:\"list-marquee-widget-for-elementor\";s:11:\"update_hash\";s:32:\"16c5cf3d92d2e6cc6c3553133184e22c\";}i:20;a:6:{s:5:\"title\";s:15:\"Review Carousel\";s:4:\"name\";s:21:\"bold_customer_reviews\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_customer_reviews.png\";s:7:\"preview\";s:53:\"card-testimonial-review-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"debeff13f43df92f3a4e1a71af6e60b6\";}i:21;a:6:{s:5:\"title\";s:22:\"Timer Countdown Banner\";s:4:\"name\";s:22:\"timer_countdown_banner\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/timer_countdown_banner.jpg\";s:7:\"preview\";s:43:\"timer-countdown-banner-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5b3e37f819cb7bf25d476de87b63ad7d\";}i:22;a:6:{s:5:\"title\";s:14:\"Business Hours\";s:4:\"name\";s:14:\"business_hours\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/business_hours.png\";s:7:\"preview\";s:35:\"business-hours-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a23469de0b6821b0536511b1cdb7446d\";}i:23;a:6:{s:5:\"title\";s:19:\"Overlay Product Box\";s:4:\"name\";s:25:\"uc_simple_overlay_product\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_simple_overlay_product.jpg\";s:7:\"preview\";s:40:\"overlay-product-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f4638f8bfc00bc3db5a33c715b13a372\";}i:24;a:6:{s:5:\"title\";s:16:\"Copy Coupon Code\";s:4:\"name\";s:16:\"copy_coupon_code\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/copy_coupon_code.gif\";s:7:\"preview\";s:37:\"copy-coupon-code-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f91c5ee933c7c50c5c56e28640f07984\";}i:25;a:6:{s:5:\"title\";s:11:\"Product Box\";s:4:\"name\";s:14:\"bold_price_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/bold_price_box.jpg\";s:7:\"preview\";s:44:\"price-label-product-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7c0c3f41f84d8e6d9a3560b89e84e72a\";}i:26;a:6:{s:5:\"title\";s:16:\"Product Carousel\";s:4:\"name\";s:21:\"uc_menu_item_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Marketing Widgets/uc_menu_item_carousel.png\";s:7:\"preview\";s:37:\"product-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9ca6490931556b14fd189104c62a762a\";}}s:12:\"Loop Builder\";a:6:{i:0;a:6:{s:5:\"title\";s:9:\"Loop Grid\";s:4:\"name\";s:15:\"ue_listing_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_grid.png\";s:7:\"preview\";s:42:\"dynamic-template-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d6f8eef79664136bd1c4873165657552\";}i:1;a:6:{s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"name\";s:19:\"ue_listing_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_carousel.png\";s:7:\"preview\";s:46:\"dynamic-template-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3d642667e072e35aa76ae5ede88d2b51\";}i:2;a:6:{s:5:\"title\";s:9:\"Loop Tabs\";s:4:\"name\";s:15:\"ue_listing_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_tabs.png\";s:7:\"preview\";s:42:\"dynamic-template-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6cc344a4a4ef40c4958cb26f1af6ec48\";}i:3;a:6:{s:5:\"title\";s:14:\"Loop Accordion\";s:4:\"name\";s:20:\"ue_listing_accordion\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_accordion.png\";s:7:\"preview\";s:47:\"dynamic-template-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d56fbc173cf5aec7ec601c28a90d1540\";}i:4;a:6:{s:5:\"title\";s:11:\"Loop Slider\";s:4:\"name\";s:17:\"ue_listing_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/ue_listing_slider.png\";s:7:\"preview\";s:44:\"dynamic-template-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d4839fb79b1af7031415f09a97affaa0\";}i:5;a:6:{s:5:\"title\";s:20:\"Dynamic Popup Button\";s:4:\"name\";s:20:\"dynamic_popup_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Loop Builder/dynamic_popup_button.png\";s:7:\"preview\";s:21:\"dynamic-template-grid\";s:11:\"update_hash\";s:32:\"6f451fee2a15bf57fe177ae378f7bb67\";}}s:22:\"Remote Control Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:11:\"Remote Tabs\";s:4:\"name\";s:11:\"remote_tabs\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_tabs.gif\";s:7:\"preview\";s:32:\"remote-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"781aa3b3f77b118866add75a0524c68f\";}i:1;a:6:{s:5:\"title\";s:13:\"Remote Arrows\";s:4:\"name\";s:16:\"arrow_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/arrow_navigation.jpg\";s:7:\"preview\";s:34:\"remote-arrows-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4b5018a745a6ae42d304f771a9d0cf07\";}i:2;a:6:{s:5:\"title\";s:14:\"Remote Bullets\";s:4:\"name\";s:32:\"remote_control_bullet_navigation\";s:6:\"isfree\";b:1;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_bullet_navigation.jpg\";s:7:\"preview\";s:35:\"remote-bullets-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4748228609f444a28e740820af0ce672\";}i:3;a:6:{s:5:\"title\";s:15:\"Remote Dropdown\";s:4:\"name\";s:13:\"remote_select\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_select.png\";s:7:\"preview\";s:36:\"remote-dropdown-widget-for-elementor\";s:11:\"update_hash\";s:32:\"55624f639405d95baf6ee4e3a1a04d8d\";}i:4;a:6:{s:5:\"title\";s:14:\"Remote Counter\";s:4:\"name\";s:22:\"remote_counter_display\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_counter_display.jpg\";s:7:\"preview\";s:35:\"remote-counter-widget-for-elementor\";s:11:\"update_hash\";s:32:\"85d685b7fedc349e40db67f8a6bb30b9\";}i:5;a:6:{s:5:\"title\";s:11:\"Remote Link\";s:4:\"name\";s:19:\"remote_control_link\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_control_link.jpg\";s:7:\"preview\";s:32:\"remote-link-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d15bee1198c0c6c2634a70f957048160\";}i:6;a:6:{s:5:\"title\";s:22:\"Remote Item Navigation\";s:4:\"name\";s:22:\"remote_item_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_item_navigation.gif\";s:7:\"preview\";s:43:\"remote-item-navigation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8a4dea3215ba69a5171a97ac28f12611\";}i:7;a:6:{s:5:\"title\";s:17:\"Remote Play Pause\";s:4:\"name\";s:17:\"remote_play_pause\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_play_pause.jpg\";s:7:\"preview\";s:22:\"remote-control-widgets\";s:11:\"update_hash\";s:32:\"1a34443342e8885e3644e17cf5b26f54\";}i:8;a:6:{s:5:\"title\";s:13:\"Remote Scroll\";s:4:\"name\";s:21:\"remote_scroll_control\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Remote Control Widgets/remote_scroll_control.gif\";s:7:\"preview\";s:34:\"remote-scroll-widget-for-elementor\";s:11:\"update_hash\";s:32:\"dc99acacc40c336c27304a7b98524630\";}}s:12:\"Menu Widgets\";a:10:{i:0;a:6:{s:5:\"title\";s:14:\"WordPress Menu\";s:4:\"name\";s:8:\"nav_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/nav_menu.jpg\";s:7:\"preview\";s:35:\"wordpress-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"aa28ba2803719d5724f1f33634ebfa11\";}i:1;a:6:{s:5:\"title\";s:9:\"Side Menu\";s:4:\"name\";s:12:\"ue_side_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_side_menu.jpg\";s:7:\"preview\";s:30:\"side-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"03a9c86e01b389aef5eaebe7bc1a9e30\";}i:2;a:6:{s:5:\"title\";s:9:\"Mega Menu\";s:4:\"name\";s:9:\"mega_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu.jpg\";s:7:\"preview\";s:30:\"mega-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1ee0f9baef4a84019843f5943e2e8c24\";}i:3;a:6:{s:5:\"title\";s:21:\"Mega Menu Inner Links\";s:4:\"name\";s:21:\"mega_menu_inner_links\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/mega_menu_inner_links.jpg\";s:7:\"preview\";s:42:\"mega-menu-inner-links-widget-for-elementor\";s:11:\"update_hash\";s:32:\"178e691e32f515f02fbf6d36e0991944\";}i:4;a:6:{s:5:\"title\";s:15:\"Fullscreen Menu\";s:4:\"name\";s:26:\"fullscreen_navigation_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/fullscreen_navigation_menu.gif\";s:7:\"preview\";s:36:\"fullscreen-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"599d3cc0f3648dc84e71febde7e445fd\";}i:5;a:6:{s:5:\"title\";s:23:\"Liquid Full Screen Menu\";s:4:\"name\";s:26:\"uc_liquid_full_screen_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/uc_liquid_full_screen_menu.gif\";s:7:\"preview\";s:43:\"liquid-fullscreen-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"52eb81227490e1a41f9ac6cc9b4ec74f\";}i:6;a:6:{s:5:\"title\";s:26:\"One Page Scroll Navigation\";s:4:\"name\";s:33:\"bullet_one_page_scroll_navigation\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/bullet_one_page_scroll_navigation.png\";s:7:\"preview\";s:47:\"one-page-scroll-navigation-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c680a188ce9e06cf0052ca9be8c78730\";}i:7;a:6:{s:5:\"title\";s:11:\"Circle Menu\";s:4:\"name\";s:14:\"ue_circle_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_circle_menu.jpg\";s:7:\"preview\";s:32:\"circle-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3462d534d45236aac2d8471c1cb18824\";}i:8;a:6:{s:5:\"title\";s:9:\"List Menu\";s:4:\"name\";s:16:\"simple_list_menu\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/simple_list_menu.png\";s:7:\"preview\";s:37:\"simple-list-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6ba028aa209fbe469ce622a12502c389\";}i:9;a:6:{s:5:\"title\";s:14:\"Accordion Menu\";s:4:\"name\";s:17:\"ue_accordion_menu\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Menu Widgets/ue_accordion_menu.jpg\";s:7:\"preview\";s:35:\"accordion-menu-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a6c9b45eb3e17caaf9c889b5ff8d2080\";}}s:15:\"Content Widgets\";a:14:{i:0;a:6:{s:5:\"title\";s:23:\"Expanding Content Cards\";s:4:\"name\";s:23:\"expanding_content_cards\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/expanding_content_cards.png\";s:7:\"preview\";s:44:\"expanding-content-cards-widget-for-elementor\";s:11:\"update_hash\";s:32:\"928c2e15de2f2d744e3102ceae14a698\";}i:1;a:6:{s:5:\"title\";s:16:\"Content Carousel\";s:4:\"name\";s:20:\"content_carousel_new\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_carousel_new.jpg\";s:7:\"preview\";s:37:\"content-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0fba1e584ccb32794a43bf93a008a955\";}i:2;a:6:{s:5:\"title\";s:12:\"Content Grid\";s:4:\"name\";s:13:\"content_grid2\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_grid2.png\";s:7:\"preview\";s:33:\"content-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"30b1351d3bb3ba5062eaa6654a655fb2\";}i:3;a:6:{s:5:\"title\";s:17:\"Content Accordion\";s:4:\"name\";s:17:\"content_accordion\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_accordion.jpg\";s:7:\"preview\";s:38:\"content-accordion-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f478936b51d9dfa80257d43cae4cb6cb\";}i:4;a:6:{s:5:\"title\";s:12:\"Simple Popup\";s:4:\"name\";s:12:\"simple_popup\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/simple_popup.png\";s:7:\"preview\";s:33:\"simple-popup-widget-for-elementor\";s:11:\"update_hash\";s:32:\"063ec56c8a68ad29412d81d190f3aafa\";}i:5;a:6:{s:5:\"title\";s:11:\"Mega Slider\";s:4:\"name\";s:11:\"mega_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/mega_slider.png\";s:7:\"preview\";s:32:\"mega-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"640533ff14a0987bca20d30d952e543f\";}i:6;a:6:{s:5:\"title\";s:12:\"Content Tabs\";s:4:\"name\";s:12:\"content_tabs\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_tabs.jpg\";s:7:\"preview\";s:33:\"content-tabs-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7fe0ab83eba7f8a2bf5c7d4380f7108d\";}i:7;a:6:{s:5:\"title\";s:14:\"Unfold Content\";s:4:\"name\";s:9:\"ue_unfold\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_unfold.gif\";s:7:\"preview\";s:35:\"unfold-content-widget-for-elementor\";s:11:\"update_hash\";s:32:\"646304f01129214fabfcc91aa8dd2154\";}i:8;a:6:{s:5:\"title\";s:14:\"Content Slider\";s:4:\"name\";s:18:\"content_slider_new\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_slider_new.gif\";s:7:\"preview\";s:35:\"content-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f0bbb7441e025ff1157641639f0f0aa3\";}i:9;a:6:{s:5:\"title\";s:16:\"Content Switcher\";s:4:\"name\";s:14:\"content_toggle\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_toggle.gif\";s:7:\"preview\";s:37:\"content-switcher-widget-for-elementor\";s:11:\"update_hash\";s:32:\"41a6c8ac47298b93d26d9fca5ace816c\";}i:10;a:6:{s:5:\"title\";s:15:\"Unlimited Table\";s:4:\"name\";s:8:\"ue_table\";s:6:\"isfree\";b:0;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/ue_table.jpg\";s:7:\"preview\";s:36:\"unlimited-table-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0446144b27bc1c0c641329f560da3484\";}i:11;a:6:{s:5:\"title\";s:10:\"Toggle Box\";s:4:\"name\";s:10:\"toggle_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/toggle_box.png\";s:7:\"preview\";s:31:\"toggle-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e3515cc74244610a32787f52060841ae\";}i:12;a:6:{s:5:\"title\";s:14:\"Unlimited Grid\";s:4:\"name\";s:14:\"unlimited_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/unlimited_grid.jpg\";s:7:\"preview\";s:35:\"unlimited-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"cb9dae4a382eed8619614cb1ca5d2bc4\";}i:13;a:6:{s:5:\"title\";s:14:\"Content Ticker\";s:4:\"name\";s:14:\"content_ticker\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Widgets/content_ticker.png\";s:7:\"preview\";s:35:\"content-ticker-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3bc24079efd6ac5c883be07435f088b1\";}}s:13:\"Media Widgets\";a:14:{i:0;a:6:{s:5:\"title\";s:14:\"Slider Gallery\";s:4:\"name\";s:15:\"uc_slider_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_slider_image.jpg\";s:7:\"preview\";s:35:\"slider-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"eaf5d78954cc3601567d6dc9158564d7\";}i:1;a:6:{s:5:\"title\";s:12:\"Grid Gallery\";s:4:\"name\";s:19:\"uc_grid_image_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_grid_image_theme.jpg\";s:7:\"preview\";s:33:\"grid-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c8118eea256317762e4f63358f0abfc1\";}i:2;a:6:{s:5:\"title\";s:12:\"Random Image\";s:4:\"name\";s:15:\"ue_random_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/ue_random_image.jpg\";s:7:\"preview\";s:33:\"random-image-widget-for-elementor\";s:11:\"update_hash\";s:32:\"eda3ad7952266cfd77c2e568979f7488\";}i:3;a:6:{s:5:\"title\";s:15:\"Masonry Gallery\";s:4:\"name\";s:22:\"uc_tiles_columns_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_columns_image.jpg\";s:7:\"preview\";s:36:\"masonry-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d9214e6843e027321edd102911d519a9\";}i:4;a:6:{s:5:\"title\";s:12:\"Tile Gallery\";s:4:\"name\";s:19:\"uc_tiles_grid_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_tiles_grid_image.jpg\";s:7:\"preview\";s:33:\"tile-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"41ca290111c64c1f70c1e4b985fe1760\";}i:5;a:6:{s:5:\"title\";s:16:\"Carousel Gallery\";s:4:\"name\";s:17:\"uc_carousel_image\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_carousel_image.jpg\";s:7:\"preview\";s:37:\"carousel-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7da3765d7cde13385f19a30286687bf1\";}i:6;a:6:{s:5:\"title\";s:15:\"Compact Gallery\";s:4:\"name\";s:22:\"uc_compact_image_theme\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_compact_image_theme.jpg\";s:7:\"preview\";s:36:\"compact-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f49189ec393d30cec57f1bc87308d70a\";}i:7;a:6:{s:5:\"title\";s:17:\"Thumbnail Gallery\";s:4:\"name\";s:22:\"uc_image_default_theme\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_image_default_theme.jpg\";s:7:\"preview\";s:38:\"unlimited-gallery-widget-for-elementor\";s:11:\"update_hash\";s:32:\"103fc976a8f88ea33530cc62067499ce\";}i:8;a:6:{s:5:\"title\";s:14:\"Audio Playlist\";s:4:\"name\";s:14:\"audio_playlist\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_playlist.jpg\";s:7:\"preview\";s:35:\"audio-playlist-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d8ce0fb9dd0a2357218efe4610d122e0\";}i:9;a:6:{s:5:\"title\";s:13:\"Simple Slider\";s:4:\"name\";s:13:\"simple_slider\";s:6:\"isfree\";b:1;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/simple_slider.jpg\";s:7:\"preview\";s:34:\"simple-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a5534cf537deec8405f092ccf6125158\";}i:10;a:6:{s:5:\"title\";s:12:\"Audio Player\";s:4:\"name\";s:17:\"audio_player_mejs\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/audio_player_mejs.jpg\";s:7:\"preview\";s:33:\"audio-player-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1143f39390aec23fa430b2847eeae68b\";}i:11;a:6:{s:5:\"title\";s:16:\"Thumbnail Slider\";s:4:\"name\";s:26:\"owl_sliding_thumbs_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/owl_sliding_thumbs_gallery.png\";s:7:\"preview\";s:37:\"thumbnail-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"83926b1015c81c24402c0803dfc2f350\";}i:12;a:6:{s:5:\"title\";s:30:\"Image and Video Content Slider\";s:4:\"name\";s:23:\"uc_video_content_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/uc_video_content_slider.png\";s:7:\"preview\";s:47:\"image-video-content-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6182a8e33609b59967cef5033019da85\";}i:13;a:6:{s:5:\"title\";s:14:\"Video Playlist\";s:4:\"name\";s:23:\"play_list_video_gallery\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Media Widgets/play_list_video_gallery.jpg\";s:7:\"preview\";s:35:\"video-playlist-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9a6e59982b7884598d4a57fe9ab54cea\";}}s:16:\"Carousel Widgets\";a:9:{i:0;a:6:{s:5:\"title\";s:18:\"Unlimited Carousel\";s:4:\"name\";s:19:\"image_card_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/image_card_carousel.gif\";s:7:\"preview\";s:39:\"unlimited-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"74cd74f0bef87c687e3e763d84c32549\";}i:1;a:6:{s:5:\"title\";s:18:\"Coverflow Carousel\";s:4:\"name\";s:19:\"cover_flow_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/cover_flow_carousel.gif\";s:7:\"preview\";s:39:\"coverflow-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"78aa17156fa41e6b425603f82a3c7dea\";}i:2;a:6:{s:5:\"title\";s:13:\"Card Carousel\";s:4:\"name\";s:13:\"card_carousel\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/card_carousel.jpg\";s:7:\"preview\";s:34:\"card-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fa988d03212c1ca3135c7f6752608411\";}i:3;a:6:{s:5:\"title\";s:13:\"Icon Carousel\";s:4:\"name\";s:13:\"icon_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/icon_carousel.jpg\";s:7:\"preview\";s:34:\"icon-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"76234daf9c43779f245207cabcfc6f0e\";}i:4;a:6:{s:5:\"title\";s:17:\"Material Carousel\";s:4:\"name\";s:17:\"material_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/material_carousel.jpg\";s:7:\"preview\";s:38:\"material-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3003a96f83de198fd622de0acd061b79\";}i:5;a:6:{s:5:\"title\";s:16:\"Overlay Carousel\";s:4:\"name\";s:16:\"overlay_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/overlay_carousel.jpg\";s:7:\"preview\";s:37:\"overlay-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a173bd1ebc757718069bb60da6c56c1e\";}i:6;a:6:{s:5:\"title\";s:14:\"Swipe Carousel\";s:4:\"name\";s:18:\"swipe_css_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/swipe_css_carousel.png\";s:7:\"preview\";s:39:\"swipe-css-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"80a776f6372fcef74eacb699ba8824a9\";}i:7;a:6:{s:5:\"title\";s:18:\"Portfolio Carousel\";s:4:\"name\";s:18:\"portfolio_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/portfolio_carousel.png\";s:7:\"preview\";s:39:\"portfolio-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"69a2361fb76ec6a42d41c22ddc328ae7\";}i:8;a:6:{s:5:\"title\";s:24:\"Justified Image Carousel\";s:4:\"name\";s:24:\"justified_image_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Carousel Widgets/justified_image_carousel.png\";s:7:\"preview\";s:45:\"justified-image-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f46f6f657890d4b8d85f9ab23323acb6\";}}s:19:\"Infographic Widgets\";a:11:{i:0;a:6:{s:5:\"title\";s:30:\"Interactive Circle Infographic\";s:4:\"name\";s:30:\"interactive_circle_infographic\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/interactive_circle_infographic.jpg\";s:7:\"preview\";s:51:\"interactive-circle-infographic-widget-for-elementor\";s:11:\"update_hash\";s:32:\"233bcad543b271cec02e250dc6c71972\";}i:1;a:6:{s:5:\"title\";s:18:\"Unlimited Timeline\";s:4:\"name\";s:18:\"unlimited_timeline\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_timeline.jpg\";s:7:\"preview\";s:39:\"unlimited-timeline-widget-for-elementor\";s:11:\"update_hash\";s:32:\"839dcc2af266c1e992afb6579ed8f04e\";}i:2;a:6:{s:5:\"title\";s:16:\"Unlimited Charts\";s:4:\"name\";s:16:\"unlimited_charts\";s:6:\"isfree\";b:0;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/unlimited_charts.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:11:\"update_hash\";s:32:\"743e212e3566557da7d3d8858d904bc3\";}i:3;a:6:{s:5:\"title\";s:16:\"Funnel & Pyramid\";s:4:\"name\";s:10:\"ue_pyramid\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/ue_pyramid.jpg\";s:7:\"preview\";s:35:\"funnel-pyramid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"faf8daa7aa9aa767aa35e7b760c843d2\";}i:4;a:6:{s:5:\"title\";s:19:\"Linear Progress Bar\";s:4:\"name\";s:19:\"linear_progress_bar\";s:6:\"isfree\";b:1;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/linear_progress_bar.gif\";s:7:\"preview\";s:40:\"linear-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"74d8fc1be5e0752485180906a303d628\";}i:5;a:6:{s:5:\"title\";s:12:\"Step Process\";s:4:\"name\";s:12:\"step_process\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/step_process.jpg\";s:7:\"preview\";s:33:\"step-process-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3cd176b2dc363f17bed09bee2ad3df66\";}i:6;a:6:{s:5:\"title\";s:19:\"Circle Progress Bar\";s:4:\"name\";s:22:\"uc_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_circle_progress_bar.gif\";s:7:\"preview\";s:40:\"circle-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0238af886b94732fe8d0434a22e6be3e\";}i:7;a:6:{s:5:\"title\";s:24:\"Semi Circle Progress Bar\";s:4:\"name\";s:24:\"semi_circle_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/semi_circle_progress_bar.png\";s:7:\"preview\";s:45:\"semi-circle-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5644b51f072b8ca71bed768629960bf4\";}i:8;a:6:{s:5:\"title\";s:9:\"Pie chart\";s:4:\"name\";s:11:\"uc_piechart\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_piechart.jpg\";s:7:\"preview\";s:23:\"pie-chart-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:21:\"Vertical Progress Bar\";s:4:\"name\";s:24:\"uc_vertical_progress_bar\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/uc_vertical_progress_bar.gif\";s:7:\"preview\";s:42:\"vertical-progress-bar-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ee78905e0de9f09ded424d701846eb70\";}i:10;a:6:{s:5:\"title\";s:10:\"Line Chart\";s:4:\"name\";s:10:\"line_chart\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Infographic Widgets/line_chart.jpg\";s:7:\"preview\";s:37:\"unlimited-charts-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a917df9b854e294e98b67e2f5ab1ea7c\";}}s:12:\"Testimonials\";a:3:{i:0;a:6:{s:5:\"title\";s:15:\"Testimonial Box\";s:4:\"name\";s:15:\"box_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/box_testimonial.jpg\";s:7:\"preview\";s:36:\"box-testimonial-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f2709690911bf63c5173511adfde09ea\";}i:1;a:6:{s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"name\";s:31:\"responsive_testemonial_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/responsive_testemonial_carousel.png\";s:7:\"preview\";s:41:\"testimonial-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b3814da8923c3f70ae092c25495087c8\";}i:2;a:6:{s:5:\"title\";s:16:\"Testimonial Card\";s:4:\"name\";s:21:\"logo_card_testimonial\";s:6:\"isfree\";b:1;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Testimonials/logo_card_testimonial.jpg\";s:7:\"preview\";s:42:\"logo-card-testimonial-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c2a31982edb7badf43db661cca1cb594\";}}s:12:\"Team Members\";a:6:{i:0;a:6:{s:5:\"title\";s:20:\"Team Member Carousel\";s:4:\"name\";s:20:\"team_member_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_carousel.jpg\";s:7:\"preview\";s:41:\"team-member-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"03405b1b71075b0dddcd83fe1602117f\";}i:1;a:6:{s:5:\"title\";s:16:\"Team Member Card\";s:4:\"name\";s:16:\"team_member_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_card.jpg\";s:7:\"preview\";s:37:\"team-member-card-widget-for-elementor\";s:11:\"update_hash\";s:32:\"631b3ee343681c5f4912d7687055591b\";}i:2;a:6:{s:5:\"title\";s:15:\"Team Member Box\";s:4:\"name\";s:23:\"team_member_box_overlay\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_box_overlay.gif\";s:7:\"preview\";s:44:\"team-member-box-overlay-widget-for-elementor\";s:11:\"update_hash\";s:32:\"ed230a39223d7283c6992a4e8529bbd9\";}i:3;a:6:{s:5:\"title\";s:23:\"Team Member Icon Effect\";s:4:\"name\";s:25:\"circle_effect_team_member\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/circle_effect_team_member.gif\";s:7:\"preview\";s:37:\"icon-team-member-widget-for-elementor\";s:11:\"update_hash\";s:32:\"78f5ba01e02679d31965585df54ca98b\";}i:4;a:6:{s:5:\"title\";s:16:\"Team Member Grid\";s:4:\"name\";s:16:\"team_member_grid\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/team_member_grid.jpg\";s:7:\"preview\";s:37:\"team-member-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"574a33ac0fe20f34246e0fba43701869\";}i:5;a:6:{s:5:\"title\";s:26:\"Team Member Sliding Effect\";s:4:\"name\";s:29:\"uc_team_member_overlay_bottom\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Team Members/uc_team_member_overlay_bottom.gif\";s:7:\"preview\";s:47:\"sliding-effect-team-member-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d7447f62636df1356bf736343fc8ed80\";}}s:13:\"Content Boxes\";a:9:{i:0;a:6:{s:5:\"title\";s:22:\"Image Zoom Content Box\";s:4:\"name\";s:22:\"image_zoom_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_zoom_content_box.jpg\";s:7:\"preview\";s:43:\"image-zoom-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f01e9b07997021954aef164537108da1\";}i:1;a:6:{s:5:\"title\";s:31:\"Content Box Zoom Caption Reveal\";s:4:\"name\";s:31:\"zoom_caption_reveal_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/zoom_caption_reveal_content_box.gif\";s:7:\"preview\";s:52:\"zoom-caption-reveal-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d79dd404b804876f8262aeae469da499\";}i:2;a:6:{s:5:\"title\";s:10:\"Image Card\";s:4:\"name\";s:22:\"image_card_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/image_card_content_box.png\";s:7:\"preview\";s:43:\"image-card-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6b2769f67b72f3507393537026b4dcb1\";}i:3;a:6:{s:5:\"title\";s:19:\"Content Box Overlay\";s:4:\"name\";s:26:\"subtle_overlay_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/subtle_overlay_content_box.gif\";s:7:\"preview\";s:47:\"subtle-overlay-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"005d20e34469280298030b4086ac1a90\";}i:4;a:6:{s:5:\"title\";s:29:\"Content Box Hover Text Reveal\";s:4:\"name\";s:29:\"hover_text_reveal_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/hover_text_reveal_content_box.gif\";s:7:\"preview\";s:50:\"hover-text-reveal-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6b8490c12476540eb0feec7813984b2e\";}i:5;a:6:{s:5:\"title\";s:22:\"Icon Image Content Box\";s:4:\"name\";s:22:\"icon_image_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:93:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_image_content_box.gif\";s:7:\"preview\";s:43:\"icon-image-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"12342457a90b4446d52791a86dc92f6a\";}i:6;a:6:{s:5:\"title\";s:27:\"Animated Border Content Box\";s:4:\"name\";s:27:\"animated_border_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/animated_border_content_box.png\";s:7:\"preview\";s:48:\"animated-border-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"1db8d95069d73b7a8de143348a31bd4e\";}i:7;a:6:{s:5:\"title\";s:16:\"Icon Content Box\";s:4:\"name\";s:16:\"icon_content_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/icon_content_box.jpg\";s:7:\"preview\";s:37:\"icon-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a7cdfbfc786aa63a8270baf5dd26f237\";}i:8;a:6:{s:5:\"title\";s:26:\"Content Box Sliding Effect\";s:4:\"name\";s:19:\"sliding_content_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Content Boxes/sliding_content_box.jpg\";s:7:\"preview\";s:40:\"sliding-content-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d1a0d5117f78feffc5af0363cd6ba2ce\";}}s:17:\"Instagram Widgets\";a:5:{i:0;a:6:{s:5:\"title\";s:14:\"Instagram Feed\";s:4:\"name\";s:25:\"blox_grid_instagrm_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_grid_instagrm_widget.png\";s:7:\"preview\";s:35:\"instagram-feed-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3d9ca84065b38d71341311cff7b281ca\";}i:1;a:6:{s:5:\"title\";s:22:\"Instagram Latest Image\";s:4:\"name\";s:27:\"blox_instagram_latest_image\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_latest_image.png\";s:7:\"preview\";s:43:\"latest-instagram-image-widget-for-elementor\";s:11:\"update_hash\";s:32:\"460b03ca781e8ee1ddb7c149fb6c071c\";}i:2;a:6:{s:5:\"title\";s:13:\"Instagram Box\";s:4:\"name\";s:28:\"blox_quatro_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_quatro_instagram_widget.png\";s:7:\"preview\";s:34:\"instagram-teaser-box-for-elementor\";s:11:\"update_hash\";s:32:\"8c376c95557cefb4f799aae6aadf9a7a\";}i:3;a:6:{s:5:\"title\";s:14:\"Instagram Card\";s:4:\"name\";s:26:\"blox_instagram_card_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_card_widget.png\";s:7:\"preview\";s:35:\"instagram-card-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e24c43741736059edd182f91adefe1eb\";}i:4;a:6:{s:5:\"title\";s:20:\"Instagram Metro Grid\";s:4:\"name\";s:21:\"blox_instagram_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Instagram Widgets/blox_instagram_widget.png\";s:7:\"preview\";s:36:\"metro-instagram-widget-for-elementor\";s:11:\"update_hash\";s:32:\"881b17b9e7f63eb38cc6c9cfa32b7db7\";}}s:12:\"Logo Widgets\";a:4:{i:0;a:6:{s:5:\"title\";s:9:\"Logo Grid\";s:4:\"name\";s:9:\"logo_grid\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_grid.jpg\";s:7:\"preview\";s:30:\"logo-grid-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f07a3f0c4cb1d0a1a477140c5715dcbf\";}i:1;a:6:{s:5:\"title\";s:13:\"Logo Carousel\";s:4:\"name\";s:13:\"logo_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_carousel.gif\";s:7:\"preview\";s:34:\"logo-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b84e028a8d56ad048386138cd3d72669\";}i:2;a:6:{s:5:\"title\";s:9:\"Logo Card\";s:4:\"name\";s:9:\"logo_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_card.jpg\";s:7:\"preview\";s:30:\"logo-card-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:12:\"Logo Marquee\";s:4:\"name\";s:12:\"logo_marquee\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Logo Widgets/logo_marquee.png\";s:7:\"preview\";s:33:\"logo-marquee-widget-for-elementor\";s:11:\"update_hash\";s:32:\"19136f04b65e6ec14af3a24ab00ccff5\";}}s:13:\"Hover Effects\";a:9:{i:0;a:6:{s:5:\"title\";s:21:\"Rollover Image Effect\";s:4:\"name\";s:21:\"rollover_image_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/rollover_image_effect.gif\";s:7:\"preview\";s:42:\"rollover-image-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e8c73f7860736587ce2ea5a7febe44bd\";}i:1;a:6:{s:5:\"title\";s:20:\"Banner Hover Effects\";s:4:\"name\";s:23:\"uc_banner_hover_effects\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_banner_hover_effects.gif\";s:7:\"preview\";s:41:\"banner-hover-effect-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"8db31a7d76cc9e70e4c4d68e8c02b1d7\";}i:2;a:6:{s:5:\"title\";s:18:\"Link Hover Effects\";s:4:\"name\";s:18:\"link_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/link_hover_effects.gif\";s:7:\"preview\";s:18:\"link-hover-effects\";s:11:\"update_hash\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:18:\"Icon Hover Effects\";s:4:\"name\";s:21:\"uc_icon_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/uc_icon_hover_effects.gif\";s:7:\"preview\";s:32:\"icon-hover-effects-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:13:\"iHover Effect\";s:4:\"name\";s:13:\"ihover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:84:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/ihover_effect.gif\";s:7:\"preview\";s:20:\"ihover-for-elementor\";s:11:\"update_hash\";s:32:\"90b924a945c2f31f8624bca28dcd72b2\";}i:5;a:6:{s:5:\"title\";s:22:\"Creative Button Hovers\";s:4:\"name\";s:16:\"creative_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/creative_buttons.gif\";s:7:\"preview\";s:42:\"creative-button-hover-widget-for-elementor\";s:11:\"update_hash\";s:32:\"459942e562de22c20169be45c63e1381\";}i:6;a:6:{s:5:\"title\";s:21:\"Caption Hover Effects\";s:4:\"name\";s:21:\"caption_hover_effects\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/caption_hover_effects.gif\";s:7:\"preview\";s:21:\"caption-hover-effects\";s:11:\"update_hash\";s:32:\"ebc1de04563630d28de2ad9fdc12c163\";}i:7;a:6:{s:5:\"title\";s:25:\"Border Link Hover Effects\";s:4:\"name\";s:25:\"border_link_hover_effects\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/border_link_hover_effects.gif\";s:7:\"preview\";s:46:\"border-link-hover-effects-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e07f89c73c141faeddc1dd05047216c4\";}i:8;a:6:{s:5:\"title\";s:12:\"Image Scroll\";s:4:\"name\";s:20:\"scrolling_screenshot\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Hover Effects/scrolling_screenshot.gif\";s:7:\"preview\";s:41:\"scrolling-screenshot-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9102ddf1de0afdda51930513d7661a3d\";}}s:14:\"Button Widgets\";a:21:{i:0;a:6:{s:5:\"title\";s:15:\"Dropdown Button\";s:4:\"name\";s:15:\"dropdown_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dropdown_button.gif\";s:7:\"preview\";s:36:\"dropdown-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"26a9bdf1726a4f169e7f2e299b63e190\";}i:1;a:6:{s:5:\"title\";s:13:\"Scroll To Top\";s:4:\"name\";s:16:\"ue_scroll_to_top\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/ue_scroll_to_top.jpg\";s:7:\"preview\";s:34:\"scroll-to-top-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2ceb06d4d326e08ed3a2da10733de3e4\";}i:2;a:6:{s:5:\"title\";s:17:\"Video Play Button\";s:4:\"name\";s:16:\"blox_play_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_play_button.png\";s:7:\"preview\";s:44:\"video-play-button-popup-widget-for-elementor\";s:11:\"update_hash\";s:32:\"db29c40c57b508f3540a27df01296cdb\";}i:3;a:6:{s:5:\"title\";s:26:\"Neon Glowing Button Effect\";s:4:\"name\";s:26:\"neon_glowing_button_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/neon_glowing_button_effect.gif\";s:7:\"preview\";s:47:\"neon-glowing-button-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"5279edc1407676c1f2629b75931640fc\";}i:4;a:6:{s:5:\"title\";s:14:\"Overlay Button\";s:4:\"name\";s:20:\"color_overlay_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/color_overlay_button.gif\";s:7:\"preview\";s:35:\"overlay-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0ef119dec64f32e22e857d395c442abe\";}i:5;a:6:{s:5:\"title\";s:27:\"Underline Link Hover Effect\";s:4:\"name\";s:27:\"underline_link_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_link_hover_effect.gif\";s:7:\"preview\";s:48:\"underline-link-hover-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"f27e113ab784489edb7928c2e06900d5\";}i:6;a:6:{s:5:\"title\";s:25:\"Underline Animated Button\";s:4:\"name\";s:25:\"underline_animated_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/underline_animated_button.gif\";s:7:\"preview\";s:46:\"underline-animated-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:17:\"Multi Line Button\";s:4:\"name\";s:17:\"multi_line_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/multi_line_button.jpg\";s:7:\"preview\";s:38:\"multi-line-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d8bc571a471b76b8518c410d8964bbbe\";}i:8;a:6:{s:5:\"title\";s:22:\"Simple Artistic Button\";s:4:\"name\";s:22:\"simple_artistic_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/simple_artistic_button.png\";s:7:\"preview\";s:43:\"simple-artistic-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"dc50153f1c9439310cb75df218376eb6\";}i:9;a:6:{s:5:\"title\";s:18:\"Toggle Text Button\";s:4:\"name\";s:18:\"toggle_text_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/toggle_text_button.png\";s:7:\"preview\";s:39:\"toggle-text-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:12:\"Button Group\";s:4:\"name\";s:14:\"blox_btn_group\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/blox_btn_group.png\";s:7:\"preview\";s:33:\"button-group-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fb48de16d0bc7ffacd059b834ec7c263\";}i:11;a:6:{s:5:\"title\";s:9:\"Dark Mode\";s:4:\"name\";s:9:\"dark_mode\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/dark_mode.gif\";s:7:\"preview\";s:30:\"dark-mode-widget-for-elementor\";s:11:\"update_hash\";s:32:\"a71ed822f1eef8019157b7075e6a8beb\";}i:12;a:6:{s:5:\"title\";s:19:\"Icon Pointer Button\";s:4:\"name\";s:19:\"icon_pointer_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/icon_pointer_button.jpg\";s:7:\"preview\";s:40:\"icon-pointer-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"026e6a9d20b2bc2eac14eec001f89f4c\";}i:13;a:6:{s:5:\"title\";s:20:\"Border Button Effect\";s:4:\"name\";s:17:\"border_btn_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/border_btn_effect.gif\";s:7:\"preview\";s:41:\"border-button-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"040ace69631ffbbfdc6d49de537c8a2c\";}i:14;a:6:{s:5:\"title\";s:15:\"Gradient Button\";s:4:\"name\";s:15:\"gradient_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_button.png\";s:7:\"preview\";s:36:\"gradient-button-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:15;a:6:{s:5:\"title\";s:13:\"Liquid Button\";s:4:\"name\";s:23:\"super_fun_liquid_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/super_fun_liquid_button.gif\";s:7:\"preview\";s:34:\"liquid-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9d45dafaafa29b8261531c942c2f5907\";}i:16;a:6:{s:5:\"title\";s:28:\"Gradient Hover Effect Button\";s:4:\"name\";s:28:\"gradient_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/gradient_hover_effect_button.gif\";s:7:\"preview\";s:49:\"gradient-hover-effect-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9c599e19c83c9ff3a44c1e91d35d9108\";}i:17;a:6:{s:5:\"title\";s:19:\"Glare Button Effect\";s:4:\"name\";s:19:\"glare_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/glare_effect_button.gif\";s:7:\"preview\";s:40:\"glare-effect-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"11d13c2035ca2c6a41692db4eee004a1\";}i:18;a:6:{s:5:\"title\";s:20:\"Parallelogram Button\";s:4:\"name\";s:18:\"parellogram_button\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/parellogram_button.jpg\";s:7:\"preview\";s:39:\"parellogram-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9fd78e1aa6fe757e7703a24eea67be48\";}i:19;a:6:{s:5:\"title\";s:24:\"Button Icon Hover Effect\";s:4:\"name\";s:27:\"uc_icon_hover_effect_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/uc_icon_hover_effect_button.jpg\";s:7:\"preview\";s:45:\"icon-hover-effect-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0a49853088a3e1550562f326a82f6152\";}i:20;a:6:{s:5:\"title\";s:16:\"Christmas Button\";s:4:\"name\";s:16:\"christmas_button\";s:6:\"isfree\";b:0;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Button Widgets/christmas_button.jpg\";s:7:\"preview\";s:37:\"christmas-button-widget-for-elementor\";s:11:\"update_hash\";s:32:\"7357053260058906f212a54ec1a37b6b\";}}s:10:\"Typography\";a:15:{i:0;a:6:{s:5:\"title\";s:18:\"Scroll Text Reveal\";s:4:\"name\";s:21:\"uc_scroll_reveal_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/uc_scroll_reveal_text.png\";s:7:\"preview\";s:39:\"scroll-reveal-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c8e53bd4fe06558535670cbc4d13af21\";}i:1;a:6:{s:5:\"title\";s:12:\"Text Rotator\";s:4:\"name\";s:12:\"text_rotator\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/text_rotator.gif\";s:7:\"preview\";s:39:\"text-rotator-for-elementor-page-builder\";s:11:\"update_hash\";s:32:\"9050b2e17a846e7c92868fa28e8281b0\";}i:2;a:6:{s:5:\"title\";s:29:\"Futuristic Typing Text Effect\";s:4:\"name\";s:29:\"futuristic_typing_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/futuristic_typing_text_effect.gif\";s:7:\"preview\";s:50:\"futuristic-typing-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"270ac98300d1ffdc1a2e1caa042c9768\";}i:3;a:6:{s:5:\"title\";s:7:\"3D Text\";s:4:\"name\";s:7:\"3d_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/3d_text.jpg\";s:7:\"preview\";s:28:\"3d-text-effect-for-elementor\";s:11:\"update_hash\";s:32:\"b783c74e99096b7441586c8abaf3e44a\";}i:4;a:6:{s:5:\"title\";s:19:\"Animated Split Text\";s:4:\"name\";s:24:\"splitting_letters_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/splitting_letters_effect.gif\";s:7:\"preview\";s:40:\"animated-split-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"36777c4a69aec336bdca63e7e977ef7a\";}i:5;a:6:{s:5:\"title\";s:22:\"Sideways Vertical Text\";s:4:\"name\";s:22:\"sideways_vertical_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/sideways_vertical_text.png\";s:7:\"preview\";s:43:\"sideways-vertical-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"eb5b3f5750b0b73831b7284578fd82d5\";}i:6;a:6:{s:5:\"title\";s:30:\"Gradient Underline Text Effect\";s:4:\"name\";s:30:\"gradient_underline_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_underline_text_effect.png\";s:7:\"preview\";s:51:\"gradient-underline-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"3566a5e3732ff41339b9c6673a301a5a\";}i:7;a:6:{s:5:\"title\";s:18:\"Dual Color Heading\";s:4:\"name\";s:18:\"dual_color_heading\";s:6:\"isfree\";b:1;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/dual_color_heading.png\";s:7:\"preview\";s:39:\"dual-color-heading-widget-for-elementor\";s:11:\"update_hash\";s:32:\"389dfcc3883959cfd79196968b0493a6\";}i:8;a:6:{s:5:\"title\";s:18:\"Stroke Text Effect\";s:4:\"name\";s:11:\"stroke_text\";s:6:\"isfree\";b:1;s:5:\"image\";s:79:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/stroke_text.png\";s:7:\"preview\";s:39:\"stroke-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:9;a:6:{s:5:\"title\";s:28:\"Image Background Text Effect\";s:4:\"name\";s:28:\"image_background_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/image_background_text_effect.png\";s:7:\"preview\";s:49:\"image-background-text-effect-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:10;a:6:{s:5:\"title\";s:20:\"Gradient Text Effect\";s:4:\"name\";s:20:\"gradient_text_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/gradient_text_effect.png\";s:7:\"preview\";s:34:\"gradient-text-effect-for-elementor\";s:11:\"update_hash\";s:32:\"039093644e69bf70361952ccfade992e\";}i:11;a:6:{s:5:\"title\";s:22:\"Typewriter Text Effect\";s:4:\"name\";s:22:\"typewriter_text_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/typewriter_text_effect.gif\";s:7:\"preview\";s:36:\"typewriter-text-effect-for-elementor\";s:11:\"update_hash\";s:32:\"8cab6af04728c67cb53b63a9a52c8c02\";}i:12;a:6:{s:5:\"title\";s:17:\"Side Line Heading\";s:4:\"name\";s:19:\"side_border_heading\";s:6:\"isfree\";b:0;s:5:\"image\";s:87:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/side_border_heading.png\";s:7:\"preview\";s:38:\"side-line-heading-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:13;a:6:{s:5:\"title\";s:19:\"Text Marquee Effect\";s:4:\"name\";s:7:\"marquee\";s:6:\"isfree\";b:1;s:5:\"image\";s:75:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/marquee.png\";s:7:\"preview\";s:26:\"text-marquee-for-elementor\";s:11:\"update_hash\";s:32:\"57f2d8b43946478913f6fb7936d1e49f\";}i:14;a:6:{s:5:\"title\";s:14:\"Christmas Text\";s:4:\"name\";s:14:\"christmas_text\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Typography/christmas_text.jpg\";s:7:\"preview\";s:35:\"christmas-text-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e93c48815ac82df04f388e60e9f033ae\";}}s:10:\"Icon Boxes\";a:10:{i:0;a:6:{s:5:\"title\";s:8:\"Icon Box\";s:4:\"name\";s:15:\"square_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/square_icon_box.jpg\";s:7:\"preview\";s:29:\"icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4810ec6450a29e79a8f4e19f08f8d50e\";}i:1;a:6:{s:5:\"title\";s:17:\"Animated Icon Box\";s:4:\"name\";s:17:\"animated_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:85:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/animated_icon_box.gif\";s:7:\"preview\";s:38:\"animated-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d38b2840b4c054f06362a584013bc89f\";}i:2;a:6:{s:5:\"title\";s:9:\"Icon Card\";s:4:\"name\";s:20:\"material_footer_card\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/material_footer_card.jpg\";s:7:\"preview\";s:41:\"material-footer-card-widget-for-elementor\";s:11:\"update_hash\";s:32:\"fae96510f2814ea77406a395aa930c0b\";}i:3;a:6:{s:5:\"title\";s:21:\"Icon Box Hover Effect\";s:4:\"name\";s:21:\"icon_box_hover_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:89:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/icon_box_hover_effect.gif\";s:7:\"preview\";s:42:\"icon-box-hover-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2e1509a6b7179ab601fe13949034087f\";}i:4;a:6:{s:5:\"title\";s:24:\"Animated Border Icon Box\";s:4:\"name\";s:24:\"animated_border_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/animated_border_icon_box.gif\";s:7:\"preview\";s:45:\"animated-border-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:15:\"Icon Number Box\";s:4:\"name\";s:27:\"blox_icon_button_number_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:95:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/blox_icon_button_number_box.png\";s:7:\"preview\";s:43:\"icon-button-number-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0dc73370f042e76500cd390c4027fe0e\";}i:6;a:6:{s:5:\"title\";s:23:\"Icon Box Content Reveal\";s:4:\"name\";s:23:\"content_reveal_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/content_reveal_icon_box.gif\";s:7:\"preview\";s:44:\"content-reveal-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"e8b49dcbbc3c3465bd316fcde049b7fe\";}i:7;a:6:{s:5:\"title\";s:20:\"Twist Hover Icon Box\";s:4:\"name\";s:20:\"twist_hover_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/twist_hover_icon_box.png\";s:7:\"preview\";s:41:\"twist-hover-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6dcae5986e39ab5c9ce877f1f43b56a3\";}i:8;a:6:{s:5:\"title\";s:16:\"Sliding Icon Box\";s:4:\"name\";s:20:\"solid_color_icon_box\";s:6:\"isfree\";b:1;s:5:\"image\";s:88:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/solid_color_icon_box.jpg\";s:7:\"preview\";s:41:\"solid-color-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0ed9fb400de1f260e759e36241daf694\";}i:9;a:6:{s:5:\"title\";s:16:\"Overlay Icon Box\";s:4:\"name\";s:28:\"solid_color_overlay_icon_box\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Icon Boxes/solid_color_overlay_icon_box.gif\";s:7:\"preview\";s:49:\"solid-color-overlay-icon-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"6eea8fa3a57a8d8cc56174062b196c88\";}}s:12:\"Block Quotes\";a:5:{i:0;a:6:{s:5:\"title\";s:15:\"Block Quote Box\";s:4:\"name\";s:27:\"blox_solid_color_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_solid_color_blockquote.png\";s:7:\"preview\";s:36:\"block-quote-box-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:1;a:6:{s:5:\"title\";s:16:\"Block Quote Card\";s:4:\"name\";s:20:\"material_block_quote\";s:6:\"isfree\";b:1;s:5:\"image\";s:90:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/material_block_quote.png\";s:7:\"preview\";s:41:\"material-block-quote-widget-for-elementor\";s:11:\"update_hash\";s:32:\"179a90bf3d1c2b0d7a18471151fadd35\";}i:2;a:6:{s:5:\"title\";s:24:\"Block Quote Carousel Box\";s:4:\"name\";s:24:\"blox_material_blockquote\";s:6:\"isfree\";b:1;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_material_blockquote.png\";s:7:\"preview\";s:45:\"block-quote-carousel-box-widget-for-elementor\";s:11:\"update_hash\";s:32:\"afb7dcaae94ebeda28b37e3ee9492839\";}i:3;a:6:{s:5:\"title\";s:20:\"Block Quote Carousel\";s:4:\"name\";s:24:\"blox_blockquote_carousel\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_blockquote_carousel.png\";s:7:\"preview\";s:41:\"block-quote-carousel-widget-for-elementor\";s:11:\"update_hash\";s:32:\"017566a22227247b121cf1497a06bfb0\";}i:4;a:6:{s:5:\"title\";s:18:\"Block Quote Slider\";s:4:\"name\";s:26:\"blox_side_image_blockquote\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Block Quotes/blox_side_image_blockquote.png\";s:7:\"preview\";s:39:\"block-quote-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"b9f45601d5d997dc98e3b9fa0d08bc62\";}}s:20:\"Social Network Icons\";a:7:{i:0;a:6:{s:5:\"title\";s:25:\"Social Icons Glare Effect\";s:4:\"name\";s:25:\"social_icons_glare_effect\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_glare_effect.jpg\";s:7:\"preview\";s:39:\"glare-social-icons-widget-for-elementor\";s:11:\"update_hash\";s:32:\"4413b0da260cc8a3d3254e5f4a2453dc\";}i:1;a:6:{s:5:\"title\";s:18:\"Shape Social Icons\";s:4:\"name\";s:18:\"shape_social_icons\";s:6:\"isfree\";b:0;s:5:\"image\";s:96:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/shape_social_icons.png\";s:7:\"preview\";s:46:\"shape-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"178e374b5c466da30dfc2dc3852d3cfb\";}i:2;a:6:{s:5:\"title\";s:22:\"3d Social Icon Buttons\";s:4:\"name\";s:22:\"3d_social_icon_buttons\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/3d_social_icon_buttons.jpg\";s:7:\"preview\";s:43:\"3d-social-icon-buttons-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:3;a:6:{s:5:\"title\";s:29:\"Square to Circle Social Icons\";s:4:\"name\";s:29:\"square_to_circle_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/square_to_circle_social_icons.jpg\";s:7:\"preview\";s:57:\"square-to-circle-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:21:\"Rotating Social Icons\";s:4:\"name\";s:21:\"rotating_social_icons\";s:6:\"isfree\";b:1;s:5:\"image\";s:99:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/rotating_social_icons.gif\";s:7:\"preview\";s:49:\"rotating-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"28dd40a9557a50c33fb2ed1c470ad37c\";}i:5;a:6:{s:5:\"title\";s:23:\"Social Icons With Label\";s:4:\"name\";s:23:\"social_icons_with_label\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_with_label.jpg\";s:7:\"preview\";s:46:\"label-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:36:\"Social Icons With Circle Fill Effect\";s:4:\"name\";s:36:\"social_icons_with_circle_fill_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:114:\"https://api.unlimited-elements.com/catalog_unlimited/Social Network Icons/social_icons_with_circle_fill_effect.jpg\";s:7:\"preview\";s:52:\"circle-fill-social-icon-button-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"1e4bdff85376e7a391011220f77baefa\";}}s:23:\"Separators and Dividers\";a:9:{i:0;a:6:{s:5:\"title\";s:27:\"Unlimited Separator Divider\";s:4:\"name\";s:17:\"separator_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/separator_divider.jpg\";s:7:\"preview\";s:49:\"unlimited-separator-divider-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"d2d3d285fdc45389dfd7e5e7fab050a9\";}i:1;a:6:{s:5:\"title\";s:22:\"Line Diamond Separator\";s:4:\"name\";s:27:\"blox_line_diamond_seperator\";s:6:\"isfree\";b:1;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_diamond_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"1fcedc57785764ca89de587f80f75a9d\";}i:2;a:6:{s:5:\"title\";s:17:\"Line Text Divider\";s:4:\"name\";s:22:\"blox_line_text_divider\";s:6:\"isfree\";b:1;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_line_text_divider.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"33e37b70662d421669966b2b0d65483d\";}i:3;a:6:{s:5:\"title\";s:18:\"Triangle Separator\";s:4:\"name\";s:24:\"blox_triangle_separators\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_triangle_separators.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:21:\"Zigzag Wave Seperator\";s:4:\"name\";s:25:\"blox_zizag_wave_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_zizag_wave_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:21:\"Three Icons Separator\";s:4:\"name\";s:26:\"blox_three_icons_separator\";s:6:\"isfree\";b:0;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/blox_three_icons_separator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:6;a:6:{s:5:\"title\";s:23:\"Animated Wave Separator\";s:4:\"name\";s:13:\"animated_wave\";s:6:\"isfree\";b:0;s:5:\"image\";s:94:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/animated_wave.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:7;a:6:{s:5:\"title\";s:25:\"Christmas Candy Separator\";s:4:\"name\";s:25:\"christmas_candy_seperator\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_candy_seperator.png\";s:7:\"preview\";s:44:\"separator-and-dividers-widgets-for-elementor\";s:11:\"update_hash\";s:32:\"061be7e8b7de30adce7067b4eb10799d\";}i:8;a:6:{s:5:\"title\";s:16:\"Christmas Lights\";s:4:\"name\";s:16:\"christmas_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:97:\"https://api.unlimited-elements.com/catalog_unlimited/Separators and Dividers/christmas_lights.gif\";s:7:\"preview\";s:37:\"christmas-lights-widget-for-elementor\";s:11:\"update_hash\";s:32:\"343f1f10038dc4d90036e6502274cbdb\";}}s:12:\"Hero Widgets\";a:12:{i:0;a:6:{s:5:\"title\";s:10:\"Title Hero\";s:4:\"name\";s:10:\"title_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/title_hero.jpg\";s:7:\"preview\";s:31:\"title-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"9466160e22282c60e77be054f022070c\";}i:1;a:6:{s:5:\"title\";s:8:\"Box Hero\";s:4:\"name\";s:8:\"box_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:78:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/box_hero.jpg\";s:7:\"preview\";s:29:\"box-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:2;a:6:{s:5:\"title\";s:10:\"Split Hero\";s:4:\"name\";s:10:\"split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_hero.jpg\";s:7:\"preview\";s:31:\"split-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8e7290ac82a5d10c4ce5a0801ecfeba4\";}i:3;a:6:{s:5:\"title\";s:22:\"Transparent Split Hero\";s:4:\"name\";s:22:\"transparent_split_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/transparent_split_hero.jpg\";s:7:\"preview\";s:43:\"transparent-split-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"62fd94f3118b5fa5bbc81e4dd8e746fd\";}i:4;a:6:{s:5:\"title\";s:11:\"Border Hero\";s:4:\"name\";s:11:\"border_hero\";s:6:\"isfree\";b:1;s:5:\"image\";s:81:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/border_hero.jpg\";s:7:\"preview\";s:32:\"border-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:5;a:6:{s:5:\"title\";s:10:\"Video Hero\";s:4:\"name\";s:10:\"video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/video_hero.jpg\";s:7:\"preview\";s:31:\"video-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"0beaeb20f37a63c3fc3f6606e190fb6b\";}i:6;a:6:{s:5:\"title\";s:16:\"Split Video Hero\";s:4:\"name\";s:16:\"split_video_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/split_video_hero.jpg\";s:7:\"preview\";s:37:\"split-video-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"dd101b9d51eba30a5aeb9f110a4fa918\";}i:7;a:6:{s:5:\"title\";s:13:\"Diagonal Hero\";s:4:\"name\";s:13:\"diagonal_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:83:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/diagonal_hero.jpg\";s:7:\"preview\";s:34:\"diagonal-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2fa93d80c4aa739c613c99bc1aba0f90\";}i:8;a:6:{s:5:\"title\";s:10:\"Quote Hero\";s:4:\"name\";s:10:\"quote_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:80:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/quote_hero.jpg\";s:7:\"preview\";s:31:\"quote-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c2ea85d6142a2f3c4ea78003d13d2b6d\";}i:9;a:6:{s:5:\"title\";s:12:\"Persona Hero\";s:4:\"name\";s:12:\"persona_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:82:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/persona_hero.jpg\";s:7:\"preview\";s:33:\"persona-hero-widget-for-elementor\";s:11:\"update_hash\";s:32:\"8edc94da6393034bee35fee6f6359f29\";}i:10;a:6:{s:5:\"title\";s:16:\"Service Box Hero\";s:4:\"name\";s:16:\"service_box_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/service_box_hero.jpg\";s:7:\"preview\";s:37:\"service-box-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}i:11;a:6:{s:5:\"title\";s:16:\"Solid Color Hero\";s:4:\"name\";s:16:\"solid_color_hero\";s:6:\"isfree\";b:0;s:5:\"image\";s:86:\"https://api.unlimited-elements.com/catalog_unlimited/Hero Widgets/solid_color_hero.jpg\";s:7:\"preview\";s:37:\"solid-color-hero-widget-for-elementor\";s:11:\"update_hash\";s:0:\"\";}}}s:8:\"bg_addon\";a:1:{s:4:\"Main\";a:27:{i:0;a:6:{s:5:\"title\";s:28:\"Animated Gradient Background\";s:4:\"name\";s:18:\"gradient_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/gradient_animation.jpg\";s:7:\"preview\";s:49:\"animated-gradient-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"53a90d55fed360391f40528ca584e5b2\";}i:1;a:6:{s:5:\"title\";s:17:\"Random Background\";s:4:\"name\";s:24:\"random_background_widget\";s:6:\"isfree\";b:0;s:5:\"image\";s:110:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/random_background_widget.jpg\";s:7:\"preview\";s:38:\"random-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2c7b931c7ff69b9f80945029e51af094\";}i:2;a:6:{s:5:\"title\";s:16:\"Stars Background\";s:4:\"name\";s:14:\"star_particles\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/star_particles.jpg\";s:7:\"preview\";s:39:\"star-particles-background-for-elementor\";s:11:\"update_hash\";s:32:\"e8a198a2cd9de71fac0cd72c7fabac00\";}i:3;a:6:{s:5:\"title\";s:14:\"Blob Animation\";s:4:\"name\";s:14:\"blob_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blob_animation.png\";s:7:\"preview\";s:35:\"elementor-blob-animation-background\";s:11:\"update_hash\";s:32:\"d94074edbed06132a4973fa13df4bdb2\";}i:4;a:6:{s:5:\"title\";s:17:\"Background Slider\";s:4:\"name\";s:17:\"background_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/background_slider.gif\";s:7:\"preview\";s:29:\"elementor-section-backgrounds\";s:11:\"update_hash\";s:32:\"5c1a7800c9266a2aef6d0e4fe4adc749\";}i:5;a:6:{s:5:\"title\";s:11:\"Huge Shapes\";s:4:\"name\";s:30:\"huge_shap_background_animation\";s:6:\"isfree\";b:0;s:5:\"image\";s:116:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/huge_shap_background_animation.png\";s:7:\"preview\";s:32:\"elementor-huge-shapes-background\";s:11:\"update_hash\";s:32:\"9845d185fee78a669c874f33d40f2458\";}i:6;a:6:{s:5:\"title\";s:19:\"Parallax Background\";s:4:\"name\";s:19:\"parallax_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:105:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/parallax_background.jpg\";s:7:\"preview\";s:40:\"parallax-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"33cd65f2aa62505c616385d44dd2c757\";}i:7;a:6:{s:5:\"title\";s:23:\"Morph Background Slider\";s:4:\"name\";s:26:\"uc_background_webgl_slider\";s:6:\"isfree\";b:0;s:5:\"image\";s:112:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/uc_background_webgl_slider.gif\";s:7:\"preview\";s:44:\"morph-background-slider-widget-for-elementor\";s:11:\"update_hash\";s:32:\"2bb9b2770363a0dd909141d0993fe7c8\";}i:8;a:6:{s:5:\"title\";s:15:\"Snow Background\";s:4:\"name\";s:17:\"snow_particles_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:103:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/snow_particles_bg.jpg\";s:7:\"preview\";s:36:\"snow-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"c377b86e7299521a619c3822c07217dd\";}i:9;a:6:{s:5:\"title\";s:20:\"Fireworks Background\";s:4:\"name\";s:22:\"ue_firework_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:108:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/ue_firework_background.gif\";s:7:\"preview\";s:41:\"fireworks-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"32e0a8c8dc1495deb9bad1d13347be73\";}i:10;a:6:{s:5:\"title\";s:12:\"Bubble Float\";s:4:\"name\";s:12:\"bubble_float\";s:6:\"isfree\";b:1;s:5:\"image\";s:98:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/bubble_float.jpg\";s:7:\"preview\";s:37:\"bubble-float-background-for-elementor\";s:11:\"update_hash\";s:32:\"756ce2f56559591f2c4cecb3d662cf2b\";}i:11;a:6:{s:5:\"title\";s:14:\"Moving Stripes\";s:4:\"name\";s:14:\"moving_stripes\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/moving_stripes.gif\";s:7:\"preview\";s:35:\"moving-stripes-elementor-background\";s:11:\"update_hash\";s:32:\"dc947296468c3181eb83a18742e61851\";}i:12;a:6:{s:5:\"title\";s:16:\"Animated Ripples\";s:4:\"name\";s:16:\"animated_ripples\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/animated_ripples.jpg\";s:7:\"preview\";s:37:\"animated-ripples-elementor-background\";s:11:\"update_hash\";s:32:\"ae0ff94f3e63c6af99bf7f4791c06ecc\";}i:13;a:6:{s:5:\"title\";s:12:\"Retro Blocks\";s:4:\"name\";s:21:\"animated_retro_blocks\";s:6:\"isfree\";b:1;s:5:\"image\";s:107:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/animated_retro_blocks.jpg\";s:7:\"preview\";s:37:\"retro-blocks-background-for-elementor\";s:11:\"update_hash\";s:32:\"27f94f1f0c01680fd61a056d00e5a6e4\";}i:14;a:6:{s:5:\"title\";s:14:\"Wave Animation\";s:4:\"name\";s:14:\"wave_animation\";s:6:\"isfree\";b:1;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/wave_animation.jpg\";s:7:\"preview\";s:40:\"waves-animation-background-for-elementor\";s:11:\"update_hash\";s:32:\"3d8c19e24a684e18e8e7b156424c369c\";}i:15;a:6:{s:5:\"title\";s:18:\"Alternating Colors\";s:4:\"name\";s:18:\"alternating_colors\";s:6:\"isfree\";b:1;s:5:\"image\";s:104:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/alternating_colors.jpg\";s:7:\"preview\";s:43:\"alternating-colors-background-for-elementor\";s:11:\"update_hash\";s:32:\"8c117efd7a6108e9b98a34a6b93ae96b\";}i:16;a:6:{s:5:\"title\";s:5:\"Bokeh\";s:4:\"name\";s:5:\"bokeh\";s:6:\"isfree\";b:0;s:5:\"image\";s:91:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/bokeh.jpg\";s:7:\"preview\";s:30:\"bokeh-background-for-elementor\";s:11:\"update_hash\";s:32:\"03ee23bef07315bc2838baa49b78b09c\";}i:17;a:6:{s:5:\"title\";s:15:\"Shooting Lights\";s:4:\"name\";s:15:\"shooting_lights\";s:6:\"isfree\";b:0;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/shooting_lights.jpg\";s:7:\"preview\";s:40:\"shooting-lights-background-for-elementor\";s:11:\"update_hash\";s:32:\"857e093dbb6b2ada01a7e13efaaa3ebf\";}i:18;a:6:{s:5:\"title\";s:27:\"Masks & Patterns Background\";s:4:\"name\";s:14:\"masks_patterns\";s:6:\"isfree\";b:0;s:5:\"image\";s:100:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/masks_patterns.jpg\";s:7:\"preview\";s:48:\"mask-and-pattern-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"48ae81c207412977437c260436502df1\";}i:19;a:6:{s:5:\"title\";s:23:\"Smoke Background Effect\";s:4:\"name\";s:25:\"ue_webgl_fluid_simulation\";s:6:\"isfree\";b:0;s:5:\"image\";s:111:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/ue_webgl_fluid_simulation.jpg\";s:7:\"preview\";s:44:\"smoke-background-effect-widget-for-elementor\";s:11:\"update_hash\";s:32:\"cad37774d058d50d35e02dd77e72af58\";}i:20;a:6:{s:5:\"title\";s:19:\"Confetti Background\";s:4:\"name\";s:16:\"blox_confetti_bg\";s:6:\"isfree\";b:0;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blox_confetti_bg.png\";s:7:\"preview\";s:29:\"elementor-confetti-background\";s:11:\"update_hash\";s:32:\"07ba6542ed364d65911ba54509a391db\";}i:21;a:6:{s:5:\"title\";s:20:\"Particles Background\";s:4:\"name\";s:20:\"particles_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:106:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/particles_background.jpg\";s:7:\"preview\";s:41:\"particles-background-widget-for-elementor\";s:11:\"update_hash\";s:32:\"d311ce57e79c1a0a6f591525ada81688\";}i:22;a:6:{s:5:\"title\";s:17:\"Sliding Diagonals\";s:4:\"name\";s:35:\"sliding_diagonals_background_effect\";s:6:\"isfree\";b:0;s:5:\"image\";s:121:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/sliding_diagonals_background_effect.jpg\";s:7:\"preview\";s:38:\"elementor-sliding-diagonals-background\";s:11:\"update_hash\";s:32:\"96447155c3efb1df3d423fd513dca431\";}i:23;a:6:{s:5:\"title\";s:22:\"Snow Flakes Background\";s:4:\"name\";s:16:\"blox_css_snow_bg\";s:6:\"isfree\";b:1;s:5:\"image\";s:102:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/blox_css_snow_bg.jpg\";s:7:\"preview\";s:32:\"elementor-snow-flakes-background\";s:11:\"update_hash\";s:32:\"3f905386915ab31a98ab637b406d874a\";}i:24;a:6:{s:5:\"title\";s:16:\"Animated Squares\";s:4:\"name\";s:31:\"css_animated_squares_background\";s:6:\"isfree\";b:0;s:5:\"image\";s:117:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/css_animated_squares_background.jpg\";s:7:\"preview\";s:37:\"elementor-animated-squares-background\";s:11:\"update_hash\";s:32:\"f37dda6e105556e37153a5528a746901\";}i:25;a:6:{s:5:\"title\";s:6:\"Clouds\";s:4:\"name\";s:6:\"clouds\";s:6:\"isfree\";b:1;s:5:\"image\";s:92:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/clouds.jpg\";s:7:\"preview\";s:31:\"clouds-background-for-elementor\";s:11:\"update_hash\";s:32:\"229ae82b1b34b90c64a7039ac26e3bba\";}i:26;a:6:{s:5:\"title\";s:15:\"Diamond Pattern\";s:4:\"name\";s:15:\"diamond_pattern\";s:6:\"isfree\";b:1;s:5:\"image\";s:101:\"https://api.unlimited-elements.com/catalog_unlimited/uc_addontype_bg_addon___Main/diamond_pattern.jpg\";s:7:\"preview\";s:40:\"diamond-pattern-background-for-elementor\";s:11:\"update_hash\";s:32:\"1a9b6628996c4ed162e37786b04ab876\";}}}s:18:\"elementor_template\";a:3:{s:13:\"Template Kits\";a:111:{s:9:\"rest-home\";a:6:{s:5:\"title\";s:18:\"Foodie - Resturant\";s:5:\"image\";s:138:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"electric-home\";a:6:{s:5:\"title\";s:21:\"Electro - Electrician\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:7:\"digital\";a:6:{s:5:\"title\";s:21:\"Digi - Digital Agency\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:13:\"rest-home-2-2\";a:5:{s:5:\"title\";s:13:\"Foodie - Home\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:13:\"gather-home-1\";a:5:{s:5:\"title\";s:15:\"Gather - Home 1\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-2\";a:5:{s:5:\"title\";s:15:\"Gather - Home 2\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:18:\"minimal-conference\";a:5:{s:5:\"title\";s:15:\"Gather - Home 3\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-4\";a:5:{s:5:\"title\";s:15:\"Gather - Home 4\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-5\";a:5:{s:5:\"title\";s:15:\"Gather - Home 5\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:13:\"gather-home-6\";a:5:{s:5:\"title\";s:15:\"Gather - Home 6\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event_gather_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"gather-conference\";}s:28:\"template_webinar_classic-zip\";a:5:{s:5:\"title\";s:13:\"Webi - Home 1\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-2\";a:5:{s:5:\"title\";s:13:\"Webi - Home 2\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:22:\"webinar-expert-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 3\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:21:\"webinar-fresh-landing\";a:5:{s:5:\"title\";s:13:\"Webi - Home 4\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"webinar-event\";a:5:{s:5:\"title\";s:13:\"Webi - Home 5\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:26:\"webinar-shapes-landing-new\";a:5:{s:5:\"title\";s:13:\"Webi - Home 6\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-7\";a:5:{s:5:\"title\";s:13:\"Webi - Home 7\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_7.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-8\";a:5:{s:5:\"title\";s:13:\"Webi - Home 8\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_8.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:11:\"webi-home-9\";a:5:{s:5:\"title\";s:13:\"Webi - Home 9\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_9.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:12:\"webi-home-10\";a:5:{s:5:\"title\";s:14:\"Webi - Home 10\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_home_10.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:13:\"rhythm-home-1\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 1\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-2\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 2\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-3\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 3\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-4\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 4\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-5\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 5\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:13:\"rhythm-home-6\";a:5:{s:5:\"title\";s:15:\"Rhythm - Home 6\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event_rhythm_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:18:\"rhythm-music-event\";}s:10:\"kiddy-home\";a:5:{s:5:\"title\";s:12:\"Kiddy - Home\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:4:\"yoga\";a:5:{s:5:\"title\";s:11:\"Yoga - Home\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:21:\"halloween-halloween-1\";a:5:{s:5:\"title\";s:11:\"Halloween 1\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:11:\"agency-home\";a:6:{s:5:\"title\";s:14:\"Metro - Agency\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:23:\"agency-home-agency-team\";a:5:{s:5:\"title\";s:12:\"Metro - Team\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:25:\"agency-home-agency-team-2\";a:5:{s:5:\"title\";s:13:\"Metro - About\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:27:\"agency-home-agency-team-2-2\";a:5:{s:5:\"title\";s:16:\"Metro - Projects\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_projects.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:5:\"about\";a:5:{s:5:\"title\";s:14:\"Foodie - About\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:15:\"agency-home-2-2\";a:5:{s:5:\"title\";s:12:\"Metro - Home\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_metro_agency_metro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:11:\"agency-home\";}s:17:\"electric-home-2-2\";a:5:{s:5:\"title\";s:14:\"Electro - Home\";s:5:\"image\";s:154:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:9:\"digital-2\";a:5:{s:5:\"title\";s:11:\"Digi - Home\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_home.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:10:\"webi-about\";a:5:{s:5:\"title\";s:12:\"Webi - About\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-1\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 1\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:30:\"fit-personal-trainer-fit-home1\";a:5:{s:5:\"title\";s:12:\"Fit - Home 1\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:11:\"kiddy-about\";a:5:{s:5:\"title\";s:13:\"Kiddy - About\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:13:\"yoga-services\";a:5:{s:5:\"title\";s:15:\"Yoga - Services\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:8:\"yoga-faq\";a:5:{s:5:\"title\";s:10:\"Yoga - FAQ\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:12:\"yoga-pricing\";a:5:{s:5:\"title\";s:14:\"Yoga - Pricing\";s:5:\"image\";s:144:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_pricing.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:18:\"lawyer-lawyer-home\";a:5:{s:5:\"title\";s:13:\"Lawyer - Home\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-1\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_1.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:14:\"cristmas-home1\";a:5:{s:5:\"title\";s:16:\"Cristmas - Home1\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_cristmas_home1.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-2\";a:5:{s:5:\"title\";s:11:\"Halloween 2\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-home\";a:5:{s:5:\"title\";s:17:\"Music Band - Home\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:11:\"rest-events\";a:5:{s:5:\"title\";s:15:\"Foodie - Events\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_events.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:28:\"electric-home-electric-about\";a:5:{s:5:\"title\";s:15:\"Electro - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:21:\"digital-digital-about\";a:5:{s:5:\"title\";s:15:\"Digital - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digital_about.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:17:\"webi-testimonials\";a:5:{s:5:\"title\";s:19:\"Webi - Testimonials\";s:5:\"image\";s:152:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_testimonials.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-2\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 2\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:16:\"kid-kids-about-2\";a:5:{s:5:\"title\";s:14:\"Kids - About 2\";s:5:\"image\";s:160:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kids_about_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:19:\"lawyer-lawyer-about\";a:5:{s:5:\"title\";s:14:\"Lawyer - About\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-2\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 2\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_2.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-2\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 2\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-4\";a:5:{s:5:\"title\";s:11:\"Halloween 3\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:16:\"music-band-about\";a:5:{s:5:\"title\";s:18:\"Music Band - About\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:9:\"rest-menu\";a:5:{s:5:\"title\";s:13:\"Foodie - Menu\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_foodie_resturant_foodie_menu.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"rest-home\";}s:31:\"electric-home-electric-services\";a:5:{s:5:\"title\";s:18:\"Electro - Services\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_electro_electrician_electro_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:13:\"electric-home\";}s:29:\"digital-home-digital-services\";a:5:{s:5:\"title\";s:15:\"Digi - Services\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:8:\"webi-faq\";a:5:{s:5:\"title\";s:10:\"Webi - FAQ\";s:5:\"image\";s:143:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar_webi_faq.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:12:\"webi-webinar\";}s:34:\"weddly-wedding-event-weddly-home-3\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 3\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"kiddy-services\";a:5:{s:5:\"title\";s:16:\"Kiddy - Services\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_services.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:14:\"kiddy-teachers\";a:5:{s:5:\"title\";s:16:\"Kiddy - Teachers\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten_kiddy_teachers.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:25:\"kiddy-school-kindergarten\";}s:18:\"lawyer-lawyer-work\";a:5:{s:5:\"title\";s:13:\"Lawyer - Work\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_work.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-3\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 3\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_3.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-3\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 3\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:21:\"halloween-halloween-3\";a:5:{s:5:\"title\";s:11:\"Halloween 4\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:15:\"music-band-news\";a:5:{s:5:\"title\";s:17:\"Music Band - News\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_news.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:31:\"digital-home-digital-services-2\";a:5:{s:5:\"title\";s:15:\"Digi - Projects\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_digi_digital_agency_digi_projects.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:7:\"digital\";}s:34:\"weddly-wedding-event-weddly-home-4\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 4\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-news\";a:5:{s:5:\"title\";s:14:\"Lawyer - Study\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_study.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-4\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 4\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_4.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-4\";a:5:{s:5:\"title\";s:19:\"Christmas - Home 4\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:11:\"halloween-5\";a:5:{s:5:\"title\";s:11:\"Halloween 5\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween_halloween_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:15:\"scary-halloween\";}s:18:\"music-band-gallery\";a:5:{s:5:\"title\";s:19:\"Music Band- Gallery\";s:5:\"image\";s:158:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band_music_band_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:17:\"groove-music-band\";}s:21:\"digi-home-beauty-home\";a:5:{s:5:\"title\";s:14:\"Essence - Home\";s:5:\"image\";s:149:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_home.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-5\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 5\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:18:\"lawyer-lawyer-team\";a:5:{s:5:\"title\";s:13:\"Lawyer - Team\";s:5:\"image\";s:148:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer_lawyer_team.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:14:\"justice-lawyer\";}s:19:\"black-friday-home-5\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 5\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_5.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-5\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 5\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:6:\"beauty\";a:6:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"beauty-beauty-about\";a:5:{s:5:\"title\";s:15:\"Essence - About\";s:5:\"image\";s:150:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:34:\"weddly-wedding-event-weddly-home-6\";a:5:{s:5:\"title\";s:15:\"Weddly - Home 6\";s:5:\"image\";s:156:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:19:\"black-friday-home-6\";a:5:{s:5:\"title\";s:21:\"Black Friday - Home 6\";s:5:\"image\";s:161:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday_black_friday_home_6.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:19:\"mayhem-black-friday\";}s:16:\"christmas-home-6\";a:5:{s:5:\"title\";s:18:\"Christmas - Home 6\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday_christmas_home_6.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:24:\"spirit-christmas-holiday\";}s:22:\"beauty-beauty-services\";a:5:{s:5:\"title\";s:18:\"Essence - Services\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_services.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:12:\"weddly-about\";a:5:{s:5:\"title\";s:14:\"Weddly - About\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:14:\"weddly-gallery\";a:5:{s:5:\"title\";s:16:\"Weddly - Gallery\";s:5:\"image\";s:157:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_gallery.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:12:\"weddly-event\";a:5:{s:5:\"title\";s:14:\"Weddly - Event\";s:5:\"image\";s:155:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event_weddly_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"weddly-wedding-event\";}s:26:\"beauty-testimonials-beauty\";a:5:{s:5:\"title\";s:16:\"Essence - Beauty\";s:5:\"image\";s:151:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_essence_beauty_essence_beauty.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:6:\"beauty\";}s:17:\"gather-conference\";a:6:{s:5:\"title\";s:25:\"Gather - Conference Event\";s:5:\"image\";s:145:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_gather_conference_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:12:\"webi-webinar\";a:6:{s:5:\"title\";s:14:\"Webi - Webinar\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_webi_webinar.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:18:\"rhythm-music-event\";a:6:{s:5:\"title\";s:20:\"Rhythm - Music Event\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_rhythm_music_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"weddly-wedding-event\";a:6:{s:5:\"title\";s:22:\"Weddly - Wedding Event\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_weddly_wedding_event.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:20:\"fit-personal-trainer\";a:6:{s:5:\"title\";s:22:\"Fit - Personal Trainer\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"fit-home-2\";a:5:{s:5:\"title\";s:12:\"Fit - Home 2\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_2.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-3\";a:5:{s:5:\"title\";s:12:\"Fit - Home 3\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_3.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:10:\"fit-home-4\";a:5:{s:5:\"title\";s:12:\"Fit - Home 4\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_4.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:6:\"home-5\";a:5:{s:5:\"title\";s:12:\"Fit - Home 5\";s:5:\"image\";s:153:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_fit_personal_trainer_fit_home_5.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:20:\"fit-personal-trainer\";}s:25:\"kiddy-school-kindergarten\";a:6:{s:5:\"title\";s:29:\"Kiddy - School & Kindergarten\";s:5:\"image\";s:147:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_kiddy_school_kindergarten.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:10:\"yoga-about\";a:5:{s:5:\"title\";s:12:\"Yoga - About\";s:5:\"image\";s:142:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga_yoga_about.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:9:\"body-yoga\";}s:9:\"body-yoga\";a:6:{s:5:\"title\";s:11:\"Body - Yoga\";s:5:\"image\";s:131:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_body_yoga.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:14:\"justice-lawyer\";a:6:{s:5:\"title\";s:16:\"Justice - Lawyer\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_justice_lawyer.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:15:\"scary-halloween\";a:6:{s:5:\"title\";s:17:\"Scary - Halloween\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_scary_halloween.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:19:\"mayhem-black-friday\";a:6:{s:5:\"title\";s:21:\"Mayhem - Black Friday\";s:5:\"image\";s:141:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_mayhem_black_friday.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:24:\"spirit-christmas-holiday\";a:6:{s:5:\"title\";s:26:\"Spirit - Christmas Holiday\";s:5:\"image\";s:146:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_spirit_christmas_holiday.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}s:17:\"groove-music-band\";a:6:{s:5:\"title\";s:19:\"Groove - Music Band\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Template Kits/template_groove_music_band.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";s:9:\"is_parent\";b:1;}}s:22:\"Digital Business Cards\";a:7:{s:32:\"freelancer-digital-business-card\";a:5:{s:5:\"title\";s:32:\"Freelancer Digital Business Card\";s:5:\"image\";s:163:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_freelancer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"doctor-card\";a:5:{s:5:\"title\";s:28:\"Doctor Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_doctor_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:11:\"lawyer-card\";a:5:{s:5:\"title\";s:28:\"Lawyer Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_lawyer_digital_business_card.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"personal-trainer-card\";a:5:{s:5:\"title\";s:38:\"Personal Trainer Digital Business Card\";s:5:\"image\";s:169:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_personal_trainer_digital_business_card.png\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:9:\"professor\";a:5:{s:5:\"title\";s:31:\"Professor Digital Business Card\";s:5:\"image\";s:162:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_professor_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:34:\"photographer-digital-business-card\";a:5:{s:5:\"title\";s:34:\"Photographer Digital Business Card\";s:5:\"image\";s:165:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_photographer_digital_business_card.png\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:28:\"beauty-digital-business-card\";a:5:{s:5:\"title\";s:28:\"Beauty Digital Business Card\";s:5:\"image\";s:159:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___Digital Business Cards/template_beauty_digital_business_card.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}s:9:\"CV Resume\";a:13:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}}}}s:19:\"catalog_addon_names\";a:1:{s:0:\"\";a:14:{s:22:\"professional-cv-resume\";a:5:{s:5:\"title\";s:22:\"Professional CV Resume\";s:5:\"image\";s:140:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_professional_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"simple-cv-resume\";a:5:{s:5:\"title\";s:16:\"Simple CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_simple_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"fresh-cv-resume\";a:5:{s:5:\"title\";s:15:\"Fresh CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_fresh_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"material-cv-resume\";a:5:{s:5:\"title\";s:18:\"Material CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_material_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:19:\"portfolio-cv-resume\";a:5:{s:5:\"title\";s:19:\"Portfolio CV Resume\";s:5:\"image\";s:137:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_portfolio_cv_resume.jpg\";s:6:\"isfree\";b:1;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:21:\"photography-cv-resume\";a:5:{s:5:\"title\";s:21:\"Photography CV Resume\";s:5:\"image\";s:139:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_photography_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"light-cv-resume\";a:5:{s:5:\"title\";s:15:\"Light CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_light_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"artist-cv-resume\";a:5:{s:5:\"title\";s:16:\"Artist CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_artist_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:14:\"dark-cv-resume\";a:5:{s:5:\"title\";s:14:\"Dark CV Resume\";s:5:\"image\";s:132:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_dark_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:18:\"colorful-cv-resume\";a:5:{s:5:\"title\";s:18:\"Colorful CV Resume\";s:5:\"image\";s:136:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_colorful_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"cchill-cv-resume\";a:5:{s:5:\"title\";s:15:\"Chill CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_chill_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:15:\"clean-cv-resume\";a:5:{s:5:\"title\";s:15:\"Clean CV Resume\";s:5:\"image\";s:133:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_clean_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:16:\"modern-cv-resume\";a:5:{s:5:\"title\";s:16:\"Modern CV Resume\";s:5:\"image\";s:134:\"https://api.unlimited-elements.com/catalog_layouts/unlimited/uc_addontype_elementor_template___CV Resume/template_modern_cv_resume.jpg\";s:6:\"isfree\";b:0;s:3:\"url\";s:0:\"\";s:6:\"parent\";s:0:\"\";}s:3:\"cat\";s:18:\"elementor_template\";}}}','no'),(344,'untecreator_state','a:2:{s:20:\"fitler_active_addons\";s:3:\"all\";s:15:\"last_addons_cat\";s:22:\"ucweb_creative_widgets\";}','yes'),(345,'pa_review_notice','1','yes'),(364,'action_scheduler_hybrid_store_demarkation','19','yes'),(365,'schema-ActionScheduler_StoreSchema','8.0.1752742467','yes'),(366,'schema-ActionScheduler_LoggerSchema','3.0.1705529650','yes'),(367,'fluentform_entry_details_migrated','yes','no'),(368,'fluentform_db_fluentform_logs_added','1','no'),(369,'fluentform_scheduled_actions_migrated','yes','no'),(370,'__fluentform_global_form_settings','a:1:{s:6:\"layout\";a:5:{s:14:\"labelPlacement\";s:3:\"top\";s:17:\"asteriskPlacement\";s:14:\"asterisk-right\";s:20:\"helpMessagePlacement\";s:10:\"with_label\";s:21:\"errorMessagePlacement\";s:6:\"inline\";s:12:\"cssClassName\";s:0:\"\";}}','no'),(371,'_fluentform_installed_version','5.1.7','no'),(372,'fluentform_global_modules_status','a:9:{s:9:\"mailchimp\";s:2:\"no\";s:14:\"activecampaign\";s:2:\"no\";s:16:\"campaign_monitor\";s:2:\"no\";s:17:\"constatantcontact\";s:2:\"no\";s:11:\"getresponse\";s:2:\"no\";s:8:\"icontact\";s:2:\"no\";s:7:\"webhook\";s:2:\"no\";s:6:\"zapier\";s:2:\"no\";s:5:\"slack\";s:2:\"no\";}','no'),(373,'widget_fluentform_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(377,'temp_count','a:5:{s:21:\"Elementor Footer #231\";s:21:\"Elementor Footer #231\";s:21:\"Find Red Light Button\";s:21:\"Find Red Light Button\";s:26:\"Elementor Single Post #169\";s:26:\"Elementor Single Post #169\";s:17:\"BloggerZen Header\";s:17:\"BloggerZen Header\";s:11:\"Default Kit\";s:11:\"Default Kit\";}','yes'),(379,'eael_editor_updated_at','1705679045','yes'),(380,'eael_global_settings','a:1:{s:22:\"eael_ext_scroll_to_top\";a:0:{}}','yes'),(381,'pa_edit_time','1705679045','yes'),(383,'action_scheduler_lock_async-request-runner','6a6afb54312888.53159862|1785396112','yes'),(388,'pa_elements_d6967e0e9','a:0:{}','no'),(389,'pa_edit_d6967e0e9','1705679045','no'),(405,'action_scheduler_migration_status','complete','yes'),(416,'elementor_log','a:43:{s:32:\"d686e0ebf6e9706c90d92234e114f89b\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:9:\"\0*\0column\";s:6:\"178515\";s:7:\"\0*\0file\";s:101:\"https://redlightinflammation.com/wp-content/uploads/essential-addons-elementor/eael.js?ver=1705666413\";s:7:\"\0*\0line\";s:2:\"22\";s:7:\"\0*\0date\";s:19:\"2024-01-19 12:22:12\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:27:\"a.replace is not a function\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-01-19 12:22:12\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1705666932\";s:7:\"message\";s:27:\"a.replace is not a function\";s:3:\"url\";s:101:\"https://redlightinflammation.com/wp-content/uploads/essential-addons-elementor/eael.js?ver=1705666413\";s:4:\"line\";s:2:\"22\";s:6:\"column\";s:6:\"178515\";}}s:32:\"551dcb162172d2d7570af9c3d05e35d9\";O:31:\"Elementor\\Core\\Logger\\Items\\PHP\":9:{s:7:\"\0*\0file\";s:100:\"/storage/v12552/redlightinflamation/public_html/wp-content/plugins/elementor/core/files/css/base.php\";s:7:\"\0*\0line\";i:778;s:7:\"\0*\0date\";s:19:\"2024-01-19 15:14:39\";s:7:\"\0*\0type\";s:6:\"notice\";s:10:\"\0*\0message\";s:31:\"Undefined index: padding_mobile\";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:4;s:14:\"\0*\0times_dates\";a:4:{i:0;s:19:\"2024-01-19 15:14:39\";i:1;s:19:\"2024-01-19 15:14:49\";i:2;s:19:\"2024-01-19 15:14:52\";i:3;s:19:\"2024-01-19 15:15:06\";}s:7:\"\0*\0args\";a:5:{s:4:\"type\";s:6:\"notice\";s:7:\"message\";s:31:\"Undefined index: padding_mobile\";s:4:\"file\";s:100:\"/storage/v12552/redlightinflamation/public_html/wp-content/plugins/elementor/core/files/css/base.php\";s:4:\"line\";i:778;s:5:\"trace\";b:1;}}s:32:\"d54fadce60ffb753d8fda6fa66cbdd3b\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-01 11:19:13\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.19.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-01 11:19:13\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.19.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"17eb6d5d9cb3cc268c06d84ea1b2c08e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-01 11:19:13\";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:\"2024-02-01 11:19:13\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"b7846e596f64a6831c29c45fee8071b8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-01 11:19:13\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-01 11:19:13\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"ce864667bd0a8b66ba3879ae90aed934\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-01 11:19:14\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-01 11:19:14\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"63467a23adf5e941753e4d82605e376d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-01 11:19:14\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.19.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-01 11:19:14\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.18.3\";s:2:\"to\";s:6:\"3.19.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"2e70152dac38387386a81296b8a93862\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-06 14:26:50\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.0\";s:2:\"to\";s:6:\"3.19.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-06 14:26:50\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.0\";s:2:\"to\";s:6:\"3.19.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"21af28a6bdf0a215dce62d692fd30469\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-06 14:26:51\";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:\"2024-02-06 14:26:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"0541e866e802526dc57b2eb782ae6b0c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-06 14:26:51\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-06 14:26:51\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"f2ea3330ad4ef0f6106380c65c89c4ae\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-06 14:26:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-06 14:26:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"af740cb60d178d185dcf3e0fc396751f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-06 14:26:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.0\";s:2:\"to\";s:6:\"3.19.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-06 14:26:52\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.0\";s:2:\"to\";s:6:\"3.19.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c7f36f82edfc53703eb91545291de42a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-08 14:27:01\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.1\";s:2:\"to\";s:6:\"3.19.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-08 14:27:01\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.1\";s:2:\"to\";s:6:\"3.19.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"4345ae41fdc8bd47f89d14763b8908c1\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-08 14:27:02\";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:\"2024-02-08 14:27:02\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"64636eb58cf95b8184b9cf3e661e819a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-08 14:27:02\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-08 14:27:02\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"2166429418e9582fb3cb5ef74b4f28db\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-08 14:27:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-08 14:27:03\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"b5be848577e837bf897be6cbbbd1ab28\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-08 14:27:03\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.1\";s:2:\"to\";s:6:\"3.19.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-08 14:27:03\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.1\";s:2:\"to\";s:6:\"3.19.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"8cf5375eab0642b3934fbf981637a81a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-27 10:30: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:6:\"3.19.2\";s:2:\"to\";s:6:\"3.19.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-27 10:30:31\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.2\";s:2:\"to\";s:6:\"3.19.3\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"34b2ef56e2b2c03032962abe15f147f7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-27 10:30:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-27 10:30:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"63b3104622d64a150f71f170004140f9\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-27 10:30:32\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-27 10:30:32\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"6cae88843af2ad4d5d8d1cca3c0ec307\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-27 10:30:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-27 10:30:33\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"8e77abe123342344f62e05ef731cb336\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-27 10:30:33\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.2\";s:2:\"to\";s:6:\"3.19.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-27 10:30:33\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.2\";s:2:\"to\";s:6:\"3.19.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d6c8b9f3ab114b1d035b91a094402c6e\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-29 10:43:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.3\";s:2:\"to\";s:6:\"3.19.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-29 10:43:46\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.3\";s:2:\"to\";s:6:\"3.19.4\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"69a5c6c1233b65e655785678425eaaba\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-29 10:43:47\";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:\"2024-02-29 10:43:47\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"819ab8ba52098f13182eaac599eaa56f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-29 10:43:47\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-29 10:43:47\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"5ecba2e529ecfdd2f37ddd5e45f40ceb\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-29 10:43:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-29 10:43:48\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"4505d73935dd051d011c8796a3fe078a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-02-29 10:43:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.3\";s:2:\"to\";s:6:\"3.19.4\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-02-29 10:43:48\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.3\";s:2:\"to\";s:6:\"3.19.4\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"77c0a09aa5e27580a73f94d0b05a8615\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-12 08:50:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.4\";s:2:\"to\";s:6:\"3.20.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-12 08:50:19\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.4\";s:2:\"to\";s:6:\"3.20.0\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"c3d2631b918828571eb9ac1ef7a2fce7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-12 08:50:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-12 08:50:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"88dc557c61d5ff6266bb1c6119ee304a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-12 08:50:19\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-12 08:50:19\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"f2b95f88327b02c7e16b8cce03cdc820\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-12 08:50:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-12 08:50:20\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"fd838ccc6feb694c971ec0e3d7826426\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-12 08:50:20\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.4\";s:2:\"to\";s:6:\"3.20.0\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-12 08:50:20\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.19.4\";s:2:\"to\";s:6:\"3.20.0\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ec3f8e8b5faab3948dcf3533bca379f2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 10:41:45\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.0\";s:2:\"to\";s:6:\"3.20.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 10:41:45\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.0\";s:2:\"to\";s:6:\"3.20.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"6e56c3e17cb217dfd5817f84582b976a\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 10:41:46\";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:\"2024-03-14 10:41:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"e4879dfc62b7b2637aa6eac189d04a85\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 10:41:46\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 10:41:46\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"a14fffdb3ed4c352875150390abb20a7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 10:41:47\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 10:41:47\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"e4eb54497abe1d8f89267577db59352d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-14 10:41:47\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.0\";s:2:\"to\";s:6:\"3.20.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-14 10:41:47\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.0\";s:2:\"to\";s:6:\"3.20.1\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"ac08a03ddaf1ca2d020fabbaecc37c7f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-21 08:38:59\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-21 08:38:59\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"a593ae8e65ed2108bd04037c3dbade60\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-21 08:38:59\";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:\"2024-03-21 08:38:59\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"046aa0605a385a3f2fec7c1755809626\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-21 08:38:59\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-21 08:38:59\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"f5e946c49c36f4a86a0ca0206ae03e5f\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-21 08:39:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-21 08:39:00\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"123e1538061bb78a0e4be430c640c7d6\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-21 08:39:00\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-21 08:39:00\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"5e7cc0a02410133feb00e9c921167674\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2024-03-21 08:39:01\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2024-03-21 08:39:01\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.20.1\";s:2:\"to\";s:6:\"3.20.2\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','no'),(418,'site_logo','78','yes'),(590,'wp_calendar_block_has_published_posts','1','yes'),(683,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":5,\"critical\":3}','yes'),(879,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),(881,'elementor_library_category_children','a:0:{}','yes'),(884,'pa_elements_89a314bce','a:2:{i:0;s:14:\"premium-tcloud\";i:1;s:18:\"premium-addon-blog\";}','no'),(885,'pa_edit_89a314bce','1705679045','no'),(951,'astra_theme_css_key-ast-customizer','65aa91fe6779a0-12459689','yes'),(952,'astra_theme_js_key-dep-ast-customizer','a:0:{}','yes'),(953,'astra_theme_js_key-ast-customizer','65aa91fe67dd99-51960659','yes'); INSERT INTO `wp_options` VALUES (958,'astra_partials_config_cache','a:2:{s:8:\"settings\";a:2847:{s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:3;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:3;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:6;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:3;s:14:\"footer-divider\";i:3;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:6:\"menu-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:4:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[secondary-button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[secondary-theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[secondary-theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[secondary-theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[secondary-theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:66:\"astra-settings[secondary-theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[secondary-button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[secondary-button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[secondary-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[secondary-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[secondary-theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-button-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"section-secondary-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[blog-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[blog-layout]\";a:4:{s:7:\"default\";s:13:\"blog-layout-4\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-post-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:5:{i:0;s:5:\"image\";i:1;s:8:\"category\";i:2;s:5:\"title\";i:3;s:10:\"title-meta\";i:4;s:7:\"excerpt\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[blog-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:46:\"astra-settings[blog-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[blog-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-hover-effect]\";a:4:{s:7:\"default\";s:7:\"zoom-in\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-post-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[post-card-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[post-card-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:6;s:5:\"right\";i:6;s:6:\"bottom\";i:6;s:4:\"left\";i:6;}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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-post-meta-divider-type]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-meta-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1920;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-content-images-shadow]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[single-post-inside-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[ast-site-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:1:{s:7:\"palette\";a:9:{i:0;s:7:\"#046bd2\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#F0F5FA\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D1D5DB\";i:7;s:7:\"#111111\";i:8;s:7:\"#111111\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:3:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:3:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#046bd2\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#F0F5FA\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D1D5DB\";i:7;s:7:\"#111111\";i:8;s:7:\"#111111\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#E7F6FF\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D1DAE5\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#F2F0FE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D8D8F5\";i:7;s:7:\"#0D0614\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:10:{s:8:\"preset_1\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#E7F6FF\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D1DAE5\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}s:8:\"preset_2\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#F2F0FE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D8D8F5\";i:7;s:7:\"#0D0614\";i:8;s:7:\"#222222\";}s:8:\"preset_3\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFEDE6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FFD1BF\";i:7;s:7:\"#140609\";i:8;s:7:\"#222222\";}s:8:\"preset_4\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#EDFBE2\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D5EAD8\";i:7;s:7:\"#0C1406\";i:8;s:7:\"#222222\";}s:8:\"preset_5\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FAF5E5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F0E6C5\";i:7;s:7:\"#141004\";i:8;s:7:\"#222222\";}s:8:\"preset_6\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FCEEF5\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#FAD8E9\";i:7;s:7:\"#140610\";i:8;s:7:\"#222222\";}s:8:\"preset_7\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#EDF6EE\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#D4F3D7\";i:7;s:7:\"#06140C\";i:8;s:7:\"#222222\";}s:8:\"preset_8\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FEF9E1\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F9F0C8\";i:7;s:7:\"#141006\";i:8;s:7:\"#222222\";}s:8:\"preset_9\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FEF1E4\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#E5D7D1\";i:7;s:7:\"#140B06\";i:8;s:7:\"#222222\";}s:9:\"preset_10\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#F6F6F6\";i:5;s:7:\"#FFFFFF\";i:6;s:7:\"#F1F0F0\";i:7;s:7:\"#232529\";i:8;s:7:\"#222222\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-6)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[font-size-post-meta]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-size-post-tax]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:14;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.65\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:7:\"comfort\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";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:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:33:\"comments-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[comments-single-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-comments-area]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[comments-box-placement]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[comments-box-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[comment-form-position]\";a:4:{s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[ast-sub-section-comments-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";i:2;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:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[ast-sub-section-comments-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;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:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:36;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:24;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-post-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"narrow-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-post-title\";i:1;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-post-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-post-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}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:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-page-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-page-image\";i:1;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-page-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-page-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}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:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"ast-dynamic-single-page-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-single-page-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[archive-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}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:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-search-page-title-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-search-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-search-page-title-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-search-page-title-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-search-page-title-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:31:\"section-search-page-title-title\";i:1;s:36:\"section-search-page-title-breadcrumb\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-custom-title]\";a:4:{s:7:\"default\";s:19:\"Search Results for:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-search-page-title-found-custom-description]\";a:4:{s:7:\"default\";s:44:\"Here are the search results for your search.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-not-found-custom-description]\";a:4:{s:7:\"default\";s:85:\"Sorry, but we could not find anything related to your search terms. Please try again.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-search-page-title-horizontal-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:11:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[section-search-page-title-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[section-search-page-title-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[section-search-page-title-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[section-search-page-title-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[section-search-page-title-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[section-search-page-title-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:32;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-search-page-title-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}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:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[ast-search-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[ast-search-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-results-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-search-results-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-search-live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-search-live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"related-posts-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:55:\"astra-settings[related-posts-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:60:\"astra-settings[related-posts-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[related-posts-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-category-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-tag-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-box-placement]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-outside-location]\";a:4:{s:7:\"default\";s:5:\"above\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.5\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[ast-sub-section-related-posts-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";d:2.5;s:5:\"right\";d:2.5;s:6:\"bottom\";d:2.5;s:4:\"left\";d:2.5;}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:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[ast-sub-section-related-posts-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;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:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[transparent-header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-disable-archive]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[transparent-header-search-box-placeholder-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[transparent-header-divider-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[transparent-account-menu-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-account-menu-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-account-menu-bg-obj]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-account-menu-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-account-menu-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-account-menu-a-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-account-menu-a-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[breadcrumb-disable-home-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-disable-blog-posts-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[breadcrumb-disable-search]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-disable-archive]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[breadcrumb-disable-single-post]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-singular]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[breadcrumb-disable-404-page]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:5:\"\\003E\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[secondary-button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[secondary-font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[secondary-font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[secondary-font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[secondary-font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:3:{s:5:\"above\";a:5:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}}s:7:\"primary\";a:5:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}}s:5:\"below\";a:5:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-5-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-5-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-5-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-5-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-5-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-5-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-5-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-6-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-6-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-6-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-6-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-6-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-6-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-6-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-7-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-7-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-7-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-7-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-7-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-7-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-7-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-8-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-8-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-8-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-8-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-8-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-8-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-8-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-9-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-9-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-9-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-9-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-9-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-9-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-9-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[astra-sidebar-widgets-header-widget-10-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:44:\"astra-settings[header-widget-10-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-widget-10-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-10-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-widget-10-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-widget-10-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-widget-10-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[astra-sidebar-widgets-header-widget-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:9:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:80;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";}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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button2-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button2-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button2-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button2-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button2-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button2-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button2-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button2-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button2-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button2-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button2-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button2-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button2-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-2-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-2-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";}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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-2-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button3-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button3-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button3-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button3-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button3-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button3-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button3-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button3-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button3-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button3-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button3-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button3-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button3-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-3-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-3-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";}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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-3-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button4-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button4-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button4-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button4-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button4-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button4-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button4-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button4-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button4-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button4-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button4-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button4-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button4-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-4-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-4-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";}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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-4-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button5-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button5-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button5-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button5-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button5-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button5-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button5-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button5-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button5-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button5-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button5-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button5-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button5-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-5-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-5-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";}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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-5-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button6-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button6-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button6-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button6-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button6-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button6-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button6-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button6-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button6-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button6-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button6-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button6-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button6-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-6-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-6-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";}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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-6-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button7-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button7-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button7-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button7-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button7-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button7-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button7-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button7-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button7-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button7-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button7-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button7-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button7-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-7-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-7-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";}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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-7-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button8-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button8-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button8-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button8-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button8-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button8-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button8-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button8-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button8-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button8-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button8-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button8-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button8-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-8-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-8-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";}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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-8-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-hb-button-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button9-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button9-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button9-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button9-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button9-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button9-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button9-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button9-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button9-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button9-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button9-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button9-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button9-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-9-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-9-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";}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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-9-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"section-hb-button-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-button10-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button10-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:48:\"astra-settings[header-button10-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-button10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button10-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button10-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button10-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button10-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[header-button10-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button10-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-button10-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button10-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-button10-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[header-button10-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[header-button10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:41:\"astra-settings[header-button10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-button-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-button-10-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-button-10-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:2:\"12\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"12\";s:4:\"left\";s:2:\"20\";}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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[section-hb-button-10-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-3]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-3color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-3-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-3link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-3link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-3-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-4]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-4color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-4-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-4link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-4link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-4-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-5]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-5color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-5-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-5link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-5link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-5-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-6]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-6color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-6-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-6link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-6link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-6-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-7]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-7]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-7color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-7-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-7link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-7link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-7-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-8]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-8]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-8color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-8-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-8link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-8link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-8-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-9]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-9]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-9color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-9-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-9link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-9link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-9-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-html-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[font-size-section-hb-html-10]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-hb-html-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[header-html-10]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-html-10color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-10-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-10link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-html-10link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-hb-html-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[section-hb-html-10-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu3-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu3-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu3-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu3-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu3-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu3-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu3-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu3-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu3-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu3-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu3-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu3-submenu-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu3-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu3-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-3-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu3-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu3-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu3-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu3-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu3-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu3-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu3-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu3-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-3-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu3-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-3-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu3-menu-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu4-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu4-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu4-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu4-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu4-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu4-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu4-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu4-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu4-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu4-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu4-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu4-submenu-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu4-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu4-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-4-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu4-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu4-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu4-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu4-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu4-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu4-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu4-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu4-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-4-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu4-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-4-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu4-menu-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu5-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu5-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu5-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu5-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu5-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu5-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu5-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu5-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu5-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu5-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu5-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu5-submenu-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu5-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu5-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-5-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu5-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu5-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu5-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu5-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu5-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu5-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu5-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu5-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-5-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu5-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-5-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu5-menu-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu6-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu6-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu6-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu6-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu6-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu6-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu6-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu6-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu6-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu6-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu6-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu6-submenu-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu6-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu6-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-6-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu6-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu6-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu6-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu6-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu6-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu6-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu6-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu6-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-6-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu6-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-6-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu6-menu-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu7-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu7-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu7-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu7-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu7-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu7-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu7-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu7-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu7-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu7-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu7-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu7-submenu-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu7-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu7-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-7-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu7-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu7-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu7-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu7-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu7-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu7-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu7-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu7-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-7-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu7-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-7-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu7-menu-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu8-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu8-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu8-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu8-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu8-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu8-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu8-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu8-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu8-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu8-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu8-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu8-submenu-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu8-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu8-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-8-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu8-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu8-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu8-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu8-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu8-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu8-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu8-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu8-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-8-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu8-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-8-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu8-menu-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu9-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu9-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu9-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu9-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu9-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu9-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu9-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu9-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu9-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu9-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu9-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu9-submenu-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu9-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu9-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-9-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu9-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu9-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu9-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu9-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu9-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu9-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu9-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu9-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-9-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu9-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-9-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu9-menu-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-menu-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-hb-menu-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu10-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu10-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu10-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu10-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-menu10-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-menu10-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu10-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu10-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:48:\"astra-settings[header-menu10-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu10-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu10-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:58:\"astra-settings[header-menu10-submenu-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[header-menu10-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu10-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[section-hb-menu-10-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[header-menu10-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu10-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu10-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu10-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu10-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu10-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu10-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu10-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-10-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-menu10-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:41:\"astra-settings[header-menu10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:39:\"astra-settings[header-menu10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-10-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu10-menu-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-search-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:45:\"https://redlightinflammation.com/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-2-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-2-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-2-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-2-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-2-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-2-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-2-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-2-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-2-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-2-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-2-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-2]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-2-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-2-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-2-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-2-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-2-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-3-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-3-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-3-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-3-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-3-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-3-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-3-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-3-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-3-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-3-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-3-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-3]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-3-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-3-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-3-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-3-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-3-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-4-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-4-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-4-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-4-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-4-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-4-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-4-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-4-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-4-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-4-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-4-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-4]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-4-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-4-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-4-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-4-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-4-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-4-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-5-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-5-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-5-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-5-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-5-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-5-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-5-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-5-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-5-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-5-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-5-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-5]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-5-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-5-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-5-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-5-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-5-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-5-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-6-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-6-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-6-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-6-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-6-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-6-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-6-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-6-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-6-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-6-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-6-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-6]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-6-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-6-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-6-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-6-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-6-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-6-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-7]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-7-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-7-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-7-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-7-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-7-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-7-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-7-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-7-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-7-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-7-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-7-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-7]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-7-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-7-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-7-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-7-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-7-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-7-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-8]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-8-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-8-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-8-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-8-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-8-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-8-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-8-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-8-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-8-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-8-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-8-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-8]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-8-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-8-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-8-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-8-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-8-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-8-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[section-hb-social-icons-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-9]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-9-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-9-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-9-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-9-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-9-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-9-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-9-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-9-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-9-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-9-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-9-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-9]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-9-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-9-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-9-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-9-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-9-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-9-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-hb-social-icons-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[font-size-section-hb-social-icons-10]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-hb-social-icons-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-10-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-10-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-10-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-social-10-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-10-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-10-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-social-10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-10-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-10-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-social-10-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-social-10-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-10-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-icons-10]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-10-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-social-10-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-social-10-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-10-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-social-10-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[section-hb-social-icons-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-hb-social-icons-10-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-4)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-4)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:77:\"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author]\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";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:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-2-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-2-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-2-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-2-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-2-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-2-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-2-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-2-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-2-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-2-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-2-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-2]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-2-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-2-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-2-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-2-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-2-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-3-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-3-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-3-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-3-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-3-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-3-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-3-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-3-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-3-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-3-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-3-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-3]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-3-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-3-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-3-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-3-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-3-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-3-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-4-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-4-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-4-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-4-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-4-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-4-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-4-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-4-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-4-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-4-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-4-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-4]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-4-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-4-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-4-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-4-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-4-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-4-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-4-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-5-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-5-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-5-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-5-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-5-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-5-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-5-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-5-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-5-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-5-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-5-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-5]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-5-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-5-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-5-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-5-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-5-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-5-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-5-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-6-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-6-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-6-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-6-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-6-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-6-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-6-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-6-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-6-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-6-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-6-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-6]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-6-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-6-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-6-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-6-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-6-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-6-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-6-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-7]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-7-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-7-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-7-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-7-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-7-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-7-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-7-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-7-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-7-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-7-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-7-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-7]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-7-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-7-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-7-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-7-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-7-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-7-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-7-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-8]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-8-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-8-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-8-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-8-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-8-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-8-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-8-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-8-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-8-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-8-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-8-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-8]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-8-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-8-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-8-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-8-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-8-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-8-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-8-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-9]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-9-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-9-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-9-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-9-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-9-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-9-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-9-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-9-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-9-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-9-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-9-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-9]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-9-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-9-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-9-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-9-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-9-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-9-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-9-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[section-fb-social-icons-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[font-size-section-fb-social-icons-10]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-fb-social-icons-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-10-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-10-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-10-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-social-10-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-10-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-10-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[footer-social-10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-10-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-10-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-social-10-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-social-10-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-10-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-icons-10]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-10-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-social-10-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-social-10-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-10-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-social-10-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[section-fb-social-icons-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-fb-social-icons-10-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-social-10-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:7:\"#e6e6e6\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:9:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:9:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-3]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-3color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-3-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-3link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-3link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-3-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-3-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-4]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-4color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-4-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-4link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-4link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-4-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-4-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-5]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-5color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-5-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-5link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-5link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-5-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-5-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-6]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-6color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-6-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-6link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-6link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-6-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-6-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-7]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-7]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-7color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-7-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-7link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-7link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-7-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-7-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-8]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-8]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-8color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-8-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-8link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-8link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-8-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-8-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-9]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-9]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-9color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-9-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-9link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-9link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-9-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-9-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[section-fb-html-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[font-size-section-fb-html-10]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-fb-html-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[footer-html-10]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-html-10color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-10-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-10link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-html-10link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[section-fb-html-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[section-fb-html-10-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[footer-html-10-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-fb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button1-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button1-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-1-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-1-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button2-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button2-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button2-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button2-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button2-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button2-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button2-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button2-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button2-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button2-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button2-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button2-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button2-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button2-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-2-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-2-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-2-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button3-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button3-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button3-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button3-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button3-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button3-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button3-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button3-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button3-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button3-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button3-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button3-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button3-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button3-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button3-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button3-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button3-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-3-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-3-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-3-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-3-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button4-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button4-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button4-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button4-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button4-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button4-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button4-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button4-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button4-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button4-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button4-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button4-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button4-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button4-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button4-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button4-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button4-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-4-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-4-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-4-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-4-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button5-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button5-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button5-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button5-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button5-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button5-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button5-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button5-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button5-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button5-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button5-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button5-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button5-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button5-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button5-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button5-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button5-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-5-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-5-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-5-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-5-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button6-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button6-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button6-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button6-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button6-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button6-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button6-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button6-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button6-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button6-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button6-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button6-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button6-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button6-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button6-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button6-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button6-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-6-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-6-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-6-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-6-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button7-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button7-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button7-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button7-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button7-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button7-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button7-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button7-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button7-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button7-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button7-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button7-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button7-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button7-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button7-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button7-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button7-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-7-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-7-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-7-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-7-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button8-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button8-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button8-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button8-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button8-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button8-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button8-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button8-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button8-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button8-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button8-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button8-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button8-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button8-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button8-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button8-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button8-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-8-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-8-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-8-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-8-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-fb-button-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button9-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button9-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[footer-button9-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[footer-button9-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button9-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button9-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button9-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button9-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[footer-button9-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button9-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-button9-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button9-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-button9-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[footer-button9-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button9-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[footer-button9-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[footer-button9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button9-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-button-9-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-button-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-9-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-button-9-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-fb-button-9-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"section-fb-button-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-button10-text]\";a:4:{s:7:\"default\";s:6:\"Button\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button10-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:23:\"https://www.wpastra.com\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:48:\"astra-settings[footer-button10-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-button10-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button10-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-button10-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button10-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-button10-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[footer-button10-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-button10-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-button10-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button10-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-button10-border-radius-fields]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[footer-button10-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button10-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:43:\"astra-settings[footer-button10-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:41:\"astra-settings[footer-button10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button10-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-button-10-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-button-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-button-10-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-button-10-padding]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[section-fb-button-10-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-5-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-5]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-5-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-5-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-5-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-5-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-5-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-5-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-5-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-6-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-6]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-6-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-6-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-6-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-6-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-6-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-6-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-6-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-7-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-7]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-7-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-7-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-7-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-7-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-7-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-7-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-7-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-8-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-8]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-8-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-8-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-8-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-8-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-8-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-8-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-8-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-9-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-9]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-9-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-9-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-9-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-9-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-9-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-9-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-9-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[astra-sidebar-widgets-footer-widget-10-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-widget-alignment-10]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-10-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-widget-10-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-10-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-10-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-widget-10-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-10-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-widget-10-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[astra-sidebar-widgets-footer-widget-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-search-box-type]\";a:4:{s:7:\"default\";s:12:\"slide-search\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-search-box-placeholder]\";a:4:{s:7:\"default\";s:9:\"Search...\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[fullsearch-modal-color-mode]\";a:4:{s:7:\"default\";s:4:\"dark\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[full-screen-modal-heading]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[fullscreen-modal-heading-text]\";a:4:{s:7:\"default\";s:38:\"Start typing and press enter to search\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-1-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-1-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-1-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-1-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-1-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-1-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-2-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-2-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-2-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-2-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-2-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-2-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-3-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-3-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-3-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-3-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-3-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-3-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-4-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-4-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-4-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-4-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-4-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-4-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-4-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-4-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-5-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-5-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-5-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-5-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-5-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-5-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-5-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-5-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-6-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-6-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-6-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-6-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-6-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-6-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-6-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-6-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-7-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-7-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-7-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-7-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-7-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-7-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-7-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-7-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-8-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-8-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-8-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-8-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-8-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-8-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-8-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-8-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-hb-divider-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-hb-divider-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-9-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-divider-9-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[header-divider-9-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-divider-9-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-divider-9-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-9-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-hb-divider-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-divider-9-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-horizontal-divider-9-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-hb-divider-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"section-hb-divider-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-divider-10-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-divider-10-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:39:\"astra-settings[header-divider-10-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-divider-10-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[header-divider-10-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-divider-10-color]\";a:4:{s:7:\"default\";s:7:\"#000000\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[section-hb-divider-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-hb-divider-10-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[header-horizontal-divider-10-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-action-type]\";a:4:{s:7:\"default\";s:4:\"link\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-account-action-menu-display-on]\";a:4:{s:7:\"default\";s:5:\"hover\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-link-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-account-woo-menu]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-account-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-account-menu-link-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:44:\"astra-settings[header-account-logout-action]\";a:4:{s:7:\"default\";s:4:\"link\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-login-lostpass]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-type]\";a:4:{s:7:\"default\";s:9:\"account-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu1-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu2-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu3-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu3-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu3-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu3-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu4-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu4-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu4-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu4-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu5-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu5-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu5-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu5-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu6-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu6-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu6-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu6-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu7-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu7-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu7-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu7-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu8-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu8-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu8-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu8-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu9-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu9-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:48:\"astra-settings[header-menu9-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu9-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu10-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu10-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"4\";s:4:\"blur\";s:2:\"10\";s:6:\"spread\";s:2:\"-2\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:49:\"astra-settings[header-menu10-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu10-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button1-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button1-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button1-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button2-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button2-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button2-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button2-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button2-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button3-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button3-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button3-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button3-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button3-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button4-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button4-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button4-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button4-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button4-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button5-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button5-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button5-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button5-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button5-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button6-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button6-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button6-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button6-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button6-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button7-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button7-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button7-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button7-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button7-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button8-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button8-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button8-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button8-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button8-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button9-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-button9-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[header-button9-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-button9-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button9-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-button10-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-button10-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:51:\"astra-settings[header-button10-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-button10-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-button10-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-stack]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-hb-language-switcher-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-hb-language-switcher-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-language-switcher-options]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:1:{i:0;a:4:{s:2:\"id\";s:2:\"gb\";s:7:\"enabled\";b:1;s:3:\"url\";s:0:\"\";s:5:\"label\";s:7:\"English\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-language-switcher-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-language-switcher-show-flag]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-language-switcher-show-name]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-language-switcher-show-tname]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-language-switcher-show-code]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-hb-language-switcher-flag-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-language-switcher-flag-spacing]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[off-canvas-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:35;s:6:\"tablet\";i:90;s:6:\"mobile\";i:90;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-1-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-1-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-1-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-1-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-1-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-2-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-2-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-2-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-2-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-2-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-2-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-2-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-3-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-3-layout]\";a:4:{s:7:\"default\";s:10:\"horizontal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-3-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-3-style]\";a:4:{s:7:\"default\";s:5:\"solid\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-3-thickness]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"1\";s:6:\"tablet\";s:1:\"1\";s:6:\"mobile\";s:1:\"1\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-3-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-3-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-3-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-3-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-3-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"50\";s:6:\"tablet\";s:2:\"50\";s:6:\"mobile\";s:2:\"50\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-4-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-4-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-4-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-4-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-4-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-4-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-4-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-4-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-4-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-4-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-4-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-5-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-5-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-5-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-5-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-5-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-5-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-5-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-5-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-5-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-5-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-5-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-5-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-6-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-6-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-6-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-6-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-6-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-6-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-6-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-6-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-6-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-6-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-6-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-6-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-7-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-7-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-7-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-7-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-7-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-7-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-7-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-7-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-7-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-7-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-7-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-7-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-8-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-8-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-8-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-8-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-8-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-8-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-8-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-8-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-8-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-8-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-8-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-8-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-fb-divider-9-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"section-fb-divider-9-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-9-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-divider-9-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:38:\"astra-settings[footer-divider-9-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-divider-9-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-divider-9-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-9-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[section-fb-divider-9-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-fb-divider-9-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[footer-divider-9-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-vertical-divider-9-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-fb-divider-10-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"section-fb-divider-10-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-divider-10-layout]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-divider-10-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:39:\"astra-settings[footer-divider-10-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-divider-10-thickness]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-divider-10-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-divider-10-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[section-fb-divider-10-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-fb-divider-10-margin]\";a:4:{s:7:\"default\";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:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[footer-divider-10-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-vertical-divider-10-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button1-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button1-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button1-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button1-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button1-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button2-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button2-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button2-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button2-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button2-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button3-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button3-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button3-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button3-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button3-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button4-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button4-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button4-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button4-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button4-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button5-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button5-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button5-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button5-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button5-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button6-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button6-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button6-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button6-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button6-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button7-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button7-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button7-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button7-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button7-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button8-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button8-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button8-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button8-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button8-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-button9-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-button9-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:50:\"astra-settings[footer-button9-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-button9-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[footer-button9-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-button10-shadow-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-button10-box-shadow-control]\";a:4:{s:7:\"default\";a:4:{s:1:\"x\";s:1:\"0\";s:1:\"y\";s:1:\"0\";s:4:\"blur\";s:1:\"0\";s:6:\"spread\";s:1:\"0\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:22:\"Astra_Addon_Customizer\";i:1;s:19:\"sanitize_box_shadow\";}}s:51:\"astra-settings[footer-button10-box-shadow-position]\";a:4:{s:7:\"default\";s:7:\"outline\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-button10-box-shadow-color]\";a:4:{s:7:\"default\";s:15:\"rgba(0,0,0,0.1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-button10-size]\";a:4:{s:7:\"default\";s:2:\"sm\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-stack]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-fb-language-switcher-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-fb-language-switcher-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-language-switcher-options]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:1:{i:0;a:4:{s:2:\"id\";s:2:\"gb\";s:7:\"enabled\";b:1;s:3:\"url\";s:0:\"\";s:5:\"label\";s:7:\"English\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[footer-language-switcher-layout]\";a:4:{s:7:\"default\";s:8:\"vertical\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-language-switcher-show-flag]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-language-switcher-show-name]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[footer-language-switcher-show-tname]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-language-switcher-show-code]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-fb-language-switcher-flag-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-fb-language-switcher-flag-spacing]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-language-switcher-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"flex-start\";s:6:\"tablet\";s:10:\"flex-start\";s:6:\"mobile\";s:10:\"flex-start\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:185:{s:36:\"astra-settings[header-desktop-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:8:\"selector\";s:9:\"#masthead\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:21:\"header_builder_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button2-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-2\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button2-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-2\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button3-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-3\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button3-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-3\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button4-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-4\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button4-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-4\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button5-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-5\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button5-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-5\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button6-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-6\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button6-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-6\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button7-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-7\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button7-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-7\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button8-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-8\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button8-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-8\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button9-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-9\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button9-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-9\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[header-button10-text]\";a:4:{s:8:\"selector\";s:21:\".ast-header-button-10\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:43:\"astra-settings[header-button10-link-option]\";a:4:{s:8:\"selector\";s:21:\".ast-header-button-10\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-3]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-3\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:13:\"header_html_3\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-4]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-4\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:13:\"header_html_4\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-5]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-5\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:13:\"header_html_5\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-6]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-6\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:13:\"header_html_6\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-7]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-7\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:13:\"header_html_7\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-8]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-8\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:13:\"header_html_8\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-9]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-9\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:13:\"header_html_9\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:30:\"astra-settings[header-html-10]\";a:4:{s:8:\"selector\";s:19:\".ast-header-html-10\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:14:\"header_html_10\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-2]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-2-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_2\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-2-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-2-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_2\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-3]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-3-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_3\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-3-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-3-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_3\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-4]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-4-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_4\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-4-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-4-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_4\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-5]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-5-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_5\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-5-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-5-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_5\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-6]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-6-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_6\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-6-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-6-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_6\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-7]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-7-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_7\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-7-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-7-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_7\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-8]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-8-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_8\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-8-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-8-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_8\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[header-social-icons-9]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-9-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_9\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-9-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-9-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:15:\"header_social_9\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:38:\"astra-settings[header-social-icons-10]\";a:4:{s:8:\"selector\";s:26:\".ast-header-social-10-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:16:\"header_social_10\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:45:\"astra-settings[header-social-10-label-toggle]\";a:4:{s:8:\"selector\";s:26:\".ast-header-social-10-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:16:\"header_social_10\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-2]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-2-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_2\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-2-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-2-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_2\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-3]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-3-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_3\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-3-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-3-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_3\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-4]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-4-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_4\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-4-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-4-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_4\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-5]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-5-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_5\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-5-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-5-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_5\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-6]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-6-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_6\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-6-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-6-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_6\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-7]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-7-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_7\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-7-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-7-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_7\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-8]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-8-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_8\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-8-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-8-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_8\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:37:\"astra-settings[footer-social-icons-9]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-9-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_9\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-9-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-9-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:15:\"footer_social_9\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:38:\"astra-settings[footer-social-icons-10]\";a:4:{s:8:\"selector\";s:26:\".ast-footer-social-10-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:16:\"footer_social_10\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:45:\"astra-settings[footer-social-10-label-toggle]\";a:4:{s:8:\"selector\";s:26:\".ast-footer-social-10-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:16:\"footer_social_10\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-3]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-3\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:13:\"footer_html_3\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-4]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-4\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:13:\"footer_html_4\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-5]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-5\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:13:\"footer_html_5\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-6]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-6\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:13:\"footer_html_6\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-7]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-7\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:13:\"footer_html_7\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-8]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-8\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:13:\"footer_html_8\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-9]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-9\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:13:\"footer_html_9\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:30:\"astra-settings[footer-html-10]\";a:4:{s:8:\"selector\";s:19:\".ast-footer-html-10\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:14:\"footer_html_10\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-1\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-1\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button2-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-2\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button2-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-2\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button3-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-3\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button3-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-3\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button4-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-4\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button4-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-4\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button5-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-5\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button5-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-5\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button6-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-6\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button6-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-6\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button7-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-7\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button7-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-7\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button8-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-8\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button8-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-8\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button9-text]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-9\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[footer-button9-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-9\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-button10-text]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-button-10\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:43:\"astra-settings[footer-button10-link-option]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-button-10\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-search-box-placeholder]\";a:4:{s:8:\"selector\";s:18:\".ast-header-search\";s:15:\"render_callback\";a:2:{i:0;O:27:\"Astra_Ext_Adv_Search_Markup\":0:{}i:1;s:17:\"get_search_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[fullscreen-modal-heading-text]\";a:4:{s:8:\"selector\";s:18:\".ast-header-search\";s:15:\"render_callback\";a:2:{i:0;r:24604;i:1;s:17:\"get_search_markup\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-1-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-1\";s:15:\"render_callback\";a:2:{i:0;O:26:\"Astra_Addon_Builder_Header\":0:{}i:1;s:16:\"header_divider_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-2-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-2\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:16:\"header_divider_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-3-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-3\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:16:\"header_divider_3\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-4-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-4\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:16:\"header_divider_4\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-5-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-5\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:16:\"header_divider_5\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-6-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-6\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:16:\"header_divider_6\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-7-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-7\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:16:\"header_divider_7\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-8-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-8\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:16:\"header_divider_8\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-divider-9-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-header-divider-9\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:16:\"header_divider_9\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[header-divider-10-layout]\";a:4:{s:8:\"selector\";s:22:\".ast-header-divider-10\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:17:\"header_divider_10\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:42:\"astra-settings[header-account-action-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[header-account-link-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[header-account-woo-menu]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:44:\"astra-settings[header-account-logout-action]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-login-lostpass]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[header-account-icon-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button2-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-2\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button3-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-3\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button4-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-4\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button5-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-5\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button6-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-6\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button7-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-7\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button8-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-8\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[header-button9-size]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-9\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:36:\"astra-settings[header-button10-size]\";a:4:{s:8:\"selector\";s:21:\".ast-header-button-10\";s:15:\"render_callback\";a:2:{i:0;r:23741;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:48:\"astra-settings[header-language-switcher-options]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:47:\"astra-settings[header-language-switcher-layout]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[header-language-switcher-show-flag]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[header-language-switcher-show-name]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:51:\"astra-settings[header-language-switcher-show-tname]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[header-language-switcher-show-code]\";a:4:{s:8:\"selector\";s:29:\".ast-header-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:24618;i:1;s:24:\"header_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-1-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-1\";s:15:\"render_callback\";a:2:{i:0;O:26:\"Astra_Addon_Builder_Footer\":0:{}i:1;s:16:\"footer_divider_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-2-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-2\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:16:\"footer_divider_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-3-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-3\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:16:\"footer_divider_3\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-4-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-4\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:16:\"footer_divider_4\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-5-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-5\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:16:\"footer_divider_5\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-6-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-6\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:16:\"footer_divider_6\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-7-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-7\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:16:\"footer_divider_7\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-8-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-8\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:16:\"footer_divider_8\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-divider-9-layout]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-divider-9\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:16:\"footer_divider_9\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[footer-divider-10-layout]\";a:4:{s:8:\"selector\";s:22:\".ast-footer-divider-10\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:17:\"footer_divider_10\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[footer-button1-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-1\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button2-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-2\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_2\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button3-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-3\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_3\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button4-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-4\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_4\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button5-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-5\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_5\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button6-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-6\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_6\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button7-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-7\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_7\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button8-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-8\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_8\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:35:\"astra-settings[footer-button9-size]\";a:4:{s:8:\"selector\";s:20:\".ast-footer-button-9\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:8:\"button_9\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:36:\"astra-settings[footer-button10-size]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-button-10\";s:15:\"render_callback\";a:2:{i:0;r:23799;i:1;s:9:\"button_10\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:48:\"astra-settings[footer-language-switcher-options]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:47:\"astra-settings[footer-language-switcher-layout]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[footer-language-switcher-show-flag]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[footer-language-switcher-show-name]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:51:\"astra-settings[footer-language-switcher-show-tname]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:50:\"astra-settings[footer-language-switcher-show-code]\";a:4:{s:8:\"selector\";s:29:\".ast-footer-language-switcher\";s:15:\"render_callback\";a:2:{i:0;r:24842;i:1;s:24:\"footer_language_switcher\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}}}','no'),(984,'category_children','a:0:{}','yes'),(1178,'rank_math_known_post_types','a:4:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:10:\"attachment\";s:10:\"attachment\";s:14:\"e-landing-page\";s:14:\"e-landing-page\";}','yes'),(1179,'rank_math_modules','a:14:{i:0;s:12:\"link-counter\";i:1;s:9:\"analytics\";i:2;s:12:\"seo-analysis\";i:3;s:7:\"sitemap\";i:4;s:12:\"rich-snippet\";i:5;s:11:\"woocommerce\";i:6;s:10:\"buddypress\";i:7;s:7:\"bbpress\";i:8;s:3:\"acf\";i:9;s:11:\"web-stories\";i:10;s:10:\"content-ai\";i:11;s:16:\"instant-indexing\";i:12;s:12:\"role-manager\";i:13;s:9:\"local-seo\";}','yes'),(1180,'rank-math-options-general','a:54:{s:19:\"strip_category_base\";s:3:\"off\";s:24:\"attachment_redirect_urls\";s:2:\"on\";s:27:\"attachment_redirect_default\";s:32:\"https://redlightinflammation.com\";s:23:\"nofollow_external_links\";s:3:\"off\";s:20:\"nofollow_image_links\";s:3:\"off\";s:25:\"new_window_external_links\";s:2:\"on\";s:11:\"add_img_alt\";s:3:\"off\";s:14:\"img_alt_format\";s:11:\" %filename%\";s:13:\"add_img_title\";s:3:\"off\";s:16:\"img_title_format\";s:22:\"%title% %count(title)%\";s:11:\"breadcrumbs\";s:3:\"off\";s:21:\"breadcrumbs_separator\";s:1:\"-\";s:16:\"breadcrumbs_home\";s:2:\"on\";s:22:\"breadcrumbs_home_label\";s:4:\"Home\";s:26:\"breadcrumbs_archive_format\";s:15:\"Archives for %s\";s:25:\"breadcrumbs_search_format\";s:14:\"Results for %s\";s:21:\"breadcrumbs_404_label\";s:25:\"404 Error: page not found\";s:31:\"breadcrumbs_ancestor_categories\";s:3:\"off\";s:21:\"breadcrumbs_blog_page\";s:3:\"off\";s:16:\"404_monitor_mode\";s:6:\"simple\";s:17:\"404_monitor_limit\";i:100;s:35:\"404_monitor_ignore_query_parameters\";s:2:\"on\";s:24:\"redirections_header_code\";s:3:\"301\";s:18:\"redirections_debug\";s:3:\"off\";s:23:\"console_caching_control\";s:2:\"90\";s:21:\"console_email_reports\";s:2:\"on\";s:23:\"console_email_frequency\";s:7:\"monthly\";s:27:\"link_builder_links_per_page\";s:1:\"7\";s:29:\"link_builder_links_per_target\";s:1:\"1\";s:22:\"wc_remove_product_base\";s:3:\"off\";s:23:\"wc_remove_category_base\";s:3:\"off\";s:31:\"wc_remove_category_parent_slugs\";s:3:\"off\";s:18:\"rss_before_content\";s:0:\"\";s:17:\"rss_after_content\";s:0:\"\";s:19:\"wc_remove_generator\";s:2:\"on\";s:24:\"remove_shop_snippet_data\";s:2:\"on\";s:18:\"frontend_seo_score\";s:3:\"off\";s:29:\"frontend_seo_score_post_types\";a:1:{i:0;s:4:\"post\";}s:27:\"frontend_seo_score_position\";s:3:\"top\";s:10:\"setup_mode\";s:4:\"easy\";s:21:\"content_ai_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";}s:18:\"content_ai_country\";s:3:\"all\";s:15:\"content_ai_tone\";s:6:\"Formal\";s:19:\"content_ai_audience\";s:16:\"General Audience\";s:19:\"content_ai_language\";s:10:\"US English\";s:15:\"analytics_stats\";s:2:\"on\";s:15:\"toc_block_title\";s:17:\"Table of Contents\";s:20:\"toc_block_list_style\";s:2:\"ul\";s:14:\"google_updates\";s:2:\"on\";s:13:\"podcast_title\";s:10:\"%sitename%\";s:19:\"podcast_description\";s:10:\"%sitedesc%\";s:29:\"podcast_tipodcast_explicittle\";s:3:\"off\";s:21:\"console_email_send_to\";s:19:\"google@forte.agency\";s:15:\"llms_post_types\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:18:\"e-floating-buttons\";i:3;s:18:\"templately_library\";}}','yes'),(1181,'rank-math-options-titles','a:129:{s:24:\"noindex_empty_taxonomies\";s:2:\"on\";s:15:\"title_separator\";s:1:\"-\";s:17:\"capitalize_titles\";s:3:\"off\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:19:\"knowledgegraph_type\";s:7:\"company\";s:19:\"knowledgegraph_name\";s:21:\"Red Light Inflamation\";s:12:\"website_name\";s:21:\"Red Light Inflamation\";s:19:\"local_business_type\";s:23:\"HealthAndBeautyBusiness\";s:20:\"local_address_format\";s:43:\"{address} {locality}, {region} {postalcode}\";s:13:\"opening_hours\";a:7:{i:0;a:2:{s:3:\"day\";s:6:\"Monday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:1;a:2:{s:3:\"day\";s:7:\"Tuesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:2;a:2:{s:3:\"day\";s:9:\"Wednesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:3;a:2:{s:3:\"day\";s:8:\"Thursday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:4;a:2:{s:3:\"day\";s:6:\"Friday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:5;a:2:{s:3:\"day\";s:8:\"Saturday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:6;a:2:{s:3:\"day\";s:6:\"Sunday\";s:4:\"time\";s:11:\"09:00-17:00\";}}s:20:\"opening_hours_format\";s:3:\"off\";s:14:\"homepage_title\";s:34:\"%sitename% %page% %sep% %sitedesc%\";s:20:\"homepage_description\";s:0:\"\";s:22:\"homepage_custom_robots\";s:3:\"off\";s:23:\"disable_author_archives\";s:3:\"off\";s:15:\"url_author_base\";s:6:\"author\";s:20:\"author_custom_robots\";s:2:\"on\";s:13:\"author_robots\";a:1:{i:0;s:7:\"noindex\";}s:20:\"author_archive_title\";s:30:\"%name% %sep% %sitename% %page%\";s:19:\"author_add_meta_box\";s:2:\"on\";s:21:\"disable_date_archives\";s:2:\"on\";s:18:\"date_archive_title\";s:30:\"%date% %page% %sep% %sitename%\";s:12:\"search_title\";s:38:\"%search_query% %page% %sep% %sitename%\";s:9:\"404_title\";s:31:\"Page Not Found %sep% %sitename%\";s:19:\"date_archive_robots\";a:1:{i:0;s:7:\"noindex\";}s:14:\"noindex_search\";s:2:\"on\";s:24:\"noindex_archive_subpages\";s:3:\"off\";s:26:\"noindex_password_protected\";s:3:\"off\";s:32:\"pt_download_default_rich_snippet\";s:7:\"product\";s:29:\"author_slack_enhanced_sharing\";s:2:\"on\";s:13:\"pt_post_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_post_description\";s:9:\"%excerpt%\";s:14:\"pt_post_robots\";a:0:{}s:21:\"pt_post_custom_robots\";s:3:\"off\";s:28:\"pt_post_default_rich_snippet\";s:7:\"article\";s:28:\"pt_post_default_article_type\";s:11:\"BlogPosting\";s:28:\"pt_post_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_post_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_post_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_post_ls_use_fk\";s:6:\"titles\";s:20:\"pt_post_add_meta_box\";s:2:\"on\";s:20:\"pt_post_bulk_editing\";s:7:\"editing\";s:24:\"pt_post_link_suggestions\";s:2:\"on\";s:24:\"pt_post_primary_taxonomy\";s:8:\"category\";s:13:\"pt_page_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_page_description\";s:9:\"%excerpt%\";s:14:\"pt_page_robots\";a:0:{}s:21:\"pt_page_custom_robots\";s:3:\"off\";s:28:\"pt_page_default_rich_snippet\";s:7:\"article\";s:28:\"pt_page_default_article_type\";s:7:\"Article\";s:28:\"pt_page_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_page_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_page_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_page_ls_use_fk\";s:6:\"titles\";s:20:\"pt_page_add_meta_box\";s:2:\"on\";s:20:\"pt_page_bulk_editing\";s:7:\"editing\";s:24:\"pt_page_link_suggestions\";s:2:\"on\";s:19:\"pt_attachment_title\";s:24:\"%title% %sep% %sitename%\";s:25:\"pt_attachment_description\";s:9:\"%excerpt%\";s:20:\"pt_attachment_robots\";a:1:{i:0;s:7:\"noindex\";}s:27:\"pt_attachment_custom_robots\";s:2:\"on\";s:34:\"pt_attachment_default_rich_snippet\";s:3:\"off\";s:34:\"pt_attachment_default_article_type\";s:7:\"Article\";s:34:\"pt_attachment_default_snippet_name\";s:11:\"%seo_title%\";s:34:\"pt_attachment_default_snippet_desc\";s:17:\"%seo_description%\";s:36:\"pt_attachment_slack_enhanced_sharing\";s:3:\"off\";s:26:\"pt_attachment_add_meta_box\";s:3:\"off\";s:23:\"pt_e-landing-page_title\";s:24:\"%title% %sep% %sitename%\";s:29:\"pt_e-landing-page_description\";s:9:\"%excerpt%\";s:24:\"pt_e-landing-page_robots\";a:0:{}s:31:\"pt_e-landing-page_custom_robots\";s:3:\"off\";s:38:\"pt_e-landing-page_default_rich_snippet\";s:3:\"off\";s:38:\"pt_e-landing-page_default_article_type\";s:7:\"Article\";s:38:\"pt_e-landing-page_default_snippet_name\";s:11:\"%seo_title%\";s:38:\"pt_e-landing-page_default_snippet_desc\";s:17:\"%seo_description%\";s:40:\"pt_e-landing-page_slack_enhanced_sharing\";s:3:\"off\";s:27:\"pt_e-landing-page_ls_use_fk\";s:6:\"titles\";s:30:\"pt_e-landing-page_add_meta_box\";s:2:\"on\";s:30:\"pt_e-landing-page_bulk_editing\";s:7:\"editing\";s:34:\"pt_e-landing-page_link_suggestions\";s:2:\"on\";s:16:\"pt_product_title\";s:24:\"%title% %sep% %sitename%\";s:22:\"pt_product_description\";s:9:\"%excerpt%\";s:17:\"pt_product_robots\";a:0:{}s:24:\"pt_product_custom_robots\";s:3:\"off\";s:31:\"pt_product_default_rich_snippet\";s:7:\"product\";s:31:\"pt_product_default_article_type\";s:7:\"Article\";s:31:\"pt_product_default_snippet_name\";s:11:\"%seo_title%\";s:31:\"pt_product_default_snippet_desc\";s:17:\"%seo_description%\";s:33:\"pt_product_slack_enhanced_sharing\";s:2:\"on\";s:20:\"pt_product_ls_use_fk\";s:6:\"titles\";s:23:\"pt_product_add_meta_box\";s:2:\"on\";s:23:\"pt_product_bulk_editing\";s:7:\"editing\";s:27:\"pt_product_link_suggestions\";s:2:\"on\";s:27:\"pt_product_primary_taxonomy\";s:11:\"product_cat\";s:18:\"pt_web-story_title\";s:24:\"%title% %sep% %sitename%\";s:24:\"pt_web-story_description\";s:9:\"%excerpt%\";s:19:\"pt_web-story_robots\";a:0:{}s:26:\"pt_web-story_custom_robots\";s:3:\"off\";s:33:\"pt_web-story_default_rich_snippet\";s:7:\"article\";s:33:\"pt_web-story_default_article_type\";s:7:\"Article\";s:33:\"pt_web-story_default_snippet_name\";s:11:\"%seo_title%\";s:33:\"pt_web-story_default_snippet_desc\";s:17:\"%seo_description%\";s:35:\"pt_web-story_slack_enhanced_sharing\";s:3:\"off\";s:25:\"pt_web-story_add_meta_box\";s:3:\"off\";s:18:\"tax_category_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_category_robots\";a:0:{}s:25:\"tax_category_add_meta_box\";s:2:\"on\";s:26:\"tax_category_custom_robots\";s:3:\"off\";s:24:\"tax_category_description\";s:18:\"%term_description%\";s:35:\"tax_category_slack_enhanced_sharing\";s:2:\"on\";s:18:\"tax_post_tag_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_post_tag_robots\";a:1:{i:0;s:7:\"noindex\";}s:25:\"tax_post_tag_add_meta_box\";s:2:\"on\";s:26:\"tax_post_tag_custom_robots\";s:2:\"on\";s:24:\"tax_post_tag_description\";s:18:\"%term_description%\";s:35:\"tax_post_tag_slack_enhanced_sharing\";s:2:\"on\";s:21:\"tax_post_format_title\";s:23:\"%term% %sep% %sitename%\";s:22:\"tax_post_format_robots\";a:1:{i:0;s:7:\"noindex\";}s:28:\"tax_post_format_add_meta_box\";s:2:\"on\";s:29:\"tax_post_format_custom_robots\";s:2:\"on\";s:27:\"tax_post_format_description\";s:18:\"%term_description%\";s:38:\"tax_post_format_slack_enhanced_sharing\";s:2:\"on\";s:31:\"remove_product_cat_snippet_data\";s:2:\"on\";s:31:\"remove_product_tag_snippet_data\";s:2:\"on\";s:19:\"knowledgegraph_logo\";s:97:\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png\";s:22:\"knowledgegraph_logo_id\";s:2:\"78\";s:22:\"website_alternate_name\";s:21:\"Red Light Inflamation\";s:16:\"open_graph_image\";s:97:\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png\";s:19:\"open_graph_image_id\";s:2:\"78\";}','yes'),(1182,'rank-math-options-sitemap','a:18:{s:14:\"items_per_page\";i:200;s:14:\"include_images\";s:2:\"on\";s:22:\"include_featured_image\";s:3:\"off\";s:13:\"exclude_roles\";a:2:{s:11:\"contributor\";s:11:\"Contributor\";s:10:\"subscriber\";s:10:\"Subscriber\";}s:12:\"html_sitemap\";s:2:\"on\";s:20:\"html_sitemap_display\";s:9:\"shortcode\";s:17:\"html_sitemap_sort\";s:9:\"published\";s:23:\"html_sitemap_seo_titles\";s:6:\"titles\";s:15:\"authors_sitemap\";s:2:\"on\";s:15:\"pt_post_sitemap\";s:2:\"on\";s:15:\"pt_page_sitemap\";s:2:\"on\";s:21:\"pt_attachment_sitemap\";s:3:\"off\";s:25:\"pt_e-landing-page_sitemap\";s:2:\"on\";s:18:\"pt_product_sitemap\";s:2:\"on\";s:20:\"pt_web-story_sitemap\";s:3:\"off\";s:20:\"tax_category_sitemap\";s:2:\"on\";s:20:\"tax_post_tag_sitemap\";s:3:\"off\";s:23:\"tax_post_format_sitemap\";s:3:\"off\";}','yes'),(1183,'rank-math-options-instant-indexing','a:2:{s:15:\"bing_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:16:\"indexnow_api_key\";s:32:\"9b77609d80704763b3e50b0ceda376d7\";}','yes'),(1186,'rank_math_version','1.0.263','off'),(1187,'rank_math_db_version','1','yes'),(1188,'rank_math_install_date','1705857870','yes'),(1193,'rank_math_pro_google_updates','[{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/march-2026-core-update\\/\",\"title\":\"March 2026 Core Update\",\"content\":\"Google released the March 2026 Core Update on March 27, 2026. It said it expects the rollout to be completed within two weeks.\",\"date\":\"1774569600\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/march-2026-spam-update\\/\",\"title\":\"March 2026 Spam Update\",\"content\":\"Google released an update to its spam system between March 24 and 25, 2026. The update lasted below 20 hours, making it Google\\u0027s fastest update ever.\",\"date\":\"1774310400\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/february-2026-discover-core-update\\/\",\"title\":\"February 2026 Discover Core Update\",\"content\":\"Google rolled out the February 2026 Discover Core Update from February 5 to February 27, 2026. This is Google’s first update to Discover and only targets English users in the United States.\",\"date\":\"1770249600\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/december-2025-core-update\\/\",\"title\":\"December 2025 Core Update\",\"content\":\"Google released the December 2025 Core Update between December 11 and December 29, 2025. The update caused significant volatility across many sites in various verticals.\",\"date\":\"1765411200\",\"status\":\"confirmed\"}]','off'),(1195,'rank_math_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:441:\"Rank Math has detected a new post type: <code>templately_library</code>. You may want to check the settings of the <a href=\"https://redlightinflammation.com/wp-admin/admin.php?page=rank-math-options-titles#setting-panel-post-type-templately_library\">Titles & Meta page</a> and <a href=\"https://redlightinflammation.com/wp-admin/admin.php?page=rank-math-options-sitemap#setting-panel-sitemap-post-type-templately_library\">the Sitemap</a>.\";s:7:\"options\";a:5:{s:2:\"id\";s:13:\"new_post_type\";s:7:\"classes\";s:16:\"rank-math-notice\";s:4:\"type\";s:4:\"info\";s:6:\"screen\";s:3:\"any\";s:10:\"capability\";s:0:\"\";}}}','yes'),(1206,'googlesitekit_db_version','1.163.0','yes'),(1207,'googlesitekit_has_connected_admins','1','yes'),(1210,'_transient_googlesitekit_verification_meta_tags','a:0:{}','yes'),(1211,'googlesitekit_active_modules','a:3:{i:0;s:18:\"pagespeed-insights\";i:1;s:9:\"analytics\";i:2;s:11:\"analytics-4\";}','yes'),(1213,'googlesitekit_credentials','3oRTFkMejxd76aGYuAjwoHQrQ0c4Q2VTSkYzQzZOQlpSM1NTK3FGSjNNK3ZQUmtSeTNMTnNpRVNVc2NpcWJSazQvT3c1NEtwZ05ERXdsUmZQYjZKcHdLdzNUNlNWNzVtcVRFV2RPZml0WWtMc2ZMK2RucExKK3F6NFpRQmoxWDd1cFErTXEyTkNOaUxZU3haUE8wTmZUVjZPdjRpOHh0VzI5T1oxSHlPVXE5dEJROWdMaVNnQjJ2dzBwSkh2aFV1dWx6SFdTemdCSC81NjBIRllkLzdmUkQ3YjRSdVFacWU1WUlHdDJZSzN6NGdwR3R6WWhkZDBuc1JlVHpVa2JTN1RaK3JDVkpCaHBLTG9ybVJCblBtSEk2aDdtOXR3Yy9SSGNrVHVGWjdaWUpYZmRLYzV5MzRzUHBKWDQxYitvYW43b1BLaG9BbjNRPT0=','yes'),(1214,'googlesitekitpersistent_remote_features','a:29:{s:18:\"adBlockerDetection\";a:1:{s:7:\"enabled\";b:1;}s:9:\"adsModule\";a:1:{s:7:\"enabled\";b:1;}s:6:\"adsPax\";a:1:{s:7:\"enabled\";b:1;}s:14:\"adsenseSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:20:\"audienceSegmentation\";a:1:{s:7:\"enabled\";b:1;}s:15:\"conversionInfra\";a:1:{s:7:\"enabled\";b:1;}s:19:\"conversionReporting\";a:1:{s:7:\"enabled\";b:1;}s:16:\"dashboardSharing\";a:1:{s:7:\"enabled\";b:1;}s:19:\"enhancedMeasurement\";a:1:{s:7:\"enabled\";b:1;}s:19:\"ga4ActivationBanner\";a:1:{s:7:\"enabled\";b:0;}s:12:\"ga4Reporting\";a:1:{s:7:\"enabled\";b:1;}s:8:\"ga4setup\";a:1:{s:7:\"enabled\";b:1;}s:16:\"googleTagGateway\";a:1:{s:7:\"enabled\";b:0;}s:10:\"gteSupport\";a:1:{s:7:\"enabled\";b:1;}s:14:\"helpVisibility\";a:1:{s:7:\"enabled\";b:1;}s:13:\"ideaHubModule\";a:1:{s:7:\"enabled\";b:0;}s:10:\"keyMetrics\";a:1:{s:7:\"enabled\";b:1;}s:23:\"proactiveUserEngagement\";a:1:{s:7:\"enabled\";b:0;}s:9:\"rrmModule\";a:1:{s:7:\"enabled\";b:1;}s:14:\"serviceSetupV2\";a:1:{s:7:\"enabled\";b:1;}s:16:\"setupFlowRefresh\";a:1:{s:7:\"enabled\";b:0;}s:22:\"signInWithGoogleModule\";a:1:{s:7:\"enabled\";b:1;}s:16:\"unifiedDashboard\";a:1:{s:7:\"enabled\";b:1;}s:12:\"userFeedback\";a:1:{s:7:\"enabled\";b:1;}s:17:\"widgets.dashboard\";a:1:{s:7:\"enabled\";b:1;}s:21:\"widgets.pageDashboard\";a:1:{s:7:\"enabled\";b:1;}s:16:\"yoastIntegration\";a:1:{s:7:\"enabled\";b:1;}s:14:\"zeroDataStates\";a:1:{s:7:\"enabled\";b:1;}s:15:\"last_updated_at\";i:1782234331;}','yes'),(1215,'googlesitekit_connected_proxy_url','https://redlightinflammation.com/','yes'),(1216,'googlesitekit_search-console_settings','a:2:{s:10:\"propertyID\";s:33:\"https://redlightinflammation.com/\";s:7:\"ownerID\";i:2;}','yes'),(1217,'googlesitekit_owner_id','2','yes'),(1218,'googlesitekit_analytics_settings','a:11:{s:7:\"ownerID\";i:2;s:9:\"accountID\";s:9:\"299633397\";s:13:\"adsenseLinked\";b:0;s:15:\"adsConversionID\";s:0:\"\";s:11:\"anonymizeIP\";b:1;s:21:\"internalWebPropertyID\";s:0:\"\";s:9:\"profileID\";s:0:\"\";s:10:\"propertyID\";s:0:\"\";s:16:\"trackingDisabled\";a:1:{i:0;s:13:\"loggedinUsers\";}s:10:\"useSnippet\";b:1;s:13:\"canUseSnippet\";b:1;}','yes'),(1219,'googlesitekit_analytics-4_settings','a:25:{s:7:\"ownerID\";i:2;s:9:\"accountID\";s:9:\"299633397\";s:15:\"adsConversionID\";s:0:\"\";s:13:\"adsenseLinked\";b:0;s:10:\"propertyID\";s:9:\"424145654\";s:15:\"webDataStreamID\";s:10:\"6662094254\";s:13:\"measurementID\";s:12:\"G-EQ1MJ5P2RS\";s:16:\"trackingDisabled\";a:1:{i:0;s:13:\"loggedinUsers\";}s:10:\"useSnippet\";b:1;s:13:\"canUseSnippet\";b:1;s:11:\"googleTagID\";s:10:\"GT-57ZSKWB\";s:18:\"googleTagAccountID\";s:10:\"6214100661\";s:20:\"googleTagContainerID\";s:9:\"175774230\";s:23:\"googleTagLastSyncedAtMs\";i:1705858624916;s:25:\"availableCustomDimensions\";a:0:{}s:18:\"propertyCreateTime\";i:1705858395239;s:13:\"adSenseLinked\";b:0;s:25:\"adSenseLinkedLastSyncedAt\";i:0;s:27:\"adsConversionIDMigratedAtMs\";i:0;s:9:\"adsLinked\";b:0;s:21:\"adsLinkedLastSyncedAt\";i:1724047039;s:32:\"googleTagContainerDestinationIDs\";N;s:14:\"detectedEvents\";a:0:{}s:31:\"newConversionEventsLastUpdateAt\";i:0;s:32:\"lostConversionEventsLastUpdateAt\";i:0;}','yes'),(1221,'rank_math_registration_skip','1','yes'),(1222,'rank_math_connect_data','a:6:{s:8:\"username\";s:160:\"1XOue8rM8T1aC3fpr7/URHJnVWRKL1BZcHB5Q2huRTh2cnFab3ZUS1hZVmtMNGFoTVFQVVdEVnUrRnVLcDBJSzdqdWtqL2sxc29DSHh1ZjZrdUxYZVpwaVVYRXdrdWMranFId21Meno0Yiswbitoa3hHbUVFY21W\";s:5:\"email\";s:184:\"Uyho6dpSV6kSuCgbuUvd+Fd5U2FpRDIrOUhzZmFLMjRMNlhrK1IzamdyV25XTjlLZHRGVXR1WmxDZE1WZSsySy9lQmdqcXJZcG9IUDh0M0Y4VERtbnNSMExFQ2VrN2JJVnVucUJNWHFlL3p1VjlmSnhELzlvZzlRbklxM1k2WFdQVjQ3VTE0Uw==\";s:7:\"api_key\";s:192:\"bSHj2r9jBi6nGAv5UEzelDFZUCtLR3NaS1EzdHo4aFFqcVdIemd2Rkl4enhNUEo2dmwzY3Q5QjJtdWFhS2ZnOEFhK29DVkJBdWJvSy9tNkNMYnM5aGFCM0l3cUR4bUhPZEJGNUM3eTl3ZmVKb2dHamlTMUx0ZSs5RXNkbzA1TXZoblJMdFp2ekNpU1BsUlRm\";s:4:\"plan\";s:152:\"T4ExDHswDgO0nN3dKfB5BlVWbDZYK1YrMnJURW1lQkxPSzA5VnB0ODJVRlZCTTNqYUJmMlU2cXpWbXhiNGdDSmZVVm92R0orYktJN2JjOEpTeFNNQ2JKZFMzdTczaEJUbG1SM0w3UG1OR3pwS21LZA==\";s:9:\"connected\";b:1;s:8:\"site_url\";s:32:\"https://redlightinflammation.com\";}','yes'),(1223,'rank_math_review_notice_date','1707068254','no'),(1224,'rank_math_review_posts_converted','1','yes'),(1225,'_transient_rank_math_first_submenu_id','rank-math','yes'),(1226,'rank_math_pro_version','3.0.54','yes'),(1227,'rank_math_content_ai_viewed','1','yes'),(1228,'rank_math_wizard_completed','1','yes'),(1229,'rank_math_viewed_seo_analyer','1','off'),(1231,'_transient__rank_math_site_type','news','yes'),(1233,'rank_math_google_oauth_tokens','a:3:{s:12:\"access_token\";s:524:\"a7Oa+wU93j4hcvxw/kmAskxtdXZmN3orZGlvSG9qQk9xQTQ1NEdhY2IySHQ3Vk9wcWY0MXhLTEY3Vk5PL09sRnZ1b3l2QjhXZlY0ZXE3ZGxHZjF2enFCTHR3ODBWNUFUemJwNEZWYmlyczhmVWs3UW82THFhY0ZKWWNadk1Zb0had1ZlZEowZWVmU0FKMW9iNmZsZURPbXNITFhDdWRDdlRqOFQ1Skl1RjF1VVFxb3EyUlFzQXE5b2Q2ZDZ1NW5vNGNzTEhxbS92dlgxdjBTcDdHT3huc2hkK3N1bWthRzltTUw5eVNhOG9vak5nZGpsN1hiaS9qMi9IbVh2N01mckVTOUt1dGo3aTNnNW1NaUljemZpZVYvbnovK3FnKzVENENUdXdmY1l2Q2MyWGZuV1lZbXdQaGNEakpNamFxS1p5Z0pjeWRiYW9PcHdienFPaWV0ZEhpemM3akkrakxGS055WUJKSmdLNHVneGMrRGRKcXBXN3QyQ2lFall6NFlqSGVybVFVS3g=\";s:13:\"refresh_token\";s:320:\"lsnFJ0wn1oXKdNzMQVJQg3IvdVB5c1FESWl0V0dnN0pjZ2FjbGpKTHJ5MTd5dnhjZnliTnVIcmE4SU1OU0xaU05zYmZWTGtaTjNiakxwa1l4M0o3VXJkZVRvNUtzSnVnZkZhRHQyejVKQWNTTXZEai9JTVZlUGhsZDVFMDBMNWVRbTA2anZ4SDU2dUJtcWR3OWkyS2JKS2h5TnJoTnh4KzVwM0tvRTU4MS8yOW03b05yWFUwSGlxVDh1a3pPaHBGU256VmV4c00xUXRKRlhmK0QxTktNSURlTDlRWW5tS2R3SUxpd0orQVhjdytqVDQ9\";s:6:\"expire\";s:10:\"1705862240\";}','yes'),(1234,'rank_math_analytics_permissions','a:9:{i:0;s:16:\"adsense.readonly\";i:1;s:14:\"analytics.edit\";i:2;s:19:\"analytics.provision\";i:3;s:18:\"analytics.readonly\";i:4;s:16:\"siteverification\";i:5;s:14:\"userinfo.email\";i:6;s:16:\"userinfo.profile\";i:7;s:10:\"webmasters\";i:8;s:6:\"openid\";}','yes'),(1235,'rank_math_google_analytic_profile','a:3:{s:7:\"country\";s:3:\"all\";s:7:\"profile\";s:33:\"https://redlightinflammation.com/\";s:19:\"enable_index_status\";b:0;}','yes'),(1236,'rank_math_analytics_all_services','a:9:{s:10:\"isVerified\";b:1;s:15:\"inSearchConsole\";b:1;s:10:\"hasSitemap\";b:0;s:12:\"hasAnalytics\";b:1;s:20:\"hasAnalyticsProperty\";b:0;s:7:\"homeUrl\";s:33:\"https://redlightinflammation.com/\";s:5:\"sites\";a:1:{s:33:\"https://redlightinflammation.com/\";s:33:\"https://redlightinflammation.com/\";}s:8:\"accounts\";a:1:{i:299633397;a:2:{s:4:\"name\";s:21:\"Red Light Information\";s:10:\"properties\";a:2:{i:424145654;a:4:{s:4:\"name\";s:21:\"Red Light Information\";s:2:\"id\";s:9:\"424145654\";s:10:\"account_id\";s:9:\"299633397\";s:4:\"type\";s:3:\"GA4\";}i:424212410;a:4:{s:4:\"name\";s:18:\"My WordPress - GA4\";s:2:\"id\";s:9:\"424212410\";s:10:\"account_id\";s:9:\"299633397\";s:4:\"type\";s:3:\"GA4\";}}}}s:15:\"adsenseAccounts\";a:0:{}}','yes'),(1240,'rank_math_google_analytic_options','a:11:{s:10:\"adsense_id\";b:0;s:10:\"account_id\";s:9:\"299633397\";s:11:\"property_id\";s:9:\"424145654\";s:7:\"view_id\";s:10:\"6662094254\";s:14:\"measurement_id\";s:12:\"G-EQ1MJ5P2RS\";s:11:\"stream_name\";s:21:\"Red Light Inflamation\";s:7:\"country\";s:3:\"all\";s:12:\"install_code\";b:0;s:12:\"anonymize_ip\";b:0;s:11:\"local_ga_js\";b:0;s:16:\"exclude_loggedin\";b:0;}','yes'),(1242,'rank_math_is_configured','1','yes'),(1273,'TCM_PluginInstallDate[tracking-code-manager]','1705859916','yes'),(1274,'TCM_PluginUpdateDate[tracking-code-manager]','1705859916','yes'),(1275,'TCM_ShowWhatsNew','0','yes'),(1276,'TCM_PluginFirstInstall','0','yes'),(1277,'TCM_ShowWhatsNewSeenVersion','8','yes'),(1278,'TCM_ShowActivationNotice','0','yes'),(1279,'bsf_analytics_optin','no','no'),(1281,'TCM_Snippet_1','a:36:{s:6:\"active\";s:1:\"1\";s:9:\"trackMode\";i:0;s:9:\"trackPage\";i:0;s:2:\"id\";i:1;s:4:\"name\";s:16:\"Google Analytics\";s:4:\"code\";s:295:\"<!-- Google tag (gtag.js) -->\r\n<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-EQ1MJ5P2RS\"></script>\r\n<script>\r\n window.dataLayer = window.dataLayer || [];\r\n function gtag(){dataLayer.push(arguments);}\r\n gtag(\'js\', new Date());\r\n\r\n gtag(\'config\', \'G-EQ1MJ5P2RS\');\r\n</script>\";s:5:\"order\";s:4:\"1000\";s:8:\"position\";i:0;s:23:\"includeEverywhereActive\";i:1;s:23:\"includeCategoriesActive\";i:0;s:17:\"includeTagsActive\";i:0;s:22:\"exceptCategoriesActive\";i:0;s:16:\"exceptTagsActive\";i:0;s:10:\"deviceType\";a:1:{i:0;s:3:\"all\";}s:30:\"includePostsOfType_page_Active\";i:0;s:23:\"includePostsOfType_page\";a:1:{i:0;s:2:\"-1\";}s:29:\"exceptPostsOfType_page_Active\";i:0;s:30:\"includePostsOfType_post_Active\";i:0;s:23:\"includePostsOfType_post\";a:1:{i:0;s:2:\"-1\";}s:29:\"exceptPostsOfType_post_Active\";i:0;s:11:\"codes_count\";i:2;s:17:\"includeCategories\";a:0:{}s:11:\"includeTags\";a:0:{}s:16:\"exceptCategories\";a:0:{}s:10:\"exceptTags\";a:0:{}s:22:\"exceptPostsOfType_page\";a:0:{}s:22:\"exceptPostsOfType_post\";a:0:{}s:21:\"CTC_10002_ProductsIds\";a:0:{}s:23:\"CTC_10002_CategoriesIds\";a:0:{}s:17:\"CTC_10002_TagsIds\";a:0:{}s:21:\"CTC_10001_ProductsIds\";a:0:{}s:23:\"CTC_10001_CategoriesIds\";a:0:{}s:17:\"CTC_10001_TagsIds\";a:0:{}s:21:\"CTC_10003_ProductsIds\";a:0:{}s:23:\"CTC_10003_CategoriesIds\";a:0:{}s:17:\"CTC_10003_TagsIds\";a:0:{}}','yes'),(1282,'TCM_SnippetList','a:1:{i:0;i:1;}','yes'),(1511,'astra_theme_css_key-astra-addon','65b104eebf8c11-48190339','yes'),(1512,'astra_theme_js_key-dep-astra-addon','a:0:{}','yes'),(1513,'astra_theme_js_key-astra-addon','65b104eebfe872-81465779','yes'),(2143,'auto_core_update_notified','a:4:{s:4:\"type\";s:4:\"fail\";s:5:\"email\";s:15:\"wp@dxpsites.com\";s:7:\"version\";s:5:\"6.9.4\";s:9:\"timestamp\";i:1773688241;}','off'),(2523,'WPLANG','','yes'),(2524,'new_admin_email','wp@dxpsites.com','yes'),(2528,'_transient_googlesitekit_search-console_data_available','1','yes'),(2529,'_transient_googlesitekit_analytics-4_data_available','1','yes'),(2671,'rank_math_review_notice_added','1','no'),(4285,'pa_elements_','a:0:{}','no'),(4286,'pa_edit_','1705679045','no'),(8408,'elementor_controls_usage','a:6:{s:7:\"wp-page\";a:6:{s:7:\"heading\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:5:\"align\";i:1;s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:21:\"_element_custom_width\";i:1;s:14:\"_element_width\";i:1;s:10:\"_flex_size\";i:1;s:8:\"_padding\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:5;s:21:\"space_between_widgets\";i:3;s:16:\"content_position\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:4:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_radius\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:5;}}s:8:\"advanced\";a:3:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:5;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:4;s:6:\"margin\";i:3;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:5;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:2;s:3:\"gap\";i:3;s:16:\"content_position\";i:1;s:6:\"layout\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:13:\"border_radius\";i:1;}s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:4;}s:13:\"uae_particles\";a:2:{s:20:\"uae_enable_particles\";i:1;s:20:\"uae_particles_styles\";i:1;}s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:4;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:4;}}}}s:11:\"search-form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"search_content\";a:2:{s:4:\"skin\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_input_style\";a:11:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:16:\"input_text_color\";i:1;s:18:\"input_border_color\";i:1;s:22:\"input_text_color_focus\";i:1;s:28:\"input_background_color_focus\";i:1;s:24:\"input_border_color_focus\";i:1;s:19:\"button_border_width\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:15:\"_section_border\";a:1:{s:14:\"_border_border\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:14:\"premium-tcloud\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:23:\"display_options_section\";a:1:{s:12:\"words_remove\";i:2;}s:13:\"query_section\";a:1:{s:16:\"filter_tabs_type\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}}}}s:18:\"premium-addon-blog\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:29:\"post_categories_style_section\";a:1:{s:19:\"categories_repeater\";i:1;}s:30:\"premium_blog_box_style_section\";a:1:{s:17:\"box_border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}s:7:\"content\";a:4:{s:24:\"general_settings_section\";a:1:{s:28:\"premium_blog_number_of_posts\";i:1;}s:29:\"premium_blog_general_settings\";a:1:{s:19:\"featured_image_size\";i:1;}s:26:\"premium_blog_posts_options\";a:3:{s:24:\"premium_blog_author_meta\";i:1;s:22:\"premium_blog_date_meta\";i:1;s:26:\"premium_blog_comments_meta\";i:1;}s:30:\"premium_blog_advanced_settings\";a:2:{s:28:\"premium_blog_infinite_scroll\";i:1;s:21:\"premium_blog_cat_tabs\";i:1;}}}}}s:6:\"footer\";a:7:{s:7:\"heading\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:5:\"align\";i:2;s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"align\";i:1;s:5:\"width\";i:1;s:5:\"space\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:15:\"section_effects\";a:3:{s:29:\"motion_fx_motion_fx_scrolling\";i:1;s:27:\"motion_fx_translateX_effect\";i:1;s:26:\"motion_fx_translateX_speed\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:6;s:21:\"space_between_widgets\";i:3;s:16:\"content_position\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:4:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:6;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:6;}}s:5:\"style\";a:1:{s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:6;}}}}s:20:\"eael-creative-button\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:2:{s:20:\"creative_button_text\";i:2;s:24:\"creative_button_link_url\";i:2;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:11:{s:23:\"use_gradient_background\";i:2;s:51:\"eael_creative_button_gradient_background_background\";i:2;s:46:\"eael_creative_button_gradient_background_color\";i:2;s:22:\"creative_button_effect\";i:2;s:42:\"eael_creative_button_typography_typography\";i:2;s:43:\"eael_creative_button_typography_font_family\";i:2;s:43:\"eael_creative_button_typography_font_weight\";i:2;s:46:\"eael_creative_button_typography_letter_spacing\";i:2;s:30:\"eael_creative_button_alignment\";i:2;s:26:\"eael_creative_button_width\";i:2;s:48:\"eael_creative_button_gradient_background_color_b\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:10:\"_flex_size\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:3;s:3:\"gap\";i:3;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:3;}s:13:\"uae_particles\";a:3:{s:20:\"uae_enable_particles\";i:1;s:20:\"uae_particles_styles\";i:1;s:21:\"uae_particles_opacity\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}}}}s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"align\";i:1;s:5:\"width\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";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:3:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;}}}}}s:6:\"widget\";a:1:{s:20:\"eael-creative-button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:2:{s:20:\"creative_button_text\";i:1;s:24:\"creative_button_link_url\";i:1;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:11:{s:23:\"use_gradient_background\";i:1;s:51:\"eael_creative_button_gradient_background_background\";i:1;s:46:\"eael_creative_button_gradient_background_color\";i:1;s:22:\"creative_button_effect\";i:1;s:42:\"eael_creative_button_typography_typography\";i:1;s:43:\"eael_creative_button_typography_font_family\";i:1;s:43:\"eael_creative_button_typography_font_weight\";i:1;s:46:\"eael_creative_button_typography_letter_spacing\";i:1;s:30:\"eael_creative_button_alignment\";i:1;s:26:\"eael_creative_button_width\";i:1;s:48:\"eael_creative_button_gradient_background_color_b\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}}s:11:\"single-post\";a:11:{s:7:\"heading\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:5:\"align\";i:3;s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:5;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:8:\"advanced\";a:4:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:5;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:5;}s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}s:5:\"style\";a:1:{s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:5;}}}}s:6:\"button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:2;s:3:\"gap\";i:3;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:3;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}}}}s:18:\"theme-post-excerpt\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:7:\"excerpt\";i:1;}}}}s:25:\"theme-post-featured-image\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:5:\"width\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:19:\"image_border_radius\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:17:\"table-of-contents\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:2:{s:12:\"header_style\";a:4:{s:28:\"header_typography_typography\";i:1;s:29:\"header_typography_font_family\";i:1;s:27:\"header_typography_font_size\";i:1;s:29:\"header_typography_font_weight\";i:1;}s:10:\"list_style\";a:4:{s:26:\"list_typography_typography\";i:1;s:27:\"list_typography_font_family\";i:1;s:25:\"list_typography_font_size\";i:1;s:27:\"list_typography_font_weight\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:18:\"theme-post-content\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:1:{s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:14:\"eael-post-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:26:\"eael_section_post__filters\";a:2:{s:14:\"posts_per_page\";i:1;s:12:\"category_ids\";i:1;}s:29:\"eael_section_post_list_layout\";a:4:{s:21:\"eael_post_list_topbar\";i:1;s:25:\"eael_post_list_pagination\";i:1;s:28:\"eael_post_list_featured_area\";i:1;s:20:\"eael_post_list_terms\";i:1;}s:34:\"eael_section_post_list_post_layout\";a:4:{s:22:\"eael_post_list_columns\";i:1;s:29:\"eael_post_featured_image_size\";i:1;s:24:\"eael_post_list_post_meta\";i:1;s:23:\"eael_post_list_post_cat\";i:1;}s:23:\"section_post_list_links\";a:1:{s:19:\"title_link_nofollow\";i:1;}}s:5:\"style\";a:4:{s:28:\"eael_section_post_list_style\";a:2:{s:33:\"eael_post_list_container_bg_color\";i:1;s:38:\"eael_post_list_container_border_radius\";i:1;}s:25:\"eael_post_list_typography\";a:18:{s:41:\"eael_post_list_box_shadow_box_shadow_type\";i:1;s:36:\"eael_post_list_box_shadow_box_shadow\";i:1;s:26:\"eael_post_list_title_color\";i:1;s:32:\"eael_post_list_title_hover_color\";i:1;s:42:\"eael_post_list_title_typography_typography\";i:1;s:43:\"eael_post_list_title_typography_font_family\";i:1;s:41:\"eael_post_list_title_typography_font_size\";i:1;s:43:\"eael_post_list_title_typography_font_weight\";i:1;s:46:\"eael_post_list_title_typography_text_transform\";i:1;s:43:\"eael_post_list_title_typography_line_height\";i:1;s:28:\"eael_post_list_excerpt_color\";i:1;s:44:\"eael_post_list_excerpt_typography_typography\";i:1;s:45:\"eael_post_list_excerpt_typography_font_family\";i:1;s:43:\"eael_post_list_excerpt_typography_font_size\";i:1;s:45:\"eael_post_list_excerpt_typography_font_weight\";i:1;s:48:\"eael_post_list_excerpt_typography_text_transform\";i:1;s:45:\"eael_post_list_excerpt_typography_line_height\";i:1;s:28:\"eael_post_list_border_radius\";i:1;}s:22:\"category_style_section\";a:12:{s:30:\"category_typography_typography\";i:1;s:31:\"category_typography_font_family\";i:1;s:29:\"category_typography_font_size\";i:1;s:31:\"category_typography_font_weight\";i:1;s:34:\"category_typography_text_transform\";i:1;s:31:\"category_typography_line_height\";i:1;s:24:\"post_list_category_color\";i:1;s:27:\"post_list_category_bg_color\";i:1;s:30:\"post_list_category_color_hover\";i:1;s:33:\"post_list_category_bg_color_hover\";i:1;s:15:\"category_margin\";i:1;s:16:\"category_padding\";i:1;}s:34:\"eael_post_list_featured_typography\";a:1:{s:43:\"eael_post_list_featured_thumb_border_radius\";i:1;}}s:8:\"advanced\";a:3:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:14:\"premium-tcloud\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"query_section\";a:1:{s:16:\"filter_tabs_type\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:12:\"eael-cta-box\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:33:\"eael_section_cta_content_settings\";a:3:{s:14:\"eael_cta_title\";i:1;s:16:\"eael_cta_content\";i:1;s:17:\"eael_cta_btn_text\";i:1;}}s:5:\"style\";a:1:{s:35:\"eael_section_cta_btn_style_settings\";a:1:{s:26:\"eael_cta_btn_border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}}s:6:\"header\";a:6:{s:15:\"theme-site-logo\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:10:\"_flex_size\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:16:\"eael-simple-menu\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"eael_simple_menu_section_general\";a:1:{s:21:\"eael_simple_menu_menu\";i:1;}s:34:\"eael_simple_menu_section_hamburger\";a:2:{s:27:\"eael_simple_menu_full_width\";i:1;s:48:\"eael_simple_menu_hamburger_disable_selected_menu\";i:1;}}s:5:\"style\";a:5:{s:35:\"eael_simple_menu_section_style_menu\";a:1:{s:27:\"eael_simple_menu_background\";i:1;}s:45:\"eael_simple_menu_section_style_top_level_item\";a:12:{s:32:\"eael_simple_menu_item_background\";i:1;s:43:\"eael_simple_menu_item_indicator_color_hover\";i:1;s:44:\"eael_simple_menu_item_indicator_border_hover\";i:1;s:36:\"eael_simple_menu_item_indicator_size\";i:1;s:38:\"eael_simple_menu_item_background_hover\";i:1;s:29:\"eael_simple_menu_item_padding\";i:1;s:37:\"eael_simple_menu_item_indicator_color\";i:1;s:38:\"eael_simple_menu_item_indicator_border\";i:1;s:39:\"eael_simple_menu_item_background_active\";i:1;s:42:\"eael_simple_menu_item_indicator_background\";i:1;s:44:\"eael_simple_menu_item_indicator_color_active\";i:1;s:45:\"eael_simple_menu_item_indicator_border_active\";i:1;}s:42:\"eael_simple_menu_section_style_mobile_menu\";a:15:{s:47:\"eael_simple_menu_hamburger_top_level_item_color\";i:1;s:52:\"eael_simple_menu_hamburger_top_level_item_background\";i:1;s:53:\"eael_simple_menu_hamburger_top_level_item_color_hover\";i:1;s:50:\"eael_simple_menu_hamburger_top_level_item_bg_hover\";i:1;s:54:\"eael_simple_menu_hamburger_top_level_item_color_active\";i:1;s:46:\"eael_simple_menu_hamburger_dropdown_item_color\";i:1;s:51:\"eael_simple_menu_hamburger_dropdown_item_background\";i:1;s:52:\"eael_simple_menu_hamburger_dropdown_item_color_hover\";i:1;s:31:\"eael_simple_menu_hamburger_size\";i:1;s:48:\"eael_simple_menu_hamburger_dropdown_item_padding\";i:1;s:37:\"eael_simple_menu_hamburger_icon_color\";i:1;s:51:\"eael_simple_menu_hamburger_top_level_item_bg_active\";i:1;s:49:\"eael_simple_menu_hamburger_dropdown_item_bg_hover\";i:1;s:46:\"eael_simple_menu_hamburger_indicator_possition\";i:1;s:34:\"eael_hamburger_menu_item_alignment\";i:1;}s:39:\"eael_simple_menu_section_style_dropdown\";a:5:{s:36:\"eael_simple_menu_dropdown_background\";i:1;s:38:\"eael_simple_menu_dropdown_border_width\";i:1;s:39:\"eael_simple_menu_dropdown_border_radius\";i:1;s:33:\"eael_simple_menu_dropdown_padding\";i:1;s:35:\"eael_simple_menu_dropdown_animation\";i:1;}s:44:\"eael_simple_menu_section_style_dropdown_item\";a:18:{s:41:\"eael_simple_menu_dropdown_item_background\";i:1;s:46:\"eael_simple_menu_dropdown_item_indicator_color\";i:1;s:47:\"eael_simple_menu_dropdown_item_indicator_border\";i:1;s:42:\"eael_simple_menu_dropdown_item_color_hover\";i:1;s:38:\"eael_simple_menu_dropdown_item_padding\";i:1;s:44:\"eael_simple_menu_dropdown_item_divider_color\";i:1;s:52:\"eael_simple_menu_dropdown_item_typography_typography\";i:1;s:53:\"eael_simple_menu_dropdown_item_typography_font_family\";i:1;s:51:\"eael_simple_menu_dropdown_item_typography_font_size\";i:1;s:53:\"eael_simple_menu_dropdown_item_typography_font_weight\";i:1;s:53:\"eael_simple_menu_dropdown_item_typography_line_height\";i:1;s:36:\"eael_simple_menu_dropdown_item_color\";i:1;s:45:\"eael_simple_menu_dropdown_item_indicator_size\";i:1;s:51:\"eael_simple_menu_dropdown_item_indicator_background\";i:1;s:47:\"eael_simple_menu_dropdown_item_background_hover\";i:1;s:52:\"eael_simple_menu_dropdown_item_indicator_color_hover\";i:1;s:57:\"eael_simple_menu_dropdown_item_indicator_background_hover\";i:1;s:53:\"eael_simple_menu_dropdown_item_indicator_border_hover\";i:1;}}s:8:\"advanced\";a:4:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}}}}s:11:\"search-form\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"search_content\";a:3:{s:11:\"placeholder\";i:1;s:4:\"size\";i:1;s:12:\"toggle_align\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_input_style\";a:8:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:16:\"input_text_color\";i:1;s:22:\"input_background_color\";i:1;s:19:\"button_border_width\";i:1;s:13:\"border_radius\";i:1;}s:20:\"section_button_style\";a:4:{s:17:\"button_text_color\";i:1;s:23:\"button_background_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"button_width\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:10:\"_flex_size\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:20:\"eael-creative-button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:2:{s:20:\"creative_button_text\";i:1;s:24:\"creative_button_link_url\";i:1;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:11:{s:23:\"use_gradient_background\";i:1;s:51:\"eael_creative_button_gradient_background_background\";i:1;s:46:\"eael_creative_button_gradient_background_color\";i:1;s:22:\"creative_button_effect\";i:1;s:42:\"eael_creative_button_typography_typography\";i:1;s:43:\"eael_creative_button_typography_font_family\";i:1;s:43:\"eael_creative_button_typography_font_weight\";i:1;s:46:\"eael_creative_button_typography_letter_spacing\";i:1;s:30:\"eael_creative_button_alignment\";i:1;s:26:\"eael_creative_button_width\";i:1;s:48:\"eael_creative_button_gradient_background_color_b\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;s:21:\"_element_width_mobile\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}}s:4:\"page\";a:12:{s:7:\"heading\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:5:\"align\";i:3;s:28:\"text_shadow_text_shadow_type\";i:2;s:23:\"text_shadow_text_shadow\";i:2;s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:4:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";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:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:6;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:6;}}}}s:20:\"eael-creative-button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:3:{s:20:\"creative_button_text\";i:1;s:24:\"creative_button_link_url\";i:1;s:32:\"eael_creative_button_icon_indent\";i:1;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:12:{s:23:\"use_gradient_background\";i:1;s:51:\"eael_creative_button_gradient_background_background\";i:1;s:46:\"eael_creative_button_gradient_background_color\";i:1;s:22:\"creative_button_effect\";i:1;s:42:\"eael_creative_button_typography_typography\";i:1;s:43:\"eael_creative_button_typography_font_family\";i:1;s:43:\"eael_creative_button_typography_font_weight\";i:1;s:46:\"eael_creative_button_typography_letter_spacing\";i:1;s:30:\"eael_creative_button_alignment\";i:1;s:26:\"eael_creative_button_width\";i:1;s:48:\"eael_creative_button_gradient_background_color_b\";i:1;s:41:\"eael_creative_button_typography_font_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:9:\"container\";a:2:{s:5:\"count\";i:15;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:13:\"content_width\";i:8;s:10:\"min_height\";i:1;s:20:\"flex_justify_content\";i:3;s:16:\"flex_align_items\";i:3;s:14:\"flex_direction\";i:7;s:5:\"width\";i:7;s:11:\"boxed_width\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"margin\";i:6;s:7:\"padding\";i:5;s:10:\"_flex_size\";i:7;s:16:\"_flex_align_self\";i:2;s:11:\"_flex_order\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:15;}}}}s:17:\"animated-headline\";a:2:{s:5:\"count\";i:7;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"text_elements\";a:5:{s:6:\"marker\";i:7;s:11:\"before_text\";i:7;s:16:\"highlighted_text\";i:7;s:10:\"after_text\";i:4;s:9:\"alignment\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_style_text\";a:4:{s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:7;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:7;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:18:\"eael-post-carousel\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"eael_section_post__filters\";a:1:{s:14:\"posts_per_page\";i:1;}s:33:\"eael_section_post_timeline_layout\";a:5:{s:10:\"image_size\";i:1;s:26:\"eael_show_read_more_button\";i:1;s:16:\"eael_show_avatar\";i:1;s:16:\"eael_show_author\";i:1;s:14:\"eael_show_date\";i:1;}}s:5:\"style\";a:1:{s:28:\"eael_section_post_grid_style\";a:1:{s:28:\"eael_post_grid_border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:5:\"image\";a:2:{s:5:\"count\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:19:\"image_border_radius\";i:2;s:5:\"width\";i:1;s:5:\"space\";i:1;s:22:\"css_filters_css_filter\";i:1;s:15:\"css_filters_hue\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:2;s:14:\"_element_width\";i:2;s:9:\"_position\";i:2;s:9:\"_offset_x\";i:2;s:9:\"_offset_y\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:4;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:17:\"eael-feature-list\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:42:\"eael_section_feature_list_content_settings\";a:1:{s:17:\"eael_feature_list\";i:1;}}s:5:\"style\";a:3:{s:31:\"eael_section_feature_list_style\";a:1:{s:31:\"eael_feature_list_space_between\";i:1;}s:36:\"eael_section_feature_list_style_icon\";a:2:{s:44:\"eael_feature_list_icon_background_background\";i:1;s:27:\"eael_feature_list_icon_size\";i:1;}s:39:\"eael_section_feature_list_style_content\";a:8:{s:45:\"eael_feature_list_title_typography_typography\";i:1;s:46:\"eael_feature_list_title_typography_font_family\";i:1;s:44:\"eael_feature_list_title_typography_font_size\";i:1;s:46:\"eael_feature_list_title_typography_font_weight\";i:1;s:51:\"eael_feature_list_description_typography_typography\";i:1;s:52:\"eael_feature_list_description_typography_font_family\";i:1;s:50:\"eael_feature_list_description_typography_font_size\";i:1;s:52:\"eael_feature_list_description_typography_font_weight\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:9:\"image-box\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:10:\"image_size\";i:3;s:19:\"image_border_radius\";i:3;}s:21:\"section_style_content\";a:8:{s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}}s:5:\"style\";a:1:{s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:2;}}}}s:18:\"eael-adv-accordion\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:35:\"eael_section_adv-accordion_settings\";a:3:{s:28:\"eael_adv_accordion_title_tag\";i:1;s:27:\"eael_adv_accordion_icon_new\";i:1;s:34:\"eael_adv_accordion_faq_schema_show\";i:1;}s:43:\"eael_section_adv_accordion_content_settings\";a:1:{s:22:\"eael_adv_accordion_tab\";i:1;}}s:5:\"style\";a:3:{s:46:\"eael_section_adv_accordions_tab_style_settings\";a:23:{s:50:\"eael_adv_accordion_tab_title_typography_typography\";i:1;s:51:\"eael_adv_accordion_tab_title_typography_font_family\";i:1;s:49:\"eael_adv_accordion_tab_title_typography_font_size\";i:1;s:51:\"eael_adv_accordion_tab_title_typography_font_weight\";i:1;s:31:\"eael_adv_accordion_tab_distance\";i:1;s:30:\"eael_adv_accordion_tab_padding\";i:1;s:29:\"eael_adv_accordion_tab_margin\";i:1;s:40:\"eael_adv_accordion_tab_bgtype_background\";i:1;s:36:\"eael_adv_accordion_tab_border_border\";i:1;s:35:\"eael_adv_accordion_tab_border_width\";i:1;s:35:\"eael_adv_accordion_tab_border_color\";i:1;s:36:\"eael_adv_accordion_tab_border_radius\";i:1;s:46:\"eael_adv_accordion_tab_bgtype_hover_background\";i:1;s:39:\"eael_adv_accordion_tab_text_color_hover\";i:1;s:47:\"eael_adv_accordion_tab_bgtype_active_background\";i:1;s:42:\"eael_adv_accordion_tab_bgtype_active_color\";i:1;s:40:\"eael_adv_accordion_tab_text_color_active\";i:1;s:40:\"eael_adv_accordion_tab_icon_color_active\";i:1;s:43:\"eael_adv_accordion_tab_border_active_border\";i:1;s:42:\"eael_adv_accordion_tab_border_active_width\";i:1;s:42:\"eael_adv_accordion_tab_border_active_color\";i:1;s:43:\"eael_adv_accordion_tab_border_radius_active\";i:1;s:42:\"eael_adv_accordion_tab_border_radius_hover\";i:1;}s:53:\"eael_section_adv_accordion_tab_content_style_settings\";a:11:{s:39:\"adv_accordion_content_bgtype_background\";i:1;s:34:\"eael_adv_accordion_content_padding\";i:1;s:40:\"eael_adv_accordion_content_border_border\";i:1;s:39:\"eael_adv_accordion_content_border_width\";i:1;s:39:\"eael_adv_accordion_content_border_color\";i:1;s:32:\"adv_accordion_content_text_color\";i:1;s:48:\"eael_adv_accordion_content_typography_typography\";i:1;s:47:\"eael_adv_accordion_content_typography_font_size\";i:1;s:49:\"eael_adv_accordion_content_typography_font_weight\";i:1;s:52:\"eael_adv_accordion_content_typography_text_transform\";i:1;s:49:\"eael_adv_accordion_content_typography_line_height\";i:1;}s:41:\"eael_section_adv_accordion_caret_settings\";a:2:{s:39:\"eael_adv_accordion_tab_toggle_icon_size\";i:1;s:42:\"eael_adv_accordion_tab_toggle_icon_padding\";i:1;}}s:8:\"advanced\";a:4:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:15:\"_section_border\";a:1:{s:14:\"_border_border\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}s:5:\"style\";a:1:{s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:1;}}}}}}','no'),(8409,'elementor_1_elementor_updater_batch_233ecacb25122606c9c5e9778cd7','a:1:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}}','no'),(8443,'_elementor_global_css','a:6:{s:4:\"time\";i:1711040072;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'),(8444,'_elementor_assets_data','a:2:{s:3:\"css\";a:1:{s:7:\"widgets\";a:20:{s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:15:\"theme-site-logo\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.3\";}s:16:\"eael-simple-menu\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:14:\"theme-elements\";a:2:{s:7:\"content\";s:137:\"<link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-theme-elements.min.css\">\";s:7:\"version\";s:6:\"3.18.3\";}s:20:\"eael-creative-button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:17:\"animated-headline\";a:2:{s:7:\"content\";s:140:\"<link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\">\";s:7:\"version\";s:6:\"3.18.3\";}s:18:\"eael-post-carousel\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:17:\"eael-feature-list\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:9:\"image-box\";a:2:{s:7:\"content\";s:1424:\"<style>/*! elementor - v3.23.0 - 05-08-2024 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style>\";s:7:\"version\";s:6:\"3.23.4\";}s:18:\"eael-adv-accordion\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:25:\"theme-post-featured-image\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.3\";}s:17:\"table-of-contents\";a:2:{s:7:\"content\";s:3909:\"<style>/*! elementor-pro - v3.18.0 - 17-01-2024 */\n.elementor-widget-table-of-contents .elementor-toc__header-title{color:var(--header-color)}.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse,.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand{display:none}.elementor-widget-table-of-contents .elementor-widget-container{min-height:var(--box-min-height);border:var(--box-border-width,1px) solid var(--box-border-color,#9da5ae);border-radius:var(--box-border-radius,3px);background-color:var(--box-background-color);transition:min-height .4s;overflow:hidden}.elementor-toc__header{display:flex;align-items:center;justify-content:space-between;padding:var(--box-padding,20px);background-color:var(--header-background-color);border-bottom:var(--separator-width,1px) solid var(--box-border-color,#9da5ae)}.elementor-toc__header-title{font-size:18px;margin:0;color:var(--header-color)}.elementor-toc__toggle-button{cursor:pointer;display:inline-flex}.elementor-toc__toggle-button i{color:var(--toggle-button-color)}.elementor-toc__toggle-button svg{height:1em;width:1em;fill:var(--toggle-button-color)}.elementor-toc__spinner-container{text-align:center}.elementor-toc__spinner{font-size:2em}.elementor-toc__spinner.e-font-icon-svg{height:1em;width:1em}.elementor-toc__body{padding:var(--box-padding,20px);max-height:var(--toc-body-max-height);overflow-y:auto}.elementor-toc__body::-webkit-scrollbar{width:7px}.elementor-toc__body::-webkit-scrollbar-thumb{background-color:#babfc5;border-radius:10px}.elementor-toc__list-wrapper{list-style:none;padding:0}.elementor-toc__list-item{margin-bottom:.5em}.elementor-toc__list-item.elementor-item-active{font-weight:700}.elementor-toc__list-item .elementor-toc__list-wrapper{margin-top:.5em;margin-left:var(--nested-list-indent,1em)}.elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}.elementor-toc__list-item-text-wrapper{display:flex;align-items:center}.elementor-toc__list-item-text-wrapper:before,.elementor-toc__list-item-text-wrapper i{margin-right:8px;color:var(--marker-color)}.elementor-toc__list-item-text-wrapper svg{margin-right:8px;fill:var(--marker-color);height:var(--marker-size,.5em);width:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper i{font-size:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper:before{font-size:var(--marker-size,1em)}.elementor-toc--content-ellipsis .elementor-toc__list-item-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper{display:none}.elementor-toc__heading-anchor{position:absolute}.elementor-toc__body .elementor-toc__list-item-text{color:var(--item-text-color);-webkit-text-decoration:var(--item-text-decoration);text-decoration:var(--item-text-decoration)}.elementor-toc__body .elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}ol.elementor-toc__list-wrapper{counter-reset:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item{counter-increment:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before{content:counters(item,\".\") \". \"}</style>\";s:7:\"version\";s:6:\"3.18.3\";}s:18:\"theme-post-content\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.18.3\";}s:14:\"eael-post-list\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:14:\"premium-tcloud\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:12:\"eael-cta-box\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}s:18:\"premium-addon-blog\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.23.4\";}}}s:3:\"svg\";a:1:{s:9:\"font-icon\";a:9:{s:8:\"fas-bars\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:341:\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\";s:3:\"key\";s:8:\"fas-bars\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-angle-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:320;s:6:\"height\";i:512;s:4:\"path\";s:190:\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\";s:3:\"key\";s:14:\"fas-angle-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"fas-search\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:345:\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\";s:3:\"key\";s:10:\"fas-search\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"fas-leaf\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:374:\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\";s:3:\"key\";s:8:\"fas-leaf\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-hands\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"path\";s:698:\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\";s:3:\"key\";s:9:\"fas-hands\";}s:7:\"version\";s:6:\"5.15.3\";}s:8:\"fas-star\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:256:\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\";s:3:\"key\";s:8:\"fas-star\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-chevron-down\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:279:\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\";s:3:\"key\";s:16:\"fas-chevron-down\";}s:7:\"version\";s:6:\"5.15.3\";}s:14:\"fas-chevron-up\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:284:\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\";s:3:\"key\";s:14:\"fas-chevron-up\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"eicon-loading\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"path\";s:125:\"M500 975V858C696 858 858 696 858 500S696 142 500 142 142 304 142 500H25C25 237 238 25 500 25S975 237 975 500 763 975 500 975Z\";s:3:\"key\";s:13:\"eicon-loading\";}s:7:\"version\";s:6:\"5.13.0\";}}}}','yes'),(9586,'db_upgraded','','on'),(26976,'using_application_passwords','1','off'),(26986,'_site_transient_wp_plugin_dependencies_plugin_data','a:1:{s:9:\"elementor\";a:35:{s:4:\"name\";s:63:\"Elementor Website Builder – More than Just a Page Builder\";s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:6:\"3.23.4\";s:6:\"author\";s:115:\"<a href=\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash\">Elementor.com</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:12:\"contributors\";a:1:{s:8:\"elemntor\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:6:\"avatar\";s:88:\"https://secure.gravatar.com/avatar/5da4d5137e6bbfaac62bc33164a10887?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"Elementor\";}}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.5.5\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:92;s:7:\"ratings\";a:5:{i:5;i:5920;i:4;i:208;i:3;i:99;i:2;i:96;i:1;i:555;}s:11:\"num_ratings\";i:6878;s:11:\"support_url\";s:47:\"https://wordpress.org/support/plugin/elementor/\";s:15:\"support_threads\";i:242;s:24:\"support_threads_resolved\";i:168;s:15:\"active_installs\";i:10000000;s:12:\"last_updated\";s:22:\"2024-08-05 10:50am GMT\";s:5:\"added\";s:10:\"2016-05-30\";s:8:\"homepage\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\";s:8:\"sections\";a:6:{s:11:\"description\";s:24894:\"<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/le72grP_Q6k?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<h4>THE #1 NO CODE DRAG & DROP WORDPRESS WEBSITE BUILDER POWERING OVER 16M WEBSITES WORLDWIDE, NOW WITH AI.</h4>\n<p>Elementor, the leading WordPress website creation platform, empowers you to build professional, pixel-perfect websites seamlessly.</p>\n<p>Revolutionize the way you build websites with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-ai/\" rel=\"nofollow ugc\">Elementor AI</a>, a native AI integration. Create complete sections, original text, code, and images instantly, or reference another website to recreate its layout in your website.</p>\n<p>Unlock all features with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-pro-features/\" rel=\"nofollow ugc\">Elementor Pro</a>.</p>\n<h4>? Create Professional Stunning Websites</h4>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Intuitive Drag & Drop Builder</a></strong>: Build any website with our no-code, drag-and-drop Editor. Achieve design precision with full control over layout and style.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-feature-page/\" rel=\"nofollow ugc\">Pixel-Perfect Design Tools</a></strong>: Upload SVGs, apply masks, gradients, box shadows, headline effects, shape dividers, and use built-in CSS controls for advanced customization.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-library-full-website-kit/\" rel=\"nofollow ugc\">Template Library</a></strong>: Apply complete website kits for instant setups, or choose from a vast library of single pages, blocks, and pop-up templates. Create and export your own templates for reuse.</li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Advanced Widgets</a></strong>: Access over 40 FREE widgets, including heading, image, text editor, video, button, gallery, carousels, and more. Customize and style widgets to fit your design needs perfectly.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-ai/\" rel=\"nofollow ugc\">AI Capabilities</a></strong>: Revolutionize your design and content creation process with native AI integration. Instantly create sections, text, code, and images, or reference layouts from other websites.</li>\n</ul>\n<h4>?️ Key features:</h4>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-global-settings/\" rel=\"nofollow ugc\">Design System</a></strong>: Use Elementor’s Design System for consistent colors, typography, and design elements, ensuring a cohesive, professional look.</li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-responsive-design/\" rel=\"nofollow ugc\">Responsive Design</a></strong>: Optimize your design for any device with custom breakpoints and device-specific adjustments. Ensure a seamless experience for desktop, tablet, and mobile users.</li>\n<li><strong>Mask Shapes</strong>: Turning any element, like an image or video, into whatever shape you desire to create standout designs.</li>\n<li><strong>CSS Transform</strong>: Use CSS Transform to rotate, scale, and skew elements, adding dynamic styling to your site.</li>\n<li><strong>Entrance Animations</strong>: Add entrance animations to elements to create engaging and interactive user experiences.</li>\n<li><strong><a href=\"https://elementor.com/features/#SaveBackup\" rel=\"nofollow ugc\">Revision History</a></strong>: Elementor’s Revision History feature enables users to track and revert to previous versions of their designs, providing peace of mind and flexibility during the creative process.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-developers-developers-website/\" rel=\"nofollow ugc\">Developer-Friendly</a></strong>: Equipped with extensive documentation, API, developer tools, and custom code areas, Elementor offers a conducive environment for developers to extend its capabilities and create custom solutions.</li>\n<li><strong>Floating Buttons</strong>: Enhance user interaction with customizable, floating action buttons that stay in view as users scroll.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-industry-leading-theme-builder/\" rel=\"nofollow ugc\">Theme Builder</a> [Pro]</strong>: Elementor’s robust Theme Builder empowers you to design every part of your website, including headers, footers, single post layouts, and archive pages, providing complete control over the site’s appearance.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-popup-builder/\" rel=\"nofollow ugc\">Popup Builder</a> [Pro]</strong>: Create eye-catching popups with Elementor’s Popup Builder, equipped with advanced targeting and triggering options to optimize user engagement and conversions.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-professional-form-builder-and-submission-log/\" rel=\"nofollow ugc\">Forms</a> [Pro]</strong>: Design and integrate custom forms, utilizing advanced features and integrations to capture and manage submissions effectively.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-woocommerce-builder/\" rel=\"nofollow ugc\">WooCommerce Builder</a> [Pro]</strong>: Integrate Elementor with WooCommerce to design custom product pages, shop layouts, archives, carts, checkout pages, my account, and more, enhancing your store’s visual appeal and functionality.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-dynamic-content/\" rel=\"nofollow ugc\">Dynamic Content</a> [Pro]</strong>: Leverage dynamic content capabilities to create personalized and interactive web experiences by connecting your designs to various data sources.</li>\n<li><strong><a href=\"https://go.elementor.com/features-page-notes/\" rel=\"nofollow ugc\">Notes</a> [Pro]</strong>: Enhance team collaboration by using Elementor’s Notes feature to leave feedback and comments directly on the design interface.</li>\n<li><strong>Custom Code [Pro]</strong>: Insert custom code to extend the functionality of your site, offering flexibility for advanced customizations.</li>\n<li><strong>Custom CSS [Pro]</strong>: Apply Custom CSS to fine-tune the styling of elements, ensuring precise control over the design aspects.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-motion-effects/\" rel=\"nofollow ugc\">Motion Effects</a> [Pro]</strong>: Add advanced motion effects to elements for a more dynamic and engaging user experience.</li>\n<li><strong>Custom Fonts & Icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand’s identity.</li>\n</ul>\n<h4>? Elementor FREE widgets</h4>\n<p>Unlock the potential of Elementor with our comprehensive suite of free widgets and tools, designed to empower your website creation process and elevate your design capabilities:</p>\n<ul>\n<li><strong>Heading</strong>. Add eye-catching headlines.</li>\n<li><strong>Image</strong>. Control the size, opacity and more.</li>\n<li><strong>Text Editor</strong>. Just like the WordPress editor.</li>\n<li><strong>Video</strong>. Add YouTube, Vimeo, Dailymotion or self-hosted videos.</li>\n<li><strong>Button</strong>. Create interactive buttons.</li>\n<li><strong>Link in Bio</strong>. Build link in bio components to promote your business / services.</li>\n<li><strong>Image Box</strong>. A box with image, headline and text.</li>\n<li><strong>Testimonials</strong>. Customer testimonials.</li>\n<li><strong>Icon</strong>. Place one or more of 600+ icons available.</li>\n<li><strong>Icon Box</strong>. An icon, headline, and text with one widget.</li>\n<li><strong>Social Icons</strong>. Link to your social pages with the Facebook/X (formerly Twitter) icons.</li>\n<li><strong>Image Gallery</strong>. Display your images in a grid.</li>\n<li><strong>Image Carousel</strong>. Create rotating carousels or sliders for chosen images.</li>\n<li><strong>Icon List</strong>. Use any icon to create a bullet list.</li>\n<li><strong>Counter</strong>. Show numbers in an escalating manner.</li>\n<li><strong>Progress Bar</strong>. Include an escalating progress bar.</li>\n<li><strong>Nested Tabs</strong>. Display content in vertical or horizontal tabs.</li>\n<li><strong>Nested Accordion</strong>. Display any type of content in collapsible sections.</li>\n<li><strong>Toggle</strong>. Use the Toggle to hide or display content, like FAQ.</li>\n<li><strong>Rating</strong>. Display how many stars (or another icon) other visitors gave.</li>\n<li><strong>Alert</strong>. Include a colored alert box to draw visitor’s attention.</li>\n<li><strong>HTML</strong>. Insert code into the page.</li>\n<li><strong>Shortcode</strong>. Insert shortcodes from any plugin into the page.</li>\n<li><strong>Menu Anchor</strong>. Link any menu to this anchor.</li>\n<li><strong>Read More</strong>. Set the Read More cut-off for the excerpt in archive pages.</li>\n<li><strong>Sidebar</strong>. Add sidebars onto the page.</li>\n<li><strong>Google Maps</strong>. Embed maps into the page.</li>\n<li><strong>SoundCloud</strong>. Add SoundCloud audio bits.</li>\n<li><strong>Divider</strong>. Separate content with a designed divider.</li>\n<li><strong>Spacer</strong>. Add space between elements.</li>\n<li><strong>Text Path</strong>. Attach your text to a path.</li>\n<li><strong>And counting…</strong></li>\n</ul>\n<h4>? Enhance Your Website</h4>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-performance-performance-page/\" rel=\"nofollow ugc\">High-Performing Websites</a></strong>: Website performance impacts your visitor’s experience and search result ranking. Elementor, in partnership with Google Chrome, continuously enhances performance without compromising design.</p>\n<p><strong>Key features include:</strong></p>\n<ul>\n<li><strong>Reduced DOM Output</strong>: Streamlined HTML structure for faster rendering.</li>\n<li><strong>Improved Media File Loading</strong>: Optimized loading of images, videos, and other media assets.</li>\n<li><strong>Reduced CSS and JS Files</strong>: Minimized and concatenated stylesheets and scripts for quicker loading times.</li>\n<li><strong>Lazy Loading</strong>: Deferred loading of non-critical resources to improve initial page load speed.</li>\n<li><strong>Faster Font Loading</strong>: Efficient delivery of web fonts to enhance text rendering speed.</li>\n<li><strong>Optimized Front-End Asset Loading</strong>: Efficient loading of assets like JavaScript and CSS to minimize render-blocking.</li>\n<li><strong>Element Caching</strong>: Cache frequently accessed design elements to reduce server response time and enhance overall performance.</li>\n</ul>\n<p><em><strong>Looking to boost sites performance?</strong> Meet the <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-io/\" rel=\"nofollow ugc\">Image Optimizer plugin</a> by Elementor: an easy-to-use WordPress plugin that effortlessly reduces image sizes without sacrificing quality. Compatible with popular formats like JPEG, PNG, WebP, and GIF, it ensures a visually stunning, high-speed website – <a href=\"https://wordpress.org/plugins/image-optimization/\" rel=\"ugc\">download now</a>!</em></p>\n<h4>? Elementor Pro Features</h4>\n<p>Create unparalleled websites while saving time, money and resources with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Pro</a>’s full website builder. Get access to 100+ professional widgets, features, and tools.</p>\n<p><strong>Pro Design Widgets:</strong></p>\n<ol>\n<li><strong>Posts</strong>: Display your blog posts with customizable layouts and styles.</li>\n<li><strong>Share Buttons</strong>: Allow visitors to easily share your content on various social media platforms.</li>\n<li><strong>Portfolio</strong>: Showcase your work or projects with stunning portfolio layouts.</li>\n<li><strong>Slides</strong>: Create dynamic slideshows with custom animations and transitions.</li>\n<li><strong>Form</strong>: Design and customize advanced forms for user interaction and data collection.</li>\n<li><strong>Login</strong>: Add a login form or user registration module to your website.</li>\n<li><strong>Nav Menu</strong>: Customize and style your website’s navigation menu for better user experience.</li>\n<li><strong>Animated Headline</strong>: Create attention-grabbing headlines with animated effects.</li>\n<li><strong>Price Table</strong>: Display pricing plans or packages in a structured and visually appealing format.</li>\n<li><strong>Price List</strong>: Showcase a list of prices or services with customizable styling options.</li>\n<li><strong>Gallery</strong>: Create beautiful image galleries with various layout options and lightbox support.</li>\n<li><strong>Flip Box</strong>: Add interactive flip animations to highlight content or features.</li>\n<li><strong>Call to Action</strong>: Encourage user interaction and conversions with compelling call-to-action sections.</li>\n<li><strong>Media Carousel</strong>: Showcase a carousel of media files such as images or videos.</li>\n<li><strong>Testimonial Carousel</strong>: Display client testimonials in a carousel format for social proof.</li>\n<li><strong>Nested Carousel</strong>: Create nested carousels for more complex content organization.</li>\n<li><strong>Loop Carousel</strong>: Display content in a looped carousel for continuous viewing.</li>\n<li><strong>Table Of Content</strong>: Generate a table of contents for longer articles or guides to improve navigation.</li>\n<li><strong>Countdown</strong>: Add countdown timers to create urgency for promotions or events.</li>\n<li><strong>Facebook Page</strong>: Embed your Facebook page feed or content onto your website.</li>\n<li><strong>Blockquote</strong>: Highlight quotes or testimonials with stylish formatting options.</li>\n<li><strong>Template</strong>: Save and reuse design templates for consistent branding and layout.</li>\n<li><strong>Reviews</strong>: Showcase customer reviews and ratings to build trust and credibility.</li>\n<li><strong>Facebook Button</strong>: Add buttons to promote interactions with your Facebook page or content.</li>\n<li><strong>Facebook Embed</strong>: Embed Facebook posts or content onto your website.</li>\n<li><strong>Facebook Comments</strong>: Enable Facebook comments on your website’s pages or posts.</li>\n<li><strong>PayPal Button</strong>: Integrate PayPal buttons for easy online payments.</li>\n<li><strong>Stripe Button</strong>: Integrate Stripe payment buttons to facilitate secure online transactions.</li>\n<li><strong>Lottie Widget</strong>: Add Lottie animations to enhance visual appeal and engagement.</li>\n<li><strong>Code Highlight</strong>: Display code snippets with syntax highlighting for better readability.</li>\n<li><strong>Video Playlist</strong>: Create and customize playlists for video content on your website.</li>\n<li><strong>Mega Menu</strong>: Customize advanced menus for better navigation and displaying complex content.</li>\n<li><strong>Off Canvas</strong>: Create off-canvas areas that slide in to show extra info or menus without cluttering the main layout.</li>\n</ol>\n<p><strong>Pro Theme Widgets:</strong><br />\nBuild and customize all the key parts of your website including headers, footers, 404 page, global archives, and more</p>\n<ol>\n<li><strong>Post Title</strong>: Customize the title of individual blog posts or pages.</li>\n<li><strong>Post Excerpt</strong>: Display a brief summary or teaser of your blog posts.</li>\n<li><strong>Post Content</strong>: Customize the main content area of your blog posts or pages.</li>\n<li><strong>Featured Image</strong>: Set and customize featured images for blog posts or pages.</li>\n<li><strong>Author Box</strong>: Display author information and bios on blog posts.</li>\n<li><strong>Post Comments</strong>: Customize the appearance and functionality of comments sections on your website.</li>\n<li><strong>Post Navigation</strong>: Add navigation links to adjacent posts for easy browsing.</li>\n<li><strong>Post Info</strong>: Display additional information about blog posts, such as author and date.</li>\n<li><strong>Site Logo</strong>: Upload and customize your website’s logo for branding purposes.</li>\n<li><strong>Site Title</strong>: Customize the title of your website.</li>\n<li><strong>Page Title</strong>: Customize the title of individual pages.</li>\n<li><strong>Search Bar</strong>: Add a search bar to allow users to search your website’s content.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation.</li>\n<li><strong>Sitemap</strong>: Generate a sitemap for better search engine indexing and user navigation.</li>\n<li><strong>Loop Grid</strong>: Design and customize grid layouts for blog post archives or product listings.</li>\n</ol>\n<p><strong>Pro WooCommerce Widgets:</strong><br />\nDesign and customize a complete online shopping experience across your entire website.</p>\n<ol>\n<li><strong>Product</strong>: Display individual products with customizable layouts and styles.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation within your store.</li>\n<li><strong>Product Title</strong>: Customize the title of individual products.</li>\n<li><strong>Product Images</strong>: Set and customize images for product listings.</li>\n<li><strong>Product Price</strong>: Display the price of individual products.</li>\n<li><strong>Add To Cart</strong>: Add customizable add to cart buttons for easy purchasing.</li>\n<li><strong>Product Rating</strong>: Display ratings and reviews for products.</li>\n<li><strong>Product Stock</strong>: Display stock availability for products.</li>\n<li><strong>Product Meta</strong>: Display additional information about products, such as SKU and categories.</li>\n<li><strong>Product Content</strong>: Customize the main content area of product descriptions.</li>\n<li><strong>Short Description</strong>: Display brief summaries or teasers of products.</li>\n<li><strong>Product Data Tabs</strong>: Organize product information into tabbed sections for better organization.</li>\n<li><strong>Additional Information</strong>: Display additional details about products, such as dimensions and weight.</li>\n<li><strong>Product Related</strong>: Showcase related products to encourage additional purchases.</li>\n<li><strong>Upsells</strong>: Promote upsell products to increase average order value.</li>\n<li><strong>Products</strong>: Display a grid or list of products with customizable settings.</li>\n<li><strong>Custom Add To Cart</strong>: Customize the add to cart button for specific products.</li>\n<li><strong>WooCommerce Pages</strong>: Design and customize WooCommerce-specific pages, such as the cart and checkout pages.</li>\n<li><strong>Product Categories</strong>: Display product categories for easy navigation within your store.</li>\n<li><strong>Menu Cart</strong>: Display a cart icon in your navigation menu for easy access to the shopping cart.</li>\n<li><strong>Cart</strong>: Customize the appearance and functionality of the shopping cart page.</li>\n<li><strong>Checkout</strong>: Customize the appearance and functionality of the checkout page.</li>\n<li><strong>My Account</strong>: Customize the appearance and functionality of the customer account area.</li>\n<li><strong>Purchase Summary</strong>: Display a summary of purchases during the checkout process.</li>\n<li><strong>WooCommerce Notices</strong>: Customize the appearance and functionality of WooCommerce notices, such as order confirmation messages.</li>\n</ol>\n<p>Build professional websites with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Pro</a>!</p>\n<h4>? SECURITY AND COMPLIANCE</h4>\n<p>Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures, and highlight our dedication to adhering to recognized industry standards.</p>\n<p>We encourage ethical security research through our <a href=\"https://go.elementor.com/wp-repo-description-tab-bug-crowd-bug-bounty-program/\" rel=\"nofollow ugc\">Bug Bounty program</a>. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.</p>\n<p>For more information: <a href=\"https://go.elementor.com/trust-center/\" rel=\"nofollow ugc\">Trust Center</a>.</p>\n<h4>♿ Accessibility Best Practices</h4>\n<p>Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.</p>\n<h4>? Translated to 63+ languages, includes RTL support</h4>\n<p>Elementor supports multiple languages, typographies, and RTL, with editor translations in <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">over 63 languages</a>. It’s also compatible with WPML, Polylang, TranslatePress, Weglot, and more. To contribute, add a new language via translate.wordpress.org. See our guide on <a href=\"https://go.elementor.com/wp-repo-description-tab-help-center-translate/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n<h4>⏩ Use of 3rd Party Services</h4>\n<p>To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:</p>\n<ul>\n<li>Google Fonts – are loaded to add additional fonts to your website. Google’s <a href=\"https://policies.google.com/terms\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://policies.google.com/privacy\" rel=\"nofollow ugc\">Privacy Policy</a></li>\n<li>Some Elementor features require loading assets from Elementor.com. These assets are not used for tracking unless explicitly mentioned, requiring your approval and manual opt-in. Learn more in our <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-terms/\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</li>\n</ul>\n<h4>? Join a Global Community</h4>\n<p>Join a global community that helps each other achieve their goals.</p>\n<ul>\n<li><a href=\"https://go.elementor.com/wp-repo-description-tab-facebook-group/\" rel=\"nofollow ugc\">Facebook Community</a> – Over 150K+ members, offering support, advice, feedback, and tutorials.</li>\n<li><a href=\"https://go.elementor.com/wp-repo-description-tab-github-repo/\" rel=\"nofollow ugc\">GitHub Community</a> – Get information about releases, request features, or report a bug.</li>\n<li><a href=\"https://go.elementor.com/wp-repo-description-tab-addons-dozens-of-elementor-addons/\" rel=\"nofollow ugc\">Elementor Addons, Themes, and Kits</a> Themes and Kits – created specifically for Elementor.</li>\n<li>Learn valuable insights and techniques from our <a href=\"https://go.elementor.com/wp-repo-description-tab-youtube-channel/\" rel=\"nofollow ugc\">YouTube Channel</a>.</li>\n<li>Access our <a href=\"https://go.elementor.com/wp-repo-description-tab-academy-elementor-academy/\" rel=\"nofollow ugc\">Academy</a> and <a href=\"https://go.elementor.com/wp-repo-description-tab-help-center-help-center/\" rel=\"nofollow ugc\">Help Center</a> – Find guides, tutorials, and resources to answer your questions and boost creativity.</li>\n<li>Show your support by <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-review/\" rel=\"nofollow ugc\">rating us on WordPress</a>. Your feedback fuels our growth! ?</li>\n<li>If you have questions or need support, visit the <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-forum/\" rel=\"nofollow ugc\">Plugin’s Forum</a>. Elementor Pro users can get 24/7 premium support, or visit <a href=\"https://go.elementor.com/wp-repo-description-tab-homepage-elementor-website-builder/\" rel=\"nofollow ugc\">Elementor Website Builder</a>.</li>\n</ul>\n\";s:12:\"installation\";s:1602:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>WordPress 6.0 or greater</li>\n<li>PHP version 7.4 or greater</li>\n<li>MySQL version 5.0 or greater</li>\n</ul>\n<h4>Recommended Requirements</h4>\n<ul>\n<li>PHP version 8.1 or greater</li>\n<li>MySQL version 5.6 or greater</li>\n<li>WordPress Memory limit of 64 MB or greater (128 MB or higher is preferred)</li>\n</ul>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/9EZ159ryFNs?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe></span></p>\n<h4>Installation</h4>\n<ol>\n<li>Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the <code>wp-content/plugins/</code> directory of your WordPress installation.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n<li>Go to Pages > Add New</li>\n<li>Press the ‘Edit with Elementor’ button.</li>\n<li>Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.</li>\n</ol>\n<p>For documentation and tutorials visit our <a href=\"https://elementor.com/help/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme\" rel=\"nofollow ugc\">Knowledge Base</a>.</p>\n\";s:3:\"faq\";s:4860:\"\n<dt id=\'how%20do%20i%20install%20elementor%3F\'>\nHow do I install Elementor?\n</h4>\n<p>\n<p>To install the free version of Elementor, follow the steps below:<br />\nFrom your WordPress dashboard -> Go to Plugins -> Click on ‘Add new’-> In the Search field, enter Elementor and choose Elementor website builder.<br />\nPress install -> After installation, click Activate.</p>\n</p>\n<dt id=\'does%20elementor%20work%20with%20all%20the%20themes%3F\'>\nDoes Elementor work with all the themes?\n</h4>\n<p>\n<p>Elementor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor’s <a href=\"https://go.elementor.com/wp-repo-description-tab-hello-theme-hello-theme/\" rel=\"nofollow ugc\">Hello Theme</a>, a lightweight blank canvas, to enjoy full flexibility when using Elementor, and optimize your experience.</p>\n</p>\n<dt id=\'is%20elementor%20compatible%20with%20gutenberg%3F\'>\nIs Elementor compatible with Gutenberg?\n</h4>\n<p>\n<p>Elementor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.</p>\n</p>\n<dt id=\'can%20i%20create%20an%20online%20store%3F\'>\nCan I create an online store?\n</h4>\n<p>\n<p>Yes, with the Elementor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.</p>\n</p>\n<dt id=\'does%20it%20work%20with%20other%20wordpress%20plugins%3F\'>\nDoes it work with other WordPress plugins?\n</h4>\n<p>\n<p>It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor.</p>\n</p>\n<dt id=\'do%20i%20need%20to%20know%20how%20to%20code%3F\'>\nDo I need to know how to code?\n</h4>\n<p>\n<p>No! Elementor provides you with all the widgets and features that you need to build a proffesional website without using code.</p>\n</p>\n<dt id=\'do%20i%20need%20to%20know%20how%20to%20design%3F\'>\nDo i need to know how to design?\n</h4>\n<p>\n<p>No, you can choose between professionaly designed kits and templates that fit toevery industry and have all you need to create your own profesional website.</p>\n</p>\n<dt id=\'will%20elementor%20slow%20down%20my%20website%3F\'>\nWill elementor slow down my website?\n</h4>\n<p>\n<p>As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of Elementor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.</p>\n</p>\n<dt id=\'is%20my%20site%20secure%20with%20elementor%3F\'>\nIs my site secure with Elementor?\n</h4>\n<p>\n<p>The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.</p>\n<p>There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.</p>\n</p>\n<dt id=\'can%20i%20buy%20templates%20separately%3F\'>\nCan I buy templates separately?\n</h4>\n<p>\n<p>Of course, you can use any template that supports Elementor.</p>\n</p>\n<dt id=\'is%20elementor%20compatible%20with%20post%20and%20custom%20post%20types%3F\'>\nIs Elementor compatible with Post and Custom Post Types?\n</h4>\n<p>\n<p>Of course! You can set which post types will enable Elementor in the settings page.</p>\n</p>\n<dt id=\'what%20is%20the%20difference%20between%20elementor%27s%20free%20plugin%20and%20elementor%20pro\'>\nWhat is the difference between Elementor’s free Plugin and Elementor Pro\n</h4>\n<p>\n<p>Elementor’s Free version allows you to explore our revolutionary drag & drop live editor, basic widgets and templates. Elementor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.</p>\n</p>\n<dt id=\'how%20can%20i%20become%20a%20contributor\'>\nHow can I become a Contributor\n</h4>\n<p>\n<p>If you want to contribute, go to our <a href=\"https://github.com/elementor/elementor\" rel=\"nofollow ugc\">Elementor GitHub Repository</a> and see where you can help.<br />\nYou can also add a new language via <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">translate.wordpress.org</a>. We’ve built a short guide explaining <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate-faq/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:3494:\"<h4>3.23.4 – 2024-08-05</h4>\n<ul>\n<li>Fix: Links to Elementor Settings are broken in various locations</li>\n</ul>\n<h4>3.23.3 – 2024-07-25</h4>\n<ul>\n<li>Fix: UI fixes to improve user experience</li>\n</ul>\n<h4>3.23.2 – 2024-07-23</h4>\n<ul>\n<li>Security Fix: Improved code security enforcement in link URL</li>\n<li>Fix: Facebook Messenger username is not working on mobile devices in Floating Buttons (<a href=\"https://github.com/elementor/elementor/issues/28103\" rel=\"nofollow ugc\">#28103</a>)</li>\n<li>Fix: RTL issues with Floating Buttons templates</li>\n<li>Fix: WordPress 6.6 does not support certain features</li>\n</ul>\n<h4>3.23.1 – 2024-07-15</h4>\n<ul>\n<li>Fix: Slow loading of WordPress admin and Elementor screens due to AI health check</li>\n</ul>\n<h4>3.23.0 – 2024-07-15</h4>\n<ul>\n<li>New: Elevate engagement with Floating Buttons – Convert visitors into leads, making it easier than ever to start a conversation on any platform</li>\n<li>New: Introducing Link In Bio – allowing you to create a digital business card and share it easily</li>\n<li>New: Generate Featured Image with AI</li>\n<li>New: Generate texts using AI within WordPress</li>\n<li>Tweak: Added support for the <code>overscroll-behavior</code> CSS property to improve scrolling experience</li>\n<li>Tweak: Activated Editor Top Bar feature by default for new sites</li>\n<li>Tweak: Activated Element Caching feature for new sites and promoted to Beta status</li>\n<li>Tweak: Promotes “Lazy Load Backgrounds Images” feature to Stable status</li>\n<li>Tweak: Hide “Default Device View” from User Preferences when the Editor Top Bar is active</li>\n<li>Tweak: Increased the height of the Globals popover to improve usability</li>\n<li>Tweak: Improved Image style presets and added two additional ones in AI Images</li>\n<li>Tweak: Added Excerpt generation option with AI in the editor</li>\n<li>Fix: Performance issues causing lag and slowness while editing Nested Elements (<a href=\"https://github.com/elementor/elementor/issues/24076\" rel=\"nofollow ugc\">#24076</a>)</li>\n<li>Fix: Video autoplay issues in various scenarios (props <a href=\"https://github.com/JxxIT\" rel=\"nofollow ugc\">@JxxIT</a>, <a href=\"https://github.com/elementor/elementor/issues/24324\" rel=\"nofollow ugc\">#24324</a>, <a href=\"https://github.com/elementor/elementor/issues/14437\" rel=\"nofollow ugc\">#14437</a>, <a href=\"https://github.com/elementor/elementor/issues/7964\" rel=\"nofollow ugc\">#7964</a>)</li>\n<li>Fix: Writing permissions issues related to WordPress root directory (<a href=\"https://github.com/elementor/elementor/issues/21036\" rel=\"nofollow ugc\">#21036</a>, <a href=\"https://github.com/elementor/elementor/issues/17255\" rel=\"nofollow ugc\">#17255</a>)</li>\n<li>Fix: Restored deprecated Google fonts that were deprecated in the previous update (<a href=\"https://github.com/elementor/elementor/issues/27701\" rel=\"nofollow ugc\">#27701</a>)</li>\n<li>Fix: Vimeo link structure with privacy hash is not working correctly with dynamic link action using the lightbox</li>\n<li>Fix: Validate prompt and canvas changes to allow generation in AI image edit generative fill</li>\n<li>Fix: Elementor Core versions are being incorrectly added to Elementor Pro versions’ history</li>\n<li>Fix: AI Connect not launching when the user doesn’t have prior connect data</li>\n</ul>\n<p><a href=\"https://go.elementor.com/full-changelog/\" rel=\"nofollow ugc\">See changelog for all versions.</a></p>\n\";s:11:\"screenshots\";s:3148:\"<ol><li><a href=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\" alt=\"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\"></a><p><strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\" alt=\"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\"></a><p><strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\" alt=\"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.\"></a><p><strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\" alt=\"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\"></a><p><strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\" alt=\"<strong>Nested Elements</strong> Leverage Elementor's Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\"></a><p><strong>Nested Elements</strong> Leverage Elementor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\" alt=\"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.\"></a><p><strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.</p></li></ol>\";s:7:\"reviews\";s:18261:\"<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Love Elementor</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/andybarn56/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/05d23b88f4adc8af202f470bb014adba?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/05d23b88f4adc8af202f470bb014adba?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/andybarn56/\" class=\"reviewer-name\">andybarn56</a> on <span class=\"review-date\">August 9, 2024</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>I started using Elementor back in 2019 when I was evaluating different Page Builders. I am so delighted I chose Elementor as it has gone from strength to strength and continues to evolve and add new features and functionality. I upgraded to the Pro version and just love this plugin!!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">ELEMENTOR CUSTOMER SERVICE SUCKS!!!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/ga403b/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ace0d9dcb69446d85cd5ff6d4ea5eb58?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/ace0d9dcb69446d85cd5ff6d4ea5eb58?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/ga403b/\" class=\"reviewer-name\">ga403b</a> on <span class=\"review-date\">August 8, 2024</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Purchased an image optimizer plan which was basically implied that it was needed, to operate with the standard Elementor plugin which we already pay for. We use this to design our Wordpress website which the Elementor Plugin is very buggy in that regard. The FREE image optimizer offers up to 5,000 images to be optimized which we have. The plugin stated we had exceeded our quota, so we elected to upgrade for a 5,000+ photo plan for $50. Plugin wouldn\'t work and still stated we were over quota. Something seemed skechy, but okay. We went ahead and purchased the next package which is the 20,000 photo plan for another $50. Again, wouldn\'t work. Contacted technical support after going round and round with their Auto BOT for about 10 minutes. Guess it just wanted to refuse me in speaking with someone? Think that was intentional but moving forward…finally spoke to someone and they said they would take a look and to download their \"Temporary Login\" plugin. Did that, granted them access, and they said they couldn\'t get into our site and to reset it and then grant access again. Did that and they still couldn\'t get in. At this time we\'ve got about an hour invested in this crap show and said just cancel our subscription plan and provide a refund. All of our images are already optimized using the WebP extension. \"Oh, we\'re sorry but our products are non-refundable!\" Okay, I\'ll call my bank to dispute the charges for a product that failed to work for me and I\'ll go ahead and also leave you 1-star reviews everywhere I can, to advise others of your shady business practice. That threat didn\'t seem to change their tune so here I am. REVIEW LEFT AND FUNDS ARE NOW BACK IN MY ACCOUNT AFTER CALLING MY FINANCIAL INSTITUTION AND TELLING THEM OF THEIR BUSINESS PRACTICES!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>SHAME ON YOU! You can do better!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Elementor is now a bloated disaster</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/dividendninja/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/b1c134a84aceffa2d11f604b905f4f22?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/b1c134a84aceffa2d11f604b905f4f22?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/dividendninja/\" class=\"reviewer-name\">Avrom <small>(dividendninja)</small></a> on <span class=\"review-date\">August 6, 2024</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor used to be great, even the free version. It was our favorite page builder. Now it is a bloated disaster with changes that have made it become worse and worse - to the point of being unusable. First was the Pepto Bismol pink UI elements (my least favorite color). Thanx for that. Secondly, you removed inner-sections which is what made Elementor so easy to use. Your new Grid and Flex-Box have no bearing on website reality, and make life incredibly difficult for designers and developers of all abilities. I can\'t even layout anything in this editor anymore - what a complete mess!!<br /><br />Remember, the whole idea of a page builder is to make things easy for people to use - not more complicated as you have done!! Moving forward, we will not use Elementor on any new sites and will look at other alternatives - even Gutenberg if we have to. And will consider recoding our own sites to move them off Elementor as we can. </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">elementor现在有点太大了,不好</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/mu12zi/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/44dd1cc720190c698a939fa3de67d662?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/44dd1cc720190c698a939fa3de67d662?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/mu12zi/\" class=\"reviewer-name\">mu12zi</a> on <span class=\"review-date\">August 6, 2024</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>希望可以更轻快,更全面,更简单,现在代码需要优化</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Does what we need and more</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/apatonsmith/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e7efbdeffcf360ab8c876b8887701ea3?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/e7efbdeffcf360ab8c876b8887701ea3?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/apatonsmith/\" class=\"reviewer-name\">apatonsmith</a> on <span class=\"review-date\">August 4, 2024</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Exactly what we need and more - highly recommended</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Fix Performanse pages</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/sceko/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/986a4972d8b2c70da1915f9fc806acbf?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/986a4972d8b2c70da1915f9fc806acbf?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/sceko/\" class=\"reviewer-name\">Sceko</a> on <span class=\"review-date\">August 4, 2024</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Correct on the page wp-admin/admin.php?page=elementor-settings#tab-performance<br />You made everything a link, but you forgot to add </a></p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">the best</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/sidata/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f86ef8625450f517970be87f2bccd1ec?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/f86ef8625450f517970be87f2bccd1ec?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/sidata/\" class=\"reviewer-name\">SIDATA <small>(sidata)</small></a> on <span class=\"review-date\">August 1, 2024</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>I like Elementor; it\'s the best on the market. One major wish would be to improve its speed and reduce the code a bit.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Marvelous</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/wesqom/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/55f81f37bccb897b37e30a93835c27b6?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/55f81f37bccb897b37e30a93835c27b6?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/wesqom/\" class=\"reviewer-name\">wesqom</a> on <span class=\"review-date\">July 30, 2024</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Very flexible</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Terrible support, buggy install and UI</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/dmed/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/9bed78a3997322fa843ac714acc78588?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/9bed78a3997322fa843ac714acc78588?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/dmed/\" class=\"reviewer-name\">Dmed <small>(dmed)</small></a> on <span class=\"review-date\">July 29, 2024</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Paid customer and they can barely provide support. Chat disconnects and you have to go through a virtual assistant dozens of times and then can\'t reconnect to the same issue. They don\'t even have options to track ticket numbers. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Had issues with the account connection and thought it was a license issue. Since we couldn\'t reach support, we upgraded thinking it would solve the problem because we had dev/stg sites and it turns out we did not need to. They won\'t refund the upgrade cost or provide a credit for the cost. Now we are stuck on a higher cost plan or issuing a chargeback or losing the upgrade cost. Ridiculous! </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is all due to a support issue they created by not connecting the paid account correctly and providing clear instructions on what was causing the issue. The upgrade path needs to be very clear and Elementor fails horrendously. Would not recommend Elementor at this point. Get Beaver Builder, Divi or use the WP Block Editor. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Just do a search for \"Elementor support nightmare\" and you\'ll find a load of unhappy customers. Sad really...</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n <div class=\"review-head\">\n <div class=\"reviewer-info\">\n <div class=\"review-title-section\">\n <h4 class=\"review-title\">Amazing Page Builder!</h4>\n <div class=\"star-rating\">\n <div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div> </div>\n </div>\n <p class=\"reviewer\">\n By <a href=\"https://profiles.wordpress.org/gerald2023/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4b759943ea6327ec783c599cb8284df4?s=16&d=monsterid&r=g\' srcset=\'https://secure.gravatar.com/avatar/4b759943ea6327ec783c599cb8284df4?s=32&d=monsterid&r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/gerald2023/\" class=\"reviewer-name\">gerald2023</a> on <span class=\"review-date\">July 29, 2024</span> </p>\n </div>\n </div>\n <div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor is a game changer! It has made designing websites so much easier and faster. The live editing feature is fantastic because you can see changes in real-time. The pro version is worth every penny with its advanced features like the theme builder and WooCommerce integration. Whether you\'re a beginner or a pro, Elementor is the tool you need.</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:145:\"The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now!\";s:13:\"download_link\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\";s:7:\"caption\";s:144:\"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\";}i:2;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\";s:7:\"caption\";s:185:\"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\";}i:3;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\";s:7:\"caption\";s:170:\"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.\";}i:4;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\";s:7:\"caption\";s:193:\"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\";}i:5;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\";s:7:\"caption\";s:190:\"<strong>Nested Elements</strong> Leverage Elementor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\";}i:6;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\";s:7:\"caption\";s:127:\"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.\";}}s:4:\"tags\";a:5:{s:13:\"drag-and-drop\";s:13:\"drag-and-drop\";s:6:\"editor\";s:6:\"editor\";s:9:\"elementor\";s:9:\"elementor\";s:12:\"landing-page\";s:12:\"landing page\";s:12:\"page-builder\";s:12:\"page builder\";}s:8:\"versions\";a:250:{s:5:\"3.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip\";s:5:\"3.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip\";s:6:\"3.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip\";s:6:\"3.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip\";s:6:\"3.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip\";s:6:\"3.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip\";s:6:\"3.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip\";s:6:\"3.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip\";s:6:\"3.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip\";s:5:\"3.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip\";s:5:\"3.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip\";s:5:\"3.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip\";s:5:\"3.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip\";s:5:\"3.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip\";s:5:\"3.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip\";s:5:\"3.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip\";s:7:\"3.0.8.1\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip\";s:5:\"3.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip\";s:5:\"3.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:11:\"3.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip\";s:11:\"3.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip\";s:11:\"3.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip\";s:11:\"3.1.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip\";s:10:\"3.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip\";s:10:\"3.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip\";s:10:\"3.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip\";s:5:\"3.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip\";s:5:\"3.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip\";s:5:\"3.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip\";s:5:\"3.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:6:\"3.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip\";s:11:\"3.10.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip\";s:6:\"3.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip\";s:6:\"3.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:6:\"3.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip\";s:12:\"3.11.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip\";s:12:\"3.11.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip\";s:12:\"3.11.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip\";s:11:\"3.11.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip\";s:11:\"3.11.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip\";s:11:\"3.11.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip\";s:6:\"3.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip\";s:6:\"3.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip\";s:6:\"3.11.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip\";s:6:\"3.11.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip\";s:6:\"3.11.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip\";s:6:\"3.12.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip\";s:6:\"3.12.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:6:\"3.12.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip\";s:6:\"3.13.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip\";s:12:\"3.13.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip\";s:12:\"3.13.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip\";s:12:\"3.13.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip\";s:11:\"3.13.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip\";s:11:\"3.13.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip\";s:6:\"3.13.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip\";s:6:\"3.13.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip\";s:6:\"3.13.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip\";s:6:\"3.13.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip\";s:6:\"3.14.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip\";s:12:\"3.14.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip\";s:12:\"3.14.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip\";s:12:\"3.14.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip\";s:12:\"3.14.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip\";s:12:\"3.14.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip\";s:6:\"3.14.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:6:\"3.15.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip\";s:6:\"3.15.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip\";s:6:\"3.15.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip\";s:6:\"3.15.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip\";s:6:\"3.16.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip\";s:12:\"3.16.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip\";s:12:\"3.16.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip\";s:11:\"3.16.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip\";s:11:\"3.16.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip\";s:6:\"3.16.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip\";s:6:\"3.16.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip\";s:6:\"3.16.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip\";s:6:\"3.16.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip\";s:6:\"3.16.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip\";s:6:\"3.16.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip\";s:6:\"3.17.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip\";s:11:\"3.17.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip\";s:11:\"3.17.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip\";s:11:\"3.17.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip\";s:6:\"3.17.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip\";s:6:\"3.17.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip\";s:6:\"3.17.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip\";s:6:\"3.18.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip\";s:12:\"3.18.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip\";s:12:\"3.18.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip\";s:12:\"3.18.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip\";s:12:\"3.18.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip\";s:11:\"3.18.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip\";s:6:\"3.18.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip\";s:6:\"3.18.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip\";s:6:\"3.18.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip\";s:6:\"3.19.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip\";s:12:\"3.19.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip\";s:12:\"3.19.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip\";s:12:\"3.19.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip\";s:12:\"3.19.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip\";s:12:\"3.19.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip\";s:12:\"3.19.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip\";s:11:\"3.19.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip\";s:11:\"3.19.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip\";s:11:\"3.19.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip\";s:11:\"3.19.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip\";s:11:\"3.19.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip\";s:11:\"3.19.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip\";s:6:\"3.19.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip\";s:6:\"3.19.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip\";s:6:\"3.19.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip\";s:6:\"3.19.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip\";s:5:\"3.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip\";s:5:\"3.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip\";s:5:\"3.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip\";s:5:\"3.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip\";s:5:\"3.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip\";s:5:\"3.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip\";s:6:\"3.20.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip\";s:12:\"3.20.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip\";s:12:\"3.20.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip\";s:12:\"3.20.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip\";s:12:\"3.20.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip\";s:11:\"3.20.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip\";s:11:\"3.20.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip\";s:11:\"3.20.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip\";s:11:\"3.20.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip\";s:6:\"3.20.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip\";s:6:\"3.20.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip\";s:6:\"3.20.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip\";s:6:\"3.20.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip\";s:6:\"3.21.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip\";s:12:\"3.21.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip\";s:12:\"3.21.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip\";s:12:\"3.21.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip\";s:11:\"3.21.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip\";s:11:\"3.21.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip\";s:11:\"3.21.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip\";s:6:\"3.21.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip\";s:6:\"3.21.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip\";s:6:\"3.21.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip\";s:6:\"3.21.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip\";s:6:\"3.21.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip\";s:6:\"3.21.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip\";s:6:\"3.21.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip\";s:6:\"3.21.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip\";s:6:\"3.22.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.0.zip\";s:12:\"3.22.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip\";s:12:\"3.22.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip\";s:12:\"3.22.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip\";s:12:\"3.22.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta4.zip\";s:12:\"3.22.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta5.zip\";s:12:\"3.22.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta6.zip\";s:11:\"3.22.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip\";s:11:\"3.22.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip\";s:11:\"3.22.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip\";s:11:\"3.22.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev4.zip\";s:11:\"3.22.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev5.zip\";s:11:\"3.22.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev6.zip\";s:6:\"3.22.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.1.zip\";s:6:\"3.22.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip\";s:6:\"3.22.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.3.zip\";s:6:\"3.23.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.0.zip\";s:12:\"3.23.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta1.zip\";s:12:\"3.23.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta2.zip\";s:12:\"3.23.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta3.zip\";s:12:\"3.23.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta4.zip\";s:12:\"3.23.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta5.zip\";s:12:\"3.23.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta6.zip\";s:11:\"3.23.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev1.zip\";s:11:\"3.23.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev2.zip\";s:11:\"3.23.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev3.zip\";s:11:\"3.23.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev4.zip\";s:11:\"3.23.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev5.zip\";s:11:\"3.23.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev6.zip\";s:6:\"3.23.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.1.zip\";s:6:\"3.23.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.2.zip\";s:6:\"3.23.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.3.zip\";s:6:\"3.23.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip\";s:5:\"3.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip\";s:5:\"3.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip\";s:5:\"3.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip\";s:10:\"3.4.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip\";s:10:\"3.4.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip\";s:10:\"3.4.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip\";s:5:\"3.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip\";s:5:\"3.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip\";s:5:\"3.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip\";s:5:\"3.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip\";s:5:\"3.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip\";s:5:\"3.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip\";s:5:\"3.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip\";s:5:\"3.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip\";s:5:\"3.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip\";s:11:\"3.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip\";s:11:\"3.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip\";s:11:\"3.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip\";s:11:\"3.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip\";s:11:\"3.5.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip\";s:11:\"3.5.0-beta7\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip\";s:11:\"3.5.0-beta8\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip\";s:10:\"3.5.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip\";s:10:\"3.5.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip\";s:5:\"3.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip\";s:5:\"3.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip\";s:5:\"3.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip\";s:5:\"3.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip\";s:5:\"3.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip\";s:5:\"3.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip\";s:5:\"3.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:11:\"3.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip\";s:11:\"3.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip\";s:11:\"3.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip\";s:11:\"3.6.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip\";s:11:\"3.6.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip\";s:10:\"3.6.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip\";s:11:\"3.6.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip\";s:5:\"3.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip\";s:5:\"3.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip\";s:5:\"3.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip\";s:5:\"3.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip\";s:5:\"3.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip\";s:5:\"3.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip\";s:5:\"3.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip\";s:5:\"3.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip\";s:5:\"3.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip\";s:11:\"3.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip\";s:11:\"3.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip\";s:11:\"3.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip\";s:11:\"3.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip\";s:10:\"3.7.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip\";s:5:\"3.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip\";s:5:\"3.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip\";s:5:\"3.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip\";s:5:\"3.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip\";s:5:\"3.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip\";s:5:\"3.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip\";s:5:\"3.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip\";s:5:\"3.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip\";s:5:\"3.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip\";s:11:\"3.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip\";s:11:\"3.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip\";s:11:\"3.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip\";s:5:\"3.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"3.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip\";s:5:\"3.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip\";s:5:\"3.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip\";s:5:\"trunk\";s:52:\"https://downloads.wordpress.org/plugin/elementor.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:94:\"https://elementor.com/support/?utm_source=wp-repo&utm_medium=link&utm_campaign=premium-support\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.gif?rev=3128648\";s:4:\"high\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.gif?rev=3128648\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:63:\"Elementor Website Builder – More than Just a Page Builder\";}}','off'),(26991,'fm_key','WUZ9OEDSgFdv2QMx6Y1PmikCw','auto'),(27005,'hfcm_activation_date','1755158873','auto'),(27006,'hfcm_db_version','1.6','auto'),(45072,'eael_show_reset_password_on_form_submit_224','1','off'),(47994,'eael_show_reset_password_on_form_submit_140','1','off'),(48998,'eael_show_reset_password_on_form_submit_252','1','off'),(49398,'elementor_checklist','{\"last_opened_timestamp\":-1,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"editor_visit_count\":0,\"should_open_in_editor\":false}','auto'),(49582,'eael_show_reset_password_on_form_submit_834','1','off'),(50819,'eael_show_reset_password_on_form_submit_599','1','off'),(51307,'eael_show_reset_password_on_form_submit_782','1','off'),(51470,'eael_show_reset_password_on_form_submit_397','1','off'),(52429,'eael_show_reset_password_on_form_submit_395','1','off'),(52983,'eael_show_reset_password_on_form_submit_219','1','off'),(53926,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"1bae1b873545bcbb46e93c15b9874ac6\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:0:\"\";s:18:\"core/term-template\";s:0:\"\";s:12:\"core/columns\";s:0:\"\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),(54868,'eael_show_reset_password_on_form_submit_714','1','off'),(54872,'eael_show_reset_password_on_form_submit_168','1','off'),(56720,'eael_show_reset_password_on_form_submit_553','1','off'),(56721,'eael_show_reset_password_on_form_submit_297','1','off'),(60150,'eael_show_reset_password_on_form_submit_130','1','off'),(60179,'eael_show_reset_password_on_form_submit_288','1','off'),(60181,'eael_show_reset_password_on_form_submit_231','1','off'),(62316,'eael_show_reset_password_on_form_submit_964','1','off'),(62320,'eael_show_reset_password_on_form_submit_438','1','off'),(64109,'eael_show_reset_password_on_form_submit_107','1','off'),(64113,'eael_show_reset_password_on_form_submit_532','1','off'),(65699,'eael_show_reset_password_on_form_submit_578','1','off'),(65700,'eael_show_reset_password_on_form_submit_157','1','off'),(67167,'eael_show_reset_password_on_form_submit_561','1','off'),(67334,'eael_show_reset_password_on_form_submit_227','1','off'),(67337,'eael_show_reset_password_on_form_submit_586','1','off'),(69436,'eael_show_reset_password_on_form_submit_409','1','off'),(69440,'eael_show_reset_password_on_form_submit_115','1','off'); INSERT INTO `wp_options` VALUES (71060,'elementor_pro_remote_info_api_data_3.18.3','a:2:{s:7:\"timeout\";i:1736891956;s:5:\"value\";s:235148:\"{\"stable_version\":\"3.26.3\",\"last_updated\":\"2025-01-07 13:04:40\",\"sections\":\"a:2:{s:11:\\\"description\\\";s:161:\\\"Elementor Pro adds new features to the Elementor Page Builder plugin. Control your conversions, your user engagement, your entire website, from one page builder.\\\";s:9:\\\"changelog\\\";s:219698:\\\"<h2>Elementor Pro - by Elementor.com<\\/h2>\\n<h4>3.26.3 - 2025-01-07<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Search widget<\\/li>\\n<li>Fix: Height issues cause slideshow thumbnails to display incorrectly in Media Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29663\\\">#29663<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.2 - 2024-12-22<\\/h4>\\n<ul>\\n<li>Fix: Menu items are not clickable in various scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29191\\\">#29191<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.26.1 - 2024-12-17<\\/h4>\\n<ul>\\n<li>Fix: Restore deprecated <code>Plugin::enqueue_styles()<\\/code> function to avoid errors with 3rd party plugins<\\/li>\\n<\\/ul>\\n<h4>3.26.0 - 2024-12-16<\\/h4>\\n<ul>\\n<li>New: Introducing dynamic content support for Off-canvas in Loop Grid widget templates - enabling seamless display of additional content dynamically (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29049\\\">#29049<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28935\\\">#28935<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7106\\\">#7106<\\/a>)<\\/li>\\n<li>New: AdBlock Detection trigger for Popups - display targeted popups for visitors using ad blockers<\\/li>\\n<li>New: Added Reload Page link action for Dynamic Tags<\\/li>\\n<li>Tweak: Added "Space Between Dots" control to Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2526\\\">#2526<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3277\\\">#3277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21697\\\">#21697<\\/a>)<\\/li>\\n<li>Tweak: Replaced hidden <code>elementor-screen-only<\\/code> div with <code>aria-label<\\/code> attributes<\\/li>\\n<li>Tweak: Removed <code>elementor-widget-container<\\/code> div from Elementor widgets as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Optimize popup styling by loading it only when necessary<\\/li>\\n<li>Tweak: Updated Gap between slides control to support only PX units in Carousel widget<\\/li>\\n<li>Tweak: Removed the dependency between the Tabs handler and the Menu handler<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> in Carousel widgets<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=carousel<\\/code> to carousel wrapper<\\/li>\\n<li>Tweak: Added <code>aria-roledescription=slide<\\/code> to slide wrapper<\\/li>\\n<li>Tweak: Optimized carousel widgets markup as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Updated minimum required Safari version to 15.5<\\/li>\\n<li>Tweak: Facebook widgets are no longer supported on mobile due to Facebook functionality changes<\\/li>\\n<li>Fix: Motion Effects sticky feature is not working when Scroll Snap is enabled<\\/li>\\n<li>Fix: Custom Image Resolution option is not working in Gallery widget<\\/li>\\n<li>Fix: \'Reading Settings\' unexpectedly reduces the number of posts displayed when using the Archive with Pagination setting<\\/li>\\n<li>Fix: Step Form does not scroll to the top when the first field is not an input field in Form widget<\\/li>\\n<li>Fix: Display Condition feature is available without an active Elementor license in Floating Elements<\\/li>\\n<li>Fix: Background options of Flip Box in Loop Grid widget are not working when images are added using ACF Dynamic Tags<\\/li>\\n<li>Fix: Dropdown icon in the Select field of the Form widget is cut off when the Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Incompatibility between Form widget and WPML when using Nested Elements<\\/li>\\n<li>Fix: Performance issues when changing the title name in the Menu widget<\\/li>\\n<li>Fix: Warnings appear when Element Caching is set to Inactive in Carousel widgets<\\/li>\\n<li>Fix: Swiper styling missing from Lightbox inside Gallery widgets<\\/li>\\n<\\/ul>\\n<h4>3.25.5 - 2024-12-10<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: Accessible navigation in popups caused unintended scrolling of the page when triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29175\\\">#29175<\\/a>)<\\/li>\\n<li>Fix: Popup overlay shown for non-logged users even when disabled<\\/li>\\n<\\/ul>\\n<h4>3.25.4 - 2024-11-20<\\/h4>\\n<ul>\\n<li>Tweak: Improved Global Widget loading method to enhance performance<\\/li>\\n<\\/ul>\\n<h4>3.25.3 - 2024-11-13<\\/h4>\\n<ul>\\n<li>Fix: Nested Elements are activated even when the Container experiment is inactive<\\/li>\\n<\\/ul>\\n<h4>3.25.2 - 2024-11-03<\\/h4>\\n<ul>\\n<li>Fix: Styling issues affecting popup layout when using a Dynamic Tag to open the popup<\\/li>\\n<li>Fix: Image captions are not displaying for non-logged-in users in Media Carousel widget<\\/li>\\n<li>Fix: Custom Add to Cart widget with Quantity enabled causes critical error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/29159\\\">#29159<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.25.1 - 2024-10-31<\\/h4>\\n<ul>\\n<li>Fix: Multiple Custom Add to Cart widgets on the same page are adding the same product<\\/li>\\n<\\/ul>\\n<h4>3.25.0 - 2024-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added pagination functionality to the Live Results in Search widget<\\/li>\\n<li>Tweak: Added Anchor Offset control to allow precise positioning when scrolling to anchor links on the page<\\/li>\\n<li>Tweak: Load motion effects styles only when they are in use<\\/li>\\n<li>Tweak: Load sticky styles only when they are in use<\\/li>\\n<li>Tweak: Load popup styles only when they are in use<\\/li>\\n<li>Tweak: Load theme builder styles only when they are in use<\\/li>\\n<li>Tweak: Load transition styles for Call to Action and Gallery widgets only when they are in use<\\/li>\\n<li>Tweak: Load styles for Form widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for WooCommerce widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Theme Elements widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Carousel widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Pricing widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Floating Elements separately to enhance performance<\\/li>\\n<li>Tweak: Load styles for Link in Bio widgets separately to enhance performance<\\/li>\\n<li>Tweak: Load minified CSS in the Loop Builder\'s Call to Action button in the Editor<\\/li>\\n<li>Tweak: Removed "Payments" module styles<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Payapl widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Removed <code>elementor-button-wrapper<\\/code> div from Stripe widget as part of the Optimized Markup experiment<\\/li>\\n<li>Tweak: Merged "Form Submissions" feature into the version and moved it to the Advanced tab<\\/li>\\n<li>Tweak: Merged "Display Conditions" into the version<\\/li>\\n<li>Fix: Missing translation string for the empty message in the Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27580\\\">#27580<\\/a>)<\\/li>\\n<li>Fix: Local Storage and Session Storage were being used even when popups were not in use (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7151\\\">#7151<\\/a>)<\\/li>\\n<li>Fix: Masonry layout is not working when pagination is set to "Load More" or "Infinite Scroll" in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23684\\\">#23684<\\/a>)<\\/li>\\n<li>Fix: Extra gap between widgets on the frontend when using Off-canvas widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27706\\\">#27706<\\/a>)<\\/li>\\n<li>Fix: Pagination and custom queries did not work when the Posts Widget was saved as a Global Widget or used via shortcode<\\/li>\\n<li>Fix: Lightbox videos are missing controls and displayed at the wrong size in Media Carousel widget<\\/li>\\n<li>Fix: Pagination options with Individual Pagination not working as expected in Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Justified or Masonry layouts for the Pro Gallery would not display images on the frontend when inserted via nested tabs<\\/li>\\n<li>Fix: Error issue in the Loop Grid widget when used in theme parts with the Taxonomy Filter<\\/li>\\n<li>Fix: Removed the focus ring after clicking to open the Off Canvas inside the Editor<\\/li>\\n<li>Fix: Background gradient colors from the dynamic color tag values are not rendering on the frontend<\\/li>\\n<li>Fix: Excessive database requests generated by the Loop Grid widget<\\/li>\\n<li>Fix: Colors from Dynamic Tags were not rendered on the frontend<\\/li>\\n<li>Fix: Display issue in the Menu widget caused by the \'Native Intersection Observer API<\\/li>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget<\\/li>\\n<li>Fix: Content Width control inside the Mega Menu is displaying an empty value<\\/li>\\n<\\/ul>\\n<h4>3.24.4 - 2024-10-09<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<\\/ul>\\n<h4>3.24.3 - 2024-10-01<\\/h4>\\n<ul>\\n<li>Fix: Floating Elements template not loading when Single Page template is set with All Singular condition<\\/li>\\n<li>Fix: Form field styles not loading properly in various scenarios<\\/li>\\n<\\/ul>\\n<h4>3.24.2 - 2024-09-18<\\/h4>\\n<ul>\\n<li>Fix: Icons not displaying when Inline SVG Icons experiment is active in Link In Bio widgets and Floating Elements<\\/li>\\n<\\/ul>\\n<h4>3.24.1 - 2024-09-12<\\/h4>\\n<ul>\\n<li>Fix: Widget styles not loading correctly on front causing alignment inconsistencies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28676\\\">#28676<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.24.0 - 2024-09-10<\\/h4>\\n<ul>\\n<li>New: Introducing support for Variable Fonts - allowing for more dynamic and flexible text styling (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6703\\\">#6703<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11333\\\">#11333<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19277\\\">#19277<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25485\\\">#25485<\\/a>)<\\/li>\\n<li>Tweak: Added \'Structure\' indication for widgets with Display Conditions applied (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28027\\\">#28027<\\/a>)<\\/li>\\n<li>Tweak: Added a new option for setting the live search results width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28280\\\">#28280<\\/a>)<\\/li>\\n<li>Tweak: Improved Honeypot field functionality in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28480\\\">#28480<\\/a>)<\\/li>\\n<li>Tweak: Added options to \'Copy\', \'Paste\', and \'Clear\' Display Conditions in Context Menu<\\/li>\\n<li>Tweak: Improved performance of the Menu widget when using Dynamic Tags in the URL field<\\/li>\\n<li>Tweak: Improved performance when using Dynamic Tags in Nested Elements<\\/li>\\n<li>Tweak: Added the option for users to disable Akismet for specific Elementor forms<\\/li>\\n<li>Tweak: Adjusted URL structure when presenting the Search Archive page in Search widget<\\/li>\\n<li>Tweak: Added the \'Create Template\' button in Search widget<\\/li>\\n<li>Tweak: Added an option to enable the \'Loader\' animation while live results are loading in Search widget<\\/li>\\n<li>Tweak: Load share buttons compatibility styles only when they are in use<\\/li>\\n<li>Tweak: Load dialog styles only when they are in use<\\/li>\\n<li>Tweak: Load global widget styles only during Editor preview<\\/li>\\n<li>Tweak: Conditionally load widget styles only when the widgets are used<\\/li>\\n<li>Tweak: Load styles for CTA hover animations only when they are in use<\\/li>\\n<li>Tweak: Load notes styles only when the WordPress Toolbar is displayed<\\/li>\\n<li>Tweak: Split <code>animations.min.css<\\/code> into multiple CSS files and load them conditionally<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Stable status<\\/li>\\n<li>Tweak: Merged Taxonomy Filter feature into the version<\\/li>\\n<li>Tweak: Merged Search feature into the version<\\/li>\\n<li>Tweak: Added a note to \'Current Query\' explaining the impact of WordPress settings on pagination within Archives<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for the Off-Canvas widget<\\/li>\\n<li>Fix: Manual Selection option is not excluding sticky posts in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18689\\\">#18689<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23331\\\">#23331<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28179\\\">#28179<\\/a>)<\\/li>\\n<li>Fix: Template ID does not change according to the imported Loop Item (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21404\\\">#21404<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22202\\\">#22202<\\/a>)<\\/li>\\n<li>Fix: \'Editing Mode\' for the Off-canvas was not functioning correctly in certain scenarios<\\/li>\\n<li>Fix: Added definition to <code>clear_custom_image_sizes<\\/code> hook to prevent edge case issues<\\/li>\\n<li>Fix: Flickering issue with search result buttons when closing results using the keyboard escape key in Search widget<\\/li>\\n<li>Fix: Theme Style settings for buttons were overriding the text styling in Search widget<\\/li>\\n<li>Fix: Nesting menu inside another menu causes functionality issues in Menu widget<\\/li>\\n<li>Fix: Error when using array as custom fields value in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.23.3 - 2024-08-05<\\/h4>\\n<ul>\\n<li>Fix: Dropdown area not working in certain scenarios in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28194\\\">#28194<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.23.2 - 2024-07-29<\\/h4>\\n<ul>\\n<li>Fix: Horizontal scroll bar appearing on the page when using Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/28087\\\">#28087<\\/a>)<\\/li>\\n<li>Fix: Dropdown area disappearing in certain scenarios in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.23.1 - 2024-07-23<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in link URL<\\/li>\\n<\\/ul>\\n<h4>3.23.0 - 2024-07-15<\\/h4>\\n<ul>\\n<li>New: Search Widget with Live Results - Display live search results as visitors type into the search box, enhancing user experience and engagement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27664\\\">#27664<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24931\\\">#24931<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21459\\\">#21459<\\/a>)<\\/li>\\n<li>Tweak: Renamed <code>width<\\/code> to <code>Min width<\\/code> and added <code>Max width<\\/code> control to Hotspot tooltips (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18930\\\">#18930<\\/a>)<\\/li>\\n<li>Tweak: Applied a logical DOM order to the Mega Menu widget to improve accessibility<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for WordPress Menu widget<\\/li>\\n<li>Tweak: Added the ability to set <code>aria-label<\\/code> for Menu widget<\\/li>\\n<li>Tweak: Added a bottom option to the Image Position control in Call to Action widget<\\/li>\\n<li>Fix: Missing version string in included CSS query string when Improved CSS Loading is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21879\\\">#21879<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23821\\\">#23821<\\/a>)<\\/li>\\n<li>Fix: Form submission icon message does not display correctly when Inline Font Icons feature is activated<\\/li>\\n<li>Fix: Save and Close button position issues in the conditions screen in Theme Builder.<\\/li>\\n<li>Fix: Focus appears on the first element when using the mouse to open Off-Canvas <\\/li>\\n<li>Fix: Links to Elementor Settings are broken in various locations<\\/li>\\n<li>Fix: Conditions field not showing all relevant conditions in Theme Builder<\\/li>\\n<li>Fix: Off-Canvas flickering in sticky containers with exit animations triggered by sticky effects<\\/li>\\n<\\/ul>\\n<h4>3.22.1 - 2024-06-24<\\/h4>\\n<ul>\\n<li>Fix: Styling of Global widgets not loading when Element Caching experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27704\\\">#27704<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.22.0 - 2024-06-16<\\/h4>\\n<ul>\\n<li>New: Introducing Off-Canvas widget - create engaging and creative layers triggered by a link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6225\\\">#6225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21769\\\">#21769<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25770\\\">#25770<\\/a>)<\\/li>\\n<li>Tweak: Added option to remove \'User IP\' and \'User Agent\' from the form submissions metadata (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14285\\\">#14285<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>waypoints.js<\\/code> library with the native Intersection Observer API<\\/li>\\n<li>Tweak: Extended Alignment and Position capabilities in Form widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Flip Box widget<\\/li>\\n<li>Tweak: Moved icon View control to style tab in Call to Action widget<\\/li>\\n<li>Tweak: Optimized Form widget to eliminate unnecessary markup when the button icon is empty<\\/li>\\n<li>Tweak: Optimized Posts widget to eliminate unnecessary markup when Load More button text is empty<\\/li>\\n<li>Tweak: Remove <code>placeholder<\\/code> arguments from URL controls<\\/li>\\n<li>Tweak: Implemented CSS logical properties to Icon Position in Form, Posts and Menu Cart widgets<\\/li>\\n<li>Tweak: Activated Display Conditions feature for existing sites<\\/li>\\n<li>Tweak: Activated Taxonomy Filter feature for existing sites<\\/li>\\n<li>Tweak: Added functionality to delay the running of the ready triggers on inner elements<\\/li>\\n<li>Fix: Icons are now part of the link in the Menu Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24298\\\">#24298<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25112\\\">#25112<\\/a>)<\\/li>\\n<li>Fix: <code>all: unset<\\/code> assigned to buttons cause focus issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24322\\\">#24322<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25448\\\">#25448<\\/a>)<\\/li>\\n<li>Fix: Menu cart SVG icon disappears on front when Optimized Control Loading experiment is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/27342\\\">#27342<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro auto-updates are not working on multisite networks (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12615\\\">#12615<\\/a>)<\\/li>\\n<li>Fix: PHP error appears in the editor when using Loop Grid in an archive template<\\/li>\\n<li>Fix: UI glitch on Icon Position control in Paypal and Stripe Buttons widgets<\\/li>\\n<li>Fix: Icon Position control RTL issue in Hotspot widget<\\/li>\\n<li>Fix: Manual Selection "Include By" Query doesn\'t work with product categories<\\/li>\\n<\\/ul>\\n<h4>3.21.3 - 2024-05-20<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Loop Grid widget<\\/li>\\n<li>Fix: License expired affects the Display Conditions functionality in the front end<\\/li>\\n<\\/ul>\\n<h4>3.21.2 - 2024-04-30<\\/h4>\\n<ul>\\n<li>Fix: Special characters are not displayed correctly when using the Excerpt widget in Loop template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25860\\\">#25860<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.21.1 - 2024-04-24<\\/h4>\\n<ul>\\n<li>Fix: Excerpt Length setting doesn\'t function correctly for languages with non-English characters in Post Excerpt widget<\\/li>\\n<\\/ul>\\n<h4>3.21.0 - 2024-04-15<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Taxonomy Query - Enabling the display of post and product categories and tags within Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21372\\\">#21372<\\/a>)<\\/li>\\n<li>Tweak: Optimized Hotspot widget to prevent rendering when no image is provided<\\/li>\\n<li>Tweak: Optimized Blockquote widget to eliminate unnecessary markup when devoid of content<\\/li>\\n<li>Tweak: Optimized Template widget to eliminate unnecessary markup when no template is selected<\\/li>\\n<li>Tweak: Optimized Code Highlight widget to eliminate unnecessary markup when there is no content<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Portfolio widget<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Author Avatar image alt text in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25440\\\">#25440<\\/a>)<\\/li>\\n<li>Tweak: Notes feature merged to version<\\/li>\\n<li>Tweak: Implemented accessibility improvements of Profile Picture alt text in Author widget<\\/li>\\n<li>Fix: Display issue on hover state in WooCommerce Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.20.3 - 2024-04-10<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issue between the My Account widget and other third-party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20986\\\">#20986<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.20.2 - 2024-03-26<\\/h4>\\n<ul>\\n<li>Security Fix: Improved code security enforcement in Media Carousel widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Post Navigation widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Gallery widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.20.1 - 2024-03-20<\\/h4>\\n<ul>\\n<li>Fix: Strengthened code integrity in deprecated Woo Single Element widget<\\/li>\\n<li>Fix: PHP error notice appears when using Loop Grid with the Taxonomy Filter widgets<\\/li>\\n<\\/ul>\\n<h4>3.20.0 - 2024-03-11<\\/h4>\\n<ul>\\n<li>Tweak: Implemented OR logic in the Display Conditions feature<\\/li>\\n<li>Tweak: Added X and Threads social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/25299\\\">#25299<\\/a>)<\\/li>\\n<li>Tweak: Added Archive Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Title dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Alt dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image Caption dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Bio dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Email dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Author Website dynamic tag rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Page Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Post Title rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Featured Image rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Comments Number rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added Archive Author rule in Display Conditions feature<\\/li>\\n<li>Tweak: Added support for WordPress Custom Fields in Display Conditions feature<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23875\\\">#23875<\\/a>)<\\/li>\\n<li>Tweak: Implemented accessibility improvements in Login widget<\\/li>\\n<li>Tweak: Added additional style controls in the Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration option in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21295\\\">#21295<\\/a>)<\\/li>\\n<li>Tweak: Added Transition Duration to button in Flip Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Author Box widget<\\/li>\\n<li>Tweak: Added Transition Duration to List in Table of Contents widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Login widget<\\/li>\\n<li>Tweak: Added Transition Duration in Post Navigation widget<\\/li>\\n<li>Tweak: Added Transition Duration Show More in Video Playlist widget<\\/li>\\n<li>Tweak: Added Transition Duration to button in Form widget<\\/li>\\n<li>Tweak: Removed separator-none argument from all Editor controls<\\/li>\\n<li>Tweak: Add <code><time><\\/code> wrapper for Date and Time items in Post Info widget<\\/li>\\n<li>Tweak: Page Transitions feature merged to version<\\/li>\\n<li>Tweak: Scroll Snap feature merged to version<\\/li>\\n<li>Tweak: Promoted Display Conditions feature to Beta status and activated for new sites<\\/li>\\n<li>Tweak: Promoted Taxonomy Filter feature to beta status and activated for new sites<\\/li>\\n<li>Fix: Page Transitions feature and Load Font Awesome 4 Support cause a console error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18885\\\">#18885<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19334\\\">#19334<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21082\\\">#21082<\\/a>)<\\/li>\\n<li>Fix: Added better output escaping in Taxonomy Filter widget<\\/li>\\n<\\/ul>\\n<h4>3.19.3 - 2024-02-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved Loop CSS loading structure in Loop Grid item<\\/li>\\n<li>Security Fix: Addressed security weaknesses in Dynamic Tags<\\/li>\\n<\\/ul>\\n<h4>3.19.2 - 2024-02-07<\\/h4>\\n<ul>\\n<li>Fix: Export data inconsistencies when using form actions in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.19.1 - 2024-02-05<\\/h4>\\n<ul>\\n<li>Fix: Enqueuing non-existing Loop Template CSS file in Loop Item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24959\\\">#24959<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>3.19.0 - 2024-01-29<\\/h4>\\n<ul>\\n<li>New: Introducing Display Conditions for Elements - allowing users to customize content visibility based on specified criteria (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4246\\\">#4246<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21152\\\">#21152<\\/a>)<\\/li>\\n<li>New: Implemented Akismet Integration for enhanced spam protection and security in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11401\\\">#11401<\\/a>)<\\/li>\\n<li>New: Introducing Permissions functionality to Element Manager - providing users with enhanced control over access and management capabilities<\\/li>\\n<li>Tweak: Added styling option for dropdown indicator in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21907\\\">#21907<\\/a>)<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Implemented CSS logical properties in WordPress Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Reviews widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Countdown widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Updated <code>jquery.smartmenus.js<\\/code> version from 1.1.1 to 1.2.0<\\/li>\\n<li>Fix: Dynamic Background Image does not load on the first Loop Item in a Loop Grid (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21489\\\">#21489<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22368\\\">#22368<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23085\\\">#23085<\\/a>)<\\/li>\\n<li>Fix: History panel deprecation notices in console log<\\/li>\\n<li>Fix: Second Pro rollback installed the latest version instead of the specifically selected older version<\\/li>\\n<li>Fix: Incorrect position of the dropdown content when applying entrance animation in Menu Widget<\\/li>\\n<li>Fix: UX issues when using in-place editing in Menu widget<\\/li>\\n<li>Fix: Pagination with page reload is not working when used with the Taxonomy filter and Loop Grid widget in Archive template<\\/li>\\n<\\/ul>\\n<h4>3.18.2 - 2023-12-20<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Price List widget<\\/li>\\n<li>Fix: Error messages related to loop filter appear on front when using PHP 8.X and <code>WP_DEBUG<\\/code> is true<\\/li>\\n<\\/ul>\\n<h4>3.18.1 - 2023-12-06<\\/h4>\\n<ul>\\n<li>Fix: No results appeared when reloading the page with deep link and de-selecting terms in Taxonomy Filter widget<\\/li>\\n<li>Fix: No results appeared when filtering the Uncategorized category in Filter Taxonomy widget<\\/li>\\n<li>Fix: Notes still available when the Notes feature is deactivated<\\/li>\\n<\\/ul>\\n<h4>3.18.0 - 2023-12-04<\\/h4>\\n<ul>\\n<li>Tweak: Added the ability to upload files as attachments to emails in the File Upload field in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4868\\\">#4868<\\/a>)<\\/li>\\n<li>Tweak: Introduced the capability to design and edit the empty state in the Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/24261\\\">#24261<\\/a>)<\\/li>\\n<li>Tweak: Implemented the option to close the menu content area with a click anywhere on the screen in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22686\\\">#22686<\\/a>)<\\/li>\\n<li>Tweak: Improve scrolling behavior inside the content area when there is not enough space in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22712\\\">#22712<\\/a>)<\\/li>\\n<li>Tweak: Expanded breakpoint options in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22488\\\">#22488<\\/a>)<\\/li>\\n<li>Tweak: Added Logical Combination control in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added additional units to Horizontal and Vertical padding for Dropdown in WordPress Menu widget<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in Loop Carousel and Carousel widgets<\\/li>\\n<li>Tweak: Added various HTML Tag controls in Video Playlist widget<\\/li>\\n<li>Tweak: Added responsive control to navigation size in Slides, Reviews, Media Carousel and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Search Form widget<\\/li>\\n<li>Tweak: Added semantic <code><search><\\/code> wrapper in Taxonomy Filter widget<\\/li>\\n<li>Tweak: Added Multiple Selection control in Taxonomy Filter widget<\\/li>\\n<li>Fix: Deprecated notice when using ${var} in strings instead of {$var} with PHP 8.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23927\\\">#23927<\\/a>)<\\/li>\\n<li>Fix: Dropdown indicator position issue in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23947\\\">#23947<\\/a>)<\\/li>\\n<li>Fix: Dynamic Tags are not available when choosing \'self-hosted\' source in Video widget<\\/li>\\n<li>Fix: Telephone field placeholder is aligned to the left in RTL websites in Form widget<\\/li>\\n<\\/ul>\\n<h4>3.17.1 - 2023-11-01<\\/h4>\\n<ul>\\n<li>Fix: Modified controls sanitization to enforce better security policies in Code Highlight, Form, Lottie, Price List, and Video Playlist widgets<\\/li>\\n<\\/ul>\\n<h4>3.17.0 - 2023-10-25<\\/h4>\\n<ul>\\n<li>Tweak: Added AJAX pagination option or seamless page navigation between content in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>)<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Post widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Introduced Individual Pagination option when multiple Loop Grid widgets are on the same page, providing enhanced control over pagination<\\/li>\\n<li>Tweak: Added a None option to the breakpoint options in Menu widget<\\/li>\\n<li>Tweak: Added a horizontal scrolling option in Menu widget<\\/li>\\n<li>Tweak: Upgraded minimum required PHP version to 7.3<\\/li>\\n<li>Tweak: Improved accessibility when minimize button is disabled in Table of Content widget<\\/li>\\n<li>Fix: Table of Content widget without icons displays <code>undefined<\\/code> error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17523\\\">#17523<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17768\\\">#17768<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18463\\\">#18463<\\/a>)<\\/li>\\n<li>Fix: Hover behavior issues on menu items in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23430\\\">#23430<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22431\\\">#22431<\\/a>)<\\/li>\\n<li>Fix: Links inside Loop Carousel are not working on initial load in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23705\\\">#23705<\\/a>)<\\/li>\\n<li>Fix: Popups accessible navigation adds outlines to the wrong first focusable element<\\/li>\\n<li>Fix: Dropdown area aligned to the left side of the screen if contains Tabs widget in Menu widget<\\/li>\\n<li>Fix: Content horizontal position not aligning correctly when used with carousel widgets in Menu widget<\\/li>\\n<li>Fix: Accessibility errors in PageSpeed Insights in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.16.2 - 2023-09-20<\\/h4>\\n<ul>\\n<li>Fix: Fit to Content dropdown position calculation is incorrect in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23808\\\">#23808<\\/a>)<\\/li>\\n<li>Fix: Reverted hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23804\\\">#23804<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.16.1 - 2023-09-14<\\/h4>\\n<ul>\\n<li>Fix: Dynamic tag for ACF image field is not working as expected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23757\\\">#23757<\\/a>)<\\/li>\\n<li>Fix: Sticky functionality affects padding values in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23758\\\">#23758<\\/a>)<\\/li>\\n<li>Fix: HTML list issues for padding and margin in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.16.0 - 2023-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Implemented accessibility improvements in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23607\\\">#23607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22554\\\">#22554<\\/a>)<\\/li>\\n<li>Fix: \'Fallback: Recent Posts\' option malfunctions in the Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21436\\\">#21436<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23259\\\">#23259<\\/a>)<\\/li>\\n<li>Tweak: Hide navigation arrows when there is only one slide in the Loop or Nested carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22056\\\">#22056<\\/a>)<\\/li>\\n<li>Tweak: Used appropriate image <code>alt<\\/code> in Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17680\\\">#17680<\\/a>)<\\/li>\\n<li>Tweak: Optimized Scroll Snap functionality when using Container widget<\\/li>\\n<li>Tweak: Enhanced Elementor Role Manager functionality when using Containers<\\/li>\\n<li>Tweak: Added Notes feature to the Editor Top Bar<\\/li>\\n<li>Tweak: Replace CSS <code>float<\\/code> with other layouts in the Editor<\\/li>\\n<li>Tweak: Upgraded HTML Structure for the Menu widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Carousel and Menu widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to a link in Posts widget<\\/li>\\n<li>Tweak: Loop Builder feature merged to version<\\/li>\\n<li>Fix: Addressed inconsistency in hover effect durations between icon, dropdown indicator colors, and text colors in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22376\\\">#22376<\\/a>)<\\/li>\\n<li>Fix: Slides break if the parent container is set to HTML A tag in Loop Carousel and Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22678\\\">#22678<\\/a>)<\\/li>\\n<li>Fix: The icon size setting is not affecting uploaded SVG icons in the Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22372\\\">#22372<\\/a>)<\\/li>\\n<li>Fix: Taxonomy filter does not work with slug in foreign characters (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/23315\\\">#23315<\\/a>)<\\/li>\\n<li>Fix: Improved code security enforcement in Dynamic Tags<\\/li>\\n<li>Fix: Sticky container incorrectly adjusts its width when transitioning from a smaller breakpoint to a larger one within the Editor<\\/li>\\n<\\/ul>\\n<h4>3.15.1 - 2023-08-09<\\/h4>\\n<ul>\\n<li>Fix: Improved code security enforcement in Table of Contents widget<\\/li>\\n<\\/ul>\\n<h4>3.15.0 - 2023-07-31<\\/h4>\\n<ul>\\n<li>New: Introducing Taxonomy Filter widget - Empower visitors to seamlessly filter listings in Loop Grids based on taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3140\\\">#3140<\\/a>)<\\/li>\\n<li>Tweak: Added an "Offset Sides" functionality in Carousel and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21114\\\">#21114<\\/a>)<\\/li>\\n<li>Tweak: Modified the size of the Publish button in the Editor Top Bar feature (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22472\\\">#22472<\\/a>)<\\/li>\\n<li>Tweak: Improved Ajax permissions functionality for better security enforcement<\\/li>\\n<li>Tweak: Added option for pagination custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added option for navigation custom position in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added additional styling options for navigation in Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Added labels to shortcode column in WordPress admin<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in Menu widget<\\/li>\\n<li>Tweak: Unified the appearance of <code>stretch<\\/code> and <code>center<\\/code> buttons in My Account widget<\\/li>\\n<li>Tweak: Improved panel UI in Video Playlist widget<\\/li>\\n<li>Tweak: Implemented CSS logical properties in Elementor Editor<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Price List widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Slides widget<\\/li>\\n<li>Tweak: Added "Title HTML Tag" and "Description HTML Tag" in Flip Box widget<\\/li>\\n<li>Tweak: Added "Description HTML Tag" in Call To Action widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Share Buttons widget<\\/li>\\n<li>Security Fix: Improved code security enforcement in Form widget<\\/li>\\n<li>Fix: WooCommerce Status page failed to recognize Elementor WooCommerce widgets<\\/li>\\n<li>Fix: Pagination does not work inside single templates when using Posts and Loop Grid widgets<\\/li>\\n<li>Fix: Incorrect saving of WooCommerce page settings in Elementor site settings under certain scenarios<\\/li>\\n<\\/ul>\\n<h4>3.14.1 - 2023-06-26<\\/h4>\\n<ul>\\n<li>Tweak: Improved navigation on touch devices in Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22827\\\">#22827<\\/a>)<\\/li>\\n<li>Fix: Missing navigation arrows on lightbox in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22870\\\">#22870<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.14.0 - 2023-06-19<\\/h4>\\n<ul>\\n<li>New: Introducing Carousel widget - Infinite design possibilities, and nesting capabilities (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2587\\\">#2587<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>Tweak: Added Static Item Position functionality to Alternate template in Loop Grid widget<\\/li>\\n<li>Tweak: Added visual indication of Page Parts<\\/li>\\n<li>Tweak: Added dividers option between menu items in Menu widget<\\/li>\\n<li>Tweak: Changed the HTML structure of Pagination and Navigation in Loop Carousel and Nested Carousel widgets<\\/li>\\n<li>Tweak: Added shop page in WooCommerce Pages section in Site Settings<\\/li>\\n<li>Tweak: Added Text Shadow, Box Shadow and Padding control to button in Call to Action widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Video Playlist widget<\\/li>\\n<li>Tweak: Added <code>alt<\\/code> attribute to images in Video Playlist widget<\\/li>\\n<li>Tweak: Replaced select control with choose control for Flip Direction control in Flip Box widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Carousel and Loop Carousel widgets<\\/li>\\n<li>Tweak: Use <code>media_types<\\/code> array in Media controls<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11193\\\">#11193<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19871\\\">#19871<\\/a>)<\\/li>\\n<li>Fix: Responsive settings for templates don\'t work as expected when Additional Custom Breakpoints feature is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16819\\\">#16819<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19394\\\">#19394<\\/a>)<\\/li>\\n<li>Fix: Inner containers are not presented as expected in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21813\\\">#21813<\\/a>)<\\/li>\\n<li>Fix: Popup width does not support percentages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22413\\\">#22413<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x throws errors when using WooCommerce Ajax response (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22199\\\">#22199<\\/a>)<\\/li>\\n<li>Fix: Mini cart template appears as empty in various scenarios in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22789\\\">#22789<\\/a>)<\\/li>\\n<li>Fix: Order by Price doesn\'t work for the Latest products or Manual Selection in Products widget<\\/li>\\n<li>Fix: Dropdown indicator icon is not vertically aligned to the text when using icon in Menu Widget<\\/li>\\n<li>Fix: Mixed content warning in the console for Video Playlist widget<\\/li>\\n<li>Fix: Preview settings are not presented as expected after first save in Loop Template<\\/li>\\n<li>Fix: Not-crawlable link error in Video Playlist widget<\\/li>\\n<li>Fix: Lightbox is still enabled after disabling it in the Site Settings in Logo widget<\\/li>\\n<li>Fix: Focus state issue on page load when using Table of Content widget<\\/li>\\n<\\/ul>\\n<h4>3.13.2 - 2023-05-22<\\/h4>\\n<ul>\\n<li>Fix: Hover settings not working as expected on Touch-Enabled devices in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22258\\\">#22258<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.1 - 2023-05-11<\\/h4>\\n<ul>\\n<li>Security Fix: Addressed security weaknesses in access management related functions<\\/li>\\n<li>Fix: Excerpt content pulled from post content is showing with HTML tags in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22367\\\">#22367<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.13.0 - 2023-05-08<\\/h4>\\n<ul>\\n<li>Tweak: Provided an option to assign excerpt automatically from post content in Post Excerpt dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20256\\\">#20256<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21715\\\">#21715<\\/a>)<\\/li>\\n<li>Tweak: Added Display Conditions functionality in Editor Top bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21675\\\">#21675<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/22050\\\">#22050<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor_page_id<\\/code> from request URLs in the WC AJAX calls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18675\\\">#18675<\\/a>)<\\/li>\\n<li>Tweak: Added icons to menu items in Mega Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/21602\\\">#21602<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility to Toggle Button in WordPress Menu widget (<a href=\\\"https:\\/\\/github.com\\/orgs\\/elementor\\/discussions\\/2348\\\">#2348<\\/a>)<\\/li>\\n<li>Tweak: Added \'Active item state\' to top-level menu items for anchor links in the Menu widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Loop Carousel widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Slides widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to navigation arrows in Media, Testimonial and Reviews Carousel widgets<\\/li>\\n<li>Tweak: Added keyboard accessibility to Table of Content widget<\\/li>\\n<li>Tweak: Added keyboard accessibility to Search Form widget<\\/li>\\n<li>Tweak: Added accessibility to images in Slides widget<\\/li>\\n<li>Tweak: Added accessibility to images in Call To Action widget<\\/li>\\n<li>Tweak: Added accessibility to images in Media Carousel widget<\\/li>\\n<li>Tweak: Added accessibility to images in Gallery widget<\\/li>\\n<li>Tweak: Added Lazy Load support for avatar image in Post Info widget<\\/li>\\n<li>Tweak: Added Lazy Load support to various Elementor Editor and Admin images<\\/li>\\n<li>Tweak: Added Lazy Load support for author image in Author Box widget<\\/li>\\n<li>Tweak: Added Lazy Load support for images in Price List widget<\\/li>\\n<li>Fix: Content width is affected by the widget\'s width when Content Width is set to Fit to Content in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21842\\\">#21842<\\/a>)<\\/li>\\n<li>Fix: Empty value on Rows field causes an error in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21451\\\">#21451<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.2 - 2023-04-09<\\/h4>\\n<ul>\\n<li>Fix: Mini cart template appears as empty in various WordPress themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21836\\\">#21836<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.12.1 - 2023-04-02<\\/h4>\\n<ul>\\n<li>Fix: Default background colors are presented as transparent in Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21824\\\">#21824<\\/a>)<\\/li>\\n<li>Fix: Reverted the tweak of Form Submissions feature merged to the version (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21821\\\">#21821<\\/a>)<\\/li>\\n<li>Fix: Dropdown area is not closing when hovering outside of the content area in Menu widget<\\/li>\\n<\\/ul>\\n<h4>3.12.0 - 2023-03-29<\\/h4>\\n<ul>\\n<li>New: Introducing the Mega Menu with the new Menu widget - empowers you to achieve a much higher level of menu design, customization, and creativity<\\/li>\\n<li>New: Diversify your design with a Loop Alternate template - apply another template within your Loop Grid for design creativity<\\/li>\\n<li>New: Kickstart your workflow with predesigned Loop container-based templates<\\/li>\\n<li>Tweak: Added custom icon controls to various locations in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13678\\\">#13678<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17941\\\">#17941<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19295\\\">#19295<\\/a>)<\\/li>\\n<li>Tweak: Added a spacing control between navigation and slides in the Loop Carousel<\\/li>\\n<li>Tweak: Added responsive control to the \'Gap between slides\' control in the Loop Carousel<\\/li>\\n<li>Tweak: Added Custom CSS section in Loop Item template<\\/li>\\n<li>Tweak: Added an Article class metadata in Loop Item template<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in CTA widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added Lazy Load support for background images in Flipbox widget when using the Lazy Load Background Images experiment<\\/li>\\n<li>Tweak: Added additional size units and custom units in all elements<\\/li>\\n<li>Tweak: Changed Nav Menu widget name to WordPress Menu widget<\\/li>\\n<li>Tweak: Added "Form Validation" control to Form widget<\\/li>\\n<li>Tweak: Updated custom messages in the Form widget<\\/li>\\n<li>Tweak: Improved accessibility in various elements in Gallery widget<\\/li>\\n<li>Tweak: Form Submissions feature merged to version<\\/li>\\n<li>Tweak: Loop feature promoted to Stable status<\\/li>\\n<li>Tweak: Page Transitions feature promoted to Stable status<\\/li>\\n<li>Tweak: Improved accessibility in filter bar in Gallery widget<\\/li>\\n<li>Tweak: Remove unused <code>aspect-ratio-*<\\/code> CSS classes<\\/li>\\n<li>Fix: Not all active breakpoints appear under "Advanced Rules" in popup publish settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17020\\\">#17020<\\/a>)<\\/li>\\n<li>Fix: Dynamic background image and video is not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.11.7 - 2023-03-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in WooCommerce components<\\/li>\\n<\\/ul>\\n<h4>3.11.6 - 2023-03-14<\\/h4>\\n<ul>\\n<li>Tweak: Improved code security enforcement in Author Box and Countdown widgets<\\/li>\\n<\\/ul>\\n<h4>3.11.5 - 2023-03-12<\\/h4>\\n<ul>\\n<li>Fix: Hamburger Menu Toggle not showing if breakpoint is set to Tablet Extra in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21003\\\">#21003<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.4 - 2023-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Prevented SVG file upload for better security enforcement in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.11.3 - 2023-02-26<\\/h4>\\n<ul>\\n<li>Fix: Error message appears when submitting a form placed below Loop Grid and Loop Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21432\\\">#21432<\\/a>)<\\/li>\\n<li>Fix: PHP 8.x compatibility issues in various places<\\/li>\\n<\\/ul>\\n<h4>3.11.2 - 2023-02-22<\\/h4>\\n<ul>\\n<li>Fix: Save & Back handle becomes inaccessible in various scenarios cases in Loop Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21316\\\">#21316<\\/a>)<\\/li>\\n<li>Fix: Can\'t edit page when using \'Content Tabs\' and \'Section\' options in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.11.1 - 2023-02-15<\\/h4>\\n<ul>\\n<li>Fix: Featured Image dynamic tag is not working in Background images (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21313\\\">#21313<\\/a>)<\\/li>\\n<li>Fix: Time zone is not correct in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17485\\\">#17485<\\/a>)<\\/li>\\n<li>Fix: File upload field is not working in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21341\\\">#21341<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21314\\\">#21314<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.11.0 - 2023-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Carousel widget - Create powerful & repeating loop templates and populate each one with dynamic content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/219\\\">#219<\\/a>)<\\/li>\\n<li>New: Added Date and Time Range option to Advanced Rules in Popup<\\/li>\\n<li>Tweak: Improved accessibility when opening and closing a popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9788\\\">#9788<\\/a>)<\\/li>\\n<li>Tweak: Improved accessibility of full-screen mode in Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19907\\\">#19907<\\/a>)<\\/li>\\n<li>Tweak: Added keyboard accessibility support to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5861\\\">#5861<\\/a>)<\\/li>\\n<li>Tweak: Add <code>aria-label<\\/code> to read more link in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13784\\\">#13784<\\/a>)<\\/li>\\n<li>Tweak: Use <code>aspect-ratio<\\/code> property instead of CSS trick in Media Carousel widget<\\/li>\\n<li>Tweak: Updated translation string in Stripe widget<\\/li>\\n<li>Fix: Masonry and Columns controls are not working as expected with responsive in Posts and Loop Grid widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20670\\\">#20670<\\/a>)<\\/li>\\n<li>Fix: Invalid attributes names in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17400\\\">#17400<\\/a>)<\\/li>\\n<li>Fix: Post Image Attachments dynamic tag is not working as expected in various widgets<\\/li>\\n<li>Fix: Form fields order is not presented correctly when exported to CSV in Form Submissions<\\/li>\\n<li>Fix: Dynamic background image and video are not working with ACF in Loop Grid widget<\\/li>\\n<\\/ul>\\n<h4>3.10.3 - 2023-01-29<\\/h4>\\n<ul>\\n<li>Tweak: Added introduction video to loop item information modal in Theme Builder<\\/li>\\n<li>Fix: PHP 8.x throws errors and notices in some cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/21087\\\">#21087<\\/a>)<\\/li>\\n<li>Fix: Infinite Scroll and Load on click pagination are not working as expected in Archive template<\\/li>\\n<li>Fix: Show row even when values do not exist in Form Submissions<\\/li>\\n<\\/ul>\\n<h4>3.10.2 - 2023-01-17<\\/h4>\\n<ul>\\n<li>Fix: Updated compatibility tag for Elementor v3.10<\\/li>\\n<\\/ul>\\n<h4>3.10.1 - 2023-01-09<\\/h4>\\n<p>Fix: Preview Could not be loaded error message appears on pages containing the Loop Grid in a header or footer templates<\\/p>\\n<h4>3.10.0 - 2023-01-09<\\/h4>\\n<ul>\\n<li>New: Added new dynamic tag for due date in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7737\\\">#7737<\\/a>)<\\/li>\\n<li>Tweak: Added <code>modified<\\/code> and <code>comment_count<\\/code> to Order By in posts query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11159\\\">#11159<\\/a>)<\\/li>\\n<li>Tweak: Replaced <code>footer<\\/code> tag in Blockquote and Comments widgets for better semantics<\\/li>\\n<li>Fix: Compatibility issue in Imagify Media Library filters due to <code>_elementor_is_screenshot<\\/code> meta filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19988\\\">#19988<\\/a>)<\\/li>\\n<li>Fix: Hotspot Widget label icon height issues when Inline Font Icons experiment is active<\\/li>\\n<li>Fix: Editing glitch when using two loop grid widgets on the same page with the same loop item template<\\/li>\\n<li>Fix: Equal height is not working when using sections in Loop Grid widget<\\/li>\\n<li>Fix: Large amount of menu items are not appearing correctly on a mobile device in Nav Menu widget<\\/li>\\n<li>Fix: Featured Image does not change dynamically when using infinite\\/click pagination in Loop Grid widget<\\/li>\\n<li>Fix: Removed action call of non-existent <code>display_empty_cart_template()<\\/code> method in Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.9.2 - 2022-12-21<\\/h4>\\n<ul>\\n<li>Fix: JS events do not trigger in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20708\\\">#20708<\\/a>)<\\/li>\\n<li>Fix: PHP Errors appear when not using the toggle menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18636\\\">#18636<\\/a>)<\\/li>\\n<li>Fix: Popups\' backgrounds disappear when using Lazy Load Background Images experiment<\\/li>\\n<\\/ul>\\n<h4>3.9.1 - 2022-12-14<\\/h4>\\n<ul>\\n<li>Fix: WooCommerce Product Gallery dynamic tag is not working in Basic Gallery, Gallery and Image Carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20678\\\">#20678<\\/a>)<\\/li>\\n<li>Fix: Hide Empty option is not working in Menu Cart widget<\\/li>\\n<li>Fix: The Stripe Button widget doesn\'t work in Templates<\\/li>\\n<\\/ul>\\n<h4>3.9.0 - 2022-12-06<\\/h4>\\n<ul>\\n<li>New: Added support for WooCommerce to Loop Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20020\\\">#20020<\\/a>)<\\/li>\\n<li>Tweak: Added more options to \'Show up to X times\' advanced rule in Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8187\\\">#8187<\\/a>)<\\/li>\\n<li>Tweak: Allow saving and reloading a page while editing in-place loop item template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19882\\\">#19882<\\/a>)<\\/li>\\n<li>Tweak: Added <code>$location param<\\/code> to <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18453\\\">#18453<\\/a>)<\\/li>\\n<li>Tweak: Removed redundant labels from group controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11666\\\">#11666<\\/a>)<\\/li>\\n<li>Tweak: Added support to use sections and columns as the layout structure of a Loop item template<\\/li>\\n<li>Tweak: Disabled movement when a repeater item is in focus in edit mode<\\/li>\\n<li>Tweak: Upgrade the autoprefixer package to better minify CSS files<\\/li>\\n<li>Tweak: Removed duplicate SQL queries on every page for better performance<\\/li>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Added more units options to Border Width control in various elements<\\/li>\\n<li>Tweak: Added <code>em<\\/code> units to Border Radius control in various elements<\\/li>\\n<li>Tweak: Added \'Equal height\' functionality to Loop Grid widget<\\/li>\\n<li>Fix: Issue with Related Products widget and WooCommerce Pixel Manager plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16934\\\">#16934<\\/a>)<\\/li>\\n<li>Fix: My Account widget gets hidden when using a single page template with post content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19627\\\">#19627<\\/a>)<\\/li>\\n<li>Fix: Cart is not updated when cache enabled in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19312\\\">#19312<\\/a>)<\\/li>\\n<li>Fix: Entrance animations are not working as expected with Infinite Loop and Load on CLick pagination in Loop Grid widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20293\\\">#20293<\\/a>)<\\/li>\\n<li>Fix: Loading page issues in Form Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19973\\\">#19973<\\/a>)<\\/li>\\n<li>Fix: Recently Edited date and time not working as expected in Elementor Overview plugin in WordPress dashboard (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17966\\\">#17966<\\/a>)<\\/li>\\n<li>Fix: Recurring license mismatch error message when using translators plugins<\\/li>\\n<li>Fix: Submenu items triggers page transition instead of opening in Nav Menu widget<\\/li>\\n<li>Fix: Query values of Posts widget are not imported correctly when importing a Kit<\\/li>\\n<li>Fix: Loop items are exceeding the widget boundaries in Loop Grid widget<\\/li>\\n<li>Fix: Order by option is not working as expected when choosing Upsells, Cross-Sells and Related Products query in Products widget<\\/li>\\n<li>Fix: Various widgets disappear in certain scenarios when choosing direction Row or Column in Container<\\/li>\\n<\\/ul>\\n<h4>3.8.2 - 2022-11-20<\\/h4>\\n<ul>\\n<li>Fix: Z-index issues when applying sticky to Container<\\/li>\\n<li>Fix: Error message appears on front with Editor and Shop Manager roles when using the Loop Builder widget<\\/li>\\n<\\/ul>\\n<h4>3.8.1 - 2022-11-06<\\/h4>\\n<ul>\\n<li>Fix: Sticky inner section is not staying in the column when applying sticky option in Sections (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20203\\\">#20203<\\/a>)<\\/li>\\n<li>Fix: Post Title widget located in a loop item template disappears when enabling the hide title option inside page settings (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20207\\\">#20207<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20255\\\">#20255<\\/a>)<\\/li>\\n<li>Fix: ACF Dynamic data not rendering correctly in various scenarios (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20235\\\">#20235<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20258\\\">#20258<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20277\\\">#20277<\\/a>)<\\/li>\\n<li>Fix: Z-index issues when applying sticky to Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/20227\\\">#20227<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.8.0 - 2022-10-30<\\/h4>\\n<ul>\\n<li>New: Introducing Loop Builder as a beta status experiment - Create powerful & repeating loop templates and populate each one with dynamic content and design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4440\\\">#4440<\\/a>)<\\/li>\\n<li>Tweak: Add <code>wp_body_open()<\\/code> to header in Header template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11562\\\">#11562<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15828\\\">#15828<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13089\\\">#13089<\\/a>)<\\/li>\\n<li>Tweak: Added support border-radius option to the Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14316\\\">#14316<\\/a>)<\\/li>\\n<li>Tweak: Import\\/Export CLI and UI mechanisms were merged into a unified service<\\/li>\\n<li>Tweak: User with no permission to Notes cannot be mentioned in a note<\\/li>\\n<li>Tweak: User with no permission to view a post cannot be mentioned in a note<\\/li>\\n<li>Tweak: Notes was added to the right click context-menu<\\/li>\\n<li>Tweak: Notes panel can be resizable<\\/li>\\n<li>Tweak: Notes panel can be dragged outside of the canvas in responsive mode in the editor<\\/li>\\n<li>Tweak: Updated form validation messages translation strings in Form widget<\\/li>\\n<li>Tweak: Updated translators comments<\\/li>\\n<li>Tweak: Theme Builder logo and Title should be clickable<\\/li>\\n<li>Tweak: Reduced API requests and DB calls on non-write setup<\\/li>\\n<li>Tweak: Added media queries to the Table of Contents widget<\\/li>\\n<li>Fix: Sticky option is not working as expected in various scenarios in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19540\\\">#19540<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19618\\\">#19618<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19777\\\">#19777<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19827\\\">#19827<\\/a>)<\\/li>\\n<li>Fix: Mixed Content errors on HTTPS in Video Playlist Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18895\\\">#18895<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18945\\\">#18945<\\/a>)<\\/li>\\n<li>Fix: Note\'s timestamp is being updated according to the last activity in Notes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19123\\\">#19123<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17582\\\">#17582<\\/a>)<\\/li>\\n<li>Fix: Accessibility attribute <code>role=navigation<\\/code> is redundant in pagination in Posts widget<\\/li>\\n<li>Fix: Share buttons is accessible with keyboard but not clickable<\\/li>\\n<li>Fix: Sub-items icons style is missing in preview with Inline Font Icons experiment in Nav Menu widget<\\/li>\\n<li>Fix: Quotes are appearing as HTML when editing a note in Notes<\\/li>\\n<li>Fix: Label\'s Icon height increases when Inline Font Icons experiment is active in Hotspot Widget<\\/li>\\n<li>Fix: Sub conditions of templates are not overridden when importing a Kit<\\/li>\\n<li>Fix: X\\/Y Anchor Point controls were not visible for Scale and Rotate effects<\\/li>\\n<li>Fix: PHP warning notice appears in some situations when using motion effects<\\/li>\\n<\\/ul>\\n<h4>3.7.7 - 2022-09-20<\\/h4>\\n<ul>\\n<li>Fix: Default Flex Grow affects the layout when the container is set to direction Column in various widgets<\\/li>\\n<\\/ul>\\n<h4>3.7.6 - 2022-09-14<\\/h4>\\n<ul>\\n<li>Fix: Submissions menu item appears at the bottom of Elementor section in WordPress dashboard<\\/li>\\n<\\/ul>\\n<h4>3.7.5 - 2022-08-31<\\/h4>\\n<ul>\\n<li>Fix: Error message appears on front if WooCommerce is activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19553\\\">#19553<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.7.4 - 2022-08-29<\\/h4>\\n<ul>\\n<li>Tweak: PHP 5.6 Is deprecated<\\/li>\\n<li>Fix: Triangle icon is not being displayed in the Select field when Inline Font Icons Experiment is active in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18598\\\">#18598<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/19495\\\">#19495<\\/a>)<\\/li>\\n<li>Fix: The page jumps or flickers to the video playlist on page reload in Video Playlist Widget<\\/li>\\n<\\/ul>\\n<h4>3.7.3 - 2022-07-31<\\/h4>\\n<ul>\\n<li>Tweak: Improved license mechanism for correct validation<\\/li>\\n<li>Fix: Sticky option causes unexpected results when using the Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18357\\\">#18357<\\/a>)<\\/li>\\n<li>Fix: Price list, Portfolio, Flip Box and Gallery widgets disappear when the direction is set to column in Container (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18880\\\">#18880<\\/a>)<\\/li>\\n<li>Fix: Quotes character is showing up as <code>&quot;<\\/code> when editing a note in Notes<\\/li>\\n<\\/ul>\\n<h4>3.7.2 - 2022-06-15<\\/h4>\\n<ul>\\n<li>Tweak: Applied optimized file handling in various modules<\\/li>\\n<li>Fix: Related posts query options are missing in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18633\\\">#18633<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18641\\\">#18641<\\/a>)<\\/li>\\n<li>Fix: Menu Cart Icon is not being displayed on all browsers when Inline Font Icons Experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17705\\\">#17705<\\/a>)<\\/li>\\n<li>Fix: Gallery widget is not working as expected in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18408\\\">#18408<\\/a>)<\\/li>\\n<li>Fix: Flip box is not visible when the direction is set to Row in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18413\\\">#18413<\\/a>)<\\/li>\\n<li>Fix: Portfolio widget is not visible when dragged into "Row" direction Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17653\\\">#17653<\\/a>)<\\/li>\\n<li>Fix: Menu cart is open automatically in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18629\\\">#18629<\\/a>)<\\/li>\\n<li>Fix: PHP error is being shown the license is expired in License screen<\\/li>\\n<\\/ul>\\n<h4>3.7.1 - 2022-05-16<\\/h4>\\n<ul>\\n<li>Fix: Notes icon appears as an empty square in admin top bar for users with permissions lower than Editor<\\/li>\\n<li>Fix: Notes experiment causes a PHP fatal error on some cases<\\/li>\\n<li>Fix: UI glitches in Notes feature<\\/li>\\n<\\/ul>\\n<h4>3.7.0 - 2022-05-10<\\/h4>\\n<ul>\\n<li>New: Introducing Notes - Work collaboratively directly within Elementor<\\/li>\\n<li>New: Stripe Button widget - Collect Stripe payments directly from your site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14748\\\">#14748<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Add to Cart dynamic tag - add products to cart from every widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10607\\\">#10607<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11801\\\">#11801<\\/a>)<\\/li>\\n<li>New: Added WooCommerce Product Content dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16367\\\">#16367<\\/a>)<\\/li>\\n<li>Tweak: Added Related, Upsells and Cross-Sells query sources to Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8071\\\">#8071<\\/a>)<\\/li>\\n<li>Tweak: Added custom icon control to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18007\\\">#18007<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14357\\\">#14357<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13151\\\">#13151<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11361\\\">#11361<\\/a>)<\\/li>\\n<li>Tweak: Added an option to minimize on Desktop device in Table of Contents widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9933\\\">#9933<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10729\\\">#10729<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10314\\\">#10314<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6691\\\">#6691<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11774\\\">#11774<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9051\\\">#9051<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6327\\\">#6327<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag controls to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5760\\\">#5760<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9774\\\">#9774<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom option in various Product widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10263\\\">#10263<\\/a>)<\\/li>\\n<li>Tweak: Added align button to bottom control in Posts and Archive Posts widgets<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added the ability to hide and show the coupon section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Cart widget<\\/li>\\n<li>Tweak: Added alignment option to various buttons in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added percentage unit to padding control in Additional Information customize section in WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added quick link to create new theme parts directly from the Finder<\\/li>\\n<li>Tweak: Added the option to add a custom template to Dashboard screen in My Account widget<\\/li>\\n<li>Tweak: Added spacing control to view cart button in various product widgets<\\/li>\\n<li>Tweak: Added the option to add a custom template to empty cart state in Cart widget<\\/li>\\n<li>Tweak: Adjusted the layout of the Payment Methods screen in the My Account widget<\\/li>\\n<li>Tweak: Added lazy load option to Media Carousel, Reviews and Testimonial Carousel widgets<\\/li>\\n<li>Tweak: Added Site Identity quick link to Logo widget<\\/li>\\n<li>Tweak: Added Site Identity quick link to Site Title widget<\\/li>\\n<li>Tweak: Created an attribute that allows disabling page transition for specific links<\\/li>\\n<li>Tweak: Added dynamic tag controls to Gallery widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Countdown widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Portfolio widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Price Table widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Login widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Blockquote widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Facebook Comments widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post Navigation widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Search Form widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Author Box widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Post info widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Posts widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Product Meta widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Archive Products widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Sitemap widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Reviews widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to Code Highlight widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to PayPal Button widget<\\/li>\\n<li>Tweak: Added dynamic tag controls to WooCommerce Checkout widget<\\/li>\\n<li>Tweak: Added missing PHP documentation to hooks<\\/li>\\n<li>Fix: Scrolling glitches on mobile devices when Sticky Effect is enabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17767\\\">#17767<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18330\\\">#18330<\\/a>)<\\/li>\\n<li>Fix: Only 1st honypot field is validated when using multiple honeypot fields in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18136\\\">#18136<\\/a>)<\\/li>\\n<li>Fix: Checkout button background color is not working as expected in Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18289\\\">#18289<\\/a>)<\\/li>\\n<li>Fix: Button labels are not accessible for screen readers in Share buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<li>Fix: Downloads titles controls are not working in responsive in WooCommerce Purchase Summary widget<\\/li>\\n<li>Fix: Excerpt length is not working as expected in Posts and Archive Posts widgets<\\/li>\\n<li>Fix: Titles & Totals weight is not working in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Product image is not appearing on Single Product Page on template load<\\/li>\\n<li>Fix: Additional Information title not editable in some scenarios in WooCommerce Checkout widget<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in Cart widget<\\/li>\\n<li>Fix: UI Glitch in Masonry control in Portfolio widget<\\/li>\\n<li>Fix: Custom breakpoints experiment didn\'t work on Single post and page templates<\\/li>\\n<li>Fix: Testimonial carousel & Reviews widgets disregards the <code>alt<\\/code> attribute<\\/li>\\n<li>Fix: Playlist widget deeplink didn\'t send user directly to the widget in the page<\\/li>\\n<li>Fix: Masonry option causes the images to disappear in the Editor in Posts widget<\\/li>\\n<li>Fix: Scrollbar appears after clicking on the dropdown toggle in Nav Menu widget<\\/li>\\n<li>Fix: Custom icons disappear on frontend if the pack name contains numbers<\\/li>\\n<li>Fix: Custom Font disappears if the name contains only numbers<\\/li>\\n<li>Fix: <code>end-section()<\\/code> is missing from Progress Tracker and Facebook Embed widgets<\\/li>\\n<li>Tweak: Added a filter for conditions cache query in Theme Builder<\\/li>\\n<li>Fix: Customizations lost on Ajax refresh in WooCommerce Cart widget<\\/li>\\n<li>Fix: Hello theme Header and Footer experiment is not working when WooCommerce plugin is active<\\/li>\\n<li>Fix: Color controls are not working as expected in Checkout widget<\\/li>\\n<li>Fix: Color controls are not working as expected in My Account widget<\\/li>\\n<li>Fix: Empty state widget preview in the editor is disappearing in various widgets<\\/li>\\n<li>Fix: Cart is not updating automatically on mobile in WooCommerce Cart widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-7-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.6.5 - 2022-04-12<\\/h4>\\n<ul>\\n<li>Fix: Compatibility issues for several widgets in iOS 14 and macOS 13 devices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18090\\\">#18090<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15910\\\">#15910<\\/a>)<\\/li>\\n<li>Fix: Button Alignment doesn\'t work in Custom Add To Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17810\\\">#17810<\\/a>)<\\/li>\\n<li>Fix: PHP warning is thrown in some cases in PayPal button widget<\\/li>\\n<li>Fix: PHP 8.1 throws errors and notices in some cases<\\/li>\\n<li>Fix: PHP notice was thrown when Kit Import process initiated without display conditions<\\/li>\\n<li>Fix: Create Account button always opens on the Sign Up screen even if the user has an account in Onboarding process<\\/li>\\n<\\/ul>\\n<h4>3.6.4 - 2022-03-15<\\/h4>\\n<ul>\\n<li>Tweak: Kit import dynamic reference support for templates and dynamic tags<\\/li>\\n<li>Tweak: Updated tested up to version tag to <code>3.6.0<\\/code><\\/li>\\n<li>Fix: Sticky caused scrolling issues after clicking an element that expands the page height (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17821\\\">#17821<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17839\\\">#17839<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18069\\\">#18069<\\/a>)<\\/li>\\n<li>Fix: When saving Global widget JS error is being thrown and editor fails to load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17954\\\">#17954<\\/a>)<\\/li>\\n<li>Fix: Motion effects are missing from Background section under Style tab in Container element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/18063\\\">#18063<\\/a>)<\\/li>\\n<li>Fix: Imported Kit doesn\'t appear in the theme builder after successful import in some cases<\\/li>\\n<li>Fix: Added future Pro support to fix the Cart icon that shifted aside in Menu cart widget<\\/li>\\n<\\/ul>\\n<h4>3.6.3 - 2022-02-28<\\/h4>\\n<ul>\\n<li>Fix: Custom Code display conditions modal is not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17865\\\">#17865<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17942\\\">#17942<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17994\\\">#17994<\\/a>)<\\/li>\\n<li>Fix: Share buttons are not accessible for keyboard navigation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8615\\\">#8615<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.6.2 - 2022-02-14<\\/h4>\\n<ul>\\n<li>Fix: Auto updates mechanism is not working as expected (this version might be also installed automatically)<\\/li>\\n<\\/ul>\\n<h4>3.6.1 - 2022-02-09<\\/h4>\\n<ul>\\n<li>Tweak: Allow connecting via generic source for future feature support<\\/li>\\n<li>Fix: Custom Code doesn\'t work when WooCommerce is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17675\\\">#17675<\\/a>)<\\/li>\\n<li>Fix: Content animation didn\'t work when Improved asset loading experiment is active Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17055\\\">#17055<\\/a>)<\\/li>\\n<li>Fix: PHP warning appears some times when trying to force-check for available updates<\\/li>\\n<li>Fix: Page transitions are being triggered when not needed<\\/li>\\n<li>Fix: Text alignment on Tablet responsive device affects base device in Testimonial Carousel widget<\\/li>\\n<li>Fix: Harden Submissions feature to prevent potential security issues<\\/li>\\n<li>Fix: Page Transitions Icon option Preloader doesn\'t work on frontend<\\/li>\\n<\\/ul>\\n<h4>3.6.0 - 2022-01-31<\\/h4>\\n<ul>\\n<li>New: WooCommerce Purchase Summary widget - Fully customize the content and style of your order summary page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5756\\\">#5756<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15862\\\">#15862<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices styling on Site Settings - Customize the appearance of WooCommerce notices (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14570\\\">#14570<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15896\\\">#15896<\\/a>)<\\/li>\\n<li>New: WooCommerce Notices widget - Set the position of WooCommerce notices on your shop pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8124\\\">#8124<\\/a>)<\\/li>\\n<li>Experiment: Page Transitions - Customize the page loading experience, and increase brand recognition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10576\\\">#10576<\\/a>)<\\/li>\\n<li>Tweak: Added WooCommerce & Theme Elements widgets to Improved CSS Loading experiment to save up 126KB per page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17412\\\">#17412<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17337\\\">#17337<\\/a>)<\\/li>\\n<li>Tweak: Added new layout options in WooCommerce Add To Cart and WooCommerce Custom Add To Cart widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5437\\\">#5437<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10617\\\">#10617<\\/a>)<\\/li>\\n<li>Tweak: Added Stroke functionality for typography control in various widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11158\\\">#11158<\\/a>)<\\/li>\\n<li>Tweak: Removed <code>elementor-section-wrap<\\/code> by adding it to the Optimized DOM Output experiment (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16950\\\">#16950<\\/a>)<\\/li>\\n<li>Tweak: Added style controls for variations in WooCommerce Menu Cart widget<\\/li>\\n<li>Tweak: Added color control to navigation dots in Media Carousel, Reviews, and Slides widgets<\\/li>\\n<li>Tweak: Disabled Vimeo autoplay on edit mode when getting video data in Video Playlist widget<\\/li>\\n<li>Tweak: Added notice about Facebook\'s new EU consent policy in Facebook Button, Facebook Comments, Facebook Embed, and Facebook Page widgets<\\/li>\\n<li>Tweak: Refactor string translation calls to use native WP translation methods<\\/li>\\n<li>Tweak: Convert <code>home_url<\\/code> license API call to <code>get_site_url<\\/code> for better compatibility<\\/li>\\n<li>Tweak: Promoted Default to New Theme Builder and Scroll Snap experiments to Stable status in Experiments screen<\\/li>\\n<li>Tweak: Scroll Snap experiment set to active by default for all websites in Experiments screen<\\/li>\\n<li>Tweak: Scrolling Effects in Header and Section backgrounds are not working as expected when effects are relative to the entire page<\\/li>\\n<li>Tweak: Added "Auto Updates" capability to Pro versions<\\/li>\\n<li>Tweak: Removed sequenced animation hover effect option from Classic skin in Call to Action widget<\\/li>\\n<li>Tweak: Added "Excerpt Length" control in Post Excerpt widget<\\/li>\\n<li>Tweak: Deleted deprecated methods from Query Control module<\\/li>\\n<li>Tweak: Adjusted Inline-CSS Experiment to work with Additional Custom Breakpoints experiment<\\/li>\\n<li>Fix: Automatically open cart functionality didn\'t work in product page in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5921\\\">#5921<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16276\\\">#16276<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16879\\\">#16879<\\/a>)<\\/li>\\n<li>Fix: Buttons are not visible when there are too many products in the cart in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17283\\\">#17283<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>,<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13005\\\">#13005<\\/a>)<\\/li>\\n<li>Fix: Mini cart modal z-index is too low in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16333\\\">#16333<\\/a>)<\\/li>\\n<li>Fix: Side cart buttons are not visible at first glance on mobile in WooCommerce Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16221\\\">#16221<\\/a>)<\\/li>\\n<li>Fix: Read More field recognizes inline HTML elements as plain text in Posts and Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16985\\\">#16985<\\/a>)<\\/li>\\n<li>Fix: Load More functionality caused JS error console in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17036\\\">#17036<\\/a>)<\\/li>\\n<li>Fix: Autoplay is not working as expected when the lazy load is active in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15304\\\">#15304<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16274\\\">#16274<\\/a>)<\\/li>\\n<li>Fix: Right navigation area wasn\'t 100% clickable in Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14252\\\">#14252<\\/a>)<\\/li>\\n<li>Fix: Posts duplicate when there are two Posts widgets inside a page using pagination functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/17056\\\">#17056<\\/a>)<\\/li>\\n<li>Fix: Global widget changes are not reflected on frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16820\\\">#16820<\\/a>)<\\/li>\\n<li>Fix: JS Error console message when using the Load More functionality and Post Per Page option in Posts widget<\\/li>\\n<li>Fix: Heading styling is not being loaded when Inline CSS experiment is active in Post and Page Title widgets<\\/li>\\n<li>Fix: Sticky offset not working as expected when changing device mode on the browser<\\/li>\\n<li>Fix: Scroll Snap functionality wasn\'t applied on Templates and Archives<\\/li>\\n<li>Fix: Toggle icon color didn\'t work on hover state when Inline Font Icons experiment is activated in Nav Menu widget<\\/li>\\n<li>Fix: Variations style controls are not working as expected in WooCommerce Add to Cart widget<\\/li>\\n<li>Fix: Display conditions module is not working as expected when using the new Theme Builder UI<\\/li>\\n<li>Fix: Edit header handles <code>z-index<\\/code> issues in Header document<\\/li>\\n<li>Fix: Panel icons UI glitch in Call To Action widget<\\/li>\\n<li>Fix: WordPress 5.9 <code>WP_User_query<\\/code> <code>who<\\/code> argument deprecation adjustments<\\/li>\\n<\\/ul>\\n<h4>3.5.2 - 2021-11-28<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted license mechanism to support trial period<\\/li>\\n<li>Fix: Updates made to Global Widgets do not reflect accordingly to linked widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815\\\">#16815<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle button doesn\'t change to \\u201cclose\\u201d when menu is collapsed in Nav Menu widget when Inline Font Awesome experiment is active<\\/li>\\n<li>Fix: Global Widget cannot be unlinked<\\/li>\\n<\\/ul>\\n<h4>3.5.1 - 2021-11-10<\\/h4>\\n<ul>\\n<li>Fix: Inline HTML elements appear as plain text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16816\\\">#16816<\\/a>)<\\/li>\\n<li>Fix: Dropdown items inherited values from Main Menu space between control in Nav Menu widget (<a href=\\\"(https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16815)\\\">#16815<\\/a><\\/li>\\n<li>Fix: Order Summary titles style controls not applying on various devices in Cart widget<\\/li>\\n<li>Fix: Panel "Need Help" link is not correct in WooCommerce section in Site Settings<\\/li>\\n<\\/ul>\\n<h4>3.5.0 - 2021-11-01<\\/h4>\\n<ul>\\n<li>New: WooCommerce Checkout widget - Fully customize the content and style of your checkout page (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15990\\\">#15990<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce Cart widget - Style your cart page the way you want with design flexibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15282\\\">#15282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13218\\\">#13218<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: WooCommerce My Account widget - Create a custom design for your my account pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11014\\\">#11014<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5383\\\">#5383<\\/a>)<\\/li>\\n<li>New: Progress Tracker widget - Motivate your customers to keep reading your site content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16576\\\">#16576<\\/a>)<\\/li>\\n<li>New: Meet WooCommerce Site Settings - Set your store pages within Elementor<\\/li>\\n<li>Experiment: Scroll Snap - Set the scene of every scroll (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10752\\\">#10752<\\/a>)<\\/li>\\n<li>Tweak: Changed infrastructure to prevent rendering bugs in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16354\\\">#16354<\\/a>)<\\/li>\\n<li>Tweak: Added the option to open submission in a new tab in Form Submissions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14967\\\">#14967<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive controls in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1851\\\">#1851<\\/a>)<\\/li>\\n<li>Tweak: Split Title and Price styling controls in Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7688\\\">#7688<\\/a>)<\\/li>\\n<li>Tweak: Added various responsive capabilities to controls in Posts Archive widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Changed admin notice content when Pro installed without Core installed<\\/li>\\n<li>Tweak: Cleanup in <code>wp_options<\\/code> table<\\/li>\\n<li>Tweak: Changed Connect logic in Elementor top bar to simplify the connect process<\\/li>\\n<li>Tweak: Marked new Theme Builder as an Experiment and set to default for new sites<\\/li>\\n<li>Tweak: Enforced better security policies in various widgets and modules<\\/li>\\n<li>Tweak: Added load more button functionality to the Posts Archive widget<\\/li>\\n<li>Tweak: Renamed Elementor\'s responsive SCSS variables<\\/li>\\n<li>Tweak: Added dividers to horizontal layout in Nav Menu widget<\\/li>\\n<li>Tweak: Removed Google+ social network from Share Buttons widget<\\/li>\\n<li>Tweak: Convert usage of old Responsive class to use the new Breakpoints Manager<\\/li>\\n<li>Fix: jQuery in Heading doesn\'t work for not logged in users in Custom Code (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14515\\\">#14515<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14266\\\">#14266<\\/a>)<\\/li>\\n<li>Fix: Menu animation causing page horizontal scroll in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15184\\\">#15184<\\/a>)<\\/li>\\n<li>Fix: Wrong function call in Table of Content & Post Excerpt widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16547\\\">#16547<\\/a>)<\\/li>\\n<li>Fix: Slides to Scroll control can\'t be set to Default if Widescreen mode has a value in Testimonial Carousel widget<\\/li>\\n<li>Fix: Sticky offset not working properly when changing device mode<\\/li>\\n<li>Fix: UTF character issues when exporting CSV file in Form Submissions<\\/li>\\n<li>Fix: Load More functionality doesn\'t work when the Posts widget placed inside an Archive template<\\/li>\\n<li>Fix: UI glitches and editing issues in Video Playlist widget<\\/li>\\n<\\/ul>\\n<h4>3.4.2 - 2021-10-12<\\/h4>\\n<ul>\\n<li>Fix: Icons color style conflicts when Font-Awesome Inline experiment is active in Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16435\\\">#16435<\\/a>)<\\/li>\\n<li>Fix: Mini Cart hides page content when closed in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16305\\\">#16305<\\/a>)<\\/li>\\n<li>Fix: UI glitches in the Editor edit mode when inserting Post Content widget and Font-Awesome Inline experiment is active in Single Post template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16358\\\">#16358<\\/a>)<\\/li>\\n<li>Fix: Slides per view controls disappeared from multiple breakpoints in Testimonial Carousel<\\/li>\\n<li>Fix: Product variations UI glitch in Menu Cart widget<\\/li>\\n<li>Fix: Buttons UI glitch on Safari browser in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.1 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Fix: Sticky functionality is not working if the Additional Custom Breakpoints experiment is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16186\\\">#16186<\\/a>)<\\/li>\\n<li>Fix: Slideshow skin UI glitch in Media Carousel widget<\\/li>\\n<li>Fix: Product price typography weight control is not working as expected in Menu Cart widget<\\/li>\\n<\\/ul>\\n<h4>3.4.0 - 2021-09-01<\\/h4>\\n<ul>\\n<li>Tweak: Added new Mini Cart layout type in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11312\\\">#11312<\\/a>)<\\/li>\\n<li>Tweak: Added styling options for Cart, Products, and Cart buttons in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14952\\\">#14952<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to open cart automatically when an item is added in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14119\\\">#14119<\\/a>)<\\/li>\\n<li>Tweak: Added the ability to remove an item from cart without reloading the page with an AJAX request (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9531\\\">#9531<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10875\\\">#10875<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11309\\\">#11309<\\/a>)<\\/li>\\n<li>Tweak: Added Load More AJAX functionality to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1284\\\">#1284<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14557\\\">#14557<\\/a>)<\\/li>\\n<li>Tweak: Added Vimeo support to the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15319\\\">#15319<\\/a>)<\\/li>\\n<li>Tweak: Improved asset loading performance by serving lighter JS files (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>)<\\/li>\\n<li>Tweak: Added query string to the URL only after the first video is played in Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15348\\\">#15348<\\/a>)<\\/li>\\n<li>Tweak: Added various layout options with more responsive controls and cart structure options in Menu Cart widget<\\/li>\\n<li>Tweak: Added the option to open the menu cart by click or hover in Menu Cart widget<\\/li>\\n<li>Tweak: Added the ability to choose a specific product to draw data from in WooCommerce Dynamic tags<\\/li>\\n<li>Tweak: Removed auto-scroll to the widget location when arriving from external URL in Video Playlist widget<\\/li>\\n<li>Tweak: Removed the Video Playlist widget from the Experiments list<\\/li>\\n<li>Tweak: Added descriptive error messages for MailChimp action after submit and on form submit in Forms widget<\\/li>\\n<li>Tweak: Added tooltip trigger None and Hover for link in Hotspot widget<\\/li>\\n<li>Tweak: Added responsive controls to Offset and Effects Offset in Sticky options<\\/li>\\n<li>Tweak: Added responsive control to Alignment in Testimonial Carousel widget<\\/li>\\n<li>Tweak: Adjusted Motion Effects module to support future feature<\\/li>\\n<li>Tweak: Added future compatibility to support better loading of <code>eicons<\\/code> font<\\/li>\\n<li>Tweak: Changed Rename Part title and button color in Theme Builder<\\/li>\\n<li>Fix: Products don\'t appear on the cart while editing in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15451\\\">#15451<\\/a>)<\\/li>\\n<li>Fix: Videos always start muted in the Video Playlist widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15292\\\">#15292<\\/a>)<\\/li>\\n<li>Fix: Unnecessary spacing if submenu indicator is set to None in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15365\\\">#15365<\\/a>)<\\/li>\\n<li>Fix: MailChimp double opt-in feature doesn\'t work in Forms widget<\\/li>\\n<li>Fix: Fetching MailChimp groups field blocks the loading of the rest of the fields in the Form widget<\\/li>\\n<li>Fix: Missing field IDs causes forms not to be sent in Forms widget<\\/li>\\n<li>Fix: Full Content Skin is not working properly when inserted twice on the same page in Posts widget<\\/li>\\n<li>Fix: Avoid Duplicates option doesn\'t exclude manual selections in Posts widget<\\/li>\\n<li>Fix: Submenu indicator alignment issue in Nav menu widget<\\/li>\\n<li>Fix: Query control deprecated message appears when debug mode is defined<\\/li>\\n<li>Fix: Tweet Button icon incorrect color and size when the icon is rendered as SVG in Blockquote widget<\\/li>\\n<li>Fix: Video icon size is not changing on Active state in Video Playlist widget<\\/li>\\n<li>Fix: Header icon color is not working in Table Of Content widget<\\/li>\\n<li>Fix: Icons style glitches when Font Awesome Inline experiment is active in Video Playlist widget<\\/li>\\n<li>Fix: Bullet markers are not visible on preview mode when Font Awesome Inline experiment is active in Table of Content widget<\\/li>\\n<li>Fix: UI Glitch when Font-Awesome Inline experiment is active in Price Table widget<\\/li>\\n<li>Fix: Submenu Indicator appears larger when Font Awesome Inline experiment is active in Nav Menu widget<\\/li>\\n<li>Fix: Part name is deleted when clicking on the "Change" Button without changing the name in Theme Builder<\\/li>\\n<li>Fix: Redundant pagination queries in the Editor<\\/li>\\n<li>Deprecated: Remove all usages of <code>ElementorUtils::get_create_new_post_url()<\\/code><\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-4-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.3.8 - 2021-08-23<\\/h4>\\n<ul>\\n<li>Fix: Products grid width issue when adjusting columns and rows in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16001\\\">#16001<\\/a>)<\\/li>\\n<li>Fix: Font Awesome Inline experiment causes icons glitch in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/16045\\\">#16045<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA v3 <code>z-index<\\/code> is lower than the Section\'s background color<\\/li>\\n<li>Fix: Style missing when Font Awesome inline experiment is active in Post Info widget<\\/li>\\n<li>Fix: Font Awesome icons were not loaded in Post Info widget<\\/li>\\n<li>Fix: Zero character can\'t be used as a placeholder in Number field in Form widget<\\/li>\\n<li>Fix: Carousels are not working properly in the Editor when Additional Custom Breakpoints experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.7 - 2021-08-15<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Additional Custom Breakpoints in Nav Menu widget<\\/li>\\n<li>Tweak: Added support for Additional Custom breakpoints in Motion Effects<\\/li>\\n<li>Fix: Columns didn\'t respond to changes in Gallery widget if Additional Custom Breakpoints Experiment is active<\\/li>\\n<\\/ul>\\n<h4>3.3.6 - 2021-08-10<\\/h4>\\n<ul>\\n<li>Tweak: Added support for future feature in Nav Menu widget<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Related widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Upsells widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<li>Fix: WooCommerce responsive grid styles are not being reflected in Product Categories widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15857\\\">#15857<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.5 - 2021-08-01<\\/h4>\\n<ul>\\n<li>Fix: Responsive layout glitches in Products and Products Archive widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15773\\\">#15773<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA V3 integration conflict with required fields validation in Forms widget<\\/li>\\n<\\/ul>\\n<h4>3.3.4 - 2021-07-21<\\/h4>\\n<ul>\\n<li>Fix: Grid layout glitch in WooCommerce Products Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15718\\\">#15718<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.3.3 - 2021-07-20<\\/h4>\\n<ul>\\n<li>Tweak: Added a descriptive message in Collect Submissions action after submit<\\/li>\\n<li>Tweak: Added future compatibility for Additional Custom Breakpoints for Pro widgets<\\/li>\\n<li>Fix: Some widget style breaks when Improved CSS Loading Experiment is active in certain cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15632\\\">#15632<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15683\\\">#15683<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15660\\\">#15660<\\/a>)<\\/li>\\n<li>Fix: Translation update keep appearing as available after install (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14297\\\">#14297<\\/a>)<\\/li>\\n<li>Fix: Wrong default icon color when using Font Awesome icons as inline SVG in Call to Action widget<\\/li>\\n<\\/ul>\\n<h4>3.3.2 - 2021-07-13<\\/h4>\\n<ul>\\n<li>Tweak: Updated plugin description<\\/li>\\n<li>Fix: MailChimp tags in form widget replaced existing tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Fix: Clicking videos from the items list in edit mode doesn\\u2019t initiate videos properly<\\/li>\\n<li>Fix: User unauthorized message when activated but not connected in Kit Library<\\/li>\\n<li>Fix: Carousel widgets did not support additional custom breakpoint responsive values<\\/li>\\n<li>Fix: Tab border is overridden by the Section background color in Video Playlist widget<\\/li>\\n<li>Fix: Widgets style breaks when Improved CSS Load experiment is active in a Single Page template and Post Content widget<\\/li>\\n<\\/ul>\\n<h4>3.3.1 - 2021-06-20<\\/h4>\\n<ul>\\n<li>Tweak: Added support for more Theme Builder display conditions in Export \\/ Import experiment<\\/li>\\n<li>Tweak: Adjusted License page heading structure for future feature<\\/li>\\n<li>Tweak: Adjusted Font Awesome icon for allowing support for future feature<\\/li>\\n<li>Fix: <code>frontend.min.js<\\/code> file size increased in Elementor Pro 3.3.0 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/15278\\\">#15278<\\/a>)<\\/li>\\n<li>Fix: Prevent conditions from being reset when object cache is enabled in site (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13299\\\">#13299<\\/a>)<\\/li>\\n<li>Fix: Custom Code publish modal responsiveness issues (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14519\\\">#14519<\\/a>)<\\/li>\\n<li>Fix: Populating fields with options programmatically doesn\'t appear in Submissions screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10671\\\">#10671<\\/a>)<\\/li>\\n<li>Fix: Large images are not shown on the Image Carousel widget when set via Toolset dynamic tag<\\/li>\\n<li>Fix: Enable inline editing to the inner content tabs in Video Playlist widget<\\/li>\\n<li>Fix: Clicking on the video list doesn\'t play videos properly in Video Playlist widget<\\/li>\\n<li>Fix: Hide Play Icon control when Image overlay is toggled off in Video Playlist widget<\\/li>\\n<li>Fix: Removed extra space below the player when viewing from mobile view in Video Playlist widget<\\/li>\\n<li>Fix: Import button is not working properly in Theme Builder interface<\\/li>\\n<li>Fix: Preview Dynamic Content as control is not updating preview and throws an error in Popup Builder<\\/li>\\n<\\/ul>\\n<h4>3.3.0 - 2021-06-08<\\/h4>\\n<ul>\\n<li>New: Video Playlist widget - Add Engaging Video Content to Your Website (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11859\\\">#11859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7803\\\">#7803<\\/a>)<\\/li>\\n<li>New: Hotspot widget - Create Interactive Images With Contextually Relevant Information (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7282\\\">#7282<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2768\\\">#2768<\\/a>)<\\/li>\\n<li>Tweak: Accessibility improvements for sub-menus in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13859\\\">#13859<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13810\\\">#13810<\\/a>)<\\/li>\\n<li>Tweak: MailChimp action after submit can now add new tags to existing subscribers in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11111\\\">#11111<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/forms\\/record\\/actions_before<\\/code> to filter the record before it sent to Actions After Submit in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14261\\\">#14261<\\/a>)<\\/li>\\n<li>Tweak: Yoast SEO breadcrumbs widget can be used in Elementor without the need of enabling them in Yoast setting<\\/li>\\n<li>Tweak: Added future support for widgets CSS conditional loading (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10329\\\">#10329<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/14229\\\">#14229<\\/a>)<\\/li>\\n<li>Tweak: Added future support for Sticky JS library conditional loading<\\/li>\\n<li>Tweak: Added future support for Import \\/ Export experiment<\\/li>\\n<li>Tweak: Preparations and fixes for Import Export Experiment in Pro version<\\/li>\\n<li>Tweak: Added gradient button capabilities to Login widget buttons<\\/li>\\n<li>Tweak: Added gradient button capabilities to Slides widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Price Table widget button<\\/li>\\n<li>Tweak: Added gradient button capabilities to Flip Box widget button<\\/li>\\n<li>Tweak: Added Code Highlight widget Developers Documentation<\\/li>\\n<li>Tweak: Adjusted Submissions page for future updates<\\/li>\\n<li>Tweak: Added <code>em<\\/code> and <code>%<\\/code> units for padding control in Carousel widgets<\\/li>\\n<li>Tweak: Shorten currency name to currency symbol in PayPal button widget<\\/li>\\n<li>Fix: Custom Fonts URLs should be replaced when replace URL is triggered (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7376\\\">#7376<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10382\\\">#10382<\\/a>)<\\/li>\\n<li>Fix: The currency symbol size changed in the Price Table widget if enabling sale (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13519\\\">#13519<\\/a>)<\\/li>\\n<li>Fix: Nav Menu widget is not loading Font Awesome submenu icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9907\\\">#9907<\\/a>)<\\/li>\\n<li>Fix: Hamburger toggle is not working in Nav menu widget<\\/li>\\n<li>Fix: Activation bug for IDN domains<\\/li>\\n<li>Fix: Conditions modal responsive glitches in Custom Code<\\/li>\\n<li>Fix: Duplicated strings in Custom Code module<\\/li>\\n<li>Fix: Enable resize option for code input field in Custom Code<\\/li>\\n<li>Fix: \\u201cSave & Close \\u201cbutton in Custom Code\'s Conditions modal was not visible on small screen sizes<\\/li>\\n<li>Fix: Removing a column from a section in the navigator resulted in an empty section<\\/li>\\n<li>Fix: Recommend option is cut If the layout is not "Standard" in the Facebook Button widget<\\/li>\\n<li>Fix: Video item does not play without adding an image in Media Carousel widget<\\/li>\\n<li>Fix: <code>search-plus<\\/code> icon missing from panel in Media Carousel widget<\\/li>\\n<li>Fix: UI hover state glitch in Media Carousel widget<\\/li>\\n<li>Fix: PHP notice was thrown when trying to import a kit without overrideConditions parameter in Kit Import flow<\\/li>\\n<li>Fix: Templates conditions not imported if there are no conflicts in Import Export Experiment<\\/li>\\n<li>Fix: Non english values are not encoded properly on Submissions export<\\/li>\\n<li>Fix: Theme Builder import is not working properly<\\/li>\\n<li>Fix: UI glitch when no global widgets were found in Editor Panel<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-3-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.2.2 - 2021-05-05<\\/h4>\\n<ul>\\n<li>Tweak: Added support for Expert tier templates in Templates Library<\\/li>\\n<li>Tweak: Updated compatibility tag to support Elementor v3.2.x<\\/li>\\n<li>Tweak: Added compatibility for future Library improvements<\\/li>\\n<li>Fix: Toolset image dynamic field is not working with Gallery widget<\\/li>\\n<\\/ul>\\n<h4>3.2.1 - 2021-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added strings context in PayPal button and Price Table widgets<\\/li>\\n<li>Tweak: Added support for future Import \\/ Export Kit feature<\\/li>\\n<li>Fix: Submissions with over than 191 characters weren\'t indexed properly<\\/li>\\n<\\/ul>\\n<h4>3.2.0 - 2021-03-14<\\/h4>\\n<ul>\\n<li>New: PayPal Button widget - Collect PayPal payments directly from your site<\\/li>\\n<li>Experiment: Submissions - Save all of your form submissions in one place (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1686\\\">#1686<\\/a>)<\\/li>\\n<li>Tweak: Added Stay In Column option to Inner Section element (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7956\\\">#7956<\\/a>)<\\/li>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Tweak: Changed descriptive text in Create Custom Code screen<\\/li>\\n<li>Tweak: Added support for dynamic capabilities in Code Highlight widget<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>share-link<\\/code> library<\\/li>\\n<li>Tweak: Added support for future load on demand for <code>dialog<\\/code> library in Popup<\\/li>\\n<li>Tweak: Allow overwriting the assets URL when using a mirror domain<\\/li>\\n<li>Fix: Animation was triggered multiple times when accessing the viewport in certain cases in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13951\\\">#13951<\\/a>)<\\/li>\\n<li>Fix: Location is not being updated after a Custom Code snippet is published (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13971\\\">#13971<\\/a>)<\\/li>\\n<li>Fix: Custom Fonts CSS files were not updated after regenerating CSS files<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: Empty order buttons are displayed in Custom Fonts screen<\\/li>\\n<li>Fix: Typo in \'Reply To\' Email action after submit placeholder in Forms widget<\\/li>\\n<li>Fix: Unnecessary Save Draft button in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Custom Code<\\/li>\\n<li>Fix: Sanitized options in the editor to enforce better security policies<\\/li>\\n<li>Deprecated: See all deprecations to this version in our (<a href=\\\"https:\\/\\/developers.elementor.com\\/v3-2-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.1.1 - 2021-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Adjusted \'Max Height\' control range in Table of Contents widget<\\/li>\\n<li>Fix: Popup event handler is undefined (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11475]\\\">#11475<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10690\\\">#10690<\\/a>)<\\/li>\\n<li>Fix: Conditions modal is not responsive in Custom Code<\\/li>\\n<li>Fix: RTL glitches in Code Highlight widget<\\/li>\\n<li>Fix: Minor UI glitches in Code Highlight widget<\\/li>\\n<li>Fix: Users can\'t get Pro Developer Edition version updates<\\/li>\\n<\\/ul>\\n<h4>3.1.0 - 2021-02-13<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Code - Add custom code snippets to your site, including <code>head<\\/code>, <code>body<\\/code> start and <code>body<\\/code> end<\\/li>\\n<li>New: Meet Code Highlight widget - showcase any syntax with highlighted UI (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5815\\\">#5815<\\/a>)<\\/li>\\n<li>Experiment: Improved Pro widgets performance by loading JS and Swiper assets conditionally in frontend (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8572\\\">#8572<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/experiment-optimized-asset-loading\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Compatibility Tag support in Elementor Pro (<a href=\\\"https:\\/\\/developers.elementor.com\\/compatibility-tag\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Rotating Text animation in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4625\\\">#4625<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added an option to set Selected color for Typing effect in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5403\\\">#5403<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7826\\\">#7826<\\/a>)<\\/li>\\n<li>Tweak: Added animation Loop option for Animated Headline (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9749\\\">#9749<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2457\\\">#2457<\\/a>)<\\/li>\\n<li>Tweak: Added timing options for Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4392\\\">#4392<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8569\\\">#8569<\\/a>)<\\/li>\\n<li>Tweak: Added Word Wrap control to Code Highlight widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13577\\\">#13577<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.15.1<\\/li>\\n<li>Tweak: Improved method of loading field mapping repeater in Form widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/how-to-add-a-repeater-control-to-elementor-add-on\\/\\\">Developer Documentation<\\/a>)<\\/li>\\n<li>Tweak: Added "Show on Browsers" Popup Advanced Rule<\\/li>\\n<li>Tweak: Added real-time JS handling to prevent redundant renders in Slides widget and all Carousel widgets<\\/li>\\n<li>Tweak: Import scroll utility from core and remove it from Pro<\\/li>\\n<li>Tweak: Added alignment options for Post Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9757\\\">#9757<\\/a>)<\\/li>\\n<li>Tweak: Changed alignment control to work with selectors in Share Buttons<\\/li>\\n<li>Tweak: Upgraded to Webpack 5, Grunt-Webpack 4 and TerserPlugin instead of UglifyJsPlugin<\\/li>\\n<li>Fix: Steps Divider is not vertically aligned in Multi Step Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12569\\\">#12569<\\/a>)<\\/li>\\n<li>Fix: Slides are playing in an infinite loop mode even when the option is disabled in Slides Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Redundant spacing is added to Share Buttons widget<\\/li>\\n<li>Fix: Step buttons text is not updated without a page reload in Forms widget<\\/li>\\n<li>Fix: Overflow issue in certain animations in Animated Headline widget<\\/li>\\n<li>Fix: When dragging a new Testimonial Carousel there is a console error thrown<\\/li>\\n<li>Fix: Step Buttons are cut in mobile view in Multi Step Form<\\/li>\\n<li>Fix: Submit and Step buttons size differences when using Twenty Twenty theme<\\/li>\\n<li>Fix: Duplicate button Text Color control in Slides widget<\\/li>\\n<li>Fix: JS error is thrown when editing and saving global widgets<\\/li>\\n<li>Fix: <code>get_version<\\/code> API function may fail with Redis \\/ DB cache<\\/li>\\n<li>Fix: Multiple license check requests are created in certain cases<\\/li>\\n<li>Deprecated: Deprecate methods prefixed with an underscore and replace them with unprefixed methods<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-1-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>3.0.10 - 2021-01-20<\\/h4>\\n<ul>\\n<li>Tweak: Added Editing Handles string translation compatibility with Elementor v3.1.0<\\/li>\\n<\\/ul>\\n<h4>3.0.9 - 2020-12-29<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility to support Elementor 3.1.0<\\/li>\\n<li>Fix: Wrong phrasing of Import template success message in Theme Builder<\\/li>\\n<li>Fix: Border color glitch in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.8 - 2020-11-26<\\/h4>\\n<ul>\\n<li>Fix: Navigation arrows UI glitch in Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/13172\\\">#13172<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>3.0.7 - 2020-11-25<\\/h4>\\n<ul>\\n<li>Fix: Console Error when dragging Testimonials Carousel widget<\\/li>\\n<li>Fix: Arrows of Testimonial and Reviews Carousel widgets navigate to the wrong direction in RTL websites<\\/li>\\n<li>Fix: Removed the conditional loading of Webpack<\\/li>\\n<li>Fix: Fatal error is thrown after deleting an associated custom taxonomy when Posts widget with Cards skin has a badge<\\/li>\\n<li>Fix: Upload JSON files only when the user allowed to prevent security issues<\\/li>\\n<li>Fix: Gallery not displayed in Theme Builder templates preview<\\/li>\\n<\\/ul>\\n<h4>3.0.6 - 2020-11-04<\\/h4>\\n<ul>\\n<li>Tweak: Updated the embedded post in Facebook Embed widget<\\/li>\\n<li>Fix: Minor UI glitches in Theme Builder\'s conditions screen footer<\\/li>\\n<li>Fix: Template type changes into Single Page after conditions change in Theme Builder<\\/li>\\n<li>Fix: Redundant Custom Caption option in Site Logo widget<\\/li>\\n<li>Fix: Removed unused code in Drip integration<\\/li>\\n<li>Fix: Removed Weibo and WeChat social networks due to website and links inactivity from Share Buttons widget<\\/li>\\n<li>Fix: Removed redundant code from Portfolio and Post Navigation widgets<\\/li>\\n<\\/ul>\\n<h4>3.0.5 - 2020-09-23<\\/h4>\\n<ul>\\n<li>Fix: If the default page layout is set to "Canvas" Headers and Footers cannot be edited<\\/li>\\n<li>Fix: Product Image Dynamic Tag throws an error when no image is set<\\/li>\\n<li>Fix: Missing Single document placeholder in Theme Builder<\\/li>\\n<li>Fix: Document editing handles inherit the <code>font-family<\\/code> from 3rd party source<\\/li>\\n<li>Fix: Can\'t add linebreaks to Textarea input when used as Multi Step Form<\\/li>\\n<li>Fix: Incorrect width in Facebook Page widget<\\/li>\\n<li>Fix: Added compatibility to allow the use of \'get_create_url\' in Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.4 - 2020-09-09<\\/h4>\\n<ul>\\n<li>Fix: Autogenerated screenshots appear in WP Media Library modal (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12304\\\">#12304<\\/a>)<\\/li>\\n<li>Fix: Make sure Elementor Posts widget Pagination doesn\'t interfere with 3rd party plugins (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Shrinking conditions indicator in Theme Builder<\\/li>\\n<li>Fix: Column can\'t be dragged and dropped if it populates a Global widget<\\/li>\\n<li>Fix: Styles are missing from Single templates in some edge cases<\\/li>\\n<\\/ul>\\n<h4>3.0.3 - 2020-09-02<\\/h4>\\n<ul>\\n<li>Fix: Pagination doesn\'t work in WordPress 5.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12126\\\">#12126<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12127\\\">#12127<\\/a>)<\\/li>\\n<li>Fix: Change delete template action to "Move to Trash" in the new Theme Builder view<\\/li>\\n<\\/ul>\\n<h4>3.0.2 - 2020-08-31<\\/h4>\\n<ul>\\n<li>Tweak: Replaced WordPress "Learn More" links with dynamic links for better control over time (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12312\\\">#12312<\\/a>)<\\/li>\\n<li>Tweak: UI tweaks to the Conditions screen In the new Theme Builder<\\/li>\\n<li>Fix: Motion Effects not working when assigned to a column and throws JS error when DOM optimization is disabled (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12299\\\">#12299<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12275\\\">#12275<\\/a>)<\\/li>\\n<li>Fix: Multiple Galleries display all the images in the Lightbox slideshow (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11809\\\">#11809<\\/a>)<\\/li>\\n<li>Fix: Old Theme Builder is being opened when accessing through the Finder<\\/li>\\n<li>Fix: Mixed templates import glitch in Theme Builder<\\/li>\\n<li>Fix: Card icon sizes in Theme Builder<\\/li>\\n<li>Fix: Preview button leads to <code>render_mode<\\/code> instead of preview when importing a template from the new Theme Builder<\\/li>\\n<\\/ul>\\n<h4>3.0.1 - 2020-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Keep previous Theme Builder when accessing from the WP Dashboard for legacy support<\\/li>\\n<li>Tweak: Updated video tutorials in Theme Builder<\\/li>\\n<li>Tweak: Don\'t show auto-screenshots in the Media Library (Props <a href=\\\"https:\\/\\/github.com\\/black-eye\\\">@black-eye<\\/a>)<\\/li>\\n<li>Fix: Repeater items throws <code>childView<\\/code> is undefined message in Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12239\\\">#12239<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12221\\\">#12221<\\/a>)<\\/li>\\n<li>Fix: Misspelling of the word "occurred" in Form widget default error message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12137\\\">#12137<\\/a>)<\\/li>\\n<li>Fix: Facebook comments not showing up (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/12157\\\">#12157<\\/a>)<\\/li>\\n<li>Fix: Check for conflicts in Theme Builder doesn\'t work properly<\\/li>\\n<li>Fix: Minor UI fixes in Theme Builder<\\/li>\\n<li>Fix: Dark mode glitches in Theme Builder<\\/li>\\n<li>Fix: Global Site Part toaster appears when you publish a Popup<\\/li>\\n<li>Fix: Site Parts aren\'t in the correct order in Theme Builder<\\/li>\\n<li>Fix: Date field caused forms to get corrupted in Forms widget<\\/li>\\n<li>Fix: Theme Builder application page is forbidden<\\/li>\\n<\\/ul>\\n<h4>3.0.0 - 2020-08-23<\\/h4>\\n<ul>\\n<li>New: Introducing the new and improved Theme Builder<\\/li>\\n<li>Tweak: Removed <code>.elementor-inner<\\/code> and <code>.elementor-column-wrap<\\/code> from DOM output to improve performance (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7351\\\">#7351<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7817\\\">#7817<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/dom-improvements-ahead-html-wrappers-removal-from-v3-0\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added contextual anchors ID support to Table of Contents widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10052\\\">#10052<\\/a>)<\\/li>\\n<li>Tweak: Added WeChat and Weibo social networks to Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11554\\\">#11554<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Redirect after Login\\/Logout in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11343\\\">#11343<\\/a>)<\\/li>\\n<li>Tweak: Added Blend Mode and CSS Filters controls to adjust the Background Overlay in Flipbox widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11653\\\">#11653<\\/a>)<\\/li>\\n<li>Tweak: Added responsive capabilities to Toggle Button styling in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8269\\\">#8269<\\/a>)<\\/li>\\n<li>Tweak: Added responsive Text Alignment control in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11968\\\">#11968<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic content to Ribbon element in Call to Action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10364\\\">#10364<\\/a>)<\\/li>\\n<li>Tweak: Converted uses of Color and Typography Schemes to Global Colors and Fonts<\\/li>\\n<li>Tweak: Separated Title and Description control fields labels in Call to Action widget<\\/li>\\n<li>Tweak: Removed unnecessary style in WC Product with variations<\\/li>\\n<li>Tweak: Converted Portfolio, Posts and Share Buttons widgets to use CSS Variable-based Elementor Grid (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-dropping-support-ie\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Date Modified option to Posts widget metadata<\\/li>\\n<li>Fix: PHP 7.4 compatibility to Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11355\\\">#11355<\\/a>)<\\/li>\\n<li>Fix: Divider alignment issue in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11628\\\">#11628<\\/a>)<\\/li>\\n<li>Fix: Color doesn\\u2019t change in Products Archive Description widget<\\/li>\\n<li>Fix: WC Product variations layout breaks when using Variation Swatches plugin<\\/li>\\n<li>Fix: WC Product variations layout issue<\\/li>\\n<li>Fix: WC Product variations mobile zoom-in glitch<\\/li>\\n<li>Fix: Can\'t edit a Popup after accessing Theme Style<\\/li>\\n<li>Fix: Twitter icon missing in Blockquote widget<\\/li>\\n<li>Fix: Removed redundant default text color from Share Buttons minimal skin<\\/li>\\n<li>Fix: UI glitch in Display Conditions modal<\\/li>\\n<li>Fix: Insert template button UI glitch in Templates Library<\\/li>\\n<li>Fix: Added sanitization to post titles in WordPress dashboard for better security<\\/li>\\n<li>Fix: Show when arriving from search engines rule doesn\'t work in Popup<\\/li>\\n<li>Fix: Child categories are shown with a different parent category in Query control<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v3-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.10.3 - 2020-06-29<\\/h4>\\n<ul>\\n<li>Fix: Form not being submitted when using "Progress Bar" and "None" view types in Multi Step Form (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11596\\\">#11596<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11610\\\">#11610<\\/a>)<\\/li>\\n<li>Fix: Missing "for" attribute in Password field label in Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8646\\\">#8646<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.2 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Fix: Run step events only when in Multi Step Form mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11644\\\">#11644<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.10.1 - 2020-06-16<\\/h4>\\n<ul>\\n<li>Tweak: Improved License validation mechanism to avoid limitations<\\/li>\\n<li>Tweak: Changed control labels and ordering in Price Table, Lottie and Form widgets<\\/li>\\n<li>Fix: Popup close button vertical position glitch (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10921\\\">#10921<\\/a>)<\\/li>\\n<li>Fix: Radio field placement glitch when in Multi Step mode in Form widget<\\/li>\\n<li>Fix: Clicking <code>Enter<\\/code> key submits the form in Multi Step Form<\\/li>\\n<li>Fix: Hardened sanitization in Custom Attributes to avoid security issues<\\/li>\\n<\\/ul>\\n<h4>2.10.0 - 2020-06-07<\\/h4>\\n<ul>\\n<li>New: Introducing Multi-Step Forms - Breakdown long forms into simple steps (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5975\\\">#5975<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3911\\\">#3911<\\/a>)<\\/li>\\n<li>New: Introducing Lottie widget - easily add Lottie animations to your site, no coding needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11026\\\">#11026<\\/a>)<\\/li>\\n<li>Tweak: Added spacing option to Posts widget pagination (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5682\\\">#5682<\\/a>)<\\/li>\\n<li>Tweak: Changed texts and logic for administrator plugin renewal notices<\\/li>\\n<li>Tweak: Added new Scroll Util for improved scrolling handling<\\/li>\\n<li>Tweak: Improved Motion Effects animation performance<\\/li>\\n<\\/ul>\\n<h4>2.9.5 - 2020-05-24<\\/h4>\\n<ul>\\n<li>Fix: Added sanitization to Custom Attributes control to avoid security issue<\\/li>\\n<\\/ul>\\n<h4>2.9.4 - 2020-05-07<\\/h4>\\n<ul>\\n<li>Fix: Hardened user role that is allowed to upload icon sets and unzip only allowed files in Custom Icons to prevent security vulnerability<\\/li>\\n<\\/ul>\\n<h4>2.9.3 - 2020-04-19<\\/h4>\\n<ul>\\n<li>Fix: Form shortcode IDs are not wrapped in double-quotes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11023\\\">#11023<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10932\\\">#10932<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10967\\\">#10967<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11000\\\">#11000<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/11049\\\">#11049<\\/a>)<\\/li>\\n<li>Fix: Escaped Form records metadata to prevent security vulnerability<\\/li>\\n<li>Fix: Closing "Save Changes" document confirmation modal causes Panel infinite loading<\\/li>\\n<li>Fix: Ken Burns effect not working when there is only one slide in Slides widget<\\/li>\\n<li>Fix: Document handles UI glitch<\\/li>\\n<\\/ul>\\n<h4>2.9.2 - 2020-03-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility with WordPress v5.4 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10745\\\">#10745<\\/a>)<\\/li>\\n<li>Fix: Image ratio number is displayed under the Archive Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10874\\\">#10874<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color setting overrides the Table of Content list style<\\/li>\\n<li>Fix: PHP notice when using dynamic user info <code>id<\\/code><\\/li>\\n<li>Fix: Navigation arrows direction is crossed on first drag in Slides Widget<\\/li>\\n<li>Fix: "No headings were found on this page" message was not displayed in the frontend in Table of Contents widget<\\/li>\\n<li>Fix: Container includes Popup tags by default in Table of Contents widget<\\/li>\\n<li>Fix: Twitter icon display issue when Font Awesome 4 support is disabled in Blockquote widget<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<\\/ul>\\n<h4>2.9.1 - 2020-03-16<\\/h4>\\n<ul>\\n<li>Fix: Can\'t access Elementor Editor when there is Page Title widget in the page<\\/li>\\n<li>Fix: Applying styling to Post Content widget affects the Page and Post editing handles<\\/li>\\n<\\/ul>\\n<h4>2.9.0 - 2020-03-15<\\/h4>\\n<ul>\\n<li>New: Introducing Full Site Editing: Design header, footer, and content all in one place! (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4985\\\">#4985<\\/a>)<\\/li>\\n<li>New: Added Global Custom CSS for Your Entire Site in Theme Style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3345\\\">#3345<\\/a>)<\\/li>\\n<li>New: Added Dynamic Colors tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6485\\\">#6485<\\/a>)<\\/li>\\n<li>Tweak: Added option to set the Site Part HTML Wrapper Tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9293\\\">#9293<\\/a>)<\\/li>\\n<li>Tweak: Added Link Attributes support to Pro widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5716\\\">#5716<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3642\\\">#3642<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9225\\\">#9225<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9079\\\">#9079<\\/a>)<\\/li>\\n<li>Tweak: Added Theme Style support in Theme Builder parts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10564\\\">#10564<\\/a>)<\\/li>\\n<li>Tweak: Avoid creating empty Custom Font<\\/li>\\n<li>Tweak: Added <code>aria-expanded<\\/code> attribute to Menu Cart widget<\\/li>\\n<li>Tweak: Moved Link Actions module to Core plugin<\\/li>\\n<li>Tweak: Changed the name of \\u201cTypeKit Web Fonts by Adobe\\u201d to \\u201cAdobe Fonts\\u201d<\\/li>\\n<li>Tweak: Removed redundant display conditions from Blockquote, Flipbox, Price Table, and Search Form widgets<\\/li>\\n<li>Tweak: Pro widgets are not draggable unless Elementor license has been activated<\\/li>\\n<li>Tweak: Remove redundant <code>label_block<\\/code> parameters from several controls<\\/li>\\n<li>Tweak: Converted controls selectors to CSS variables in Gallery widget<\\/li>\\n<li>Tweak: Replaced Stumbleupon with Mix in Reviews widget recommended icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added Mix to the Share Buttons network list (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10099\\\">#10099<\\/a>)<\\/li>\\n<li>Tweak: Added "Open in new tab" option to Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7924\\\">#7924<\\/a>)<\\/li>\\n<li>Tweak: Upgraded Font Awesome Pro library to v5.12.0<\\/li>\\n<li>Tweak: Added new Lightbox compatibility for Gallery and Media Carousel widgets<\\/li>\\n<li>Tweak: Expose external API for Swiper instances<\\/li>\\n<li>Tweak: Added compatibility to JS API in Theme Builder, Popups, Form widget and Global widget<\\/li>\\n<li>Tweak: Replaced nerd icons with new Elementor emojis<\\/li>\\n<li>Tweak: Added specific <code>color<\\/code> attribute to header title in Table of Contents widget<\\/li>\\n<li>Fix: Line break issues in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/10585\\\">#10585<\\/a>)<\\/li>\\n<li>Fix: Theme Style Link color overrides the Table of Content list style<\\/li>\\n<li>Fix: Active state glitches when using Table of contents widget with Sticky mode<\\/li>\\n<li>Fix: "Graphic Element" section appears as empty in case of unmarked Graphic Element in Call to Action widget<\\/li>\\n<li>Fix: Page Title widget render glitches in the Editor<\\/li>\\n<li>Fix: Image ratio parameter visible in some edge cases in Posts widget<\\/li>\\n<li>Fix: Image missing when sharing to Pinterest using Share Buttons widget<\\/li>\\n<li>Fix: Theme Style Link color setting override the list style in Table of Contents widget<\\/li>\\n<li>Deprecated: See all deprecations to this version in our <a href=\\\"https:\\/\\/developers.elementor.com\\/v2-9-0-planned-deprecations\\/\\\">Developers Deprecations Post<\\/a><\\/li>\\n<\\/ul>\\n<h4>2.8.5 - 2020-03-08<\\/h4>\\n<ul>\\n<li>Tweak: Added new Swiper parameter to all Pro carousels to allow 3rd party integration<\\/li>\\n<li>Fix: Missing closing bracket in Animated Headline widget<\\/li>\\n<li>Fix: Share buttons widgets show Font Awesome 4 icons on first drag in Editor<\\/li>\\n<\\/ul>\\n<h4>2.8.4 - 2020-02-16<\\/h4>\\n<ul>\\n<li>Tweak: Added Lightbox Title & Description support to Gallery widget<\\/li>\\n<li>Tweak: Added RTL support for Slides widget<\\/li>\\n<li>Tweak: Display Lightbox images in Full size in Gallery widget<\\/li>\\n<li>Fix: Template with Slides widget not working properly when placed inside Tabs, Accordion and Toggle widget<\\/li>\\n<li>Fix: Dropdown menu lost styling after Elementor Pro v2.8 upgrade in Nav Menu widget<\\/li>\\n<li>Fix: Indent doesn\'t work on RTL websites in Table of Contents widget<\\/li>\\n<li>Fix: Query Control throws <code>Undefined index: q<\\/code> error<\\/li>\\n<li>Fix: Typography control not affecting dropdown menu in Nav Menu widget<\\/li>\\n<li>Fix: Discord forms integration fails to send submissions in some server configurations<\\/li>\\n<li>Fix: Rotating headlines don\'t align center in Animated Headline widget<\\/li>\\n<li>Fix: Custom secondary color displayed when not needed in Share buttons widget<\\/li>\\n<li>Fix: Motion Effects of certain objects are not functioning properly on Safari browser<\\/li>\\n<li>Fix: Missing eye icon in Single template footer preview button<\\/li>\\n<\\/ul>\\n<h4>2.8.3 - 2020-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Updated Table of Contents widget panel location<\\/li>\\n<li>Fix: ACF URL Dynamic field throws <code>undefined index<\\/code> PHP notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9929\\\">#9929<\\/a>)<\\/li>\\n<li>Fix: Gallery lightbox pagination shows images from all tabs<\\/li>\\n<li>Fix: "Reply To" option not working in Form widget "Email 2" Action<\\/li>\\n<li>Fix: ACF Dynamic tag not working in Form widget Redirect action<\\/li>\\n<li>Fix: Underline option not working in Table of Contents widget Normal state<\\/li>\\n<li>Fix: Query Control <code>Undefined index: autocomplete<\\/code> notice in some cases<\\/li>\\n<li>Fix: Missing display condition to Read More Spacing control in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.8.2 - 2019-12-19<\\/h4>\\n<ul>\\n<li>Tweak: Improved scroll-spy and collapsing functionality in Table of Contents widget<\\/li>\\n<li>Fix: "No products were found" message not being displayed in an empty Products Archive<\\/li>\\n<li>Fix: Redundant <code><br><\\/code> tags in Single theme template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9927\\\">#9927<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9928\\\">#9928<\\/a>)<\\/li>\\n<li>Fix: Draft Popup shows up in Dynamic tag dropdown<\\/li>\\n<\\/ul>\\n<h4>2.8.1 - 2019-12-18<\\/h4>\\n<ul>\\n<li>Fix: Share Buttons widget not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9920\\\">#9920<\\/a>)<\\/li>\\n<li>Fix: Redundant <code><p><\\/code> tags added to Single Template posts<\\/li>\\n<\\/ul>\\n<h4>2.8.0 - 2019-12-18<\\/h4>\\n<ul>\\n<li>New: Table of Contents Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5171\\\">#5171<\\/a>)<\\/li>\\n<li>New: Added Font Awesome Pro Duotone font family support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added Lazy Load option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9763\\\">#9763<\\/a>)<\\/li>\\n<li>Tweak: Added Random order option to Gallery widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9269\\\">#9269<\\/a>)<\\/li>\\n<li>Tweak: Updated Font Awesome Pro to v5.11.2 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9578\\\">#9578<\\/a>)<\\/li>\\n<li>Tweak: Added preselect support for multiple default select values in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9324\\\">#9324<\\/a>)<\\/li>\\n<li>Tweak: Avoid duplicate queries for Custom Icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9579\\\">#9579<\\/a>)<\\/li>\\n<li>Tweak: Major performance improvements to Gallery widget<\\/li>\\n<li>Tweak: Avoid non-existing images in Gallery widget<\\/li>\\n<li>Tweak: Added <code>tabindex<\\/code>, <code>aria-expanded<\\/code>, <code>aria-hidden<\\/code> and <code>role=\\\"navigation\\\"<\\/code> accessibility attributes to Nav Menu widget<\\/li>\\n<li>Tweak: Changed button HTML tag from <code>button<\\/code> to <code>span<\\/code> in Call to Action and Flip Box widgets for better W3C compliance and accessibility<\\/li>\\n<li>Tweak: Removed Google+ from default networks in Share Buttons widget<\\/li>\\n<li>Tweak: Added compatibility for Library Connect<\\/li>\\n<li>Tweak: Added i18n to Toolset date dynamic tag<\\/li>\\n<li>Tweak: Added external link support to Gallery widget<\\/li>\\n<li>Tweak: Changed the link external attributes implementation to use <code>add_link_attributes()<\\/code> in Gallery widget<\\/li>\\n<li>Tweak: Updated references to the new Schemes system location<\\/li>\\n<li>Tweak: Avoid running Gallery handler when the gallery is empty<\\/li>\\n<li>Tweak: UI Tweaks in Editor Panel<\\/li>\\n<li>Tweak: Added responsive capabilities to Pointer Width control in Nav Menu widget<\\/li>\\n<li>Tweak: Added mobile support for responsive controls in Nav Menu widget<\\/li>\\n<li>Tweak: Refactor <code>register_controls()<\\/code> method in Posts widget skin trait<\\/li>\\n<li>Fix: ACF URL "undefined Index" notice (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7646\\\">#7646<\\/a>)<\\/li>\\n<li>Fix: WooCommerce Mini-Cart widget causes fatal error in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9304\\\">#9304<\\/a>)<\\/li>\\n<li>Fix: <code>PHP Notice: Undefined index<\\/code> display for Author query (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9864\\\">#9864<\\/a>)<\\/li>\\n<li>Fix: Added compatibility for Button widget placed inside Swiper carousel (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/broken-buttons-since-elementor-2-8\\/\\\">Topic<\\/a>)<\\/li>\\n<li>Fix: Avoid empty spaces in Post info widget<\\/li>\\n<li>Tweak: Always show "Custom label" control in Login widget<\\/li>\\n<li>Fix: Nav Menu item typography selector in Nav Menu widget<\\/li>\\n<li>Fix: Facebook Like Button widget causes flickering<\\/li>\\n<li>Fix: WooCommerce mini-cart behaviour when using <code>plain<\\/code> permalinks format<\\/li>\\n<li>Fix: Avoid running Popup triggers when set without conditions<\\/li>\\n<li>Fix: Removed "Date" query from Products widget<\\/li>\\n<li>Fix: Slides widget when used as a Shortcode and is hidden<\\/li>\\n<li>Fix: Custom URL being accessed on swipe in Media Carousel<\\/li>\\n<li>Fix: Media Carousel widget Cube effect glitch<\\/li>\\n<li>Fix: Lightbox shows images from multiple Gallery widgets in the same page<\\/li>\\n<li>Fix: Image <code>alt<\\/code> Text not displayed on overlay in Gallery widget<\\/li>\\n<li>Fix: Gallery widget not visible in Posts widget Full Content skin<\\/li>\\n<li>Fix: WooCommerce mini-cart remove unnecessary hooks registration when WooCommerce integration set to <code>Disable<\\/code><\\/li>\\n<li>Fix: Slides widget button wrapping breaks in mobile view<\\/li>\\n<li>Fix: Dynamic capabilities with the Reviews widget<\\/li>\\n<li>Fix: Disabling autoplay doesn\'t work in Slides widget<\\/li>\\n<li>Fix: Posts widget Full Content skin not working on Single template<\\/li>\\n<li>Fix: Autocomplete not working for "By Author" condition in Display Conditions screen<\\/li>\\n<li>Fix: Posts widget alignment issue<\\/li>\\n<li>Fix: Product Variations Clear button not working in edge cases<\\/li>\\n<li>Fix: Styling issues in Form widget submit button<\\/li>\\n<\\/ul>\\n<h4>2.7.3 - 2019-10-28<\\/h4>\\n<ul>\\n<li>Tweak: Added RTL support to Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9213\\\">#9213<\\/a>)<\\/li>\\n<li>Tweak: Added Custom Icons compatibility for WordPress 5.3<\\/li>\\n<li>Fix: Missing template function declaration causes fatal error in WC mini-cart widget<\\/li>\\n<li>Fix: Pause on hover doesn\'t work in Carousel widgets<\\/li>\\n<li>Fix: Link-actions conflict with <code>?action=<\\/code> parameter in the URL<\\/li>\\n<li>Fix: Lightbox navigation not working in Gallery widget Single mode<\\/li>\\n<li>Fix: Ken burns effect not working on the 1st slide if Infinite Loop option is turned off in Carousel widgets<\\/li>\\n<li>Fix: Popup Advanced Rules detects internal links as external if current URL starts with <code>www<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.7.2 - 2019-10-06<\\/h4>\\n<ul>\\n<li>Fix: Slide Overlay not working when applying Ken burns effect in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9209\\\">#9209<\\/a>)<\\/li>\\n<li>Fix: Content width glitch in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Horizontal Alignment not working when applying custom style per slide in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Missing semicolon in Custom Fonts <code>font-display<\\/code> CSS<\\/li>\\n<\\/ul>\\n<h4>2.7.1 - 2019-09-26<\\/h4>\\n<ul>\\n<li>Fix: Background Overlay layer is over the slide content in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9180\\\">#9180<\\/a>)<\\/li>\\n<li>Fix: Duplicate images under "All" filter in Multiple Gallery<\\/li>\\n<\\/ul>\\n<h4>2.7.0 - 2019-09-24<\\/h4>\\n<ul>\\n<li>New: Enhanced Galleries widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1898\\\">#1898<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3103\\\">#3103<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4279\\\">#4279<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7631\\\">#7631<\\/a>)<\\/li>\\n<li>New: Dynamic Number (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5952\\\">#5952<\\/a>)<\\/li>\\n<li>New: Full content skin for Posts and Archive-posts widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4617\\\">#4617<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic number capability to Price List, Price Table, Counter, Star Rating, Progress Bar widgets<\\/li>\\n<li>Tweak: Added tags support to forms Mailchimp action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5418\\\">#5418<\\/a>)<\\/li>\\n<li>Tweak: User Profile Picture Dynamic Tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7947\\\">#7947<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8740\\\">#8740<\\/a>)<\\/li>\\n<li>Tweak: Added <code>font-display<\\/code> support to custom fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5993\\\">#5993<\\/a>, <a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-custom-fonts-font-display-support\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added Text Shadow control to Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8800\\\">#8800<\\/a>)<\\/li>\\n<li>Tweak: Added Re-subscribe support to MailerLite (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8799\\\">#8799<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Facebook Embed widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/9030\\\">#9030<\\/a>)<\\/li>\\n<li>Tweak: Use <code>swiper.js<\\/code> instead of <code>slick.js<\\/code> in Slides widget (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-2-7-moving-sliders-from-slick-to-swiper\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/before_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/search_form\\/after_input<\\/code> action hook to Search Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5598\\\">#5598<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic support for Custom field key (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7789\\\">#7789<\\/a>)<\\/li>\\n<li>Tweak: Increased expired license notice bar frequency<\\/li>\\n<li>Tweak: Changed the icon name of Slides widget<\\/li>\\n<li>Tweak: Added designated Finder\'s Icons for Custom icons & Custom fonts<\\/li>\\n<li>Tweak: Use Ken Burns Effect as an external module<\\/li>\\n<li>Tweak: Remove Fontello conflicting CSS on import to Custom Icons sets<\\/li>\\n<li>Tweak: Editor Panel UI tweaks<\\/li>\\n<li>Tweak: Added DOM events on Popup show\\/hide (<a href=\\\"https:\\/\\/developers.elementor.com\\/elementor-pro-2-7-popup-events\\/\\\">Developers Blog Post<\\/a>)<\\/li>\\n<li>Tweak: Added option to change the variations field width in Add to Cart widget<\\/li>\\n<li>Tweak: Use select control instead of select2 in Menu Cart widget<\\/li>\\n<li>Tweak: Added conditions to the tabs instead of to each control in Share Buttons widget<\\/li>\\n<li>Tweak: Added Typography controls to HTML field in Forms widget<\\/li>\\n<li>Tweak: Allow edit selected Font file in Custom Font<\\/li>\\n<li>Tweak: Changed reCAPTCHA v3 error message<\\/li>\\n<li>Tweak: Remove the "Save as Global" option on Global widget context menu<\\/li>\\n<li>Fix: Corrected selector for <code>removeControlSpinner()<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8790\\\">#8790<\\/a>)<\\/li>\\n<li>Fix: Slides widget navigation icons misplacement (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8533\\\">#8533<\\/a>)<\\/li>\\n<li>Fix: Horizontal Scrollbar when Slider widget is set to Full Width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8527\\\">#8527<\\/a>)<\\/li>\\n<li>Fix: Inconsistent behavior when "Infinite Loop" enabled with "Autoplay" in Slides widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6726\\\">#6726<\\/a>)<\\/li>\\n<li>Fix: Ken Burns effect on Chrome transition glitches (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1671\\\">#1671<\\/a>)<\\/li>\\n<li>Fix: Nothing found message shows up inside the columns set in Posts Archive widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7347\\\">#7347<\\/a>)<\\/li>\\n<li>Fix: Responsive UI glitch in Popup Conditions modal tabs<\\/li>\\n<li>Fix: Removed unnecessary divider in Call to Action widget<\\/li>\\n<li>Fix: Custom Add To Cart * button style (size, position and background color) when <code>quantity<\\/code> is enabled.<\\/li>\\n<li>Fix: Add support for Document\\/PageBase in Theme Builder (Core >=2.7.0)<\\/li>\\n<li>Fix: Ampersand character breaks email link in Share Buttons widget<\\/li>\\n<li>Fix: Correct custom font attachment <code>mime-type<\\/code> to show uploaded Custom Fonts<\\/li>\\n<li>Fix: Mini-Cart not refreshing in Menu Cart widget<\\/li>\\n<li>Fix: Cart drawer not working when WC Subscriptions plugin is activated<\\/li>\\n<li>Fix: Querying CPT with custom taxonomies does not show the taxonomies before saving<\\/li>\\n<li>Fix: Double rendering on change caused console error in Theme Builder\'s conditions screen<\\/li>\\n<li>Fix: Translations and Strings in Share Buttons widget<\\/li>\\n<li>Fix: Avoid using offset if the source is Manual selection in Query Control<\\/li>\\n<li>Fix: Form being submitted although reCAPTCHA v3 validation failed in Forms widget<\\/li>\\n<\\/ul>\\n<h4>2.6.5 - 2019-08-26<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Button style not working when <code>quantity<\\/code> is enabled in Custom Add To Cart widget<\\/li>\\n<li>Fix: Updated minified JS file fixed WhatsApp base URL in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>2.6.4 - 2019-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.7<\\/li>\\n<li>Fix: Changed WhatsApp base URL in Share Buttons widget for cross-device compatibility<\\/li>\\n<li>Fix: Random slides order after several clicks on pagination in Testimonial Carousel widget<\\/li>\\n<\\/ul>\\n<h4>2.6.3 - 2019-08-18<\\/h4>\\n<ul>\\n<li>Fix: Core version rollback to <code>>2.6.0<\\/code> causes a fatal error<\\/li>\\n<li>Fix: Duplicate images when slideshow skin is selected in Media Carousel lightbox<\\/li>\\n<li>Fix: Default bottom margin added to reCAPTCHA V3 badge<\\/li>\\n<li>Fix: Input glitch in reCAPTCHA V3 threshold settings<\\/li>\\n<\\/ul>\\n<h4>2.6.2 - 2019-07-30<\\/h4>\\n<ul>\\n<li>Tweak: Better accessibility support in Search Form widget<\\/li>\\n<li>Fix: UI glitched in Popup publish screen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8616\\\">#8616<\\/a>)<\\/li>\\n<li>Fix: "Child of Term" and "Any child of term" conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8695\\\">#8695<\\/a>)<\\/li>\\n<li>Fix: Restored <code>library_widget_templates<\\/code> action hook for 3rd party compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8687\\\">#8687<\\/a>)<\\/li>\\n<li>Fix: Twitter Icon missing in Blockquote widget<\\/li>\\n<li>Fix: Form reCAPTCHA v3 badge position not working<\\/li>\\n<li>Fix: Renewal notice bar appears in wrong situations<\\/li>\\n<li>Fix: Draft Icon Set loads empty Icon Library<\\/li>\\n<\\/ul>\\n<h4>2.6.1 - 2019-07-24<\\/h4>\\n<ul>\\n<li>Fix: Query Control autocomplete not retrieving results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8672\\\">#8672<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8661\\\">#8661<\\/a>)<\\/li>\\n<li>Fix: Price Table features section not working (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8660\\\">#8660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.6.0 - 2019-07-23<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Icon sets - including Fontello, IcoMoon and Fontastic support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/110\\\">#110<\\/a>)<\\/li>\\n<li>New: Added Font Awesome 5 Pro integration including 5,300+ icons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4430\\\">#4430<\\/a>)<\\/li>\\n<li>New: Added reCAPTCHA v3 integration to Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8213\\\">#8213<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6039\\\">#6039<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7165\\\">#7165<\\/a>)<\\/li>\\n<li>Tweak: Added Exit Animation for Popups (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7063\\\">#7063<\\/a>)<\\/li>\\n<li>Tweak: Added ACF Dynamic tag support for archive pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5147\\\">#5147<\\/a>)<\\/li>\\n<li>Tweak: Added Navigator Indicators for Custom CSS & Motion Effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2180\\\">#2180<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities for Form Redirect action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7552\\\">#7552<\\/a>)<\\/li>\\n<li>Tweak: Added Logged In Message styling options for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7928\\\">#7928<\\/a>)<\\/li>\\n<li>Tweak: Added <code>none<\\/code> breakpoint option to Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7916\\\">#7916<\\/a>)<\\/li>\\n<li>Tweak: Added option to place Post Terms dynamic tag without links (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8366\\\">#8366<\\/a>)<\\/li>\\n<li>Tweak: Added <code>elementor\\/query\\/query_results<\\/code> hook to Query Control to allow full control over results (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7912\\\">#7912<\\/a>)<\\/li>\\n<li>Tweak: Allow choosing Heading HTML tag in Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8090\\\">#8090<\\/a>)<\\/li>\\n<li>Tweak: Show popup on dynamic click even when <code>Avoid Multiple Popups<\\/code> option is selected (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8189\\\">#8189<\\/a>)<\\/li>\\n<li>Tweak: Added condition option to all of archive child pages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8256\\\">#8256<\\/a>)<\\/li>\\n<li>Tweak: Added <code>Effects Relative To<\\/code> control to Scrolling Effects<\\/li>\\n<li>Tweak: Allow shortcodes in HTML Form field<\\/li>\\n<li>Tweak: Removed donReach integration from Share Buttons widget due to service inconsistent stability<\\/li>\\n<li>Tweak: Changed MailChimp <code>List<\\/code> label to <code>Audience<\\/code><\\/li>\\n<li>Tweak: Improved Entrance and Exit animation behavior in Popup<\\/li>\\n<li>Tweak: Added <code>Deprecated Notice<\\/code> control to <code>Archive Products<\\/code> and <code>Woo Products<\\/code> widgets<\\/li>\\n<li>Tweak: Added default dynamic title for archives in Theme Builder<\\/li>\\n<li>Tweak: Added condition to show <code>Centered Slides<\\/code> control in Media Carousel widget<\\/li>\\n<li>Tweak: Added notice bar in the Editor when the license is expired or not activated<\\/li>\\n<li>Tweak: Replaced <code>select<\\/code> control with <code>choose<\\/code> control in Price List widget<\\/li>\\n<li>Tweak: Removed Font Awesome 4 dependencies from the Editor<\\/li>\\n<li>Tweak: Minor styling tweaks in the Popup publish modal<\\/li>\\n<li>Tweak: Hide ordering form in Products widget on front page<\\/li>\\n<li>Tweak: Removed page title markup when \'Hide Title\' is active<\\/li>\\n<li>Tweak: Added style controls for HTML field in Form widget<\\/li>\\n<li>Fix: Form widget Date picker makes the Popup builder disappear (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7240\\\">#7240<\\/a>)<\\/li>\\n<li>Fix: Sticky element stop point stops working on viewport resize (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7884\\\">#7884<\\/a>)<\\/li>\\n<li>Fix: Copy-Paste style not pasting the Pointer option in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8497\\\">#8497<\\/a>)<\\/li>\\n<li>Fix: Missing Print icon in Share Buttons (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8506\\\">#8506<\\/a>)<\\/li>\\n<li>Fix: UI style glitch in Blockquote widget when viewing from iPad<\\/li>\\n<li>Deprecated: <code>DB::save_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<li>Deprecated: <code>DB::get_plain_editor()<\\/code> - Remove usage of this method (<a href=\\\"https:\\/\\/developers.elementor.com\\/v2-6-0-planned-deprecations\\/\\\">Deprecation Post<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.14 - 2019-07-14<\\/h4>\\n<ul>\\n<li>Fix: Better WC Related Product grid support to various themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8555\\\">#8555<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.13 - 2019-07-11<\\/h4>\\n<ul>\\n<li>Fix: Better WC grid support to various themes<\\/li>\\n<\\/ul>\\n<h4>2.5.12 - 2019-07-10<\\/h4>\\n<ul>\\n<li>Fix: Grid for WooCommerce Archive Product widget<\\/li>\\n<li>Fix: Remove redundant <code>whitespace<\\/code> CSS property causes style glitch in iPad<\\/li>\\n<li>Tweak: Added more compatibility for Elementor v2.6<\\/li>\\n<\\/ul>\\n<h4>2.5.11 - 2019-07-02<\\/h4>\\n<ul>\\n<li>Fix: Close icon missing from Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8460\\\">#8460<\\/a>)<\\/li>\\n<li>Fix: Elementor Pro v2.5.10 shows PHP notice regarding notice bar (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8461\\\">#8461<\\/a>)<\\/li>\\n<li>Fix: Fatal error when deleting used Pods fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8396\\\">#8396<\\/a>)<\\/li>\\n<li>Fix: Missing dropdown icon in conditions screen<\\/li>\\n<\\/ul>\\n<h4>2.5.10 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.6<\\/li>\\n<li>Tweak: Error caused by empty Rows & Columns values in Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8261\\\">#8261<\\/a>)<\\/li>\\n<li>Fix: Do not unset <code>product<\\/code> CPT if it\'s not from WooCommerce (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8160\\\">#8160<\\/a>)<\\/li>\\n<li>Fix: Column Spacing not working in WooCommerce Archive Products widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8285\\\">#8285<\\/a>)<\\/li>\\n<li>Fix: Title styling not working in Products Categories widget<\\/li>\\n<li>Fix: Empty value in Dynamic Pods Gallery dropdown using Safari browser<\\/li>\\n<li>Fix: WooCommerce archives included in "All Archives" condition<\\/li>\\n<\\/ul>\\n<h4>2.5.9 - 2019-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>auto-confirm<\\/code> control from MailPoet to support new version of MailPoet<\\/li>\\n<li>Fix: Multiple Custom Fonts not rendered in the editor<\\/li>\\n<li>Fix: Products <code>sale<\\/code> query - handle exclude by manual selection.<\\/li>\\n<li>Fix: Product Categories grid row & column style<\\/li>\\n<li>Fix: Form integration AJAX cache override<\\/li>\\n<li>Fix: Removed redundant CSS on Canvas & Header-Footer page templates<\\/li>\\n<\\/ul>\\n<h4>2.5.8 - 2019-05-06<\\/h4>\\n<ul>\\n<li>Fix: Popup entrance animation not working in frontend<\\/li>\\n<li>Fix: Popup Exit Intent trigger activated multiple times<\\/li>\\n<\\/ul>\\n<h4>2.5.7 - 2019-05-05<\\/h4>\\n<ul>\\n<li>Fix: Embedded video keeps playing after a Popup is closed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7875\\\">#7875<\\/a>)<\\/li>\\n<li>Fix: Maximum call stack size exceeded error in Safari (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7824\\\">#7824<\\/a>)<\\/li>\\n<li>Fix: Entrance animations not appearing on Popup reopen (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7395\\\">#7395<\\/a>)<\\/li>\\n<li>Fix: WC variations select style glitch in several themes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/8008\\\">#8008<\\/a>)<\\/li>\\n<li>Fix: Theme Builder taxonomy conditions not retrieving proper results in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.5.6 - 2019-04-29<\\/h4>\\n<ul>\\n<li>Tweak: Removed <code>Shortcode<\\/code> dynamic from Image, Gallery and Media control<\\/li>\\n<li>Fix: Popup not inheriting entrance animation in responsive mode (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7809\\\">#7809<\\/a>)<\\/li>\\n<li>Fix: Terms autocomplete retrieves wrong results in Query Control<\\/li>\\n<li>Fix: Query Control Related by author glitches in edge cases<\\/li>\\n<li>Fix: Query Control using terms for Products widget<\\/li>\\n<li>Fix: Posts cards style glitch in small screens<\\/li>\\n<li>Fix: Display conditions delete icon missing in small screens<\\/li>\\n<li>Fix: Avoid rendering Menu Cart widget in WordPress native editor<\\/li>\\n<\\/ul>\\n<h4>2.5.5 - 2019-04-08<\\/h4>\\n<ul>\\n<li>Tweak: Allow text selection inside a Popup<\\/li>\\n<li>Fix: Added backwards compatibility for <code>tax_query<\\/code> in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7751\\\">#7751<\\/a>)<\\/li>\\n<li>Fix: Missing arguments for <code>widget_title<\\/code> filter (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7745\\\">#7745<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.4 - 2019-04-03<\\/h4>\\n<ul>\\n<li>Fix: Move Query from using <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<li>Fix: Offset manipulation hook removal in Query control<\\/li>\\n<li>Fix: Missing form field <code>ID<\\/code> in some edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7711\\\">#7711<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7660\\\">#7660<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.3 - 2019-03-31<\\/h4>\\n<ul>\\n<li>Tweak: Updated Google Calendar dynamic tag URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7673\\\">#7673<\\/a>)<\\/li>\\n<li>Fix: Missing form field names (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7651\\\">#7651<\\/a>)<\\/li>\\n<li>Fix: PHP 5.4 backward compatibility in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7633\\\">#7633<\\/a>)<\\/li>\\n<li>Fix: <code>products_deprecated<\\/code> Query Control module compatibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7654\\\">#7654<\\/a>)<\\/li>\\n<li>Fix: Changed query method from <code>term_id<\\/code> to <code>term_taxonomy_id<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7653\\\">#7653<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.5.2 - 2019-03-27<\\/h4>\\n<ul>\\n<li>Fix: Overwrite parent widget type in Global Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7632\\\">#7632<\\/a>)<\\/li>\\n<li>Fix: Avoid Duplicates option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7635\\\">#7635<\\/a>)<\\/li>\\n<li>Fix: Manual Selection option not working in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7634\\\">#7634<\\/a>)<\\/li>\\n<li>Fix: Incorrect condition caused handlers issues inside popup<\\/li>\\n<\\/ul>\\n<h4>2.5.1 - 2019-03-26<\\/h4>\\n<ul>\\n<li>Fix: Query Control invalid call to deprecated action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7619\\\">#7619<\\/a>)<\\/li>\\n<li>Tweak: Renamed action hook from <code>elementor_pro\\/{$widget_name}\\/query\\/{$query_id}<\\/code> to <code>elementor\\/query\\/{$query_id}<\\/code><\\/li>\\n<li>Tweak: Renamed filter hook from <code>elementor_pro\\/query_control\\/get_query_args\\/current_query<\\/code> to <code>elementor\\/query\\/get_query_args\\/current_query<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.5.0 - 2019-03-26<\\/h4>\\n<ul>\\n<li>New: Introducing Motion Effects including Scrolling & Mouse effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/72\\\">#72<\\/a>)<\\/li>\\n<li>New: Introducing Related Posts for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7306\\\">#7306<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7490\\\">#7490<\\/a>)<\\/li>\\n<li>New: Introducing Date query for Query Control<\\/li>\\n<li>New: Introducing Sticky Posts support for Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2501\\\">#2501<\\/a>)<\\/li>\\n<li>Tweak: Added option to open a Popup by a custom selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6871\\\">#6871<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6876\\\">#6876<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Option to count when Popup is closed in "Show up to X times" Advanced Rule<\\/li>\\n<li>Tweak: Added full border radius control options inside Popup<\\/li>\\n<li>Tweak: Changed exit intent icon in Popups<\\/li>\\n<li>Tweak: Show only one popup in its own preview<\\/li>\\n<li>Tweak: Added responsive support to Popup entrance animation control<\\/li>\\n<li>Tweak: Conditions - Singular <code>All Pages<\\/code> string changed to <code>Pages<\\/code><\\/li>\\n<li>Tweak: Added form field shortcode support for Drip tags (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7000\\\">#7000<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Price List widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7258\\\">#7258<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic capabilities to Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6779\\\">#6779<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities to Flip Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6986\\\">#6986<\\/a>)<\\/li>\\n<li>Tweak: Decrease <code>z-index<\\/code> for Nav Menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6869\\\">#6869<\\/a>)<\\/li>\\n<li>Tweak: Changed "Scrolling Effects" section label to "Motion Effects"<\\/li>\\n<li>Tweak: Use filter <code>get_meta_viewport<\\/code> for header templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7043\\\">#7043<\\/a>)<\\/li>\\n<li>Tweak: use filterable <code>Util::get_public_post_types()<\\/code> in Theme Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7172\\\">#7172<\\/a>)<\\/li>\\n<li>Tweak: Added Cloudflare rocket-loader support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7443\\\">#7443<\\/a>)<\\/li>\\n<li>Tweak: Added responsive support to WC Products Columns & Rows Gap controls (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6913\\\">#6913<\\/a>)<\\/li>\\n<li>Tweak: WC Menu cart "View Cart" & "Checkout" buttons styling<\\/li>\\n<li>Fix: Custom ID reset to default when dragging repeater<\\/li>\\n<li>Fix: Conflict between archive-products widget and WC customizer<\\/li>\\n<li>Fix: Add to Cart widget <code>spacing<\\/code> and <code>space-between<\\/code><\\/li>\\n<li>Fix: Library view when creating a new Header or Footer<\\/li>\\n<li>Fix: Post types labels missing on Add New Template modal<\\/li>\\n<\\/ul>\\n<h4>2.4.8 - 2019-03-11<\\/h4>\\n<ul>\\n<li>Fix: Missing query section in Products widget<\\/li>\\n<li>Fix: Missing Taxonomy controls in Products widget in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.7 - 2019-03-06<\\/h4>\\n<ul>\\n<li>Fix: Compatibility Global Widget with Elementor v2.5.0+<\\/li>\\n<\\/ul>\\n<h4>2.4.6 - 2019-03-04<\\/h4>\\n<ul>\\n<li>Fix: Pods gallery dynamic when empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7127\\\">#7127<\\/a>)<\\/li>\\n<li>Fix: Duplicate call for conditions screen issue<\\/li>\\n<li>Fix: Compatibility with Elementor v2.5.0<\\/li>\\n<\\/ul>\\n<h4>2.4.5 - 2019-02-18<\\/h4>\\n<ul>\\n<li>Fix: Image size issue in Testimonial Carousel (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7058\\\">#7058<\\/a>)<\\/li>\\n<li>Fix: MailChimp groups not saved in a form integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7083\\\">#7083<\\/a>)<\\/li>\\n<li>Fix: Show popup preview only on it\'s own preview<\\/li>\\n<li>Fix: Elementor dashboard templates URL corrupted links in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.4.4 - 2019-02-11<\\/h4>\\n<ul>\\n<li>Tweak: Added ACF Date Time Picker field support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6690\\\">#6690<\\/a>)<\\/li>\\n<li>Tweak: Changed the term of <code>All Posts<\\/code> condition to <code>Posts<\\/code><\\/li>\\n<li>Fix: Added <code><IfModule><\\/code> to avoid 500 error when <code>mod-headers<\\/code> is missing (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/7034\\\">#7034<\\/a>)<\\/li>\\n<li>Fix: Include post CSS deletion in Global Widget update (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6856\\\">#6856<\\/a>)<\\/li>\\n<li>Fix: <code>Textarea<\\/code> default value in Forms Widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6934\\\">#6934<\\/a>)<\\/li>\\n<li>Fix: MailPoet latest version caused fatal error (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6996\\\">#6996<\\/a>)<\\/li>\\n<li>Fix: Fatal Error caused by calling MailPoet deleted method<\\/li>\\n<li>Notice: MailPoet <code>Auto Confirm<\\/code> option will now default to "On"<\\/li>\\n<\\/ul>\\n<h4>2.4.3 - 2019-01-30<\\/h4>\\n<ul>\\n<li>Fix: Custom Add to Cart widget responsive alignment settings<\\/li>\\n<li>Fix: Links in Post Info widget<\\/li>\\n<li>Fix: WooCommerce <code>View Cart<\\/code> string translate<\\/li>\\n<li>Fix: Wrapper classes for header\\/footer templates (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6884\\\">#6884<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.4.2 - 2019-01-25<\\/h4>\\n<ul>\\n<li>Tweak: Added pixel units to Close Button position control in Popups<\\/li>\\n<li>Fix: Exclude error in WC Products widget<\\/li>\\n<\\/ul>\\n<h4>2.4.1 - 2019-01-24<\\/h4>\\n<ul>\\n<li>Tweak: Added CSS classes control to Popup (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6826\\\">#6826<\\/a>)<\\/li>\\n<li>Tweak: Added responsive image size to Testimonial Carousel widget<\\/li>\\n<li>Fix: PHP warning when Toolset Date dynamic is empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6842\\\">#6842<\\/a>)<\\/li>\\n<li>Fix: Support of exclude-ids in WC Products widget<\\/li>\\n<li>Fix: Popup close button not clickable<\\/li>\\n<li>Fix: Alignment justify issue of Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6749\\\">#6749<\\/a>)<\\/li>\\n<li>Fix: Bad anchors breaks the page JS<\\/li>\\n<li>Fix: Popup overlay shown when turned off<\\/li>\\n<\\/ul>\\n<h4>2.4.0 - 2019-01-21<\\/h4>\\n<ul>\\n<li>New: Introducing Popup Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/628\\\">#628<\\/a>)<\\/li>\\n<li>New: Added <code>Popup<\\/code> Dynamic Tag<\\/li>\\n<li>New: Added <code>Popup<\\/code> forms action after submit<\\/li>\\n<li>New: Added User Info dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6322\\\">#6322<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic capabilities for "Nothing Found" message<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/theme_builder\\/archive\\/escape_nothing_found_message<\\/code> Filter to avoid HTML escaping in "Nothing Found" message (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6053\\\">#6053<\\/a>)<\\/li>\\n<li>Tweak: Added <code>add_doc_to_location<\\/code> method to Allow insertion of a document to a location<\\/li>\\n<li>Fix: <code>z-index<\\/code> issue with CTA widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6486\\\">#6486<\\/a>)<\\/li>\\n<li>Fix: Hide the Post Content widget and show it only in a Single document<\\/li>\\n<li>Fix: <code>selector<\\/code> replacement in Custom CSS<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> on the real content only<\\/li>\\n<li>Fix: CSS for WC products selector (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6559\\\">#6559<\\/a>)<\\/li>\\n<li>Fix: Odnoklassniki share URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6638\\\">#6638<\\/a>)<\\/li>\\n<li>Fix: Custom link new tab in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5766\\\">#5766<\\/a>)<\\/li>\\n<li>Fix: <code>nofollow<\\/code> link in Flip Box & CTA widgets<\\/li>\\n<li>Fix: Post Terms in Post Info widget<\\/li>\\n<li>Fix: Added screen reader to some icons & buttons for better accessibility (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5386\\\">#5386<\\/a>)<\\/li>\\n<li>Fix: Accessibility labels in Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6630\\\">#6630<\\/a>)<\\/li>\\n<li>Fix: Link to cart page not working when WooCommerce Subscriptions is active<\\/li>\\n<li>Fix: MailChimp Selected list not showing on reloading in Form widget<\\/li>\\n<li>Fix: Sub-menu arrow position in Nav Menu widget<\\/li>\\n<li>Fix: Conflict with WP Security Audit Log plugin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6648\\\">#6648<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.3.1 - 2018-12-19<\\/h4>\\n<ul>\\n<li>Fix: Template widget search functionality (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6473\\\">#6473<\\/a>)<\\/li>\\n<li>Fix: Apply <code>the_content<\\/code> filter to post content in theme builder<\\/li>\\n<\\/ul>\\n<h4>2.3.0 - 2018-12-17<\\/h4>\\n<ul>\\n<li>New: Introducing Discord Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4218\\\">#4218<\\/a>)<\\/li>\\n<li>New: Introducing Slack Integration for Forms<\\/li>\\n<li>New: Introducing MailerLite Integration for Forms (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4462\\\">#4462<\\/a>)<\\/li>\\n<li>New: Activate Elementor Pro plugin by connecting to Elementor account<\\/li>\\n<li>Tweak: Added <code>elementor_pro\\/utils\\/get_public_post_types<\\/code> filter hook (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5900\\\">#5900<\\/a>)<\\/li>\\n<li>Tweak: Added <code>loop_start<\\/code> & <code>the_content<\\/code> hooks for Post Content (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6173\\\">#6173<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from Page Settings<\\/li>\\n<li>Tweak: Always add the Custom CSS control to the Advanced tab<\\/li>\\n<li>Fix: In sub Term condition false positive in edge cases<\\/li>\\n<li>Fix: ToolSet Dynamic Image fallback<\\/li>\\n<li>Fix: Style glitch with the dropdown color in Nav Menu widget<\\/li>\\n<li>Fix: Style glitch in the Conditions screen in Safari browser<\\/li>\\n<li>Fix: Ribbon in the CTA widget obscures drop down menu (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6080\\\">#6080<\\/a>)<\\/li>\\n<li>Fix: The color of label won\'t change color in Widget login<\\/li>\\n<\\/ul>\\n<h4>2.2.5 - 2018-12-11<\\/h4>\\n<ul>\\n<li>New: Add Style Tab & Custom CSS for Header & Footer Templates.<\\/li>\\n<li>Tweak: Added a better identifier for subpages (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6362\\\">#6362<\\/a>)<\\/li>\\n<li>Tweak: Removed Custom Attributes from page settings<\\/li>\\n<li>Fix: Yahoo event URL date issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Allow timezone settings in Google event URL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6354\\\">#6354<\\/a>)<\\/li>\\n<li>Fix: Avoid <code>z-index<\\/code> changes by <code>nanocss<\\/code> in build process<\\/li>\\n<li>Fix: Added missing WC upsells products CSS<\\/li>\\n<li>Fix: Nav Menu dropdown losing color on hover<\\/li>\\n<li>Fix: WC Product Add-ons CSS compatibility<\\/li>\\n<\\/ul>\\n<h4>2.2.4 - 2018-12-04<\\/h4>\\n<ul>\\n<li>Fix: Global widget not saving changes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6340\\\">#6340<\\/a>)<\\/li>\\n<li>Fix: Dynamic tags support in Blockquote widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6334\\\">#6334<\\/a>)<\\/li>\\n<li>Fix: Forms Redirect URL action when using form field values with spaces<\\/li>\\n<\\/ul>\\n<h4>2.2.3 - 2018-11-29<\\/h4>\\n<ul>\\n<li>Fix: Missing "Edit Template" in Template widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Follow menu anchors with UTF8 characters in Nav Menu<\\/li>\\n<li>Fix: Show only supported templates in Template widget<\\/li>\\n<li>Fix: Revert conflicting fix for a default order for WC archive<\\/li>\\n<\\/ul>\\n<h4>2.2.2 - 2018-11-28<\\/h4>\\n<ul>\\n<li>Fix: Lightbox dynamic tag crashes the editor<\\/li>\\n<\\/ul>\\n<h4>2.2.1 - 2018-11-28<\\/h4>\\n<ul>\\n<li>New: Added <code>ACF File<\\/code> Dynamic tag to support text controls.<\\/li>\\n<li>Tweak: Added option to hide item count bubble when cart is empty in Menu Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6223\\\">#6223<\\/a>)<\\/li>\\n<li>Tweak: Added Actions group for Lightbox and Contact URL tags<\\/li>\\n<li>Tweak: Added filter <code>elementor_pro\\/dynamic_tags\\/shortcode\\/should_escape<\\/code> to avoid escaping in Shortcode dynamic tag<\\/li>\\n<li>Tweak: MailPoet3 integration allow Subscriber to to subscribe to multiple lists<\\/li>\\n<li>Tweak: Added front-end max file size validation for upload fields<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> per Post-Type condition for theme builder<\\/li>\\n<li>Fix: Template widget panel not showing the selected template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6271\\\">#6271<\\/a>)<\\/li>\\n<li>Fix: Conflict between ACF with Safari browser on Select option in Dynamic tag<\\/li>\\n<li>Fix: Add post classes only for the Single template<\\/li>\\n<li>Fix: Set document type as not editable for unsupported document like Global widget<\\/li>\\n<li>Fix: Avoid duplicate query for current WC product query<\\/li>\\n<li>Fix: Product Archive showing oldest products instead of latest<\\/li>\\n<li>Fix: CSS reset in Posts widget using cards skin<\\/li>\\n<\\/ul>\\n<h4>2.2.0 - 2018-11-19<\\/h4>\\n<ul>\\n<li>New: Introducing Custom Attributes (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/290\\\">#290<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3990\\\">#3990<\\/a>)<\\/li>\\n<li>New: Added evergreen option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4459\\\">#4459<\\/a>)<\\/li>\\n<li>New: Added expire actions option for Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5242\\\">#5242<\\/a>)<\\/li>\\n<li>New: Introducing Reviews widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3854\\\">#3854<\\/a>)<\\/li>\\n<li>New: Introducing Sitemap widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5594\\\">#5594<\\/a>)<\\/li>\\n<li>New: Added Request Parameter dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4934\\\">#4934<\\/a>)<\\/li>\\n<li>New: Added Shortcode dynamic tag<\\/li>\\n<li>New: Added Image and Video Lightbox dynamic tag<\\/li>\\n<li>New: Added Contact URL dynamic tag<\\/li>\\n<li>New: Added Featured Image Data dynamic tag<\\/li>\\n<li>New: Added default value to each field in the Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4268\\\">#4268<\\/a>)<\\/li>\\n<li>New: Added "Any Child Of" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5321\\\">#5321<\\/a>)<\\/li>\\n<li>New: Added "In Child" condition to template conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5587\\\">#5587<\\/a>)<\\/li>\\n<li>Tweak: Added Form Redirect URL with form values (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2564\\\">#2564<\\/a>)<\\/li>\\n<li>Tweak: Added default post classes to template wrapper (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5959\\\">#5959<\\/a>)<\\/li>\\n<li>Tweak: Better labels for terms in Query control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6092\\\">#6092<\\/a>)<\\/li>\\n<li>Tweak: Renamed "Child Of" templates condition to "Direct Child Of"<\\/li>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/condition_sub_id<\\/code> filter hook to allow template condition translations<\\/li>\\n<li>Tweak: Load the Template Library widget via Ajax for better performance<\\/li>\\n<li>Tweak: Added 404 page title for Page Title dynamic tag<\\/li>\\n<li>Fix: Menu Cart Toggle has # URL link (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6141\\\">#6141<\\/a>)<\\/li>\\n<li>Fix: Alignment issue in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5790\\\">#5790<\\/a>)<\\/li>\\n<li>Fix: Avoid potential security risk in forms<\\/li>\\n<li>Fix: Template By Author condition conflicts with 404 page<\\/li>\\n<li>Fix: Restored WC Product Content widget in Single Product template<\\/li>\\n<li>Fix: Theme Builder Preview URLs for date archives and 404 pages<\\/li>\\n<li>Fix: Highlight active menu anchor items only when scrolled into view<\\/li>\\n<li>Fix: Carousel Pagination Progress style to support new Swiper version<\\/li>\\n<\\/ul>\\n<h4>2.1.13 - 2018-11-12<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for new brand Finder in v2.3.0<\\/li>\\n<li>Fix: Settings conflict when there are multiple carousels in the page<\\/li>\\n<\\/ul>\\n<h4>2.1.12 - 2018-11-05<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.3<\\/li>\\n<li>Tweak: Better performance for Template Library widget<\\/li>\\n<li>Fix: Fatal error if a taxonomy used in a dynamic field is removed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6029\\\">#6029<\\/a>)<\\/li>\\n<li>Fix: Date Time dynamic tag now respect site language (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6001\\\">#6001<\\/a>)<\\/li>\\n<li>Fix: Custom CSS printed twice in the front-end<\\/li>\\n<li>Fix: ACF Image field PHP warning (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/6051\\\">#6051<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.1.11 - 2018-10-22<\\/h4>\\n<ul>\\n<li>New: Added ACF local fields compatibility<\\/li>\\n<li>Tweak: Re-brand TypeKit by Adobe Fonts integration<\\/li>\\n<li>Fix: Exclude <code>is_embed<\\/code> from Singular condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5915\\\">#5915<\\/a>)<\\/li>\\n<li>Fix: Avoid conflict with Ad Blockers and Share Buttons<\\/li>\\n<li>Fix: Current date time dynamic tag now shows local time<\\/li>\\n<li>Fix: Avoid conflict with 3rd party plugins that filter the permalink<\\/li>\\n<li>Fix: Avoid PHP warning when no groups are selected for MailChimp integration<\\/li>\\n<li>Fix: Avoid PHP warning if checkbox field is empty for ACF<\\/li>\\n<li>Fix: Respect password protected for a WC single product template<\\/li>\\n<li>Fix: Respect <code>order<\\/code> settings for WC archive also without pagination<\\/li>\\n<\\/ul>\\n<h4>2.1.10 - 2018-10-09<\\/h4>\\n<ul>\\n<li>Tweak: Added responsive alignment control for Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5821\\\">#5821<\\/a>)<\\/li>\\n<li>Tweak: Added link control to Animated Headline widget<\\/li>\\n<li>Fix: Mobile nav menu jump on RTL (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5711\\\">#5711<\\/a>)<\\/li>\\n<li>Fix: Responsive alignment control in Add to Cart widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5830\\\">#5830<\\/a>)<\\/li>\\n<li>Fix: Added IE compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Post Content widget is now shown only on <code>Single<\\/code> templates<\\/li>\\n<li>Fix: Query Control Pagination with offset<\\/li>\\n<\\/ul>\\n<h4>2.1.9 - 2018-09-17<\\/h4>\\n<ul>\\n<li>Tweak: Added Centered Slides option for Slideshow carousel<\\/li>\\n<li>Fix: Allow only public CPT for Manual Selection in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5091\\\">#5091<\\/a>)<\\/li>\\n<li>Fix: ACF Gallery option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: Page scrolling on resize when sticky is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5740\\\">#5740<\\/a>)<\\/li>\\n<li>Fix: Edit custom name for Global Widget in the Navigator (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5689\\\">#5689<\\/a>)<\\/li>\\n<li>Fix: Coverflow transition effect in Carousel<\\/li>\\n<li>Fix: Weird mobile behavior with Cube effect in Carousel<\\/li>\\n<li>Fix: Show the first thumbnail in the Slideshow carousel correctly<\\/li>\\n<\\/ul>\\n<h4>2.1.8 - 2018-09-12<\\/h4>\\n<ul>\\n<li>Tweak: Added styling options for WC Additional Information widget<\\/li>\\n<li>Tweak: Added styling options for \'View Cart\' link in Products widget<\\/li>\\n<li>Fix: 3rd party plugin support for WC single product template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5338\\\">#5338<\\/a>)<\\/li>\\n<li>Fix: Layout of Related Product widget with WC native style<\\/li>\\n<\\/ul>\\n<h4>2.1.7 - 2018-09-03<\\/h4>\\n<ul>\\n<li>New: WC Archive Description widget<\\/li>\\n<li>Tweak: Added blend mode to Slides widget background overlay (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5555\\\">#5555<\\/a>)<\\/li>\\n<li>Tweak: Added \'Current Subcategories\' option to Product Categories widget<\\/li>\\n<li>Fix: Added default vertical alignment in Author Box widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5589\\\">#5589<\\/a>)<\\/li>\\n<li>Tweak: Added more blend mode options for CTA widget<\\/li>\\n<li>Tweak: Improved plugin updater method based on WordPress version<\\/li>\\n<li>Fix: Improved IE compatibility for Posts and Portfolio widgets<\\/li>\\n<li>Fix: Added default gap for products pagination<\\/li>\\n<li>Fix: Post thumbnail flickering in Safari browser<\\/li>\\n<li>Fix: Close mobile nav menu on click only in full-width mode<\\/li>\\n<li>Fix: Added trailing slash to pagination links in Posts widget<\\/li>\\n<\\/ul>\\n<h4>2.1.6 - 2018-08-28<\\/h4>\\n<ul>\\n<li>New: WC Product Category Image widget and Dynamic tag (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5117\\\">#5117<\\/a>)<\\/li>\\n<li>Tweak: Allow HTML in Excerpt widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5491\\\">#5491<\\/a>)<\\/li>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Tweak: Deprecated Follow option in the Facebook Button widget<\\/li>\\n<li>Fix: Posts widget grid in Safari & IE11 (Depended on Elementor v2.2)<\\/li>\\n<li>Fix: Posts widget CSS when using cards skin in masonry mode<\\/li>\\n<li>Fix: ACF Image & ACF URL option support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5344\\\">#5344<\\/a>)<\\/li>\\n<li>Fix: WC product gallery links in RTL<\\/li>\\n<li>Fix: Dynamic tags in Call To Action widget<\\/li>\\n<\\/ul>\\n<h4>2.1.5 - 2018-08-21<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the upcoming release of Elementor v2.2<\\/li>\\n<li>Fix: Posts Widget layout theme compatibility<\\/li>\\n<li>Fix: Added compatibility for WooCommerce native style<\\/li>\\n<\\/ul>\\n<h4>2.1.4 - 2018-08-19<\\/h4>\\n<ul>\\n<li>Fix: Layout issue compatibility with themes caused by v2.1 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5442\\\">#5442<\\/a>)<\\/li>\\n<li>Fix: Dynamic setting in Pricing Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5460\\\">#5460<\\/a>)<\\/li>\\n<li>Fix: Hide Target URL control if is not necessary in Blockquote widget<\\/li>\\n<li>Fix: Selector specificity for WooCommerce Products widget<\\/li>\\n<li>Fix: WooCommerce conflicts in the editor in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.3 - 2018-08-15<\\/h4>\\n<ul>\\n<li>Fix: Thumbnails in the Posts widget jumping (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5350\\\">#5350<\\/a>)<\\/li>\\n<li>Fix: Responsive grid in the Share Buttons widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5375\\\">#5375<\\/a>)<\\/li>\\n<li>Fix: Added missing <code>setup_postdata<\\/code> for Product Data Tabs widget<\\/li>\\n<li>Fix: Rollback to older version of Flip Box widget to resolve 3D depth issue (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5399\\\">#5399<\\/a>)<\\/li>\\n<li>Fix: Allowed types in the Upload File field are now case-insensitive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5254\\\">#5254<\\/a>)<\\/li>\\n<li>Fix: Carousel behavior when using a single slide<\\/li>\\n<\\/ul>\\n<h4>2.1.2 - 2018-08-12<\\/h4>\\n<ul>\\n<li>Fix: Error when ACF Pro is not installed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5367\\\">#5367<\\/a>)<\\/li>\\n<li>Fix: Edge cases in Inspector where document is a boolean<\\/li>\\n<li>Fix: Edge cases for incorrect file fields in PODS<\\/li>\\n<\\/ul>\\n<h4>2.1.1 - 2018-08-09<\\/h4>\\n<ul>\\n<li>Fix: Highlighted text in Animated Headline widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5345\\\">#5345<\\/a>)<\\/li>\\n<li>Fix: Flip Box effect issues<\\/li>\\n<li>Fix: ACF Options page fields support (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5329\\\">#5329<\\/a>)<\\/li>\\n<li>Fix: Import Pro templates in edge cases<\\/li>\\n<\\/ul>\\n<h4>2.1.0 - 2018-08-07<\\/h4>\\n<ul>\\n<li>New: Introducing WooCommerce Builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1690\\\">#1690<\\/a>)<\\/li>\\n<li>New: Introducing 12 new dynamic tags & widgets for WooCommerce: Gallery, Image, Price, Rating, Description, Breadcrumbs, Data Tabs, Stock, Related, Upsell, Title & Archive<\\/li>\\n<li>New: Introducing Cart Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4220\\\">#4220<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4600\\\">#4600<\\/a>)<\\/li>\\n<li>New: Added integration with Toolset (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Added integration with Pods (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4129\\\">#4129<\\/a>)<\\/li>\\n<li>New: Added stick to bottom in scrolling effects (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4799\\\">#4799<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect to Widgets under advanced tab<\\/li>\\n<li>New: Introducing Internal URL Dynamic Tag<\\/li>\\n<li>Tweak: Added a Last Updated Date in the Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4597\\\">#4597<\\/a>)<\\/li>\\n<li>Tweak: Added Redirect after Logout option for Login widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4447\\\">#4447<\\/a>)<\\/li>\\n<li>Tweak: Avoid repeating posts when using more than one in the Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1878\\\">#1878<\\/a>)<\\/li>\\n<li>Tweak: Add Custom Query hook for Query control (<a href=\\\"https:\\/\\/developers.elementor.com\\/custom-query-filter\\/\\\">More Info<\\/a>) (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1748\\\">#1748<\\/a>)<\\/li>\\n<li>Tweak: Added form-message style (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for button on the Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4242\\\">#4242<\\/a>)<\\/li>\\n<li>Tweak: Added dynamic tag for Call to action widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4767\\\">#4767<\\/a>)<\\/li>\\n<li>Tweak: Added Dynamic Tags support for Google Map field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4602\\\">#4602<\\/a>)<\\/li>\\n<li>Tweak: Added an support for <code>label|value<\\/code> in options field (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4594\\\">#4594<\\/a>)<\\/li>\\n<li>Tweak: Added <code>by-author<\\/code> condition for theme builder (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4681\\\">#4681<\\/a>)<\\/li>\\n<li>Tweak: Added Activate\\/Deactivate license key via WP-CLI command (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4149\\\">#4149<\\/a>)<\\/li>\\n<li>Tweak: Added <code>is_scroll<\\/code> trigger to scrolling effect (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4340\\\">#4340<\\/a>)<\\/li>\\n<li>Tweak: Added In Same Term support for Post Navigation widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4177\\\">#4177<\\/a>)<\\/li>\\n<li>Tweak: Added responsive control for Slides To Scroll control in all carousel widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3697\\\">#3697<\\/a>)<\\/li>\\n<li>Tweak: Added style options for Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1335\\\">#1335<\\/a>)<\\/li>\\n<li>Tweak: Added button CSS ID for Forms widget<\\/li>\\n<li>Tweak: Added pixel units to Post-Info divider height control<\\/li>\\n<li>Tweak: Rewrite sticky library to handle with stretch section, auto scroller & more bugs<\\/li>\\n<li>Tweak: Re-organize the panel categories per document type<\\/li>\\n<li>Tweak: Added ACF support for <code>options-page<\\/code> fields<\\/li>\\n<li>Tweak: Added dynamic tag for Animated headlines<\\/li>\\n<li>Tweak: Added dynamic tag for BlockQuote widget<\\/li>\\n<li>Fix: Elementor Full Width template in GeneratePress theme (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4817\\\">#4817<\\/a>)<\\/li>\\n<li>Fix: Checkbox fields can accidentally be set to required (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4324\\\">#4324<\\/a>)<\\/li>\\n<li>Fix: Initial slide in Carousel widget<\\/li>\\n<li>Fix: Stay on current slide while editing in Carousel widget<\\/li>\\n<li>Fix: Default slides per device in Carousel widget<\\/li>\\n<li>Deprecated: Woo Products, Woo Elements & Single elements widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.18 - 2018-07-27<\\/h4>\\n<ul>\\n<li>Fix: Global widget error on saving page<\\/li>\\n<\\/ul>\\n<h4>2.0.17 - 2018-07-26<\\/h4>\\n<ul>\\n<li>Fix: Sub menu indicator direction in Nav Menu widget<\\/li>\\n<li>Fix: Change the title and icon for Global Widget when is moving<\\/li>\\n<li>Fix: CSS wrapper selector for Page Document<\\/li>\\n<\\/ul>\\n<h4>2.0.16 - 2018-07-16<\\/h4>\\n<ul>\\n<li>Tweak: CSS Filter Control module is now included in Elementor<\\/li>\\n<li>Fix: Border gap in Portfolio widget when item gap set as <code>0<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/5077\\\">#5077<\\/a>)<\\/li>\\n<li>Fix: Restore current query after get Global Widget data<\\/li>\\n<li>Fix: Add action item in History on unlink Global widget<\\/li>\\n<\\/ul>\\n<h4>2.0.15 - 2018-07-10<\\/h4>\\n<ul>\\n<li>Fix: Dropdown menu items collapsing when activated (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4996\\\">#4996<\\/a>)<\\/li>\\n<li>Fix: GMT offset in Countdown widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4997\\\">#4997<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>2.0.14 - 2018-07-08<\\/h4>\\n<ul>\\n<li>Tweak: Added set method to form record for developers (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4983\\\">#4983<\\/a>)<\\/li>\\n<li>Fix: Autoplay option for Carousels<\\/li>\\n<li>Fix: Close mobile menu on item click in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.13 - 2018-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for Elementor v2.1<\\/li>\\n<\\/ul>\\n<h4>2.0.12 - 2018-07-02<\\/h4>\\n<ul>\\n<li>Fix: Global widget PHP notices<\\/li>\\n<li>Fix: Slides widget active slide lost focus when clicking Editor tabs<\\/li>\\n<li>Fix: Form select field send all selected values on multiple selection<\\/li>\\n<li>Fix: Validate time field only if it\'s not empty<\\/li>\\n<li>Fix: ConvertKit API not saving name field<\\/li>\\n<\\/ul>\\n<h4>2.0.11 - 2018-06-12<\\/h4>\\n<ul>\\n<li>Fix: Theme Builder <code>author<\\/code> archive condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4593\\\">#4593<\\/a>)<\\/li>\\n<li>Fix: Respect password protected posts in Post Content widget<\\/li>\\n<li>Fix: Custom Fonts redirect to post edit screen in edge cases.<\\/li>\\n<\\/ul>\\n<h4>2.0.10 - 2018-06-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>elementor\\/theme\\/get_location_templates\\/template_id<\\/code> filter hook for multi-language plugins<\\/li>\\n<li>Fix: Dynamic Post Terms missing taxonomies if the taxonomy is registered to more then one post types (#4386)<\\/li>\\n<li>Fix: Fields shortcode missing after removing a field in Form widget<\\/li>\\n<li>Deprecated: <code>get_theme_templates_by_location<\\/code> is replaced by <code>get_location_templates<\\/code><\\/li>\\n<\\/ul>\\n<h4>2.0.9 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Fix: Compatibility for PHP version 5.4<\\/li>\\n<\\/ul>\\n<h4>2.0.8 - 2018-05-28<\\/h4>\\n<ul>\\n<li>Tweak: Added Active state for Nav Menu dropdown<\\/li>\\n<li>Tweak: Added style for "Nothing Found" Message for Archive Posts widget<\\/li>\\n<li>Tweak: Removed caption control in Site Logo widget<\\/li>\\n<li>Tweak: Added option to position currency symbol before\\/after In Price Table widget<\\/li>\\n<li>Fix: Query control manual selection does not show more than 10 items (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4479\\\">#4479<\\/a>)<\\/li>\\n<li>Fix: Styling glitch with terms list in Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4342\\\">#4342<\\/a>)<\\/li>\\n<li>Fix: Sub terms missing in Query control in edge cases (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4527\\\">#4527<\\/a>)<\\/li>\\n<li>Fix: Avoid rendering a template if it\'s not published<\\/li>\\n<li>Fix: 404 Page style not working<\\/li>\\n<li>Fix: Price Table button with hover animation not working in editor<\\/li>\\n<li>Fix: Styling conflict in Call to Action widget<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Adding parent wrapper class to Site Title widget<\\/li>\\n<\\/ul>\\n<h4>2.0.7 - 2018-05-16<\\/h4>\\n<ul>\\n<li>Fix: Content not found on section when single is set to "All Singular"<\\/li>\\n<li>Fix: Open 404 template library for 404 page<\\/li>\\n<li>Tweak: Added CSS prefix for dev files<\\/li>\\n<li>Tweak: Removed product post type from display conditions<\\/li>\\n<\\/ul>\\n<h4>2.0.6 - 2018-05-15<\\/h4>\\n<ul>\\n<li>Tweak: Set type on create new single template<\\/li>\\n<li>Tweak: Always show the conditions dialog in the Draft status<\\/li>\\n<li>Tweak: Added document type <code>widget<\\/code><\\/li>\\n<li>Tweak: Added Post Custom Field tag to URL category<\\/li>\\n<li>Fix: When ACF Field Groups are Empty (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4428\\\">#4428<\\/a>)<\\/li>\\n<li>Fix: Links inside carousel in edge cases<\\/li>\\n<li>Fix: Responsive issue in My Templates area<\\/li>\\n<li>Fix: Image alignment for post content with text alignment<\\/li>\\n<li>Fix: Post Content widget when preview post is missing<\\/li>\\n<li>Fix: Global Widget tab translation<\\/li>\\n<li>Fix: Style settings for Post \\/ Archive Title widgets<\\/li>\\n<\\/ul>\\n<h4>2.0.5 - 2018-05-08<\\/h4>\\n<ul>\\n<li>Fix: Creating a CPT with name like document-type breaks the editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4203\\\">#4203<\\/a>)<\\/li>\\n<li>Fix: Added support for new version of reCAPTCHA<\\/li>\\n<li>Fix: Added fallback for controls after <code>post_status<\\/code><\\/li>\\n<li>Fix: Required field in forms widget<\\/li>\\n<li>Fix: Media Carousel in the Coverflow skin<\\/li>\\n<li>Fix: 404 Page show wrong template in edge cases<\\/li>\\n<li>Fix: Save the default menu in the Nav Menu widget<\\/li>\\n<\\/ul>\\n<h4>2.0.4 - 2018-05-02<\\/h4>\\n<ul>\\n<li>Tweak: Added parent\'s class for extended widgets<\\/li>\\n<li>Tweak: Set entire-site as default to avoid conflict with save without conditions<\\/li>\\n<li>Tweak: Initialize global model when it\'s needed<\\/li>\\n<li>Tweak: Removed some duplicate strings<\\/li>\\n<li>Tweak: Query control now includes empty terms<\\/li>\\n<li>Tweak: Design polish for conditions dialog<\\/li>\\n<li>Tweak: Decreasing <code>minimumInputLength<\\/code> to 1 of select2<\\/li>\\n<li>Fix: Editor not loading for single templates in edge cases<\\/li>\\n<li>Fix: Select2 in Safari takes it\'s time to get the original select width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4310\\\">#4310<\\/a>)<\\/li>\\n<li>Fix: Slides per view not working for some effects<\\/li>\\n<li>Fix: New slides not showing in the editor<\\/li>\\n<li>Fix: Editor for section without a defined location, defaults to content area<\\/li>\\n<\\/ul>\\n<h4>2.0.3 - 2018-04-24<\\/h4>\\n<ul>\\n<li>Tweak: Optimize CSS for Post Info widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4214\\\">#4214<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4216\\\">#4216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4225\\\">#4225<\\/a>)<\\/li>\\n<li>Fix: Double render on frontend view in core locations<\\/li>\\n<li>Fix: Masonry not working in edge cases<\\/li>\\n<li>Fix: Added default setting for Author Info tag<\\/li>\\n<\\/ul>\\n<h4>2.0.2 - 2018-04-18<\\/h4>\\n<ul>\\n<li>Fix: Regenerate conditions to include all templates<\\/li>\\n<\\/ul>\\n<h4>2.0.1 - 2018-04-17<\\/h4>\\n<ul>\\n<li>Tweak: Added div wrapper for Nothing Found massage (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4136\\\">#4136<\\/a>)<\\/li>\\n<li>Tweak: Show empty categories in Query Control & Display Conditions (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/4127\\\">#4127<\\/a>)<\\/li>\\n<li>Tweak: Added Divider control for Post Info widget<\\/li>\\n<li>Fix: Update admin links in Yoast Breadcrumbs widget<\\/li>\\n<li>Fix: Sticky element conflict with clearfix CSS<\\/li>\\n<li>Fix: Compatibility for PHP version 5.4.32 & 5.5.16 and below<\\/li>\\n<li>Fix: Avoid running <code>wp_head<\\/code> hooks twice<\\/li>\\n<\\/ul>\\n<h4>2.0.0 - 2018-04-16<\\/h4>\\n<ul>\\n<li>New: Introducing Theme Builder - <a href=\\\"https:\\/\\/elementor.com\\/introducing-theme-builder\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/417\\\">#417<\\/a>)<\\/li>\\n<li>New: Introducing Locations API to inject custom location templates<\\/li>\\n<li>New: Introducing Display Conditions for all dynamic templates<\\/li>\\n<li>New: Introducing Dynamic Tag feature - a new way to add dynamic content to your design<\\/li>\\n<li>New: Introducing Role manager to allow "Content Only mode" (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/483\\\">#483<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/653\\\">#653<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/885\\\">#885<\\/a>)<\\/li>\\n<li>New: Introducing 9 new dynamic widgets: Archive Posts, Archive Title, Post Content, Post Info, Post Title, Post Excerpt, Featured Image, Site Logo & Site Name (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Introducing Developers area with guides and API documentation - <a href=\\\"https:\\/\\/elementor.com\\/introducing-elementor-developer-api\\/\\\">Release Post<\\/a> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/451\\\">#451<\\/a>)<\\/li>\\n<li>New: Introducing <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor-hello-theme\\\">Elementor Hello Theme<\\/a> - A demonstration theme for developers<\\/li>\\n<li>New: Added new type of templates: Header, Footer, Single and Archive (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2761\\\">#2761<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2623\\\">#2623<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2109\\\">#2109<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2061\\\">#2061<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2439\\\">#2439<\\/a>)<\\/li>\\n<li>New: Design 404 page with Single template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1558\\\">#1558<\\/a>)<\\/li>\\n<li>New: Design Search Results with Archive template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3196\\\">#3196<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2590\\\">#2590<\\/a>)<\\/li>\\n<li>New: Added Scrolling Effect for sections including <em>Sticky Element<\\/em> per device (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2412\\\">#2412<\\/a>)<\\/li>\\n<li>New: Integration with Custom Fields (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2054\\\">#2054<\\/a>)<\\/li>\\n<li>New: Partial support for Toolset integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2949\\\">#2949<\\/a>)<\\/li>\\n<li>New: Partial support for Pods integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2169\\\">#2169<\\/a>)<\\/li>\\n<li>New: Partial support for ACF integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2041\\\">#2041<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2059\\\">#2059<\\/a>)<\\/li>\\n<li>Tweak: Add custom fields support for ActiveCampaign (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3531\\\">#3531<\\/a>)<\\/li>\\n<li>Tweak: Allow brackets in Forms Tel field<\\/li>\\n<li>Tweak: Added currency format control for Price Table widget<\\/li>\\n<li>Tweak: Reduced API request for some servers<\\/li>\\n<li>Fix: Dropdown <code>border-radius<\\/code> in Nav Menu widget<\\/li>\\n<li>Fix: Price List widget layout breaks in edge cases<\\/li>\\n<li>Note: This version requires Elementor v2.0.6<\\/li>\\n<\\/ul>\\n<h4>1.15.6 - 2018-03-28<\\/h4>\\n<ul>\\n<li>Fix: Removed duplicate Custom CSS section (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3938\\\">#3938<\\/a>)<\\/li>\\n<li>Fix: <code>box-shadow<\\/code> issue with cards skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3940\\\">#3940<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.5 - 2018-03-27<\\/h4>\\n<ul>\\n<li>Fix: Added global widget compatibility for Elementor v2.0<\\/li>\\n<li>Fix: Reduced API request for some servers<\\/li>\\n<\\/ul>\\n<h4>1.15.4 - 2018-03-26<\\/h4>\\n<ul>\\n<li>Tweak: Allow brackets in phone field<\\/li>\\n<li>Tweak: Added compatibility with Yoast 7.0.+<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Support for multiple carousel setting in editor<\\/li>\\n<li>Fix: <code>on_export<\\/code> issue in forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3890\\\">#3890<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.15.3 - 2018-03-07<\\/h4>\\n<ul>\\n<li>Tweak: Added unique class to field group div (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3595\\\">#3595<\\/a>)<\\/li>\\n<li>Fix: Screen Options missing when Pro is active (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3622\\\">#3622<\\/a>)<\\/li>\\n<li>Fix: Allow label styling even when <code>show labels<\\/code> is set hide (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3544\\\">#3544<\\/a>)<\\/li>\\n<li>Fix: Typography control not working in edge cases<\\/li>\\n<li>Fix: Safari compatibility for Search widget<\\/li>\\n<\\/ul>\\n<h4>1.15.2 - 2018-02-27<\\/h4>\\n<ul>\\n<li>Fix: Only add support mine-type if needed (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3543\\\">#3543<\\/a>)<\\/li>\\n<li>Fix: Better support for Old Typekit kits<\\/li>\\n<\\/ul>\\n<h4>1.15.1 - 2018-02-21<\\/h4>\\n<ul>\\n<li>Tweak: Custom font title placeholder is not <code>enter font family<\\/code><\\/li>\\n<li>Tweak: Custom font title set as required<\\/li>\\n<li>Fix: Custom font, <code>font-face<\\/code> enqueued only once if used in global (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3513\\\">#3513<\\/a>)<\\/li>\\n<li>Fix: Added workaround for upload validation which relies on a PHP extension (fileinfo) with inconsistent reporting behavior.<\\/li>\\n<\\/ul>\\n<h4>1.15.0 - 2018-02-19<\\/h4>\\n<ul>\\n<li>New: Added custom fonts manager for self hosted fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/852\\\">#852<\\/a>)<\\/li>\\n<li>New: Integration with Adobe TypeKit fonts (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/631\\\">#631<\\/a>)<\\/li>\\n<li>Tweak: Clear menu from Nav Menu widget on template export<\\/li>\\n<li>Tweak: Allow zero for GetResponse integration as <code>day of cycle<\\/code><\\/li>\\n<\\/ul>\\n<h4>1.14.2 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Fix: Global widget content that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.14.1 - 2018-02-13<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>none<\\/code> option to content animation in CTA widget<\\/li>\\n<li>Tweak: Added <code>form_id<\\/code> to ActiveCampaign integration (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/3422\\\">#3422<\\/a>)<\\/li>\\n<li>Fix: Page crashed when Global widget not found.<\\/li>\\n<\\/ul>\\n<h4>1.14.0 - 2018-02-12<\\/h4>\\n<ul>\\n<li>New: Added Call to Action widget<\\/li>\\n<li>Tweak: MailPoet pull field mapping from MailPoet instead of hardcoded<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v2.0<\\/li>\\n<li>Fix: Allow zero (0) to be accepted as a field value<\\/li>\\n<li>Fix: Login form when custom login URL is set<\\/li>\\n<li>Fix: Added Day of cycle control to GetResponse integration<\\/li>\\n<\\/ul>\\n<h4>1.13.2 - 2018-01-23<\\/h4>\\n<ul>\\n<li>Tweak: Added placeholder to Password field<\\/li>\\n<li>Tweak: Removed <code>subscriber_already_exists_message<\\/code> control to prevent potential data leakage<\\/li>\\n<li>Fix: MailPoet Subscriber Already Exists error validation against translated string directly from MailPoet<\\/li>\\n<li>Fix: Changed <code>imagesLoaded()<\\/code> to Vanilla JS to avoid compatibility issues with some themes<\\/li>\\n<li>Fix: Only validate Tel field if not empty<\\/li>\\n<li>Fix: Stop slider while editing<\\/li>\\n<\\/ul>\\n<h4>1.13.1 - 2018-01-16<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with old PHP versions<\\/li>\\n<\\/ul>\\n<h4>1.13.0 - 2018-01-16<\\/h4>\\n<ul>\\n<li>New: Added File Upload field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1482\\\">#1482<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Acceptance field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1693\\\">#1693<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2974\\\">#2974<\\/a>)<\\/li>\\n<li>New: Added Date field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1868\\\">#1868<\\/a>)<\\/li>\\n<li>New: Added Time field for Forms widget<\\/li>\\n<li>New: Added Password field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2164\\\">#2164<\\/a>)<\\/li>\\n<li>New: Added HTML field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1500\\\">#1500<\\/a>)<\\/li>\\n<li>Tweak: Added characters validation for Tel field<\\/li>\\n<li>Tweak: Added min & max validation for Number field<\\/li>\\n<li>Tweak: Added multiple selection for Select field<\\/li>\\n<li>Tweak: Added donReach integration for Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.12.3 - 2018-01-09<\\/h4>\\n<ul>\\n<li>Fix: Render element plain content instead of parsed content when not needed in global widget<\\/li>\\n<li>Fix: Apply <code>url-encoding<\\/code> to "Tweet" button text in Blockquote widget to prevent unexpected corruption of the tweet text<\\/li>\\n<li>Fix: Removed My Account link from dashboard widget<\\/li>\\n<\\/ul>\\n<h4>1.12.2 - 2018-01-03<\\/h4>\\n<ul>\\n<li>Tweak: Added animation none for Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2964\\\">#2964<\\/a>)<\\/li>\\n<li>Fix: Active license button style<\\/li>\\n<\\/ul>\\n<h4>1.12.1 - 2018-01-02<\\/h4>\\n<ul>\\n<li>Tweak: Removed theme-element widgets from plain content<\\/li>\\n<li>Tweak: Set all theme-element widgets to extend same widget Base<\\/li>\\n<li>Tweak: Removed credit URL in forms meta data<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.9<\\/li>\\n<li>Fix: Validate Get response Error as real error<\\/li>\\n<li>Fix: Removed responsive height control from Facebook Page widget<\\/li>\\n<\\/ul>\\n<h4>1.12.0 - 2017-12-20<\\/h4>\\n<ul>\\n<li>New: Added Drip integration to Forms<\\/li>\\n<li>New: Added ActiveCampaign integration to Forms<\\/li>\\n<li>New: Added ConverKit integration to Forms<\\/li>\\n<li>New: Added GetResponse integration to Forms<\\/li>\\n<li>New: Added form <code>id<\\/code>, <code>name<\\/code> attributes to handle integration with auto collectors like HubSpot<\\/li>\\n<li>New: Added Global API key for MailChimp to improve the workflow<\\/li>\\n<li>Tweak: Better error handling and message display for Forms<\\/li>\\n<li>Fix: PHP notice Undefined variable <code>$cc_header<\\/code> (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2934\\\">#2934<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.11.0 - 2017-12-11<\\/h4>\\n<ul>\\n<li>New: Added a native Comments widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/543\\\">#543<\\/a>)<\\/li>\\n<li>New: Added an Author Box widget<\\/li>\\n<li>New: Added a Post Navigation widget<\\/li>\\n<li>New: Added a Yoast Breadcrumbs widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2749\\\">#2749<\\/a>)<\\/li>\\n<li>Tweak: Added a close button to search widget under Full Screen skin (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2762\\\">#2762<\\/a>)<\\/li>\\n<li>Fix: Allow currency symbol to appear even if price isn\'t numeric<\\/li>\\n<li>Fix: Edge cases when the nav menu is empty in a stretched section<\\/li>\\n<li>Fix: Added fallback when you remove the <code>space-between<\\/code> on Swiper carousel<\\/li>\\n<\\/ul>\\n<h4>1.10.2 - 2017-12-03<\\/h4>\\n<ul>\\n<li>Fix: Missing save widget icon (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2878\\\">#2878<\\/a>)<\\/li>\\n<li>Fix: Global widgets not saving edits (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2874\\\">#2874<\\/a>)<\\/li>\\n<li>Fix: Removed <code>white-space: nowrap;<\\/code> property from vertical menu in Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2815\\\">#2815<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.10.1 - 2017-11-30<\\/h4>\\n<ul>\\n<li>Tweak: Added default value for search form<\\/li>\\n<li>Tweak: Order template list A-Z in the library widget<\\/li>\\n<li>Tweak: get_users\\/authors query is now done using AJAX only, for better performance in Query Control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2865\\\">#2865<\\/a>)<\\/li>\\n<li>Fix: When adding <code>.00<\\/code> it is not displayed on the front<\\/li>\\n<li>Fix: Make sure space between is numeric for carousel control<\\/li>\\n<li>Fix: Added space for radio & checkbox fields in form widget<\\/li>\\n<\\/ul>\\n<h4>1.10.0 - 2017-11-15<\\/h4>\\n<ul>\\n<li>New: Added native Search form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2576\\\">#2576<\\/a>)<\\/li>\\n<li>Tweak: Added Slides To Scroll & Loop controls to Media Carousel and Testimonials widgets<\\/li>\\n<li>Tweak: Added Inline editing to Blockquote widget<\\/li>\\n<li>Fix: Animated Headline color bug (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2516\\\">#2516<\\/a>)<\\/li>\\n<li>Fix: Animated Headline with Rotating skin<\\/li>\\n<li>Fix: RTL fix for Animated Headline widget in \'typing\' and \'clip\' animations<\\/li>\\n<li>Fix: Empty menu cause jQuery to crash in Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2662\\\">#2662<\\/a>)<\\/li>\\n<li>Fix: Custom CSS gone after reloading the editor<\\/li>\\n<\\/ul>\\n<h4>1.9.5 - 2017-10-27<\\/h4>\\n<ul>\\n<li>Fix: Broken Global widget with JS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2639\\\">#2639<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.9.4 - 2017-10-24<\\/h4>\\n<ul>\\n<li>Tweak: Improved UI for notices and license page<\\/li>\\n<li>Fix: Update system conflict with other EDD plugins<\\/li>\\n<li>Fix: WooCommerce frontend hooks on Elementor editor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2577\\\">#2577<\\/a>)<\\/li>\\n<li>Fix: Removed default border left in Nav Menu dropdown CSS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2496\\\">#2496<\\/a>)<\\/li>\\n<li>Fix: Increased submenu max-width (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2558\\\">#2558<\\/a>)<\\/li>\\n<li>Fix: Save global templates without their defaults<\\/li>\\n<li>Fix: Horizontal scrolling issue with posts grid<\\/li>\\n<\\/ul>\\n<h4>1.9.3 - 2017-10-03<\\/h4>\\n<ul>\\n<li>Fix: Condition slide style that got affected by previous update<\\/li>\\n<\\/ul>\\n<h4>1.9.2 - 2017-10-02<\\/h4>\\n<ul>\\n<li>New: Added integration with MailPoet 3 for Forms actions<\\/li>\\n<li>Fix: Removed height control from Testimonial carousel in mobile editing mode<\\/li>\\n<li>Fix: Removed bottom padding when there\'s no pagination in Testimonial carousel<\\/li>\\n<li>Fix: Added condition for slides style section in skin bubble mode<\\/li>\\n<li>Fix: Slides per view control for mobile editing in Testimonial carousel<\\/li>\\n<li>Fix: Navigation Arrows icons matched with common Elementor Navigation Arrows<\\/li>\\n<\\/ul>\\n<h4>1.9.1 - 2017-09-28<\\/h4>\\n<ul>\\n<li>Fix: Slides per view for slideshow carousel<\\/li>\\n<li>Fix: Final polish for the new Testimonial Carousel widget<\\/li>\\n<li>Fix: Don\'t play video if slide type is not video<\\/li>\\n<li>Fix: Removed slides style section condition (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2497\\\">#2497<\\/a>)<\\/li>\\n<li>Fix: Set cursor as pointer for slideshow thumbnails<\\/li>\\n<\\/ul>\\n<h4>1.9.0 - 2017-09-26<\\/h4>\\n<ul>\\n<li>New: Added Media Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/216\\\">#216<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/347\\\">#347<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2209\\\">#2209<\\/a>)<\\/li>\\n<li>New: Added Testimonial Carousel widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/715\\\">#715<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.3 - 2017-09-24<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility for WordPress 4.8.2 & 4.7.6<\\/li>\\n<li>Fix: Remove slashes from Form sent data<\\/li>\\n<\\/ul>\\n<h4>1.8.2 - 2017-09-19<\\/h4>\\n<ul>\\n<li>Tweak: Added target URL for the tweet message in Blockquote widget<\\/li>\\n<li>Tweak: Render the slide height before the slider is finished loading<\\/li>\\n<li>Fix: Space between words for Animated Headline widget<\\/li>\\n<li>Fix: RTL compatibility for Animated Headline widget<\\/li>\\n<li>Fix: Italic font style for Animated Headline widget<\\/li>\\n<li>Fix: Excluded Menu widget from the WP Editor text rendering<\\/li>\\n<\\/ul>\\n<h4>1.8.1 - 2017-09-18<\\/h4>\\n<ul>\\n<li>Fix: WCAG Compatible "required" field attribute for W3C validation (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2391\\\">#2391<\\/a>)<\\/li>\\n<li>Fix: Print the main menu only when is necessary in Menu widget<\\/li>\\n<li>Fix: Use CSS media query instead of JS to hide items in Menu widget to avoid flickering on page load (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2381\\\">#2381<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.8.0 - 2017-09-12<\\/h4>\\n<ul>\\n<li>New: Added Nav Menu widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1406\\\">#1406<\\/a>)<\\/li>\\n<li>Fix: Field ID for checkbox control in Form widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2279\\\">#2279<\\/a>)<\\/li>\\n<li>Fix: Style for Blockquote widget included<\\/li>\\n<\\/ul>\\n<h4>1.7.2 - 2017-09-07<\\/h4>\\n<ul>\\n<li>Tweak: Loading Facebook SDK via JS for better compatibility with caching plugins<\\/li>\\n<li>Fix: Responsive Embed Facebook post widget for Safari iOS (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2340\\\">#2340<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.7.1 - 2017-09-05<\\/h4>\\n<ul>\\n<li>Fix: Facebook SDK version<\\/li>\\n<\\/ul>\\n<h4>1.7.0 - 2017-09-05<\\/h4>\\n<ul>\\n<li>New: Added Facebook Button widget for Like, Recommend, Share and Follow<\\/li>\\n<li>New: Added Facebook Embed widget for Post, Video and Comment<\\/li>\\n<li>New: Added Facebook Comments widget<\\/li>\\n<li>New: Added Facebook Page widget (Previously known as Like Box)<\\/li>\\n<li>New: Added Blockquote widget with Tweet button<\\/li>\\n<li>Tweak: Added Facebook SDK integration for all Facebook widgets<\\/li>\\n<li>Fix: Animated headline rotating with long words<\\/li>\\n<\\/ul>\\n<h4>1.6.1 - 2017-08-28<\\/h4>\\n<ul>\\n<li>Fix: Animated Headline marker gets in front of neighboring spans even when "Bring to Front" is not set<\\/li>\\n<li>Fix: Stroke animation in Animated Headline for MS Edge browser<\\/li>\\n<li>Fix: Animated headline with more than 1-word per rotation<\\/li>\\n<li>Fix: Animated Headline in two lines<\\/li>\\n<li>Fix: Some errors in Global widget<\\/li>\\n<\\/ul>\\n<h4>1.6.0 - 2017-08-22<\\/h4>\\n<ul>\\n<li>New: Added Animated Headline widget<\\/li>\\n<li>New: Added Hidden field for Forms widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2038\\\">#2038<\\/a>)<\\/li>\\n<li>Tweak: Added notice to update Elementor to v1.6.5 or higher<\\/li>\\n<li>Fix: CSS Animations names no longer minified, in order to prevent unexpected conflicts<\\/li>\\n<\\/ul>\\n<h4>1.5.9 - 2017-08-16<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.7<\\/li>\\n<li>Fix: Portfolio compatibility for GeneratePress theme<\\/li>\\n<li>Fix: Portfolio filter compatibility for RTL<\\/li>\\n<li>Fix: Pagination apply for all posts widget in the page<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.8 - 2017-07-25<\\/h4>\\n<ul>\\n<li>Tweak: Added compatibility for the future release of Elementor v1.6<\\/li>\\n<li>Fix: Improved backward compatibility for query control rename<\\/li>\\n<\\/ul>\\n<h4>1.5.7 - 2017-07-24<\\/h4>\\n<ul>\\n<li>Tweak: Moved JS render of reCAPTCHA to a separate file<\\/li>\\n<li>Tweak: Display the label in the reCAPTCHA field for better experience<\\/li>\\n<li>Tweak: Rename <code>panel-posts-control<\\/code> to <code>query-control<\\/code> and added fallback support<\\/li>\\n<li>Tweak: Added compatibility for the future release of Elementor with history feature<\\/li>\\n<li>Fix: reCAPTCHA preview on the editor<\\/li>\\n<li>Fix: Manual selection (query control) has stopped working after saving (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/2000\\\">#2000<\\/a>)<\\/li>\\n<li>Fix: Added condition for icon size control in Share Buttons widget<\\/li>\\n<\\/ul>\\n<h4>1.5.6 - 2017-07-12<\\/h4>\\n<ul>\\n<li>Fix: Query Control correction for taxonomies (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1963\\\">#1963<\\/a>)<\\/li>\\n<li>Fix: Custom CSS override scheme color in the editor<\\/li>\\n<li>Fix: Added order by Menu Order for Query Control in WC widget<\\/li>\\n<li>Fix: Glitch with Flip Box background overlay<\\/li>\\n<\\/ul>\\n<h4>1.5.5 - 2017-07-03<\\/h4>\\n<ul>\\n<li>Tweak: Moved reCAPTCHA render to handler & load only if a form is exist<\\/li>\\n<li>Fix: MailChimp integration: Default number of items returned by API increased to 999<\\/li>\\n<li>Fix: MailChimp integration: Refresh the groups list if API is changed<\\/li>\\n<li>Fix: Sorted items in filter bar by A-Z<\\/li>\\n<li>Fix: Editor glitch with Elementor v1.5 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1927\\\">#1927<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.5.4 - 2017-06-22<\\/h4>\\n<ul>\\n<li>Tweak: Improved compatibility for Elementor v1.5<\\/li>\\n<li>Fix: URL default for Add To Cart widget<\\/li>\\n<li>Fix: Allowed <code>date<\\/code> and <code>birthday<\\/code> fields as text for MailChimp integration<\\/li>\\n<\\/ul>\\n<h4>1.5.3 - 2017-06-19<\\/h4>\\n<ul>\\n<li>Tweak: Make flip-box height responsive control<\\/li>\\n<li>Fix: Facebook share count now gets retrieved by Elementor (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1829\\\">#1829<\\/a>)<\\/li>\\n<li>Fix: Global form widget with MailChimp integration not saving<\\/li>\\n<\\/ul>\\n<h4>1.5.2 - 2017-06-13<\\/h4>\\n<ul>\\n<li>Fix: Custom CSS panel location compatibility for the old versions<\\/li>\\n<\\/ul>\\n<h4>1.5.1 - 2017-06-12<\\/h4>\\n<ul>\\n<li>Fix: MailChimp update existing user registration<\\/li>\\n<li>Fix: Global widget with JS in the editor mode<\\/li>\\n<li>Fix: Label section condition in Login widget<\\/li>\\n<li>Fix: Changes to unlinked global widget do not appear in the editor<\\/li>\\n<\\/ul>\\n<h4>1.5.0 - 2017-05-23<\\/h4>\\n<ul>\\n<li>New: Added Cards, a new skin for Posts widget<\\/li>\\n<li>New: Added Exclude option to post query control group<\\/li>\\n<li>Tweak: Added <code>post_class()<\\/code> for each post in the loop<\\/li>\\n<li>Tweak: Added <code>.elementor-posts-masonry<\\/code> class when Masonry layout is enabled<\\/li>\\n<li>Tweak: Added compatibility for the next release of Elementor v1.5.0<\\/li>\\n<li>Tweak: CSS <code>autoprefixer<\\/code> now supports last 5 versions of browsers<\\/li>\\n<li>Tweak: Added <code>imageLoaded<\\/code> library for Posts & Portfolio widgets<\\/li>\\n<\\/ul>\\n<h4>1.4.4 - 2017-05-18<\\/h4>\\n<ul>\\n<li>Fix: Force Mailchimp API to return all lists and not just 10 (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1683\\\">#1683<\\/a>)<\\/li>\\n<li>Fix: Added <code>.elementor-form<\\/code> class to Login form to fix style glitch<\\/li>\\n<\\/ul>\\n<h4>1.4.3 - 2017-05-14<\\/h4>\\n<ul>\\n<li>Tweak: Added Redirect After Login option to Login widget<\\/li>\\n<li>Tweak: Stay in the current page after logout in Login widget<\\/li>\\n<li>Tweak: Preparation for Elementor settings tabs in future version<\\/li>\\n<li>Fix: Pinterest in Share Buttons widget now sharing the URL alone<\\/li>\\n<li>Fix: Bug with <code>active<\\/code> class in portfolio filter item<\\/li>\\n<li>Fix: Higher specific list-style-type <code>none<\\/code> for filter items to override some theme style<\\/li>\\n<\\/ul>\\n<h4>1.4.2 - 2017-05-06<\\/h4>\\n<ul>\\n<li>Fix: Temporary patch for form field shortcode in some servers<\\/li>\\n<\\/ul>\\n<h4>1.4.1 - 2017-05-03<\\/h4>\\n<ul>\\n<li>Fix: Bug with custom success message in form widget<\\/li>\\n<li>Fix: Bug with meta data in email action<\\/li>\\n<\\/ul>\\n<h4>1.4.0 - 2017-05-03<\\/h4>\\n<ul>\\n<li>New: Forms: integration with MailChimp<\\/li>\\n<li>New: Forms: integration with MailPoet<\\/li>\\n<li>New: Forms: Added Email 2 action for email confirmation<\\/li>\\n<li>New: Forms: Added shortcodes for fields<\\/li>\\n<li>New: Forms: Added custom ID for fields<\\/li>\\n<li>New: Forms: Added option to edit email HTML template (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1180\\\">#1180<\\/a>)<\\/li>\\n<li>New: Added Login widget<\\/li>\\n<li>Tweak: Move <code>send_html<\\/code> control to <code>email_content_type<\\/code><\\/li>\\n<li>Fix: Email still sent even if validation failed in form widget<\\/li>\\n<\\/ul>\\n<h4>1.3.2 - 2017-05-01<\\/h4>\\n<ul>\\n<li>New: Added action <code>elementor_pro\\/init<\\/code> for better integration with Elementor Pro<\\/li>\\n<li>Fix: Posts without featured image in Posts widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1234\\\">#1234<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1382\\\">#1382<\\/a>)<\\/li>\\n<li>Fix: reCAPTCHA & Honeypot fields with new method<\\/li>\\n<li>Fix: Added border width control in Share Buttons to avoid a glitch on Chrome browser<\\/li>\\n<li>Fix: Border radius glitch on hover in Share Buttons<\\/li>\\n<\\/ul>\\n<h4>1.3.1 - 2017-04-25<\\/h4>\\n<ul>\\n<li>Fix: Conflict update with revision history module<\\/li>\\n<\\/ul>\\n<h4>1.3.0 - 2017-04-25<\\/h4>\\n<ul>\\n<li>New: Added Share Buttons widget (<a href=\\\"https:\\/\\/wordpress.org\\/support\\/topic\\/social-sharing-buttons-is-it-possible\\/\\\">Topic<\\/a>)<\\/li>\\n<li>New: Added Custom CSS for Page Settings<\\/li>\\n<li>New: Added Masonry layout for Portfolio widget<\\/li>\\n<li>New: Added Cc & Bcc options to email action (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1181\\\">#1181<\\/a>)<\\/li>\\n<li>New: Introduced <code>ElementorProModulesFormsClassesAction_Base<\\/code> class for better 3rd party integration for forms<\\/li>\\n<li>Tweak: Debugger module now also shows errors from Pro<\\/li>\\n<li>Tweak: Added options for Elementor Library<\\/li>\\n<li>Tweak: New base posts module for optimized performance<\\/li>\\n<li>Tweak: Adjusting Posts \\/ Portfolio to the new structure<\\/li>\\n<li>Fix: Export for posts \\/ portfolio<\\/li>\\n<li>Fix: Duplicate repeater field with switcher control (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1442\\\">#1442<\\/a>)<\\/li>\\n<li>Fix: Post per Page in the query control<\\/li>\\n<li>Fix: Metadata does not come through on form emails (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1566\\\">#1566<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.2.6 - 2017-04-19<\\/h4>\\n<ul>\\n<li>Fix: Added compatibility with WooCommerce 3.0 - Products & Add to Cart widgets<\\/li>\\n<\\/ul>\\n<h4>1.2.5 - 2017-04-18<\\/h4>\\n<ul>\\n<li>Fix: Offset query for posts widgets (Posts, Portfolio and Products)<\\/li>\\n<\\/ul>\\n<h4>1.2.4 - 2017-03-21<\\/h4>\\n<ul>\\n<li>Tweak: Added Indian Rupee sign to Price Table widget<\\/li>\\n<li>Fix: Portfolio grid for IE11<\\/li>\\n<li>Fix: Link target blank in Price List widget<\\/li>\\n<li>Fix: Active item for filter bar in Portfolio widget<\\/li>\\n<\\/ul>\\n<h4>1.2.3 - 2017-03-06<\\/h4>\\n<ul>\\n<li>Tweak: Fully compatible with Elementor v1.3.0<\\/li>\\n<li>Tweak: Added trigger for after form submission in Forms widget<\\/li>\\n<li>Tweak: Changed handle name in reCAPTCHA field to avoid conflict with other contact forms<\\/li>\\n<li>Fix: Portfolio filter syntax in Non-Latin languages<\\/li>\\n<li>Fix: Added <code>no-repeat<\\/code> property for slide with <code>background-size:contain<\\/code><\\/li>\\n<li>Fix: Condition control & Import value in Posts widgets<\\/li>\\n<li>Fix: Offset and Pagination in WordPress (<a href=\\\"https:\\/\\/codex.wordpress.org\\/Making_Custom_Queries_using_Offset_and_Pagination\\\">More Info<\\/a>)<\\/li>\\n<li>Fix: Submit handler bubbling for custom events in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.2.2 - 2017-02-23<\\/h4>\\n<ul>\\n<li>Tweak: Change name from Side A\\/B to Front and Back in Flip Box widget<\\/li>\\n<li>Fix: Error when saving third party widgets in the global widget<\\/li>\\n<li>Fix: Image position "none" remains visible in editor preview (Posts)<\\/li>\\n<li>Fix: Hide the pagination when there are no links<\\/li>\\n<\\/ul>\\n<h4>1.2.1 - 2017-02-21<\\/h4>\\n<ul>\\n<li>Fix: Firefox Flip Box 3D compatibility<\\/li>\\n<\\/ul>\\n<h4>1.2.0 - 2017-02-21<\\/h4>\\n<ul>\\n<li>New: Added Flip Box widget<\\/li>\\n<li>New: Added Ken Burns effect for slides<\\/li>\\n<li>New: Added Masonry layout for Posts widget<\\/li>\\n<li>New: Added Pagination option for Posts widget<\\/li>\\n<li>Tweak: Added background size contain to slides<\\/li>\\n<li>Tweak: Improve Query control by preload items<\\/li>\\n<li>Fix: Text color for Checkbox and Radio fields<\\/li>\\n<\\/ul>\\n<h4>1.1.2 - 2017-02-05<\\/h4>\\n<ul>\\n<li>Tweak: Added <code>aria-required<\\/code> for better accessibility in forms widget<\\/li>\\n<li>Fix: Conflict Call to <code>undefined<\\/code> method in Posts & Portfolio widgets (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1271\\\">#1271<\\/a>, <a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1266\\\">#1266<\\/a>)<\\/li>\\n<li>Fix: Submit button HTML after error sending<\\/li>\\n<li>Fix: Success message for <code>skip_email<\\/code> function<\\/li>\\n<li>Notice: Elementor 1.2.0 or later now required<\\/li>\\n<\\/ul>\\n<h4>1.1.1 - 2017-01-24<\\/h4>\\n<ul>\\n<li>Fix: Can\'t save global widgets when <code>WP_DEBUG<\\/code> is <code>true<\\/code><\\/li>\\n<li>Fix: Undefined variable in WC widgets<\\/li>\\n<li>Fix: Removed duplicate strings<\\/li>\\n<\\/ul>\\n<h4>1.1.0 - 2017-01-24<\\/h4>\\n<ul>\\n<li>New: Price Table widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/102\\\">#102<\\/a>)<\\/li>\\n<li>New: WooCommerce Add to Cart widget<\\/li>\\n<li>New: WooCommerce Categories widget<\\/li>\\n<li>New: WooCommerce Elements widget<\\/li>\\n<li>New: Honeypot field for Forms widgets<\\/li>\\n<li>Tweak: Added inline options for taxonomies & authors if is less than 15 items<\\/li>\\n<li>Tweak: Added Required Mark for fields in Forms widget<\\/li>\\n<li>Fix: CSS selectors priority in Slides widget<\\/li>\\n<li>Fix: CSS bug in Price List widget<\\/li>\\n<li>Fix: Update all Post CSS files that includes specific Global Widget<\\/li>\\n<\\/ul>\\n<h4>1.0.9 - 2017-01-18<\\/h4>\\n<ul>\\n<li>Fix: Auto complete bug in query controls<\\/li>\\n<li>Fix: Render template with escaping slashes<\\/li>\\n<li>Fix: Reply-to field in Forms widget<\\/li>\\n<\\/ul>\\n<h4>1.0.8 - 2017-01-11<\\/h4>\\n<ul>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Removed go pro link from plugins page in admin<\\/li>\\n<\\/ul>\\n<h4>1.0.7 - 2017-01-05<\\/h4>\\n<ul>\\n<li>Tweak: Added filter by featured \\/ sale for WC Products widget<\\/li>\\n<li>Tweak: Added author control in Portfolio widget<\\/li>\\n<li>Tweak: Code adjustments for Elementor API<\\/li>\\n<li>Fix: Added support for empty image ratio<\\/li>\\n<li>Fix: Avoid nesting a sidebar within a template that will appear in the sidebar itself<\\/li>\\n<\\/ul>\\n<h4>1.0.6 - 2017-01-01<\\/h4>\\n<ul>\\n<li>Tweak: Added Auto-updates for local translation files<\\/li>\\n<li>Fix: Custom CSS for Global widgets<\\/li>\\n<li>Fix: Remove <code>nonce<\\/code> field (Fix some cache plugins)<\\/li>\\n<\\/ul>\\n<h4>1.0.5 - 2016-12-27<\\/h4>\\n<ul>\\n<li>Fix: Slide element bug fix - \'Link apply on\' logic<\\/li>\\n<li>Fix: Removed unique wrapper for Custom CSS in order to allow media queries (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1086\\\">#1086<\\/a>)<\\/li>\\n<\\/ul>\\n<h4>1.0.4 - 2016-12-21<\\/h4>\\n<ul>\\n<li>Tweak: Mobile Editing for fields in the form widget<\\/li>\\n<li>Tweak: Mobile Editing for posts<\\/li>\\n<li>Tweak: Allow send form as HTML<\\/li>\\n<li>Tweak: Improved auto upgrades for Multisite installation<\\/li>\\n<li>Tweak: Improve editor rendering experience for Portfolio widget<\\/li>\\n<li>Fix: Posts widget check if image exist<\\/li>\\n<li>Fix: Changed the clone method for global widget (<a href=\\\"https:\\/\\/github.com\\/elementor\\/elementor\\/issues\\/1042\\\">#1042<\\/a>)<\\/li>\\n<li>Fix: Bug slides in RTL (removed direction control)<\\/li>\\n<li>Fix: Slides with no height jumps when changing slides<\\/li>\\n<\\/ul>\\n<h4>1.0.3 - 2016-12-13<\\/h4>\\n<ul>\\n<li>Fix: Added escape placeholder for HTML Entities in form widget<\\/li>\\n<li>Fix: Countdown widget RTL bug<\\/li>\\n<li>Fix: Remove redundant #elementor selector for control style<\\/li>\\n<li>Fix: Added prefixing with \'0\' for one digit number in Countdown widget<\\/li>\\n<\\/ul>\\n<h4>1.0.2 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: Page layout collapses when inserting reCAPTCHA field in Form<\\/li>\\n<\\/ul>\\n<h4>1.0.1 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Fix: WordPress widgets disappear from Editor when Elementor Pro active<\\/li>\\n<\\/ul>\\n<h4>1.0.0 - 2016-12-12<\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\\\";}\",\"new_version\":\"3.26.3\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidXJsIjoiaHR0cHM6Ly9yZWRsaWdodGluZmxhbW1hdGlvbi5jb20iLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzM2ODQ4NzU2LCJleHAiOjE3MzY5MzUxNTZ9.coOkHSH8lyxqalo9W6DjF7QPArfiVEw1hi9QL4tYUNU\\/package_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/package_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidXJsIjoiaHR0cHM6Ly9yZWRsaWdodGluZmxhbW1hdGlvbi5jb20iLCJkb3dubG9hZF9iZXRhIjpmYWxzZSwiZmlsZV9rZXkiOiIxIiwiaWF0IjoxNzM2ODQ4NzU2LCJleHAiOjE3MzY5MzUxNTZ9.coOkHSH8lyxqalo9W6DjF7QPArfiVEw1hi9QL4tYUNU\\/package_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"},\"canary_deployment\":{\"plugin_info\":{\"new_version\":\"3.7.0\",\"name\":\"Elementor Pro\",\"slug\":\"elementor-pro\",\"url\":\"https:\\/\\/elementor.com\\/pro\\/changelog\\/\",\"homepage\":\"https:\\/\\/elementor.com\\/pro\\/\",\"requires\":\"5.0\",\"tested\":\"6.7.1\",\"elementor_requires\":\"3.0.1\",\"package\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9yZWRsaWdodGluZmxhbW1hdGlvbi5jb20iLCJpYXQiOjE3MzY4NDg3NTYsImV4cCI6MTczNjkzNTE1Nn0.WCNAftQjT3dIdLFffbv18MQ7m6jVyNEb9fkUq3HHZyw\\/previous_download\",\"download_link\":\"https:\\/\\/plugin-downloads.elementor.com\\/v2\\/previous_download\\/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJsaWNlbnNlIjoiZXAtOTZLUFB6VjAxQlpmVmJCSEFxYjkxNjA0NjM2OTQyZmVCSVF3MEJrYkhnIiwidmVyc2lvbiI6IjMuNy4wIiwidXJsIjoiaHR0cHM6Ly9yZWRsaWdodGluZmxhbW1hdGlvbi5jb20iLCJpYXQiOjE3MzY4NDg3NTYsImV4cCI6MTczNjkzNTE1Nn0.WCNAftQjT3dIdLFffbv18MQ7m6jVyNEb9fkUq3HHZyw\\/previous_download\",\"banners\":{\"2x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-1544x500.png?rev=1475479\",\"1x\":\"https:\\/\\/ps.w.org\\/elementor\\/assets\\/banner-772x250.png?rev=1475479\"},\"icons\":{\"svg\":\"https:\\/\\/storage.googleapis.com\\/web-public-files\\/Web%20Assets\\/icons\\/icon.svg\"}},\"conditions\":[[{\"type\":\"language\",\"languages\":[\"he_IL\",\"nl_NL\",\"en_GB\",\"en_NZ\",\"en_ZA\",\"en_AU\",\"en_CA\",\"sv_SE\",\"da_DK\",\"fr_FR\",\"nl_NL\",\"nb_NO\",\"de_AT\",\"fi\",\"it_IT\",\"nn_NO\",\"de_CH\",\"en_GB\",\"is_IS\",\"ga\",\"fr_BE\",\"nl_BE\",\"ast\",\"lb_LU\",\"es_ES\",\"pt_PT\",\"mlt\"],\"operator\":\"in\"}]]},\"cloud\":false}\";}','off'),(72010,'eael_show_reset_password_on_form_submit_384','1','off'),(72011,'eael_show_reset_password_on_form_submit_827','1','off'),(72115,'eael_show_reset_password_on_form_submit_665','1','off'),(72842,'eael_show_reset_password_on_form_submit_402','1','off'),(72849,'eael_show_reset_password_on_form_submit_306','1','off'),(81629,'elementor_landing_pages_activation','0','auto'),(81647,'_elementor_local_google_fonts','a:5:{s:13:\"juliussansone\";a:2:{s:3:\"url\";s:96:\"https://redlightinflammation.com/wp-content/uploads/elementor/google-fonts/css/juliussansone.css\";s:7:\"version\";i:1742312005;}s:9:\"kumbhsans\";a:2:{s:3:\"url\";s:92:\"https://redlightinflammation.com/wp-content/uploads/elementor/google-fonts/css/kumbhsans.css\";s:7:\"version\";i:1742312006;}s:11:\"ibmplexsans\";a:2:{s:3:\"url\";s:94:\"https://redlightinflammation.com/wp-content/uploads/elementor/google-fonts/css/ibmplexsans.css\";s:7:\"version\";i:1742312008;}s:8:\"urbanist\";a:2:{s:3:\"url\";s:91:\"https://redlightinflammation.com/wp-content/uploads/elementor/google-fonts/css/urbanist.css\";s:7:\"version\";i:1742721392;}s:5:\"inter\";a:2:{s:3:\"url\";s:88:\"https://redlightinflammation.com/wp-content/uploads/elementor/google-fonts/css/inter.css\";s:7:\"version\";i:1743084521;}}','auto'),(98126,'eael_show_reset_password_on_form_submit_226','1','off'),(105362,'rank_math_sitemap_cache_files','a:6:{s:46:\"rank_math_161e2b6531de5b017f8b987e166b3447.xml\";s:1:\"1\";s:46:\"rank_math_4d9542639afaeb3759ea9b0a91c739c4.xml\";s:4:\"post\";s:46:\"rank_math_27def1576e7a79d4d60ee05a2519ed1f.xml\";s:4:\"page\";s:46:\"rank_math_6edba1c2e958cac5b52571b6a383b58c.xml\";s:8:\"category\";s:46:\"rank_math_34b6af2ff336b309a8ed7c0ac216a303.xml\";s:5:\"local\";s:46:\"rank_math_879911f9c780d95abf3a011536fc7ace.xml\";s:9:\"locations\";}','auto'),(107156,'rank_math_backups','a:1:{i:1755546082;a:5:{s:7:\"general\";a:54:{s:19:\"strip_category_base\";s:3:\"off\";s:24:\"attachment_redirect_urls\";s:2:\"on\";s:27:\"attachment_redirect_default\";s:32:\"https://redlightinflammation.com\";s:23:\"nofollow_external_links\";s:3:\"off\";s:20:\"nofollow_image_links\";s:3:\"off\";s:25:\"new_window_external_links\";s:2:\"on\";s:11:\"add_img_alt\";s:3:\"off\";s:14:\"img_alt_format\";s:11:\" %filename%\";s:13:\"add_img_title\";s:3:\"off\";s:16:\"img_title_format\";s:22:\"%title% %count(title)%\";s:11:\"breadcrumbs\";s:3:\"off\";s:21:\"breadcrumbs_separator\";s:1:\"-\";s:16:\"breadcrumbs_home\";s:2:\"on\";s:22:\"breadcrumbs_home_label\";s:4:\"Home\";s:26:\"breadcrumbs_archive_format\";s:15:\"Archives for %s\";s:25:\"breadcrumbs_search_format\";s:14:\"Results for %s\";s:21:\"breadcrumbs_404_label\";s:25:\"404 Error: page not found\";s:31:\"breadcrumbs_ancestor_categories\";s:3:\"off\";s:21:\"breadcrumbs_blog_page\";s:3:\"off\";s:16:\"404_monitor_mode\";s:6:\"simple\";s:17:\"404_monitor_limit\";i:100;s:35:\"404_monitor_ignore_query_parameters\";s:2:\"on\";s:24:\"redirections_header_code\";s:3:\"301\";s:18:\"redirections_debug\";s:3:\"off\";s:23:\"console_caching_control\";s:2:\"90\";s:21:\"console_email_reports\";s:2:\"on\";s:23:\"console_email_frequency\";s:7:\"monthly\";s:27:\"link_builder_links_per_page\";s:1:\"7\";s:29:\"link_builder_links_per_target\";s:1:\"1\";s:22:\"wc_remove_product_base\";s:3:\"off\";s:23:\"wc_remove_category_base\";s:3:\"off\";s:31:\"wc_remove_category_parent_slugs\";s:3:\"off\";s:18:\"rss_before_content\";s:0:\"\";s:17:\"rss_after_content\";s:0:\"\";s:19:\"wc_remove_generator\";s:2:\"on\";s:24:\"remove_shop_snippet_data\";s:2:\"on\";s:18:\"frontend_seo_score\";s:3:\"off\";s:29:\"frontend_seo_score_post_types\";a:1:{i:0;s:4:\"post\";}s:27:\"frontend_seo_score_position\";s:3:\"top\";s:10:\"setup_mode\";s:4:\"easy\";s:21:\"content_ai_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:14:\"e-landing-page\";}s:18:\"content_ai_country\";s:3:\"all\";s:15:\"content_ai_tone\";s:6:\"Formal\";s:19:\"content_ai_audience\";s:16:\"General Audience\";s:19:\"content_ai_language\";s:10:\"US English\";s:15:\"analytics_stats\";s:2:\"on\";s:15:\"toc_block_title\";s:17:\"Table of Contents\";s:20:\"toc_block_list_style\";s:2:\"ul\";s:14:\"google_updates\";s:2:\"on\";s:13:\"podcast_title\";s:10:\"%sitename%\";s:19:\"podcast_description\";s:10:\"%sitedesc%\";s:29:\"podcast_tipodcast_explicittle\";s:3:\"off\";s:21:\"console_email_send_to\";s:19:\"google@forte.agency\";s:15:\"llms_post_types\";a:4:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:18:\"e-floating-buttons\";i:3;s:18:\"templately_library\";}}s:6:\"titles\";a:129:{s:24:\"noindex_empty_taxonomies\";s:2:\"on\";s:15:\"title_separator\";s:1:\"-\";s:17:\"capitalize_titles\";s:3:\"off\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:19:\"knowledgegraph_type\";s:7:\"company\";s:19:\"knowledgegraph_name\";s:21:\"Red Light Inflamation\";s:12:\"website_name\";s:21:\"Red Light Inflamation\";s:19:\"local_business_type\";s:23:\"HealthAndBeautyBusiness\";s:20:\"local_address_format\";s:43:\"{address} {locality}, {region} {postalcode}\";s:13:\"opening_hours\";a:7:{i:0;a:2:{s:3:\"day\";s:6:\"Monday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:1;a:2:{s:3:\"day\";s:7:\"Tuesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:2;a:2:{s:3:\"day\";s:9:\"Wednesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:3;a:2:{s:3:\"day\";s:8:\"Thursday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:4;a:2:{s:3:\"day\";s:6:\"Friday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:5;a:2:{s:3:\"day\";s:8:\"Saturday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:6;a:2:{s:3:\"day\";s:6:\"Sunday\";s:4:\"time\";s:11:\"09:00-17:00\";}}s:20:\"opening_hours_format\";s:3:\"off\";s:14:\"homepage_title\";s:34:\"%sitename% %page% %sep% %sitedesc%\";s:20:\"homepage_description\";s:0:\"\";s:22:\"homepage_custom_robots\";s:3:\"off\";s:23:\"disable_author_archives\";s:3:\"off\";s:15:\"url_author_base\";s:6:\"author\";s:20:\"author_custom_robots\";s:2:\"on\";s:13:\"author_robots\";a:1:{i:0;s:7:\"noindex\";}s:20:\"author_archive_title\";s:30:\"%name% %sep% %sitename% %page%\";s:19:\"author_add_meta_box\";s:2:\"on\";s:21:\"disable_date_archives\";s:2:\"on\";s:18:\"date_archive_title\";s:30:\"%date% %page% %sep% %sitename%\";s:12:\"search_title\";s:38:\"%search_query% %page% %sep% %sitename%\";s:9:\"404_title\";s:31:\"Page Not Found %sep% %sitename%\";s:19:\"date_archive_robots\";a:1:{i:0;s:7:\"noindex\";}s:14:\"noindex_search\";s:2:\"on\";s:24:\"noindex_archive_subpages\";s:3:\"off\";s:26:\"noindex_password_protected\";s:3:\"off\";s:32:\"pt_download_default_rich_snippet\";s:7:\"product\";s:29:\"author_slack_enhanced_sharing\";s:2:\"on\";s:13:\"pt_post_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_post_description\";s:9:\"%excerpt%\";s:14:\"pt_post_robots\";a:0:{}s:21:\"pt_post_custom_robots\";s:3:\"off\";s:28:\"pt_post_default_rich_snippet\";s:7:\"article\";s:28:\"pt_post_default_article_type\";s:11:\"BlogPosting\";s:28:\"pt_post_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_post_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_post_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_post_ls_use_fk\";s:6:\"titles\";s:20:\"pt_post_add_meta_box\";s:2:\"on\";s:20:\"pt_post_bulk_editing\";s:7:\"editing\";s:24:\"pt_post_link_suggestions\";s:2:\"on\";s:24:\"pt_post_primary_taxonomy\";s:8:\"category\";s:13:\"pt_page_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_page_description\";s:9:\"%excerpt%\";s:14:\"pt_page_robots\";a:0:{}s:21:\"pt_page_custom_robots\";s:3:\"off\";s:28:\"pt_page_default_rich_snippet\";s:7:\"article\";s:28:\"pt_page_default_article_type\";s:7:\"Article\";s:28:\"pt_page_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_page_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_page_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_page_ls_use_fk\";s:6:\"titles\";s:20:\"pt_page_add_meta_box\";s:2:\"on\";s:20:\"pt_page_bulk_editing\";s:7:\"editing\";s:24:\"pt_page_link_suggestions\";s:2:\"on\";s:19:\"pt_attachment_title\";s:24:\"%title% %sep% %sitename%\";s:25:\"pt_attachment_description\";s:9:\"%excerpt%\";s:20:\"pt_attachment_robots\";a:1:{i:0;s:7:\"noindex\";}s:27:\"pt_attachment_custom_robots\";s:2:\"on\";s:34:\"pt_attachment_default_rich_snippet\";s:3:\"off\";s:34:\"pt_attachment_default_article_type\";s:7:\"Article\";s:34:\"pt_attachment_default_snippet_name\";s:11:\"%seo_title%\";s:34:\"pt_attachment_default_snippet_desc\";s:17:\"%seo_description%\";s:36:\"pt_attachment_slack_enhanced_sharing\";s:3:\"off\";s:26:\"pt_attachment_add_meta_box\";s:3:\"off\";s:23:\"pt_e-landing-page_title\";s:24:\"%title% %sep% %sitename%\";s:29:\"pt_e-landing-page_description\";s:9:\"%excerpt%\";s:24:\"pt_e-landing-page_robots\";a:0:{}s:31:\"pt_e-landing-page_custom_robots\";s:3:\"off\";s:38:\"pt_e-landing-page_default_rich_snippet\";s:3:\"off\";s:38:\"pt_e-landing-page_default_article_type\";s:7:\"Article\";s:38:\"pt_e-landing-page_default_snippet_name\";s:11:\"%seo_title%\";s:38:\"pt_e-landing-page_default_snippet_desc\";s:17:\"%seo_description%\";s:40:\"pt_e-landing-page_slack_enhanced_sharing\";s:3:\"off\";s:27:\"pt_e-landing-page_ls_use_fk\";s:6:\"titles\";s:30:\"pt_e-landing-page_add_meta_box\";s:2:\"on\";s:30:\"pt_e-landing-page_bulk_editing\";s:7:\"editing\";s:34:\"pt_e-landing-page_link_suggestions\";s:2:\"on\";s:16:\"pt_product_title\";s:24:\"%title% %sep% %sitename%\";s:22:\"pt_product_description\";s:9:\"%excerpt%\";s:17:\"pt_product_robots\";a:0:{}s:24:\"pt_product_custom_robots\";s:3:\"off\";s:31:\"pt_product_default_rich_snippet\";s:7:\"product\";s:31:\"pt_product_default_article_type\";s:7:\"Article\";s:31:\"pt_product_default_snippet_name\";s:11:\"%seo_title%\";s:31:\"pt_product_default_snippet_desc\";s:17:\"%seo_description%\";s:33:\"pt_product_slack_enhanced_sharing\";s:2:\"on\";s:20:\"pt_product_ls_use_fk\";s:6:\"titles\";s:23:\"pt_product_add_meta_box\";s:2:\"on\";s:23:\"pt_product_bulk_editing\";s:7:\"editing\";s:27:\"pt_product_link_suggestions\";s:2:\"on\";s:27:\"pt_product_primary_taxonomy\";s:11:\"product_cat\";s:18:\"pt_web-story_title\";s:24:\"%title% %sep% %sitename%\";s:24:\"pt_web-story_description\";s:9:\"%excerpt%\";s:19:\"pt_web-story_robots\";a:0:{}s:26:\"pt_web-story_custom_robots\";s:3:\"off\";s:33:\"pt_web-story_default_rich_snippet\";s:7:\"article\";s:33:\"pt_web-story_default_article_type\";s:7:\"Article\";s:33:\"pt_web-story_default_snippet_name\";s:11:\"%seo_title%\";s:33:\"pt_web-story_default_snippet_desc\";s:17:\"%seo_description%\";s:35:\"pt_web-story_slack_enhanced_sharing\";s:3:\"off\";s:25:\"pt_web-story_add_meta_box\";s:3:\"off\";s:18:\"tax_category_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_category_robots\";a:0:{}s:25:\"tax_category_add_meta_box\";s:2:\"on\";s:26:\"tax_category_custom_robots\";s:3:\"off\";s:24:\"tax_category_description\";s:18:\"%term_description%\";s:35:\"tax_category_slack_enhanced_sharing\";s:2:\"on\";s:18:\"tax_post_tag_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_post_tag_robots\";a:1:{i:0;s:7:\"noindex\";}s:25:\"tax_post_tag_add_meta_box\";s:2:\"on\";s:26:\"tax_post_tag_custom_robots\";s:2:\"on\";s:24:\"tax_post_tag_description\";s:18:\"%term_description%\";s:35:\"tax_post_tag_slack_enhanced_sharing\";s:2:\"on\";s:21:\"tax_post_format_title\";s:23:\"%term% %sep% %sitename%\";s:22:\"tax_post_format_robots\";a:1:{i:0;s:7:\"noindex\";}s:28:\"tax_post_format_add_meta_box\";s:2:\"on\";s:29:\"tax_post_format_custom_robots\";s:2:\"on\";s:27:\"tax_post_format_description\";s:18:\"%term_description%\";s:38:\"tax_post_format_slack_enhanced_sharing\";s:2:\"on\";s:31:\"remove_product_cat_snippet_data\";s:2:\"on\";s:31:\"remove_product_tag_snippet_data\";s:2:\"on\";s:19:\"knowledgegraph_logo\";s:97:\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png\";s:22:\"knowledgegraph_logo_id\";s:2:\"78\";s:22:\"website_alternate_name\";s:21:\"Red Light Inflamation\";s:16:\"open_graph_image\";s:97:\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png\";s:19:\"open_graph_image_id\";s:2:\"78\";}s:7:\"sitemap\";a:18:{s:14:\"items_per_page\";i:200;s:14:\"include_images\";s:2:\"on\";s:22:\"include_featured_image\";s:3:\"off\";s:13:\"exclude_roles\";a:2:{s:11:\"contributor\";s:11:\"Contributor\";s:10:\"subscriber\";s:10:\"Subscriber\";}s:12:\"html_sitemap\";s:2:\"on\";s:20:\"html_sitemap_display\";s:9:\"shortcode\";s:17:\"html_sitemap_sort\";s:9:\"published\";s:23:\"html_sitemap_seo_titles\";s:6:\"titles\";s:15:\"authors_sitemap\";s:2:\"on\";s:15:\"pt_post_sitemap\";s:2:\"on\";s:15:\"pt_page_sitemap\";s:2:\"on\";s:21:\"pt_attachment_sitemap\";s:3:\"off\";s:25:\"pt_e-landing-page_sitemap\";s:2:\"on\";s:18:\"pt_product_sitemap\";s:2:\"on\";s:20:\"pt_web-story_sitemap\";s:3:\"off\";s:20:\"tax_category_sitemap\";s:2:\"on\";s:20:\"tax_post_tag_sitemap\";s:3:\"off\";s:23:\"tax_post_format_sitemap\";s:3:\"off\";}s:12:\"role-manager\";a:3:{s:13:\"administrator\";a:16:{i:0;s:16:\"rank_math_titles\";i:1;s:17:\"rank_math_general\";i:2;s:17:\"rank_math_sitemap\";i:3;s:21:\"rank_math_404_monitor\";i:4;s:22:\"rank_math_link_builder\";i:5;s:22:\"rank_math_redirections\";i:6;s:22:\"rank_math_role_manager\";i:7;s:19:\"rank_math_analytics\";i:8;s:23:\"rank_math_site_analysis\";i:9;s:25:\"rank_math_onpage_analysis\";i:10;s:24:\"rank_math_onpage_general\";i:11;s:25:\"rank_math_onpage_advanced\";i:12;s:24:\"rank_math_onpage_snippet\";i:13;s:23:\"rank_math_onpage_social\";i:14;s:20:\"rank_math_content_ai\";i:15;s:19:\"rank_math_admin_bar\";}s:6:\"editor\";a:5:{i:0;s:23:\"rank_math_site_analysis\";i:1;s:25:\"rank_math_onpage_analysis\";i:2;s:24:\"rank_math_onpage_general\";i:3;s:24:\"rank_math_onpage_snippet\";i:4;s:23:\"rank_math_onpage_social\";}s:6:\"author\";a:4:{i:0;s:25:\"rank_math_onpage_analysis\";i:1;s:24:\"rank_math_onpage_general\";i:2;s:24:\"rank_math_onpage_snippet\";i:3;s:23:\"rank_math_onpage_social\";}}s:7:\"modules\";a:14:{i:0;s:12:\"link-counter\";i:1;s:9:\"analytics\";i:2;s:12:\"seo-analysis\";i:3;s:7:\"sitemap\";i:4;s:12:\"rich-snippet\";i:5;s:11:\"woocommerce\";i:6;s:10:\"buddypress\";i:7;s:7:\"bbpress\";i:8;s:3:\"acf\";i:9;s:11:\"web-stories\";i:10;s:10:\"content-ai\";i:11;s:16:\"instant-indexing\";i:12;s:12:\"role-manager\";i:13;s:9:\"local-seo\";}}}','off'),(107157,'rank_math_react_settings_ui','on','off'),(110857,'eael_show_reset_password_on_form_submit_838','1','off'),(111931,'eael_show_reset_password_on_form_submit_220','1','off'),(112201,'eael_show_reset_password_on_form_submit_876','1','off'),(112438,'eael_show_reset_password_on_form_submit_946','1','off'),(112869,'eael_show_reset_password_on_form_submit_448','1','off'),(113078,'eael_show_reset_password_on_form_submit_374','1','off'),(113557,'eael_show_reset_password_on_form_submit_830','1','off'),(114576,'eael_show_reset_password_on_form_submit_715','1','off'),(115444,'eael_show_reset_password_on_form_submit_828','1','off'),(115663,'eael_show_reset_password_on_form_submit_719','1','off'),(120031,'eael_show_reset_password_on_form_submit_1','1','off'),(131579,'elementor_atomic_cache_validity__component-styles-related-posts','a:2:{s:5:\"state\";b:0;s:8:\"children\";a:7:{i:75;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:288;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:298;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:248;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:293;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:301;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}i:296;a:2:{s:5:\"state\";b:1;s:4:\"meta\";a:0:{}}}}','off'),(131720,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.9.4-partial-1.zip\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.9.1\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.9.4.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.9.4-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.9.4-new-bundled.zip\";s:7:\"partial\";s:61:\"https://downloads.w.org/release/wordpress-6.9.4-partial-1.zip\";s:8:\"rollback\";s:62:\"https://downloads.w.org/release/wordpress-6.9.4-rollback-1.zip\";}s:7:\"current\";s:5:\"6.9.4\";s:7:\"version\";s:5:\"6.9.4\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.9.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1775196359;s:15:\"version_checked\";s:5:\"6.9.1\";s:12:\"translations\";a:0:{}}','off'),(137669,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1775196365;s:7:\"checked\";a:5:{s:5:\"astra\";s:5:\"4.6.3\";s:16:\"twentytwentyfive\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.1\";s:17:\"twentytwentythree\";s:3:\"1.4\";s:15:\"twentytwentytwo\";s:3:\"1.7\";}s:8:\"response\";a:5:{s:5:\"astra\";a:6:{s:5:\"theme\";s:5:\"astra\";s:11:\"new_version\";s:6:\"4.12.6\";s:3:\"url\";s:35:\"https://wordpress.org/themes/astra/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/theme/astra.4.12.6.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.3\";}s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.4.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"2.1\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.2.1.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(137670,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1785310631;s:8:\"response\";a:13:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{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:3:\"5.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":13:{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:\"4.2.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.4.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3443226\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3443226\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"6.7.1\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.6.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.gif?rev=3182943\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.gif?rev=3182943\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.png?rev=3625253\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.png?rev=3625253\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:25:\"fluentform/fluentform.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/fluentform\";s:4:\"slug\";s:10:\"fluentform\";s:6:\"plugin\";s:25:\"fluentform/fluentform.php\";s:11:\"new_version\";s:5:\"6.2.9\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/fluentform/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/fluentform.6.2.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/fluentform/assets/icon-256x256.png?rev=3354580\";s:2:\"1x\";s:63:\"https://ps.w.org/fluentform/assets/icon-128x128.png?rev=3354580\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/fluentform/assets/banner-1544x500.png?rev=3354580\";s:2:\"1x\";s:65:\"https://ps.w.org/fluentform/assets/banner-772x250.png?rev=3354580\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:40:\"w.org/plugins/header-footer-code-manager\";s:4:\"slug\";s:26:\"header-footer-code-manager\";s:6:\"plugin\";s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";s:11:\"new_version\";s:6:\"1.1.46\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/header-footer-code-manager/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/header-footer-code-manager.1.1.46.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-code-manager/assets/icon-256x256.png?rev=2681303\";s:2:\"1x\";s:79:\"https://ps.w.org/header-footer-code-manager/assets/icon-128x128.png?rev=2681303\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/header-footer-code-manager/assets/banner-1544x500.png?rev=2681303\";s:2:\"1x\";s:81:\"https://ps.w.org/header-footer-code-manager/assets/banner-772x250.png?rev=2681303\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";O:8:\"stdClass\":13:{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:7:\"4.11.89\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/premium-addons-for-elementor/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/premium-addons-for-elementor.4.11.89.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/premium-addons-for-elementor/assets/icon-128x128.gif?rev=3495451\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-1544x500.png?rev=3495451\";s:2:\"1x\";s:83:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-772x250.png?rev=3495451\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:30:\"seo-by-rank-math/rank-math.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/seo-by-rank-math\";s:4:\"slug\";s:16:\"seo-by-rank-math\";s:6:\"plugin\";s:30:\"seo-by-rank-math/rank-math.php\";s:11:\"new_version\";s:7:\"1.0.275\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/seo-by-rank-math/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/seo-by-rank-math.1.0.275.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330\";s:3:\"svg\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=3438330\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/seo-by-rank-math/assets/banner-1544x500.png?rev=2639678\";s:2:\"1x\";s:71:\"https://ps.w.org/seo-by-rank-math/assets/banner-772x250.png?rev=2639678\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:35:\"google-site-kit/google-site-kit.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/google-site-kit\";s:4:\"slug\";s:15:\"google-site-kit\";s:6:\"plugin\";s:35:\"google-site-kit/google-site-kit.php\";s:11:\"new_version\";s:7:\"1.184.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/google-site-kit/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/google-site-kit.1.184.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-256x256.png?rev=3606666\";s:2:\"1x\";s:68:\"https://ps.w.org/google-site-kit/assets/icon-128x128.png?rev=3606666\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/google-site-kit/assets/banner-1544x500.png?rev=3606666\";s:2:\"1x\";s:70:\"https://ps.w.org/google-site-kit/assets/banner-772x250.png?rev=3606666\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:25:\"templately/templately.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/templately\";s:4:\"slug\";s:10:\"templately\";s:6:\"plugin\";s:25:\"templately/templately.php\";s:11:\"new_version\";s:5:\"3.7.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/templately/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/templately.3.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/templately/assets/icon-256x256.gif?rev=2793347\";s:2:\"1x\";s:63:\"https://ps.w.org/templately/assets/icon-128x128.gif?rev=2793347\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/templately/assets/banner-1544x500.jpg?rev=3507094\";s:2:\"1x\";s:65:\"https://ps.w.org/templately/assets/banner-772x250.jpg?rev=3507094\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:31:\"tracking-code-manager/index.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/tracking-code-manager\";s:4:\"slug\";s:21:\"tracking-code-manager\";s:6:\"plugin\";s:31:\"tracking-code-manager/index.php\";s:11:\"new_version\";s:5:\"2.6.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/tracking-code-manager/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/tracking-code-manager.2.6.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/tracking-code-manager/assets/icon-256x256.jpg?rev=2749278\";s:2:\"1x\";s:74:\"https://ps.w.org/tracking-code-manager/assets/icon-128x128.jpg?rev=2749278\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/tracking-code-manager/assets/banner-1544x500.png?rev=2749278\";s:2:\"1x\";s:76:\"https://ps.w.org/tracking-code-manager/assets/banner-772x250.png?rev=2749278\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.6.0\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":13:{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:\"2.9.2\";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.2.9.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-256x256.gif?rev=3278750\";s:2:\"1x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-128x128.gif?rev=3278750\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.gif?rev=3278750\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.gif?rev=3278750\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"7.0.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:39:\"wp-file-manager/file_folder_manager.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/wp-file-manager\";s:4:\"slug\";s:15:\"wp-file-manager\";s:6:\"plugin\";s:39:\"wp-file-manager/file_folder_manager.php\";s:11:\"new_version\";s:5:\"8.0.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-file-manager/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-file-manager.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-file-manager/assets/icon-128x128.png?rev=2491299\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-file-manager/assets/banner-772x250.jpg?rev=2491299\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.9.5\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}}s:7:\"checked\";a:21:{s:19:\"akismet/akismet.php\";s:3:\"5.6\";s:27:\"astra-addon/astra-addon.php\";s:5:\"4.6.3\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.7\";s:23:\"elementor/elementor.php\";s:6:\"3.35.0\";s:31:\"elementor-pro/elementor-pro.php\";s:6:\"3.18.3\";s:25:\"erdblxlhmi/erdblxlhmi.php\";s:6:\"2.12.1\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"6.5.9\";s:56:\"essential-addons-elementor/essential_adons_elementor.php\";s:5:\"5.8.7\";s:25:\"fluentform/fluentform.php\";s:6:\"6.1.17\";s:66:\"header-footer-code-manager/99robots-header-footer-code-manager.php\";s:6:\"1.1.44\";s:9:\"hello.php\";s:5:\"1.7.2\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:7:\"4.11.67\";s:55:\"premium-addons-pro/premium-addons-pro-for-elementor.php\";s:6:\"2.9.10\";s:30:\"seo-by-rank-math/rank-math.php\";s:7:\"1.0.263\";s:38:\"seo-by-rank-math-pro/rank-math-pro.php\";s:6:\"3.0.54\";s:35:\"google-site-kit/google-site-kit.php\";s:7:\"1.171.0\";s:25:\"templately/templately.php\";s:5:\"3.5.0\";s:31:\"tracking-code-manager/index.php\";s:5:\"2.5.0\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"2.8.3\";s:67:\"unlimited-elements-for-elementor-premium/unlimited-elements-pro.php\";s:6:\"1.5.94\";s:39:\"wp-file-manager/file_folder_manager.php\";s:5:\"8.0.2\";}}','off'),(137671,'auto_core_update_failed','a:6:{s:9:\"attempted\";s:5:\"6.9.4\";s:7:\"current\";s:5:\"6.9.1\";s:10:\"error_code\";s:32:\"copy_failed_for_update_core_file\";s:10:\"error_data\";s:33:\"wp-admin/includes/update-core.php\";s:9:\"timestamp\";i:1773688241;s:5:\"retry\";b:0;}','off'),(137680,'_transient_doing_cron','1785396025.2092230319976806640625','on'),(139834,'wp_notes_notify','1','on'),(140112,'_transient_timeout_6079450b69d526d2975328a8a2342c2f','1775239561','off'),(140113,'_transient_6079450b69d526d2975328a8a2342c2f','O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:11:\"api_blocked\";a:1:{i:0;s:52:\"{"plugins":[],"translations":[]}\";}}s:10:\"error_data\";a:0:{}s:18:\"\0*\0additional_data\";a:0:{}}','off'),(140114,'_transient_timeout_astra-addon_license_status','1775217964','off'),(140115,'_transient_astra-addon_license_status','1','off'),(140116,'_site_transient_timeout_rank_math_pro_versions','1775207164','off'),(140117,'_site_transient_rank_math_pro_versions','a:3:{s:11:\"new_version\";s:7:\"3.0.110\";s:12:\"beta_version\";s:12:\"3.0.110-beta\";s:9:\"g_updates\";s:1319:\"[{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/march-2026-core-update\\/\",\"title\":\"March 2026 Core Update\",\"content\":\"Google released the March 2026 Core Update on March 27, 2026. It said it expects the rollout to be completed within two weeks.\",\"date\":\"1774569600\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/march-2026-spam-update\\/\",\"title\":\"March 2026 Spam Update\",\"content\":\"Google released an update to its spam system between March 24 and 25, 2026. The update lasted below 20 hours, making it Google\\u0027s fastest update ever.\",\"date\":\"1774310400\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/february-2026-discover-core-update\\/\",\"title\":\"February 2026 Discover Core Update\",\"content\":\"Google rolled out the February 2026 Discover Core Update from February 5 to February 27, 2026. This is Google’s first update to Discover and only targets English users in the United States.\",\"date\":\"1770249600\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/december-2025-core-update\\/\",\"title\":\"December 2025 Core Update\",\"content\":\"Google released the December 2025 Core Update between December 11 and December 29, 2025. The update caused significant volatility across many sites in various verticals.\",\"date\":\"1765411200\",\"status\":\"confirmed\"}]\";}','off'),(140118,'_site_transient_timeout_rank_math_pro_updates','1775239564','off'),(140119,'_site_transient_rank_math_pro_updates','a:9:{s:11:\"new_version\";s:7:\"3.0.110\";s:12:\"beta_version\";s:12:\"3.0.110-beta\";s:7:\"package\";s:126:\"https://rankmath.com/download/510590/seo-by-rank-math-pro.zip?username=jessicaeddowes&api_key=1138ee7c66b946047fdbf878682d1dbc\";s:12:\"beta_package\";s:126:\"https://rankmath.com/download/739367/seo-by-rank-math-pro.zip?username=jessicaeddowes&api_key=1138ee7c66b946047fdbf878682d1dbc\";s:7:\"message\";s:0:\"\";s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"5.6\";s:21:\"unavailability_reason\";s:0:\"\";}','off'),(154735,'_transient_timeout_essential-addons-elementor-license_data','1791499363','off'),(154736,'_transient_essential-addons-elementor-license_data','O:8:\"stdClass\":14:{s:7:\"success\";b:1;s:7:\"license\";s:5:\"valid\";s:7:\"item_id\";i:4372;s:9:\"item_name\";s:30:\"Essential Addons for Elementor\";s:8:\"checksum\";s:32:\"3b7e101515c537acb92dd58f7fbe346d\";s:7:\"expires\";s:8:\"lifetime\";s:10:\"payment_id\";i:1616404;s:13:\"customer_name\";s:15:\"Brice Blackerby\";s:14:\"customer_email\";s:18:\"brice@forte.agency\";s:13:\"license_limit\";i:0;s:10:\"site_count\";i:27;s:16:\"activations_left\";s:9:\"unlimited\";s:8:\"price_id\";s:1:\"2\";s:11:\"license_key\";s:32:\"c4850**********************22abc\";}','off'),(156664,'_site_transient_timeout_theme_roots','1784997765','off'),(156665,'_site_transient_theme_roots','a:5:{s:5:\"astra\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','off'),(157271,'_site_transient_timeout_fs_garbage_collection','1785460148','off'),(157272,'_site_transient_fs_garbage_collection','1','off'),(157305,'_site_transient_timeout_wp_theme_files_patterns-ea30a212e26bf048a799d2a3eab6bcba','1785397529','off'),(157306,'_site_transient_wp_theme_files_patterns-ea30a212e26bf048a799d2a3eab6bcba','a:2:{s:7:\"version\";s:5:\"4.6.3\";s:8:\"patterns\";a:0:{}}','off'),(157307,'_transient_timeout_astra-addon-cron-test-ok','1785399624','off'),(157308,'_transient_astra-addon-cron-test-ok','1','off'),(157309,'_transient_timeout_astra-theme-cron-test-ok','1785399624','off'),(157310,'_transient_astra-theme-cron-test-ok','1','off'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1741 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (3,6,'_elementor_edit_mode','builder'),(4,6,'_elementor_template_type','kit'),(14,11,'_edit_last','1'),(15,11,'_edit_lock','1705524558:1'),(16,11,'_elementor_edit_mode','builder'),(17,11,'_elementor_template_type','wp-page'),(18,11,'_elementor_version','3.18.3'),(19,11,'_elementor_pro_version','3.18.3'),(33,19,'_wp_attached_file','2024/01/placeholder.png'),(34,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2024/01/placeholder.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"placeholder-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"placeholder-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"placeholder-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(35,19,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(36,20,'_wp_attached_file','2024/01/placeholder-1.png'),(37,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2024/01/placeholder-1.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38,20,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(39,21,'_wp_attached_file','2024/01/8eb909d6-frame-10941.png'),(40,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1495;s:6:\"height\";i:882;s:4:\"file\";s:32:\"2024/01/8eb909d6-frame-10941.png\";s:8:\"filesize\";i:134356;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"8eb909d6-frame-10941-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33929;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"8eb909d6-frame-10941-1024x604.png\";s:5:\"width\";i:1024;s:6:\"height\";i:604;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:446182;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"8eb909d6-frame-10941-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13489;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"8eb909d6-frame-10941-768x453.png\";s:5:\"width\";i:768;s:6:\"height\";i:453;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:225041;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41,21,'_elementor_source_image_hash','9fb0c4de05db6fa6162369c5109fde9bf8b6cc08'),(42,22,'_wp_attached_file','2024/01/placeholder-2.png'),(43,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2024/01/placeholder-2.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-2-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-2-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44,22,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(45,23,'_wp_attached_file','2024/01/d5d68e73-rectangle-1196.jpg'),(46,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:264;s:6:\"height\";i:264;s:4:\"file\";s:35:\"2024/01/d5d68e73-rectangle-1196.jpg\";s:8:\"filesize\";i:19525;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"d5d68e73-rectangle-1196-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4262;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(47,23,'_elementor_source_image_hash','c733a15b9e1200586b50521bdb6bec6b3eb745a8'),(48,24,'_wp_attached_file','2024/01/placeholder-3.png'),(49,24,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2024/01/placeholder-3.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-3-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-3-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-3-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,24,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(51,25,'_wp_attached_file','2024/01/ab9e6daa-rectangle-1196-1.jpg'),(52,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:264;s:6:\"height\";i:264;s:4:\"file\";s:37:\"2024/01/ab9e6daa-rectangle-1196-1.jpg\";s:8:\"filesize\";i:15063;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"ab9e6daa-rectangle-1196-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4549;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(53,25,'_elementor_source_image_hash','873c445e94c348978993ed22cc71018ee4621267'),(54,26,'_wp_attached_file','2024/01/placeholder-4.png'),(55,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2024/01/placeholder-4.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-4-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-4-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-4-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(56,26,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(57,27,'_wp_attached_file','2024/01/598dab3f-rectangle-1196-2.jpg'),(58,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:264;s:6:\"height\";i:264;s:4:\"file\";s:37:\"2024/01/598dab3f-rectangle-1196-2.jpg\";s:8:\"filesize\";i:30302;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"598dab3f-rectangle-1196-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6046;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(59,27,'_elementor_source_image_hash','8e9a7eb1461dc6f9daea3b17eec18ed11b993bbf'),(60,28,'_wp_attached_file','2024/01/placeholder-5.png'),(61,28,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2024/01/placeholder-5.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-5-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-5-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-5-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(62,28,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(63,29,'_wp_attached_file','2024/01/98334a25-rectangle-1196-3.jpg'),(64,29,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:264;s:6:\"height\";i:264;s:4:\"file\";s:37:\"2024/01/98334a25-rectangle-1196-3.jpg\";s:8:\"filesize\";i:9918;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"98334a25-rectangle-1196-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3810;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(65,29,'_elementor_source_image_hash','65b645c4affcac5e0f8a27ef9f76b378dbc78188'),(66,30,'_wp_attached_file','2024/01/placeholder-6.png'),(67,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2024/01/placeholder-6.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-6-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-6-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-6-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(68,30,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(69,31,'_wp_attached_file','2024/01/4b8f48e7-rectangle-1196-4.jpg'),(70,31,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:264;s:6:\"height\";i:264;s:4:\"file\";s:37:\"2024/01/4b8f48e7-rectangle-1196-4.jpg\";s:8:\"filesize\";i:23234;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"4b8f48e7-rectangle-1196-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5651;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(71,31,'_elementor_source_image_hash','674a19fecc4921c4c968ba1249d5a75325d5a7eb'),(72,32,'_wp_attached_file','2024/01/placeholder-7.png'),(73,32,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2024/01/placeholder-7.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-7-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-7-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-7-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(74,32,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(75,33,'_wp_attached_file','2024/01/2b18884d-rectangle-1196-5.jpg'),(76,33,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:264;s:6:\"height\";i:264;s:4:\"file\";s:37:\"2024/01/2b18884d-rectangle-1196-5.jpg\";s:8:\"filesize\";i:30365;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"2b18884d-rectangle-1196-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6308;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(77,33,'_elementor_source_image_hash','697fab0b3072bdf9f0e57964fba7037b9d8b78f5'),(78,34,'_wp_attached_file','2024/01/placeholder-8.png'),(79,34,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2024/01/placeholder-8.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-8-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-8-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-8-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(80,34,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(81,35,'_wp_attached_file','2024/01/placeholder-9.png'),(82,35,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:25:\"2024/01/placeholder-9.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"placeholder-9-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"placeholder-9-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"placeholder-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"placeholder-9-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(83,35,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(84,36,'_wp_attached_file','2024/01/placeholder-10.png'),(85,36,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-10.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-10-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-10-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-10-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(86,36,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(87,37,'_wp_attached_file','2024/01/placeholder-11.png'),(88,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-11.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-11-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-11-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-11-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(89,37,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(90,38,'_wp_attached_file','2024/01/placeholder-12.png'),(91,38,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-12.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-12-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-12-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-12-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(92,38,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(93,39,'_wp_attached_file','2024/01/placeholder-13.png'),(94,39,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-13.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-13-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-13-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-13-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-13-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(95,39,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(96,40,'_wp_attached_file','2024/01/placeholder-14.png'),(97,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-14.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-14-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-14-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-14-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(98,40,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(99,41,'_wp_attached_file','2024/01/placeholder-15.png'),(100,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-15.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-15-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-15-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-15-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-15-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(101,41,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(102,42,'_wp_attached_file','2024/01/d3d22cf3-banner-img.png'),(103,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:794;s:6:\"height\";i:423;s:4:\"file\";s:31:\"2024/01/d3d22cf3-banner-img.png\";s:8:\"filesize\";i:51307;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"d3d22cf3-banner-img-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46268;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"d3d22cf3-banner-img-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21005;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"d3d22cf3-banner-img-768x409.png\";s:5:\"width\";i:768;s:6:\"height\";i:409;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:214073;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,42,'_elementor_source_image_hash','194f5ec7343260992fdcbceaad642e59aed070a2'),(105,43,'_wp_attached_file','2024/01/placeholder-16.png'),(106,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-16.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-16-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-16-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-16-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-16-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(107,43,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(108,44,'_wp_attached_file','2024/01/placeholder-17.png'),(109,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-17.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-17-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-17-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-17-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(110,44,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(111,45,'_wp_attached_file','2024/01/placeholder-18.png'),(112,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-18.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-18-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-18-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-18-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-18-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(113,45,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(114,46,'_wp_attached_file','2024/01/placeholder-19.png'),(115,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-19.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-19-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-19-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-19-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-19-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(116,46,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(117,47,'_wp_attached_file','2024/01/placeholder-20.png'),(118,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-20.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-20-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-20-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-20-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(119,47,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(120,48,'_wp_attached_file','2024/01/placeholder-21.png'),(121,48,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-21.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-21-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-21-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-21-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(122,48,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(123,49,'_wp_attached_file','2024/01/placeholder-22.png'),(124,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-22.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-22-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-22-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-22-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(125,49,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(126,50,'_wp_attached_file','2024/01/placeholder-23.png'),(127,50,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-23.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-23-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-23-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-23-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(128,50,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(129,51,'_wp_attached_file','2024/01/cce36c07-rectangle-1204.png'),(130,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:192;s:6:\"height\";i:192;s:4:\"file\";s:35:\"2024/01/cce36c07-rectangle-1204.png\";s:8:\"filesize\";i:22074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"cce36c07-rectangle-1204-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31277;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(131,51,'_elementor_source_image_hash','806bf3c5214742b70e8ebd87941994bd955586d2'),(132,52,'_wp_attached_file','2024/01/3224469e-carter.png'),(133,52,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:196;s:6:\"height\";i:105;s:4:\"file\";s:27:\"2024/01/3224469e-carter.png\";s:8:\"filesize\";i:2449;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"3224469e-carter-150x105.png\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5187;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(134,52,'_elementor_source_image_hash','dab691fa34494b6a19e22b75251114ecd576882c'),(135,53,'_wp_attached_file','2024/01/placeholder-24.png'),(136,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-24.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-24-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-24-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-24-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(137,53,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(138,54,'_wp_attached_file','2024/01/placeholder-25.png'),(139,54,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-25.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-25-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-25-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-25-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-25-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(140,54,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(141,55,'_wp_attached_file','2024/01/placeholder-26.png'),(142,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-26.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-26-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-26-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-26-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-26-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(143,55,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(144,56,'_wp_attached_file','2024/01/placeholder-27.png'),(145,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-27.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-27-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-27-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-27-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-27-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(146,56,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(147,57,'_wp_attached_file','2024/01/placeholder-28.png'),(148,57,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-28.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-28-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-28-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-28-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-28-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(149,57,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(150,58,'_wp_attached_file','2024/01/placeholder-29.png'),(151,58,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-29.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-29-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-29-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-29-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-29-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(152,58,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(153,59,'_wp_attached_file','2024/01/placeholder-30.png'),(154,59,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-30.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-30-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-30-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-30-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-30-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(155,59,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(156,60,'_wp_attached_file','2024/01/placeholder-31.png'),(157,60,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-31.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-31-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-31-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-31-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(158,60,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(159,61,'_wp_attached_file','2024/01/placeholder-32.png'),(160,61,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-32.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-32-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-32-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-32-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-32-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(161,61,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(162,62,'_wp_attached_file','2024/01/placeholder-33.png'),(163,62,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-33.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-33-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-33-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-33-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-33-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,62,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(165,63,'_wp_attached_file','2024/01/placeholder-34.png'),(166,63,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-34.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-34-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-34-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-34-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-34-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(167,63,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(168,64,'_wp_attached_file','2024/01/placeholder-35.png'),(169,64,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-35.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-35-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-35-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-35-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-35-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,64,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(171,65,'_wp_attached_file','2024/01/placeholder-36.png'),(172,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-36.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-36-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-36-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-36-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-36-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(173,65,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(174,66,'_wp_attached_file','2024/01/placeholder-37.png'),(175,66,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-37.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-37-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-37-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-37-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-37-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(176,66,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(177,67,'_wp_attached_file','2024/01/placeholder-38.png'),(178,67,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-38.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-38-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-38-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-38-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-38-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(179,67,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(180,68,'_wp_attached_file','2024/01/placeholder-39.png'),(181,68,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-39.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-39-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-39-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-39-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-39-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(182,68,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(183,69,'_wp_attached_file','2024/01/placeholder-40.png'),(184,69,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-40.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-40-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-40-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-40-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-40-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(185,69,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(186,70,'_wp_attached_file','2024/01/placeholder-41.png'),(187,70,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-41.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-41-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-41-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-41-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-41-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(188,70,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(189,71,'_wp_attached_file','2024/01/placeholder-42.png'),(190,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-42.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-42-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-42-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-42-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-42-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191,71,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(192,72,'_wp_attached_file','2024/01/placeholder-43.png'),(193,72,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-43.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-43-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-43-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-43-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-43-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(194,72,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(195,73,'_wp_attached_file','2024/01/placeholder-44.png'),(196,73,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-44.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-44-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-44-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-44-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-44-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(197,73,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(198,74,'_wp_attached_file','2024/01/placeholder-45.png'),(199,74,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-45.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-45-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-45-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-45-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-45-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(200,74,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(201,75,'_elementor_edit_mode','builder'),(202,75,'_elementor_template_type','page'),(203,75,'_elementor_version','3.18.3'),(204,75,'_elementor_pro_version','3.18.3'),(205,76,'_elementor_edit_mode','builder'),(206,76,'_elementor_template_type','page'),(207,76,'_elementor_version','3.18.3'),(208,76,'_elementor_pro_version','3.18.3'),(209,75,'_wp_page_template','elementor_header_footer'),(210,75,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(211,75,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079f7f2\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_creative_button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false},{\"id\":\"69d9aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"942113c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"margin\":{\"unit\":\"%\",\"top\":\"012\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"c89165c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Explore Our\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Blogs\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"044b66c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":10,\"image_size\":\"medium_large\",\"excerpt_expanison_indicator\":\"...\",\"eael_read_more_text\":\"Read More\",\"eael_show_read_more_button\":\"\",\"read_more_button_text\":\"Read More\",\"eael_show_avatar\":\"\",\"eael_show_author\":\"\",\"eael_show_date\":\"\",\"eael_post_grid_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2ebb9e2\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"841f675\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_post_grid_title_color\":\"globals\\/colors?id=primary\",\"eael_post_grid_title_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-post-carousel\"}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":57.250999999999998},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":37.293999999999997},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"},\"margin\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2273132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"9e328d1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"548287c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Journey of Healing: A Deeper Dive into\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1387f36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d0c2ee6\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a28e4cc\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(212,77,'_elementor_edit_mode','builder'),(213,77,'_elementor_template_type','page'),(214,77,'_elementor_version','3.18.3'),(215,77,'_elementor_pro_version','3.18.3'),(216,77,'_wp_page_template','elementor_header_footer'),(217,77,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(218,77,'_elementor_data','[{\"id\":\"7a008d7f\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"cffdb9f\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":21,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/8eb909d6-frame-10941.png\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":22,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-2.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69ad3a8a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"8ce3406\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":19,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[],\"isInner\":false},{\"id\":\"5efafe30\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"c95e649\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":20,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-1.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c2d61f0\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"6a23fa2\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":37,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-11.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69a19c19\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"b5854f1\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":36,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-10.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"2353f384\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse By Category\",\"align\":\"center\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6027bee7\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"60\",\"eael_cl_logics\":[{\"_id\":\"3493a57\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":35,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-9.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30cc9d83\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"e782c71\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":24,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-3.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"682d18d5\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":23,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/d5d68e73-rectangle-1196.jpg\"},\"eael_infobox_title\":\"Technology\",\"eael_infobox_text\":\"<p>20 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"eael_infobox_icon_new\":{\"value\":\"fas fa-building\",\"library\":\"fa-solid\"},\"eael_infobox_button_icon_new\":{\"value\":\"\",\"library\":\"\"},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"2aff3517\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"30482ed\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":26,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-4.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"4874289\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":25,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/ab9e6daa-rectangle-1196-1.jpg\"},\"eael_infobox_title\":\"Lifestyle\",\"eael_infobox_text\":\"<p>5 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"eael_infobox_icon_new\":{\"value\":\"fas fa-building\",\"library\":\"fa-solid\"},\"eael_infobox_button_icon_new\":{\"value\":\"\",\"library\":\"\"},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"5b0f0fb0\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"1d878f3\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":28,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-5.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"17ad348d\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":27,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/598dab3f-rectangle-1196-2.jpg\"},\"eael_infobox_title\":\"Traveling\",\"eael_infobox_text\":\"<p>10 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"eael_infobox_icon_new\":{\"value\":\"fas fa-building\",\"library\":\"fa-solid\"},\"eael_infobox_button_icon_new\":{\"value\":\"\",\"library\":\"\"},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"4b3328cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"78880f1\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":30,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-6.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"1c8c7eb8\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":29,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/98334a25-rectangle-1196-3.jpg\"},\"eael_infobox_title\":\"Marketing\",\"eael_infobox_text\":\"<p>7 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"eael_infobox_icon_new\":{\"value\":\"fas fa-building\",\"library\":\"fa-solid\"},\"eael_infobox_button_icon_new\":{\"value\":\"\",\"library\":\"\"},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"7042fbd0\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"e99ed55\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":32,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-7.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"67f21673\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":31,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/4b8f48e7-rectangle-1196-4.jpg\"},\"eael_infobox_title\":\"Design\",\"eael_infobox_text\":\"<p>12 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"eael_infobox_icon_new\":{\"value\":\"fas fa-building\",\"library\":\"fa-solid\"},\"eael_infobox_button_icon_new\":{\"value\":\"\",\"library\":\"\"},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"10490799\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"e99ed55\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":34,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-8.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5c5a7797\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":33,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/2b18884d-rectangle-1196-5.jpg\"},\"eael_infobox_title\":\"Creative\",\"eael_infobox_text\":\"<p>15 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"eael_infobox_icon_new\":{\"value\":\"fas fa-building\",\"library\":\"fa-solid\"},\"eael_infobox_button_icon_new\":{\"value\":\"\",\"library\":\"\"},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"66ba5a7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":46,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-19.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e359553\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":45,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-18.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"53e6e879\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":40,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-14.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c258c96\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":38,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-12.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"60e5b013\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Post\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"38a98609\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":39,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-13.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"24a536e1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#F6EBD8\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"41965204\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"overflow\":\"hidden\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":44,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-17.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"72f491a9\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":66,\"eael_cl_logics\":[{\"_id\":\"6961f1c\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":41,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-15.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"47452c04\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.332999999999998,\"background_background\":\"classic\",\"background_color\":\"#6C3BFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"c104550\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_inline_size_tablet\":100,\"animation\":\"fadeInRight\",\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":43,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-16.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"50f78db0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Promotional\\nContent goes here\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"cdbfdc0\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6a8f5af5\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Templates\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#0072B1\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_z_index\":2,\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"30ff6a7f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":42,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/d3d22cf3-banner-img.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"055f7cf\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b6de078\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":58,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-29.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"866929e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":57,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-28.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"65f9ef96\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":49,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-22.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4db280be\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":47,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-20.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"37bbaffd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Post\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5c3e2235\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":48,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-21.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"59fcbac6\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#F6EBD800\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"9f20172\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":56,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-27.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e260ce4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6961f1c\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_inline_size_tablet\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":50,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-23.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[],\"isInner\":true},{\"id\":\"701987f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"animation\":\"fadeInRight\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":55,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-26.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"78600923\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"df5edf3\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":54,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-25.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"76066518\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"bc46381\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":53,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-24.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"36d78b16\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"id\":51,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/cce36c07-rectangle-1204.png\"},\"eael_team_member_name\":\"Erin Carter\",\"eael_team_member_job_title\":\"Travel Bloger\",\"eael_team_member_description\":\"Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \\\"Wanderlust Voyager.\\\" With an insatiable curiosity and an unquenchable thirst for new experiences.\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b3f0fc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"d14b21e\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"fa95c0a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"485e9ec\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"eael_team_members_preset\":\"eael-team-members-social-bottom\",\"content_card_height\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"eael_team_members_background\":\"#02010100\",\"eael_team_members_alignment\":\"centered\",\"eael_team_members_image_width\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_height\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_rounded\":\"team-avatar-rounded\",\"eael_team_members_name_color\":\"#052133\",\"eael_team_members_name_typography_typography\":\"custom\",\"eael_team_members_name_typography_font_family\":\"IBM Plex Sans\",\"eael_team_members_name_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"eael_team_members_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_team_members_name_typography_font_weight\":\"500\",\"eael_team_members_name_typography_text_transform\":\"capitalize\",\"eael_team_members_name_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_position_color\":\"#596E7B\",\"eael_team_members_position_typography_typography\":\"custom\",\"eael_team_members_position_typography_font_family\":\"Inter\",\"eael_team_members_position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_position_typography_font_weight\":\"500\",\"eael_team_members_position_typography_text_transform\":\"capitalize\",\"eael_team_members_position_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_position_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_description_color\":\"#445259\",\"eael_team_members_description_typography_typography\":\"custom\",\"eael_team_members_description_typography_font_family\":\"Bitter\",\"eael_team_members_description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_description_typography_font_weight\":\"400\",\"eael_team_members_description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1136014\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"_background_background\":\"classic\",\"custom_css\":\"selector .eael-team-content .eael-team-text{\\n margin-top:25px;\\n}\",\"eael_team_members_image_width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_team_members_image_height_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_team_members_social_icon_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_team_members_social_icon_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_team_members_social_icon_gradient_background_slideshow_gallery\":[],\"eael_team_members_social_icon_hover_gradient_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_team_members_social_icon_hover_gradient_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_team_members_social_icon_hover_gradient_background_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"46f398be\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":52,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/3224469e-carter.png\"},\"width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5362b3b\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"427d1c2d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"42d5032\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#3B5998\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_primary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"64addb0\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#00ACEE\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_primary_color\":\"\"},{\"_id\":\"5e9484c\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#0072B1\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_primary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EDF1F8\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hover_primary_color\":\"#E08F00\",\"hover_secondary_color\":\"#FFFFFF\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc2fd7f\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4e5dfe6d\",\"elType\":\"widget\",\"settings\":{\"title\":\"You May Like\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4973321\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":5,\"eael_post_list_topbar\":\"\",\"eael_post_list_topbar_title\":\"Recent Posts\",\"eael_post_list_topbar_term_all_text\":\"All\",\"eael_post_list_pagination\":\"\",\"eael_post_list_featured_area\":\"\",\"eael_post_list_columns\":\"col-1\",\"eael_post_featured_image_size\":\"full\",\"eael_post_list_post_meta\":\"\",\"eael_post_list_excerpt_expanison_indicator\":\"...\",\"eael_post_list_read_more_text\":\"Read More\",\"eael_post_list_post_cat\":\"yes\",\"title_link_nofollow\":\"true\",\"eael_post_list_container_bg_color\":\"#FFFFFF00\",\"eael_post_list_container_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_box_shadow_box_shadow_type\":\"yes\",\"eael_post_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"eael_post_list_title_color\":\"#052133\",\"eael_post_list_title_hover_color\":\"#E08F00\",\"eael_post_list_title_typography_typography\":\"custom\",\"eael_post_list_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_post_list_title_typography_font_weight\":\"600\",\"eael_post_list_title_typography_text_transform\":\"capitalize\",\"eael_post_list_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_list_excerpt_color\":\"#8FA0AB\",\"eael_post_list_excerpt_typography_typography\":\"custom\",\"eael_post_list_excerpt_typography_font_family\":\"Inter\",\"eael_post_list_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_list_excerpt_typography_font_weight\":\"500\",\"eael_post_list_excerpt_typography_text_transform\":\"capitalize\",\"eael_post_list_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"category_typography_typography\":\"custom\",\"category_typography_font_family\":\"Inter\",\"category_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"category_typography_font_weight\":\"500\",\"category_typography_text_transform\":\"capitalize\",\"category_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"post_list_category_color\":\"#E08F00\",\"post_list_category_bg_color\":\"#F6EBD8\",\"post_list_category_color_hover\":\"#FFFFFF\",\"post_list_category_bg_color_hover\":\"#E08F00\",\"category_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"category_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"8\",\"bottom\":\"6\",\"left\":\"8\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"444677c\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"custom_css\":\"\\nselector .eael-post-list-thumbnail{\\n margin: 12px;\\n flex: 0 0 104px;\\n}\\nselector .eael-post-list-thumbnail img{\\n aspect-ratio:1;\\n border-radius:8px;\\n}\\n\\nselector .eael-post-list-container.layout-default .eael-post-list-content .meta-categories a{\\n border-radius:4px;\\n}\",\"eael_post_list_featured_thumb_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"category_ids\":[],\"eael_post_list_terms\":\"\",\"eael_post_list_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_pagination_prev_icon_new\":{\"value\":\"fas fa-angle-left\",\"library\":\"fa-solid\"},\"eael_post_list_pagination_next_icon_new\":{\"value\":\"fas fa-angle-right\",\"library\":\"fa-solid\"},\"eael_post_list_topbar_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_post_list_topbar_background_slideshow_gallery\":[],\"card_background_normal_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"card_background_normal_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"card_background_normal_slideshow_gallery\":[],\"card_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"card_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"card_background_hover_slideshow_gallery\":[],\"read_more_btn_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"read_more_btn_background_slideshow_gallery\":[],\"read_more_btn_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"read_more_btn_hover_background_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-post-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"657a5436\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0E6D4\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"348fd8c\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":65,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-36.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"30d1efc9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"c97b6af\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":64,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-35.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"493d9f5e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":61,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-32.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17039b29\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":59,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-30.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"3796dc76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Gallery\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"53ce520d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":60,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-31.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5c1bd43a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"4b4ed00c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3e1d350\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":63,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-34.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"507cea01\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"d02e3f9\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":62,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-33.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"154b8174\",\"elType\":\"widget\",\"settings\":{\"category_ids\":[],\"post_format_ids\":[],\"posts_per_page\":5,\"image_size\":\"full\",\"eael_show_excerpt\":\"\",\"excerpt_expanison_indicator\":\"\",\"eael_read_more_text\":\"Read More\",\"eael_show_read_more_button\":\"\",\"read_more_button_text\":\"Read More\",\"eael_show_post_terms\":\"yes\",\"post_image_height\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"dots\":\"\",\"eael_post_grid_border_border\":\"none\",\"eael_post_grid_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_post_grid_bg_hover_icon_new\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"eael_thumbnail_is_gradient_background\":\"yes\",\"eael_thumbnail_overlay_color_color\":\"#FFFFFF\",\"eael_thumbnail_overlay_color\":\"#00000000\",\"eael_thumbnail_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_post_grid_title_color\":\"#052133\",\"eael_post_grid_title_alignment\":\"left\",\"eael_post_grid_title_typography_typography\":\"custom\",\"eael_post_grid_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_post_grid_title_typography_font_weight\":\"600\",\"eael_post_grid_title_typography_text_transform\":\"capitalize\",\"eael_post_grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5,\"sizes\":[]},\"eael_post_carousel_title_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_post_grid_terms_color\":\"#E08F00\",\"eael_post_grid_terms_typography_typography\":\"custom\",\"eael_post_grid_terms_typography_font_family\":\"Inter\",\"eael_post_grid_terms_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_post_grid_terms_typography_font_weight\":\"500\",\"eael_post_grid_terms_typography_text_transform\":\"capitalize\",\"eael_post_grid_terms_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_post_grid_meta_color\":\"#8FA0AB\",\"eael_post_grid_meta_alignment\":\"flex-start\",\"eael_post_grid_meta_header_typography_typography\":\"custom\",\"eael_post_grid_meta_header_typography_font_family\":\"Inter\",\"eael_post_grid_meta_header_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_grid_meta_header_typography_font_weight\":\"500\",\"eael_post_grid_meta_header_typography_text_transform\":\"capitalize\",\"eael_post_grid_meta_header_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"left_arrow_position\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"right_arrow_position\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"arrows_bg_color_normal\":\"#FFFFFF\",\"arrows_color_normal\":\"#8FA0AB\",\"arrows_border_radius_normal\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"arrows_bg_color_hover\":\"#FFFFFF\",\"arrows_color_hover\":\"#E08F00\",\"arrows_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"042e095\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"custom_css\":\"selector .eael-grid-post .eael-entry-wrapper{\\n padding:0px;\\n position:relative;\\n padding-top:25px;\\n}\\n\\nselector .eael-entry-media{\\n overflow:visible;\\n}\\n\\nselector .eael-entry-overlay{\\n visibility: visible;\\n opacity:1;\\n}\\n\\nselector .eael-entry-overlay i{\\n width:60px;\\n height:60px;\\n background:#FFF;\\n border-radius:100%;\\n color:#E08F00;\\n line-height:60px;\\n box-shadow: 0px 2px 3px 0px rgba(27, 32, 51, 0.35);\\n\\n}\\n\\nselector .post-carousel-categories{\\n visibility: visible;\\n opacity:1;\\n position: absolute;\\n top: 100%;\\n left:-15px;\\n}\\n\\nselector .post-carousel-categories a{\\n background:#F6EBD8;\\n border-radius:4px;\\n padding:5px 12px;\\n}\\n\\nselector .eael-posted-by a{\\n color:#445259;\\n font-size:16px;\\n font-weight:inherit;\\n font-family:inherit;\\n}\\nselector .eael-grid-post .eael-entry-footer{\\n align-items:center;\\n}\\nselector .eael-author-avatar {\\n width:40px; \\n height:40px;\\n padding-right:0px;\\n margin-right:15px;\\n}\\n\\nselector .eael-grid-post-holder{\\n padding:16px;\\n padding-bottom: 30px\\n}\\n\\n\\nselector .eael-entry-title a{\\n background-size: 0 2px!important;\\n\\n background: linear-gradient(to right, transparent, transparent);\\n background-repeat: no-repeat !important;\\n padding-bottom: 6px;\\n transition:all ease-in-out .5s;\\n background-position: left 87% !important;\\n}\\n\\n\\nselector .eael-entry-title a:hover{\\n background: linear-gradient(to right, #E08F00, #E08F00);\\n background-size: 100% 2px !important;\\n background-size: 100% 2px !important;\\n}\\nselector .swiper-button-next,\\nselector .swiper-button-prev{\\n width:50px;\\n height:50px;\\n transition:all .4s ease;\\n}\\n\\nselector .swiper-button-next:hover , \\nselector .swiper-button-prev:hover {\\n box-shadow: 0px 2px 3px 0px rgba(27, 32, 51, 0.35);\\n\\n}\\n\\n@media (max-width:1024px){\\n \\n selector .eael-posted-by a{\\n font-size:12px;\\n }\\n \\n}\\n\\n\",\"eael_post_grid_title_hover_color\":\"#E08F00\",\"eael_post_grid_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_post_grid_meta_header_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"eael_post_carousel_fallback_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_post_grid_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_post_grid_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_post_grid_bg_color_slideshow_gallery\":[],\"eael_post_grid_box_hover_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_post_grid_box_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_post_grid_box_hover_background_slideshow_gallery\":[],\"eael_thumbnail_overlay_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_thumbnail_overlay_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_thumbnail_overlay_color_slideshow_gallery\":[],\"read_more_btn_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"read_more_btn_background_slideshow_gallery\":[],\"read_more_btn_hover_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"read_more_btn_hover_background_slideshow_gallery\":[],\"eael_post_grid_meta_date_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_post_grid_meta_date_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"eael_post_grid_meta_date_background_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-post-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"74db1c77\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"348fd8c\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":72,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-43.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4d1f09b6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"c97b6af\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":71,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-42.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"836cc1e\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":68,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-39.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4867e15a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":66,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-37.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"6427c8e4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Favourite Posts\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5f4b9d9c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":67,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-38.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"72afd399\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1d8a0b70\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3e1d350\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":70,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-41.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c91bf54\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"d02e3f9\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":69,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-40.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3197bb5a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"533e556\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":74,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-45.png\"},\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1c7af3f3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"animation\":\"zoomIn\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"premium_gdivider_image\":{\"id\":73,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-44.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"68069bb4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to our Blogs\",\"align\":\"center\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26ca3831\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pick the blog or article email you want to receive \",\"align\":\"center\",\"text_color\":\"#445259\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bitter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c6c291a\",\"logic_type\":\"login_status\",\"dynamic_field\":\"\",\"logic_operator_dynamic\":\"between\",\"login_status_operand\":\"logged_in\",\"user_and_role\":\"\",\"logic_operator_between\":\"between\",\"dynamic_operand\":\"\",\"user_role_operand_multi\":[],\"user_operand\":\"\",\"post_type_operand\":\"\",\"post_operand\":\"\",\"post_operand_post\":\"\",\"post_operand_page\":\"\",\"post_operand_e-landing-page\":\"\",\"browser_operand\":\"chrome\",\"date_time_logic\":\"equal\",\"single_date\":\"\",\"from_date\":\"\",\"to_date\":\"\",\"recurring_day_logic\":\"between\",\"recurring_days_all\":\"\",\"recurring_days\":[\"sun\"],\"recurring_days_duration_from\":\"\",\"recurring_days_duration_to\":\"\",\"from_time\":\"\",\"to_time\":\"\",\"query_key\":\"\",\"query_value\":\"\"}],\"display_condition_list\":[{\"display_condition_key\":\"role\",\"display_condition_operator\":\"is\",\"display_condition_login_status\":\"subscriber\",\"_id\":\"\",\"display_condition_operator_advanced_date\":\"less\",\"display_condition_date\":\"17-01-2024\",\"display_condition_day\":\"monday\",\"display_condition_role\":\"subscriber\",\"display_condition_browser\":\"chrome\",\"display_condition_operating_system\":\"mac_os\",\"display_condition_date_range\":\"17-01-2024 to 19-01-2024\",\"display_condition_page\":\"\",\"display_condition_post\":\"\",\"display_condition_static_page\":\"home\",\"display_condition_time_span_start\":\"10:00\",\"display_condition_time_span_end\":\"11:00\",\"display_condition_visitor_type\":\"new\",\"display_condition_request_parameter_key\":\"\",\"display_condition_request_parameter_value\":\"\",\"display_condition_advanced_date\":\"17-01-2024\",\"display_condition_geolocation\":\"\",\"display_condition_acf_text_key\":\"\",\"display_condition_acf_text_value\":\"\"}],\"pa_condition_repeater\":[],\"premium_tooltip_icon\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"premium_tooltip_gallery\":[],\"premium_tooltip_container_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"premium_tooltip_container_bg_slideshow_gallery\":[],\"pa_cursor_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_cursor_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_cursor_bgColor_slideshow_gallery\":[],\"pa_badge_icon\":{\"value\":\"fas fa-mouse-pointer\",\"library\":\"solid\"},\"pa_badge_img\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"pa_badge_bg_slideshow_gallery\":[],\"premium_mscroll_repeater\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(219,75,'_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\";}}'),(220,75,'_eael_custom_js',''),(221,75,'_eael_widget_elements','a:4:{s:12:\"creative-btn\";s:12:\"creative-btn\";s:13:\"post-carousel\";s:13:\"post-carousel\";s:12:\"feature-list\";s:12:\"feature-list\";s:13:\"adv-accordion\";s:13:\"adv-accordion\";}'),(224,78,'_wp_attached_file','2024/01/red-light-inflammation-logo-white.png'),(225,78,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:250;s:4:\"file\";s:45:\"2024/01/red-light-inflammation-logo-white.png\";s:8:\"filesize\";i:65311;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"red-light-inflammation-logo-white-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19508;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"red-light-inflammation-logo-white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16104;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(227,80,'_elementor_edit_mode','builder'),(228,80,'_elementor_template_type','header'),(229,80,'_elementor_version','3.18.3'),(230,80,'_elementor_pro_version','3.18.3'),(231,81,'_elementor_edit_mode','builder'),(232,81,'_elementor_template_type','header'),(233,81,'_elementor_version','3.18.3'),(234,81,'_elementor_pro_version','3.18.3'),(235,80,'_wp_page_template','default'),(236,80,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81493cb\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.591000000000001,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c6a85e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5bf184a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"17ef931\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"87c8359\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":154.917},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"02c77a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_simple_menu_item_color\":\"globals\\/colors?id=accent\",\"eael_simple_menu_item_color_hover\":\"globals\\/colors?id=primary\",\"eael_simple_menu_item_color_active\":\"globals\\/colors?id=primary\",\"eael_simple_menu_item_typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.408999999999999,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f269\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Kumbh Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":63.250999999999998},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9375783\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"input_border_color_focus\":\"globals\\/colors?id=primary\",\"input_border_color\":\"globals\\/colors?id=accent\",\"button_text_color_hover\":\"globals\\/colors?id=primary\",\"input_background_color_focus\":\"\"},\"_element_width_tablet\":\"initial\",\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"d4d9f5a\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34.561999999999998},\"_flex_size\":\"none\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(237,82,'_elementor_edit_mode','builder'),(238,82,'_elementor_template_type','header'),(239,82,'_elementor_version','3.18.3'),(240,82,'_elementor_pro_version','3.18.3'),(241,82,'_wp_page_template','default'),(242,82,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\"},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}]},\"elements\":[{\"id\":\"2c23050e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/static.live.templately.com\\/demo\\/2023\\/09\\/8ca4d562-group-39858.png\",\"id\":35892,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"7a1aa7d\"}]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_typography_typography\":\"custom\",\"eael_simple_menu_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_item_typography_font_weight\":\"500\",\"eael_simple_menu_item_color\":\"#596E7B\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_color_hover\":\"#E08F00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_typography_text_transform\":\"capitalize\",\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_simple_menu_item_color_active\":\"#E08F00\",\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}]},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Bitter\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"input_border_color\":\"#CFC6B7\",\"input_border_color_focus\":\"#E08F00\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"button_text_color_hover\":\"#E08F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}]},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"4e2f70ee\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"42d5032\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#3B5998\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"64addb0\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#00ACEE\"},{\"_id\":\"5e9484c\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#0072B1\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EDF1F8\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hover_primary_color\":\"#E08F00\",\"hover_secondary_color\":\"#FFFFFF\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc2fd7f\"}],\"align\":\"right\",\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(243,80,'_elementor_page_assets','a:0:{}'),(244,80,'_eael_custom_js',''),(245,80,'_eael_widget_elements','a:2:{s:11:\"simple-menu\";s:11:\"simple-menu\";s:12:\"creative-btn\";s:12:\"creative-btn\";}'),(247,80,'_eael_post_view_count','5'),(248,80,'_edit_lock','1705667069:2'),(258,6,'_edit_lock','1705661228:2'),(259,84,'_elementor_edit_mode','builder'),(260,84,'_elementor_template_type','kit'),(262,6,'_wp_page_template','default'),(263,6,'_elementor_page_settings','a:37:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FF0302\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#242222\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#2B2929\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF3635\";}}s:13:\"custom_colors\";a:5:{i:0;a:3:{s:3:\"_id\";s:7:\"491606a\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#181616\";}i:1;a:3:{s:3:\"_id\";s:7:\"f20ab43\";s:5:\"title\";s:8:\"Dark Red\";s:5:\"color\";s:7:\"#760100\";}i:2;a:3:{s:3:\"_id\";s:7:\"0e0eb3d\";s:5:\"title\";s:9:\"Off White\";s:5:\"color\";s:7:\"#F7EEEE\";}i:3;a:3:{s:3:\"_id\";s:7:\"6b41c87\";s:5:\"title\";s:12:\"Lightest Red\";s:5:\"color\";s:7:\"#FAF1F0\";}i:4;a:3:{s:3:\"_id\";s:7:\"0fa9c86\";s:5:\"title\";s:10:\"Near White\";s:5:\"color\";s:7:\"#FAF9F9\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:15:\"Julius Sans One\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:22:\"typography_font_weight\";s:3:\"500\";}i:2;a:6:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:22:\"typography_font_weight\";s:3:\"300\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.1499999999999999;s:5:\"sizes\";a:0:{}}}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:15:\"Julius Sans One\";s:22:\"typography_font_weight\";s:3:\"900\";}}s:17:\"custom_typography\";a:2:{i:0;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"900\";s:3:\"_id\";s:7:\"8990ba0\";s:5:\"title\";s:2:\"H1\";}i:1;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"900\";s:3:\"_id\";s:7:\"a821264\";s:5:\"title\";s:2:\"H2\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:22:\"Red Light Inflammation\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:97:\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png\";s:2:\"id\";i:78;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:15:\"activeItemIndex\";i:1;s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:10:\"body_color\";s:7:\"#2B2929\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:10:\"Kumbh Sans\";s:27:\"body_typography_font_weight\";s:3:\"300\";s:17:\"link_normal_color\";s:7:\"#760100\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:10:\"Kumbh Sans\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_weight\";s:3:\"600\";s:38:\"link_normal_typography_text_decoration\";s:4:\"none\";s:16:\"link_hover_color\";s:7:\"#FF0302\";s:32:\"link_hover_typography_typography\";s:6:\"custom\";s:37:\"link_hover_typography_text_decoration\";s:4:\"none\";s:8:\"h1_color\";s:7:\"#760100\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:15:\"Julius Sans One\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"900\";s:8:\"h2_color\";s:7:\"#181616\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:10:\"Kumbh Sans\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"500\";s:11:\"__globals__\";a:12:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=f20ab43\";s:33:\"link_normal_typography_typography\";s:0:\"\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=primary\";s:8:\"h1_color\";s:25:\"globals/colors?id=f20ab43\";s:24:\"h1_typography_typography\";s:0:\"\";s:8:\"h2_color\";s:25:\"globals/colors?id=491606a\";s:24:\"h2_typography_typography\";s:0:\"\";s:8:\"h3_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h3_typography_typography\";s:31:\"globals/typography?id=secondary\";s:28:\"button_typography_typography\";s:26:\"globals/typography?id=text\";}}'),(264,6,'_elementor_data','[]'),(265,85,'_elementor_edit_mode','builder'),(266,85,'_elementor_template_type','kit'),(268,85,'_wp_page_template','default'),(269,85,'_elementor_page_settings','a:10:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:12:\"My WordPress\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:97:\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png\";s:2:\"id\";i:78;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(270,85,'_elementor_data','[]'),(271,6,'_elementor_page_assets','a:0:{}'),(272,6,'_elementor_version','3.18.3'),(273,6,'_elementor_pro_version','3.18.3'),(275,86,'_elementor_edit_mode','builder'),(276,86,'_elementor_template_type','kit'),(277,86,'_wp_page_template','default'),(278,86,'_elementor_page_settings','a:10:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:1:{i:0;a:3:{s:3:\"_id\";s:7:\"491606a\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#181616\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:12:\"My WordPress\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:97:\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png\";s:2:\"id\";i:78;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),(279,86,'_elementor_data','[]'),(280,86,'_elementor_page_assets','a:0:{}'),(281,86,'_elementor_version','3.18.3'),(282,86,'_elementor_pro_version','3.18.3'),(284,80,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(285,87,'_elementor_edit_mode','builder'),(286,87,'_elementor_template_type','header'),(287,87,'_elementor_version','3.18.3'),(288,87,'_elementor_pro_version','3.18.3'),(289,87,'_wp_page_template','default'),(290,87,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81493cb\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c6a85e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5bf184a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"17ef931\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"87c8359\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_typography_typography\":\"custom\",\"eael_simple_menu_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_item_typography_font_weight\":\"500\",\"eael_simple_menu_item_color\":\"#596E7B\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_color_hover\":\"#E08F00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_typography_text_transform\":\"capitalize\",\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_simple_menu_item_color_active\":\"#E08F00\",\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"02c77a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f269\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Kumbh Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9375783\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"input_border_color_focus\":\"globals\\/colors?id=primary\",\"input_border_color\":\"globals\\/colors?id=accent\",\"button_text_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"4e2f70ee\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"42d5032\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#3B5998\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"64addb0\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#00ACEE\"},{\"_id\":\"5e9484c\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#0072B1\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EDF1F8\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hover_primary_color\":\"#E08F00\",\"hover_secondary_color\":\"#FFFFFF\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc2fd7f\"}],\"align\":\"right\",\"align_mobile\":\"center\",\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":30,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b8c8c54\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(291,87,'_elementor_page_assets','a:0:{}'),(292,87,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(294,80,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(296,88,'_elementor_edit_mode','builder'),(297,88,'_elementor_template_type','header'),(298,88,'_elementor_version','3.18.3'),(299,88,'_elementor_pro_version','3.18.3'),(300,88,'_wp_page_template','default'),(301,88,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81493cb\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c6a85e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5bf184a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"17ef931\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"87c8359\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_typography_typography\":\"custom\",\"eael_simple_menu_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_item_typography_font_weight\":\"500\",\"eael_simple_menu_item_color\":\"#596E7B\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_color_hover\":\"#E08F00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_typography_text_transform\":\"capitalize\",\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_simple_menu_item_color_active\":\"#E08F00\",\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"02c77a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f269\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Kumbh Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9375783\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"input_border_color_focus\":\"globals\\/colors?id=primary\",\"input_border_color\":\"globals\\/colors?id=accent\",\"button_text_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"920f526\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(302,88,'_elementor_page_assets','a:0:{}'),(303,88,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(304,88,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(307,89,'_elementor_edit_mode','builder'),(308,89,'_elementor_template_type','kit'),(309,89,'_wp_page_template','default'),(310,89,'_elementor_page_settings','a:12:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FF0302\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#242222\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#2B2929\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF3635\";}}s:13:\"custom_colors\";a:2:{i:0;a:3:{s:3:\"_id\";s:7:\"491606a\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#181616\";}i:1;a:3:{s:3:\"_id\";s:7:\"f20ab43\";s:5:\"title\";s:8:\"Dark Red\";s:5:\"color\";s:7:\"#760100\";}}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:12:\"My WordPress\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:97:\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png\";s:2:\"id\";i:78;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:15:\"activeItemIndex\";i:1;}'),(311,89,'_elementor_data','[]'),(312,89,'_elementor_page_assets','a:0:{}'),(313,89,'_elementor_version','3.18.3'),(314,89,'_elementor_pro_version','3.18.3'),(316,90,'_elementor_edit_mode','builder'),(317,90,'_elementor_template_type','kit'),(318,90,'_wp_page_template','default'),(319,90,'_elementor_page_settings','a:13:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FF0302\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#242222\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#2B2929\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF3635\";}}s:13:\"custom_colors\";a:2:{i:0;a:3:{s:3:\"_id\";s:7:\"491606a\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#181616\";}i:1;a:3:{s:3:\"_id\";s:7:\"f20ab43\";s:5:\"title\";s:8:\"Dark Red\";s:5:\"color\";s:7:\"#760100\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:15:\"Julius Sans One\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:22:\"typography_font_weight\";s:3:\"500\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:22:\"typography_font_weight\";s:3:\"300\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:15:\"Julius Sans One\";s:22:\"typography_font_weight\";s:3:\"900\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:12:\"My WordPress\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:97:\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png\";s:2:\"id\";i:78;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:15:\"activeItemIndex\";i:1;s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";}'),(320,90,'_elementor_data','[]'),(321,90,'_elementor_page_assets','a:0:{}'),(322,90,'_elementor_version','3.18.3'),(323,90,'_elementor_pro_version','3.18.3'),(324,91,'_elementor_edit_mode','builder'),(325,91,'_elementor_template_type','kit'),(326,91,'_wp_page_template','default'),(327,91,'_elementor_page_settings','a:35:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FF0302\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#242222\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#2B2929\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF3635\";}}s:13:\"custom_colors\";a:2:{i:0;a:3:{s:3:\"_id\";s:7:\"491606a\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#181616\";}i:1;a:3:{s:3:\"_id\";s:7:\"f20ab43\";s:5:\"title\";s:8:\"Dark Red\";s:5:\"color\";s:7:\"#760100\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:15:\"Julius Sans One\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:22:\"typography_font_weight\";s:3:\"500\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:22:\"typography_font_weight\";s:3:\"300\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:15:\"Julius Sans One\";s:22:\"typography_font_weight\";s:3:\"900\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:12:\"My WordPress\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:97:\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png\";s:2:\"id\";i:78;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:15:\"activeItemIndex\";i:1;s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:10:\"body_color\";s:7:\"#2B2929\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:10:\"Kumbh Sans\";s:27:\"body_typography_font_weight\";s:3:\"300\";s:17:\"link_normal_color\";s:7:\"#760100\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:10:\"Kumbh Sans\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_weight\";s:3:\"600\";s:38:\"link_normal_typography_text_decoration\";s:9:\"underline\";s:16:\"link_hover_color\";s:7:\"#FF0302\";s:8:\"h1_color\";s:7:\"#760100\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:15:\"Julius Sans One\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"900\";s:8:\"h2_color\";s:7:\"#181616\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:10:\"Kumbh Sans\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"500\";s:11:\"__globals__\";a:11:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=f20ab43\";s:33:\"link_normal_typography_typography\";s:0:\"\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=primary\";s:8:\"h1_color\";s:25:\"globals/colors?id=f20ab43\";s:24:\"h1_typography_typography\";s:0:\"\";s:8:\"h2_color\";s:25:\"globals/colors?id=491606a\";s:24:\"h2_typography_typography\";s:0:\"\";s:8:\"h3_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h3_typography_typography\";s:31:\"globals/typography?id=secondary\";}}'),(328,91,'_elementor_data','[]'),(329,91,'_elementor_page_assets','a:0:{}'),(330,91,'_elementor_version','3.18.3'),(331,91,'_elementor_pro_version','3.18.3'),(332,92,'_elementor_edit_mode','builder'),(333,92,'_elementor_template_type','kit'),(334,92,'_wp_page_template','default'),(335,92,'_elementor_page_settings','a:37:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FF0302\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#242222\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#2B2929\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF3635\";}}s:13:\"custom_colors\";a:2:{i:0;a:3:{s:3:\"_id\";s:7:\"491606a\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#181616\";}i:1;a:3:{s:3:\"_id\";s:7:\"f20ab43\";s:5:\"title\";s:8:\"Dark Red\";s:5:\"color\";s:7:\"#760100\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:15:\"Julius Sans One\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:22:\"typography_font_weight\";s:3:\"500\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:22:\"typography_font_weight\";s:3:\"300\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:15:\"Julius Sans One\";s:22:\"typography_font_weight\";s:3:\"900\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:12:\"My WordPress\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:97:\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png\";s:2:\"id\";i:78;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:15:\"activeItemIndex\";i:1;s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:10:\"body_color\";s:7:\"#2B2929\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:10:\"Kumbh Sans\";s:27:\"body_typography_font_weight\";s:3:\"300\";s:17:\"link_normal_color\";s:7:\"#760100\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:10:\"Kumbh Sans\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_weight\";s:3:\"600\";s:38:\"link_normal_typography_text_decoration\";s:4:\"none\";s:16:\"link_hover_color\";s:7:\"#FF0302\";s:32:\"link_hover_typography_typography\";s:6:\"custom\";s:37:\"link_hover_typography_text_decoration\";s:4:\"none\";s:8:\"h1_color\";s:7:\"#760100\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:15:\"Julius Sans One\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"900\";s:8:\"h2_color\";s:7:\"#181616\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:10:\"Kumbh Sans\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"500\";s:11:\"__globals__\";a:11:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=f20ab43\";s:33:\"link_normal_typography_typography\";s:0:\"\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=primary\";s:8:\"h1_color\";s:25:\"globals/colors?id=f20ab43\";s:24:\"h1_typography_typography\";s:0:\"\";s:8:\"h2_color\";s:25:\"globals/colors?id=491606a\";s:24:\"h2_typography_typography\";s:0:\"\";s:8:\"h3_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h3_typography_typography\";s:31:\"globals/typography?id=secondary\";}}'),(336,92,'_elementor_data','[]'),(337,92,'_elementor_page_assets','a:0:{}'),(338,92,'_elementor_version','3.18.3'),(339,92,'_elementor_pro_version','3.18.3'),(340,93,'_elementor_edit_mode','builder'),(341,93,'_elementor_template_type','header'),(342,93,'_elementor_version','3.18.3'),(343,93,'_elementor_pro_version','3.18.3'),(344,93,'_wp_page_template','default'),(345,93,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81493cb\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.591000000000001,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c6a85e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5bf184a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"17ef931\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"87c8359\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_typography_typography\":\"custom\",\"eael_simple_menu_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_item_typography_font_weight\":\"500\",\"eael_simple_menu_item_color\":\"#596E7B\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_color_hover\":\"#E08F00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_typography_text_transform\":\"capitalize\",\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_simple_menu_item_color_active\":\"#E08F00\",\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"02c77a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.408999999999999,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f269\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Kumbh Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9375783\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"input_border_color_focus\":\"globals\\/colors?id=primary\",\"input_border_color\":\"globals\\/colors?id=accent\",\"button_text_color_hover\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"920f526\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(346,93,'_elementor_page_assets','a:0:{}'),(347,93,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(348,93,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(352,75,'_edit_lock','1705679001:2'),(353,94,'_wp_attached_file','2024/01/placeholder-46.png'),(354,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-46.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-46-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-46-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-46-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-46-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(355,94,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(356,95,'_wp_attached_file','2024/01/placeholder-47.png'),(357,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-47.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-47-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-47-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-47-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-47-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(358,95,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(359,96,'_wp_attached_file','2024/01/placeholder-48.png'),(360,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-48.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-48-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-48-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-48-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-48-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(361,96,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(362,97,'_wp_attached_file','2024/01/placeholder-49.png'),(363,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-49.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-49-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-49-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-49-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-49-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(364,97,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(365,98,'_wp_attached_file','2024/01/placeholder-50.png'),(366,98,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-50.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-50-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-50-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-50-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-50-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(367,98,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(368,99,'_wp_attached_file','2024/01/placeholder-51.png'),(369,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-51.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-51-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-51-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-51-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-51-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(370,99,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(371,100,'_wp_attached_file','2024/01/placeholder-52.png'),(372,100,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-52.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-52-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-52-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-52-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-52-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(373,100,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(374,101,'_wp_attached_file','2024/01/placeholder-53.png'),(375,101,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-53.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-53-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-53-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-53-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-53-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(376,101,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(377,102,'_wp_attached_file','2024/01/placeholder-54.png'),(378,102,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-54.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-54-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-54-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-54-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-54-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(379,102,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(380,103,'_wp_attached_file','2024/01/placeholder-55.png'),(381,103,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-55.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-55-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-55-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-55-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-55-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(382,103,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(383,104,'_wp_attached_file','2024/01/placeholder-56.png'),(384,104,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-56.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-56-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-56-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-56-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-56-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(385,104,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(386,105,'_wp_attached_file','2024/01/placeholder-57.png'),(387,105,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-57.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-57-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-57-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-57-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-57-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(388,105,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(389,106,'_wp_attached_file','2024/01/placeholder-58.png'),(390,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-58.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-58-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-58-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-58-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-58-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(391,106,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(392,107,'_wp_attached_file','2024/01/placeholder-59.png'),(393,107,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-59.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-59-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-59-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-59-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-59-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(394,107,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(395,108,'_wp_attached_file','2024/01/placeholder-60.png'),(396,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-60.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-60-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-60-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-60-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-60-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(397,108,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(398,109,'_wp_attached_file','2024/01/placeholder-61.png'),(399,109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-61.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-61-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-61-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-61-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-61-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(400,109,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(401,110,'_wp_attached_file','2024/01/placeholder-62.png'),(402,110,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-62.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-62-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-62-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-62-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-62-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(403,110,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(404,111,'_wp_attached_file','2024/01/placeholder-63.png'),(405,111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-63.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-63-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-63-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-63-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-63-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(406,111,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(407,112,'_wp_attached_file','2024/01/placeholder-64.png'),(408,112,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-64.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-64-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-64-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-64-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-64-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(409,112,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(410,113,'_wp_attached_file','2024/01/placeholder-65.png'),(411,113,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-65.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-65-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-65-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-65-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-65-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(412,113,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(413,114,'_wp_attached_file','2024/01/placeholder-66.png'),(414,114,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-66.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-66-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-66-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-66-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-66-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(415,114,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(416,115,'_wp_attached_file','2024/01/placeholder-67.png'),(417,115,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-67.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-67-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-67-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-67-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-67-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(418,115,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(419,116,'_wp_attached_file','2024/01/placeholder-68.png'),(420,116,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-68.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-68-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-68-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-68-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-68-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(421,116,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(422,117,'_wp_attached_file','2024/01/placeholder-69.png'),(423,117,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-69.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-69-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-69-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-69-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-69-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(424,117,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(425,118,'_wp_attached_file','2024/01/placeholder-70.png'),(426,118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-70.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-70-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-70-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-70-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-70-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(427,118,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(428,119,'_wp_attached_file','2024/01/placeholder-71.png'),(429,119,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-71.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-71-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-71-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-71-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-71-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(430,119,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(431,120,'_wp_attached_file','2024/01/placeholder-72.png'),(432,120,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-72.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-72-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-72-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-72-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-72-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(433,120,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(434,121,'_wp_attached_file','2024/01/placeholder-73.png'),(435,121,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-73.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-73-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-73-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-73-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-73-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(436,121,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(437,122,'_wp_attached_file','2024/01/placeholder-74.png'),(438,122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-74.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-74-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-74-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-74-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-74-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(439,122,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(440,123,'_wp_attached_file','2024/01/placeholder-75.png'),(441,123,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-75.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-75-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-75-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-75-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-75-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(442,123,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(443,124,'_wp_attached_file','2024/01/placeholder-76.png'),(444,124,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-76.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-76-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-76-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-76-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-76-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(445,124,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(446,125,'_wp_attached_file','2024/01/placeholder-77.png'),(447,125,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-77.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-77-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-77-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-77-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-77-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(448,125,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(449,126,'_wp_attached_file','2024/01/placeholder-78.png'),(450,126,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-78.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-78-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-78-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-78-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-78-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(451,126,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(452,127,'_wp_attached_file','2024/01/placeholder-79.png'),(453,127,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-79.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-79-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-79-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-79-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-79-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(454,127,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(455,128,'_wp_attached_file','2024/01/placeholder-80.png'),(456,128,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-80.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-80-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-80-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-80-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-80-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(457,128,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(458,129,'_wp_attached_file','2024/01/placeholder-81.png'),(459,129,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-81.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-81-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-81-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-81-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-81-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(460,129,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(461,130,'_wp_attached_file','2024/01/placeholder-82.png'),(462,130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-82.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-82-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-82-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-82-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-82-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(463,130,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(464,131,'_wp_attached_file','2024/01/placeholder-83.png'),(465,131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-83.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-83-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-83-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-83-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-83-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(466,131,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(467,132,'_wp_attached_file','2024/01/placeholder-84.png'),(468,132,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-84.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-84-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-84-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-84-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-84-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(469,132,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(470,133,'_wp_attached_file','2024/01/placeholder-85.png'),(471,133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-85.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-85-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-85-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-85-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-85-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(472,133,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(473,134,'_wp_attached_file','2024/01/placeholder-86.png'),(474,134,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-86.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-86-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-86-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-86-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-86-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(475,134,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(476,135,'_wp_attached_file','2024/01/placeholder-87.png'),(477,135,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-87.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-87-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-87-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-87-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-87-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(478,135,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(479,136,'_wp_attached_file','2024/01/placeholder-88.png'),(480,136,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-88.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-88-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-88-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-88-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-88-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(481,136,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(482,137,'_wp_attached_file','2024/01/placeholder-89.png'),(483,137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-89.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-89-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-89-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-89-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-89-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(484,137,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(485,138,'_wp_attached_file','2024/01/placeholder-90.png'),(486,138,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-90.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-90-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-90-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-90-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-90-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(487,138,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(488,139,'_wp_attached_file','2024/01/placeholder-91.png'),(489,139,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-91.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-91-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-91-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-91-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-91-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(490,139,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(500,141,'_elementor_edit_mode','builder'),(501,141,'_elementor_template_type','page'),(502,141,'_elementor_version','3.18.3'),(503,141,'_elementor_pro_version','3.18.3'),(504,141,'_wp_page_template','elementor_header_footer'),(505,141,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(506,141,'_elementor_data','[{\"id\":\"51bed8d2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"cffdb9f\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/8eb909d6-frame-10941.png\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3d8ea2e\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":96,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-48.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"14016483\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"8ce3406\"}],\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cefa639\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":94,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-46.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":false},{\"id\":\"682350ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"c95e649\"}],\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"82a411f\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":95,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-47.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"43b5f2c7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"6a23fa2\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"95e57c7\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":105,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-57.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"41aed8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"b5854f1\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ef32e4c\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":104,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-56.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"53a0af48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse By Category\",\"align\":\"center\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9256f3a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"611e1c0a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"60\",\"eael_cl_logics\":[{\"_id\":\"3493a57\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"46d0e50\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":103,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-55.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"504b37cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"e782c71\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d9a37bc\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":97,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-49.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6d89279d\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/d5d68e73-rectangle-1196.jpg\"},\"eael_infobox_title\":\"Technology\",\"eael_infobox_text\":\"<p>20 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a9580e8\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"7fd7fe39\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"30482ed\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"feb9121\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":98,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-50.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"64666388\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/ab9e6daa-rectangle-1196-1.jpg\"},\"eael_infobox_title\":\"Lifestyle\",\"eael_infobox_text\":\"<p>5 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2d1a7cb\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"16ad1ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"1d878f3\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4fa0693\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":99,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-51.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"56f53016\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":\"27\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/598dab3f-rectangle-1196-2.jpg\"},\"eael_infobox_title\":\"Traveling\",\"eael_infobox_text\":\"<p>10 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"28802bf\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"5be7630c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"78880f1\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"069944e\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":100,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-52.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1489b294\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/98334a25-rectangle-1196-3.jpg\"},\"eael_infobox_title\":\"Marketing\",\"eael_infobox_text\":\"<p>7 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3bf9bab\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"21bf5f04\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"e99ed55\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"496fd15\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":101,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-53.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"30d729fd\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":\"31\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/4b8f48e7-rectangle-1196-4.jpg\"},\"eael_infobox_title\":\"Design\",\"eael_infobox_text\":\"<p>12 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e05955b\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"18aa2dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"e99ed55\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cf33d11\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":102,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-54.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6292516e\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":\"33\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/2b18884d-rectangle-1196-5.jpg\"},\"eael_infobox_title\":\"Creative\",\"eael_infobox_text\":\"<p>15 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ebbf74\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45a86217\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ec93948\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":113,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-65.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"7c083faa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"597d80c\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":112,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-64.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"174c6eab\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f1c2a86\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":108,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-60.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"10ec79d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1647ea9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":106,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-58.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"645965f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Post\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d80dc79\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5c3b24dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"49188da\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":107,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-59.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"19716b15\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#F6EBD8\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"88bbce8\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14dbcbc6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"overflow\":\"hidden\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f7cfff1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":111,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-63.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"59ade3f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":66,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8975e66\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":109,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-61.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true},{\"id\":\"381d7614\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.332999999999998,\"background_background\":\"classic\",\"background_color\":\"#6C3BFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"c104550\"}],\"_inline_size_tablet\":100,\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0317993\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":110,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-62.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1465fee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Promotional\\nContent goes here\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"cdbfdc0\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"52a0c45\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d1220\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Templates\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#0072B1\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"_z_index\":2,\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc7fccc\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d130189\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"42\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/d3d22cf3-banner-img.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"055f7cf\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"20b7459\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d9d551b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7bb4ce3\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":123,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-75.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3ceee762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fc56cf6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":122,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-74.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"31e3be72\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a6900d1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":116,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-68.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"c60e6d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"449d267\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":114,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-66.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7b4d720b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Post\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"895bd72\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"212ce77a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"19f19ed\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":115,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-67.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4bb6e749\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#F6EBD800\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"366d1bf\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"493b3951\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"98e4f4e\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":121,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-73.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"741ae858\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"_inline_size_tablet\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"003c1f7\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":117,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-69.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true},{\"id\":\"5eb4aab2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d4544a7\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":120,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-72.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"108d66ed\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"df5edf3\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a513923\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":119,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-71.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6355d67b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"bc46381\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7197803\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":118,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-70.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"468ca39c\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/cce36c07-rectangle-1204.png\"},\"eael_team_member_name\":\"Erin Carter\",\"eael_team_member_job_title\":\"Travel Bloger\",\"eael_team_member_description\":\"Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \\\"Wanderlust Voyager.\\\" With an insatiable curiosity and an unquenchable thirst for new experiences.\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b3f0fc\"},{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"d14b21e\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"fa95c0a\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"485e9ec\"}],\"eael_team_members_preset\":\"eael-team-members-social-bottom\",\"eael_team_members_background\":\"#02010100\",\"eael_team_members_alignment\":\"centered\",\"eael_team_members_image_width\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_height\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_rounded\":\"team-avatar-rounded\",\"eael_team_members_name_color\":\"#052133\",\"eael_team_members_name_typography_typography\":\"custom\",\"eael_team_members_name_typography_font_family\":\"IBM Plex Sans\",\"eael_team_members_name_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"eael_team_members_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_team_members_name_typography_font_weight\":\"500\",\"eael_team_members_name_typography_text_transform\":\"capitalize\",\"eael_team_members_name_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_position_color\":\"#596E7B\",\"eael_team_members_position_typography_typography\":\"custom\",\"eael_team_members_position_typography_font_family\":\"Inter\",\"eael_team_members_position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_position_typography_font_weight\":\"500\",\"eael_team_members_position_typography_text_transform\":\"capitalize\",\"eael_team_members_position_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_position_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_description_color\":\"#445259\",\"eael_team_members_description_typography_typography\":\"custom\",\"eael_team_members_description_typography_font_family\":\"Bitter\",\"eael_team_members_description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_description_typography_font_weight\":\"400\",\"eael_team_members_description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1136014\"}],\"_background_background\":\"classic\",\"custom_css\":\"selector .eael-team-content .eael-team-text{\\n margin-top:25px;\\n}\",\"eael_team_members_image_width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_team_members_image_height_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f1ecc0a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"606fe399\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/3224469e-carter.png\"},\"width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5362b3b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a084aca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6495cca1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"42d5032\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#3B5998\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"64addb0\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#00ACEE\"},{\"_id\":\"5e9484c\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#0072B1\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EDF1F8\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hover_primary_color\":\"#E08F00\",\"hover_secondary_color\":\"#FFFFFF\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc2fd7f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cf423f3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1aee2ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"You May Like\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d481440\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4863b869\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":5,\"eael_post_list_topbar\":\"\",\"eael_post_list_topbar_title\":\"Recent Posts\",\"eael_post_list_topbar_term_all_text\":\"All\",\"eael_post_list_pagination\":\"\",\"eael_post_list_featured_area\":\"\",\"eael_post_list_columns\":\"col-1\",\"eael_post_featured_image_size\":\"full\",\"eael_post_list_post_meta\":\"\",\"eael_post_list_excerpt_expanison_indicator\":\"...\",\"eael_post_list_read_more_text\":\"Read More\",\"eael_post_list_post_cat\":\"yes\",\"title_link_nofollow\":\"true\",\"eael_post_list_container_bg_color\":\"#FFFFFF00\",\"eael_post_list_container_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_box_shadow_box_shadow_type\":\"yes\",\"eael_post_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"eael_post_list_title_color\":\"#052133\",\"eael_post_list_title_hover_color\":\"#E08F00\",\"eael_post_list_title_typography_typography\":\"custom\",\"eael_post_list_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_post_list_title_typography_font_weight\":\"600\",\"eael_post_list_title_typography_text_transform\":\"capitalize\",\"eael_post_list_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_list_excerpt_color\":\"#8FA0AB\",\"eael_post_list_excerpt_typography_typography\":\"custom\",\"eael_post_list_excerpt_typography_font_family\":\"Inter\",\"eael_post_list_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_list_excerpt_typography_font_weight\":\"500\",\"eael_post_list_excerpt_typography_text_transform\":\"capitalize\",\"eael_post_list_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"category_typography_typography\":\"custom\",\"category_typography_font_family\":\"Inter\",\"category_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"category_typography_font_weight\":\"500\",\"category_typography_text_transform\":\"capitalize\",\"category_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"post_list_category_color\":\"#E08F00\",\"post_list_category_bg_color\":\"#F6EBD8\",\"post_list_category_color_hover\":\"#FFFFFF\",\"post_list_category_bg_color_hover\":\"#E08F00\",\"category_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"category_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"8\",\"bottom\":\"6\",\"left\":\"8\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"444677c\"}],\"custom_css\":\"\\nselector .eael-post-list-thumbnail{\\n margin: 12px;\\n flex: 0 0 104px;\\n}\\nselector .eael-post-list-thumbnail img{\\n aspect-ratio:1;\\n border-radius:8px;\\n}\\n\\nselector .eael-post-list-container.layout-default .eael-post-list-content .meta-categories a{\\n border-radius:4px;\\n}\",\"eael_post_list_featured_thumb_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"category_ids\":[],\"eael_post_list_terms\":\"\",\"eael_post_list_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3e967a9\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6439020a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0E6D4\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"348fd8c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f1dda95\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":130,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-82.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"44617e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"c97b6af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"03039f7\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":129,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-81.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"35ff298c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dbb7e25\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":126,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-78.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"46a545c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c57f3e3\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":124,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-76.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3427ce7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Gallery\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"32cc731\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6e04fb1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"339d446\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":125,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-77.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"25b2768e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c3b9fe6\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"749f870f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3e1d350\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"59f38a5\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":128,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-80.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"40a30014\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"d02e3f9\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e1669b5\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":127,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-79.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"49dfca22\",\"elType\":\"widget\",\"settings\":{\"category_ids\":[],\"post_format_ids\":[],\"posts_per_page\":5,\"image_size\":\"full\",\"eael_show_excerpt\":\"\",\"excerpt_expanison_indicator\":\"\",\"eael_read_more_text\":\"Read More\",\"eael_show_read_more_button\":\"\",\"read_more_button_text\":\"Read More\",\"eael_show_post_terms\":\"yes\",\"post_image_height\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"dots\":\"\",\"eael_post_grid_border_border\":\"none\",\"eael_post_grid_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_post_grid_bg_hover_icon_new\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"eael_thumbnail_is_gradient_background\":\"yes\",\"eael_thumbnail_overlay_color_color\":\"#FFFFFF\",\"eael_thumbnail_overlay_color\":\"#00000000\",\"eael_thumbnail_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_post_grid_title_color\":\"#052133\",\"eael_post_grid_title_alignment\":\"left\",\"eael_post_grid_title_typography_typography\":\"custom\",\"eael_post_grid_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_post_grid_title_typography_font_weight\":\"600\",\"eael_post_grid_title_typography_text_transform\":\"capitalize\",\"eael_post_grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5,\"sizes\":[]},\"eael_post_carousel_title_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_post_grid_terms_color\":\"#E08F00\",\"eael_post_grid_terms_typography_typography\":\"custom\",\"eael_post_grid_terms_typography_font_family\":\"Inter\",\"eael_post_grid_terms_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_post_grid_terms_typography_font_weight\":\"500\",\"eael_post_grid_terms_typography_text_transform\":\"capitalize\",\"eael_post_grid_terms_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_post_grid_meta_color\":\"#8FA0AB\",\"eael_post_grid_meta_alignment\":\"flex-start\",\"eael_post_grid_meta_header_typography_typography\":\"custom\",\"eael_post_grid_meta_header_typography_font_family\":\"Inter\",\"eael_post_grid_meta_header_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_grid_meta_header_typography_font_weight\":\"500\",\"eael_post_grid_meta_header_typography_text_transform\":\"capitalize\",\"eael_post_grid_meta_header_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"left_arrow_position\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"right_arrow_position\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"arrows_bg_color_normal\":\"#FFFFFF\",\"arrows_color_normal\":\"#8FA0AB\",\"arrows_border_radius_normal\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"arrows_bg_color_hover\":\"#FFFFFF\",\"arrows_color_hover\":\"#E08F00\",\"arrows_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"042e095\"}],\"custom_css\":\"selector .eael-grid-post .eael-entry-wrapper{\\n padding:0px;\\n position:relative;\\n padding-top:25px;\\n}\\n\\nselector .eael-entry-media{\\n overflow:visible;\\n}\\n\\nselector .eael-entry-overlay{\\n visibility: visible;\\n opacity:1;\\n}\\n\\nselector .eael-entry-overlay i{\\n width:60px;\\n height:60px;\\n background:#FFF;\\n border-radius:100%;\\n color:#E08F00;\\n line-height:60px;\\n box-shadow: 0px 2px 3px 0px rgba(27, 32, 51, 0.35);\\n\\n}\\n\\nselector .post-carousel-categories{\\n visibility: visible;\\n opacity:1;\\n position: absolute;\\n top: 100%;\\n left:-15px;\\n}\\n\\nselector .post-carousel-categories a{\\n background:#F6EBD8;\\n border-radius:4px;\\n padding:5px 12px;\\n}\\n\\nselector .eael-posted-by a{\\n color:#445259;\\n font-size:16px;\\n font-weight:inherit;\\n font-family:inherit;\\n}\\nselector .eael-grid-post .eael-entry-footer{\\n align-items:center;\\n}\\nselector .eael-author-avatar {\\n width:40px; \\n height:40px;\\n padding-right:0px;\\n margin-right:15px;\\n}\\n\\nselector .eael-grid-post-holder{\\n padding:16px;\\n padding-bottom: 30px\\n}\\n\\n\\nselector .eael-entry-title a{\\n background-size: 0 2px!important;\\n\\n background: linear-gradient(to right, transparent, transparent);\\n background-repeat: no-repeat !important;\\n padding-bottom: 6px;\\n transition:all ease-in-out .5s;\\n background-position: left 87% !important;\\n}\\n\\n\\nselector .eael-entry-title a:hover{\\n background: linear-gradient(to right, #E08F00, #E08F00);\\n background-size: 100% 2px !important;\\n background-size: 100% 2px !important;\\n}\\nselector .swiper-button-next,\\nselector .swiper-button-prev{\\n width:50px;\\n height:50px;\\n transition:all .4s ease;\\n}\\n\\nselector .swiper-button-next:hover , \\nselector .swiper-button-prev:hover {\\n box-shadow: 0px 2px 3px 0px rgba(27, 32, 51, 0.35);\\n\\n}\\n\\n@media (max-width:1024px){\\n \\n selector .eael-posted-by a{\\n font-size:12px;\\n }\\n \\n}\\n\\n\",\"eael_post_grid_title_hover_color\":\"#E08F00\",\"eael_post_grid_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_post_grid_meta_header_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"918a4ef\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50e93f5c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"348fd8c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5de0fa9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":137,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-89.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"79092d55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"c97b6af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7dc3d29\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":136,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-88.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7365f33f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7caa94d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":133,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-85.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"765d21e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"05e123a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":131,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-83.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"da0afc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Favourite Posts\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc5eee4\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"65db1afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b6e5ca2\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":132,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-84.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"fc33617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a207d4f\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52b20798\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3e1d350\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"68f9b49\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":135,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-87.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"c2d6071\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"d02e3f9\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5c15352\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":134,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-86.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c705acc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"533e556\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c4dcd97\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":139,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-91.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6d0f25f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3c6784d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":138,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-90.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7a77d467\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to our Blogs\",\"align\":\"center\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"16d33f9\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"107d6c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pick the blog or article email you want to receive \",\"align\":\"center\",\"text_color\":\"#445259\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bitter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c6c291a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"41916da\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(507,141,'_elementor_page_assets','a:1:{s:6:\"styles\";a:12:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";}}'),(509,142,'_elementor_edit_mode','builder'),(510,142,'_elementor_template_type','header'),(511,142,'_elementor_version','3.18.3'),(512,142,'_elementor_pro_version','3.18.3'),(513,142,'_wp_page_template','default'),(514,142,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81493cb\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.591000000000001,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c6a85e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5bf184a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"17ef931\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"87c8359\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_typography_typography\":\"custom\",\"eael_simple_menu_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_item_typography_font_weight\":\"500\",\"eael_simple_menu_item_color\":\"#596E7B\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_color_hover\":\"#E08F00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_typography_text_transform\":\"capitalize\",\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_simple_menu_item_color_active\":\"#E08F00\",\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"02c77a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.408999999999999,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f269\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Kumbh Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9375783\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"input_border_color_focus\":\"globals\\/colors?id=primary\",\"input_border_color\":\"globals\\/colors?id=accent\",\"button_text_color_hover\":\"globals\\/colors?id=primary\",\"input_background_color_focus\":\"\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"920f526\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"flex-end\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(515,142,'_elementor_page_assets','a:0:{}'),(516,142,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(517,142,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(521,143,'_elementor_edit_mode','builder'),(522,143,'_elementor_template_type','page'),(523,143,'_elementor_version','3.18.3'),(524,143,'_elementor_pro_version','3.18.3'),(525,143,'_wp_page_template','elementor_header_footer'),(526,143,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(527,143,'_elementor_data','[{\"id\":\"51bed8d2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"0\",\"bottom\":\"70\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"cffdb9f\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"id\":\"21\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/8eb909d6-frame-10941.png\"},\"background_position\":\"top left\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3d8ea2e\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":96,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-48.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"14016483\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"8ce3406\"}],\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cefa639\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":94,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-46.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":false},{\"id\":\"682350ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"c95e649\"}],\"_inline_size_tablet\":100,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"82a411f\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":95,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-47.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":false}],\"isInner\":false},{\"id\":\"43b5f2c7\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"6a23fa2\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"95e57c7\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":105,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-57.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"41aed8ae\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"b5854f1\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ef32e4c\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":104,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-56.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"53a0af48\",\"elType\":\"widget\",\"settings\":{\"title\":\"Browse By Category\",\"align\":\"center\",\"title_color\":\"#242222\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Julius Sans One\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.7000000000000002,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9256f3a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"611e1c0a\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"60\",\"eael_cl_logics\":[{\"_id\":\"3493a57\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"46d0e50\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":103,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-55.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"504b37cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"e782c71\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d9a37bc\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":97,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-49.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6d89279d\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":\"23\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/d5d68e73-rectangle-1196.jpg\"},\"eael_infobox_title\":\"Technology\",\"eael_infobox_text\":\"<p>20 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a9580e8\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"7fd7fe39\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"30482ed\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"feb9121\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":98,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-50.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"64666388\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":\"25\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/ab9e6daa-rectangle-1196-1.jpg\"},\"eael_infobox_title\":\"Lifestyle\",\"eael_infobox_text\":\"<p>5 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2d1a7cb\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"16ad1ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"1d878f3\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4fa0693\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":99,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-51.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"56f53016\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":\"27\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/598dab3f-rectangle-1196-2.jpg\"},\"eael_infobox_title\":\"Traveling\",\"eael_infobox_text\":\"<p>10 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"28802bf\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"5be7630c\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"78880f1\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"069944e\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":100,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-52.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1489b294\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":\"29\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/98334a25-rectangle-1196-3.jpg\"},\"eael_infobox_title\":\"Marketing\",\"eael_infobox_text\":\"<p>7 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3bf9bab\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"21bf5f04\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"e99ed55\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"496fd15\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":101,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-53.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"30d729fd\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":\"31\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/4b8f48e7-rectangle-1196-4.jpg\"},\"eael_infobox_title\":\"Design\",\"eael_infobox_text\":\"<p>12 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e05955b\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true},{\"id\":\"18aa2dd\",\"elType\":\"column\",\"settings\":{\"_column_size\":16,\"_inline_size\":null,\"align\":\"center\",\"eael_cl_logics\":[{\"_id\":\"e99ed55\"}],\"_inline_size_tablet\":33.299999999999997,\"_inline_size_mobile\":50,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cf33d11\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":102,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-54.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6292516e\",\"elType\":\"widget\",\"settings\":{\"eael_infobox_img_or_icon\":\"img\",\"eael_infobox_image\":{\"id\":\"33\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/2b18884d-rectangle-1196-5.jpg\"},\"eael_infobox_title\":\"Creative\",\"eael_infobox_text\":\"<p>15 Article<\\/p>\",\"infobox_button_text\":\"Click Me!\",\"eael_infobox_img_shape\":\"circle\",\"eael_infobox_hover_img_shape\":\"circle\",\"eael_infobox_image_resizer\":{\"unit\":\"px\",\"size\":130,\"sizes\":[]},\"eael_infobox_title_color\":\"#052133\",\"eael_infobox_title_typography_typography\":\"custom\",\"eael_infobox_title_typography_font_family\":\"IBM Plex Sans\",\"eael_infobox_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_infobox_title_typography_font_weight\":\"500\",\"eael_infobox_title_typography_text_transform\":\"capitalize\",\"eael_infobox_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_infobox_title_margin\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_only_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_infobox_content_color\":\"#596E7B\",\"eael_infobox_content_typography_hover_typography\":\"custom\",\"eael_infobox_content_typography_hover_font_family\":\"Bitter\",\"eael_infobox_content_typography_hover_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_weight\":\"500\",\"eael_infobox_content_typography_hover_text_transform\":\"capitalize\",\"eael_infobox_content_typography_hover_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"50\",\"left\":\"24\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e44275a\"}],\"_background_color\":\"#F6EBD8\",\"_background_hover_background\":\"classic\",\"_background_hover_color\":\"#F6EBD8\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"120\",\"bottom\":\"120\",\"left\":\"120\",\"isLinked\":true},\"custom_css\":\"selector .eael-infobox .infobox-icon img {\\r\\n aspect-ratio: 1;\\r\\n}\",\"eael_infobox_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_infobox_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_infobox_content_typography_hover_font_size_mobile\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"_animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ebbf74\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-info-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"45a86217\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"130\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ec93948\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":113,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-65.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"7c083faa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"597d80c\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":112,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-64.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"174c6eab\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"content_position\":\"middle\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f1c2a86\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":108,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-60.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"10ec79d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1647ea9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":106,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-58.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"645965f1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Popular Post\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d80dc79\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"5c3b24dc\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"49188da\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":107,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-59.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"19716b15\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#F6EBD8\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"88bbce8\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"14dbcbc6\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"overflow\":\"hidden\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f7cfff1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":111,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-63.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"59ade3f0\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":66,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":100,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInLeft\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8975e66\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":109,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-61.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true},{\"id\":\"381d7614\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":33.332999999999998,\"background_background\":\"classic\",\"background_color\":\"#6C3BFF\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"42\",\"right\":\"14\",\"bottom\":\"14\",\"left\":\"14\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"c104550\"}],\"_inline_size_tablet\":100,\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0317993\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":110,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-62.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1465fee3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Your Promotional\\nContent goes here\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":4,\"vertical\":0,\"blur\":0,\"color\":\"rgba(0, 0, 0, 0.25)\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"60\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"cdbfdc0\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"52a0c45\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"110d1220\",\"elType\":\"widget\",\"settings\":{\"text\":\"Buy Templates\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#0072B1\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#000000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"_z_index\":2,\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"bc7fccc\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"7d130189\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"42\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/d3d22cf3-banner-img.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-80\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"055f7cf\"}],\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-60\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"20b7459\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d9d551b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7bb4ce3\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":123,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-75.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3ceee762\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fc56cf6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":122,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-74.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"31e3be72\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a6900d1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":116,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-68.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"c60e6d4\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"449d267\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":114,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-66.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7b4d720b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Post\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"895bd72\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"212ce77a\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"19f19ed\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":115,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-67.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4bb6e749\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#F6EBD800\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"366d1bf\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"493b3951\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"98e4f4e\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":121,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-73.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"741ae858\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"_inline_size_tablet\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"003c1f7\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":117,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-69.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true},{\"id\":\"5eb4aab2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d4544a7\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":120,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-72.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"108d66ed\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"df5edf3\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a513923\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":119,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-71.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6355d67b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"bc46381\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7197803\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":118,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-70.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"468ca39c\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/cce36c07-rectangle-1204.png\"},\"eael_team_member_name\":\"Erin Carter\",\"eael_team_member_job_title\":\"Travel Bloger\",\"eael_team_member_description\":\"Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \\\"Wanderlust Voyager.\\\" With an insatiable curiosity and an unquenchable thirst for new experiences.\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b3f0fc\"},{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"d14b21e\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"fa95c0a\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"485e9ec\"}],\"eael_team_members_preset\":\"eael-team-members-social-bottom\",\"eael_team_members_background\":\"#02010100\",\"eael_team_members_alignment\":\"centered\",\"eael_team_members_image_width\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_height\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_rounded\":\"team-avatar-rounded\",\"eael_team_members_name_color\":\"#052133\",\"eael_team_members_name_typography_typography\":\"custom\",\"eael_team_members_name_typography_font_family\":\"IBM Plex Sans\",\"eael_team_members_name_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"eael_team_members_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_team_members_name_typography_font_weight\":\"500\",\"eael_team_members_name_typography_text_transform\":\"capitalize\",\"eael_team_members_name_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_position_color\":\"#596E7B\",\"eael_team_members_position_typography_typography\":\"custom\",\"eael_team_members_position_typography_font_family\":\"Inter\",\"eael_team_members_position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_position_typography_font_weight\":\"500\",\"eael_team_members_position_typography_text_transform\":\"capitalize\",\"eael_team_members_position_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_position_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_description_color\":\"#445259\",\"eael_team_members_description_typography_typography\":\"custom\",\"eael_team_members_description_typography_font_family\":\"Bitter\",\"eael_team_members_description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_description_typography_font_weight\":\"400\",\"eael_team_members_description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1136014\"}],\"_background_background\":\"classic\",\"custom_css\":\"selector .eael-team-content .eael-team-text{\\n margin-top:25px;\\n}\",\"eael_team_members_image_width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_team_members_image_height_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f1ecc0a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"606fe399\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/3224469e-carter.png\"},\"width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5362b3b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a084aca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6495cca1\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"42d5032\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#3B5998\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"64addb0\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#00ACEE\"},{\"_id\":\"5e9484c\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#0072B1\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EDF1F8\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hover_primary_color\":\"#E08F00\",\"hover_secondary_color\":\"#FFFFFF\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc2fd7f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cf423f3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1aee2ecc\",\"elType\":\"widget\",\"settings\":{\"title\":\"You May Like\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d481440\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4863b869\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":5,\"eael_post_list_topbar\":\"\",\"eael_post_list_topbar_title\":\"Recent Posts\",\"eael_post_list_topbar_term_all_text\":\"All\",\"eael_post_list_pagination\":\"\",\"eael_post_list_featured_area\":\"\",\"eael_post_list_columns\":\"col-1\",\"eael_post_featured_image_size\":\"full\",\"eael_post_list_post_meta\":\"\",\"eael_post_list_excerpt_expanison_indicator\":\"...\",\"eael_post_list_read_more_text\":\"Read More\",\"eael_post_list_post_cat\":\"yes\",\"title_link_nofollow\":\"true\",\"eael_post_list_container_bg_color\":\"#FFFFFF00\",\"eael_post_list_container_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_box_shadow_box_shadow_type\":\"yes\",\"eael_post_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"eael_post_list_title_color\":\"#052133\",\"eael_post_list_title_hover_color\":\"#E08F00\",\"eael_post_list_title_typography_typography\":\"custom\",\"eael_post_list_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_post_list_title_typography_font_weight\":\"600\",\"eael_post_list_title_typography_text_transform\":\"capitalize\",\"eael_post_list_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_list_excerpt_color\":\"#8FA0AB\",\"eael_post_list_excerpt_typography_typography\":\"custom\",\"eael_post_list_excerpt_typography_font_family\":\"Inter\",\"eael_post_list_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_list_excerpt_typography_font_weight\":\"500\",\"eael_post_list_excerpt_typography_text_transform\":\"capitalize\",\"eael_post_list_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"category_typography_typography\":\"custom\",\"category_typography_font_family\":\"Inter\",\"category_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"category_typography_font_weight\":\"500\",\"category_typography_text_transform\":\"capitalize\",\"category_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"post_list_category_color\":\"#E08F00\",\"post_list_category_bg_color\":\"#F6EBD8\",\"post_list_category_color_hover\":\"#FFFFFF\",\"post_list_category_bg_color_hover\":\"#E08F00\",\"category_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"category_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"8\",\"bottom\":\"6\",\"left\":\"8\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"444677c\"}],\"custom_css\":\"\\nselector .eael-post-list-thumbnail{\\n margin: 12px;\\n flex: 0 0 104px;\\n}\\nselector .eael-post-list-thumbnail img{\\n aspect-ratio:1;\\n border-radius:8px;\\n}\\n\\nselector .eael-post-list-container.layout-default .eael-post-list-content .meta-categories a{\\n border-radius:4px;\\n}\",\"eael_post_list_featured_thumb_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"category_ids\":[],\"eael_post_list_terms\":\"\",\"eael_post_list_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3e967a9\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6439020a\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#F0E6D4\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"348fd8c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"10\",\"bottom\":\"70\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f1dda95\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":130,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-82.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"44617e42\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"c97b6af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"03039f7\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":129,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-81.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"35ff298c\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dbb7e25\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":126,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-78.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"46a545c0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c57f3e3\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":124,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-76.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3427ce7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Video Gallery\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"32cc731\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"6e04fb1f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"339d446\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":125,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-77.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"25b2768e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c3b9fe6\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"749f870f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3e1d350\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"59f38a5\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":128,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-80.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"40a30014\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"d02e3f9\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e1669b5\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":127,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-79.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"49dfca22\",\"elType\":\"widget\",\"settings\":{\"category_ids\":[],\"post_format_ids\":[],\"posts_per_page\":5,\"image_size\":\"full\",\"eael_show_excerpt\":\"\",\"excerpt_expanison_indicator\":\"\",\"eael_read_more_text\":\"Read More\",\"eael_show_read_more_button\":\"\",\"read_more_button_text\":\"Read More\",\"eael_show_post_terms\":\"yes\",\"post_image_height\":{\"unit\":\"px\",\"size\":220,\"sizes\":[]},\"dots\":\"\",\"eael_post_grid_border_border\":\"none\",\"eael_post_grid_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_post_grid_bg_hover_icon_new\":{\"value\":\"fas fa-play\",\"library\":\"fa-solid\"},\"eael_thumbnail_is_gradient_background\":\"yes\",\"eael_thumbnail_overlay_color_color\":\"#FFFFFF\",\"eael_thumbnail_overlay_color\":\"#00000000\",\"eael_thumbnail_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_post_grid_title_color\":\"#052133\",\"eael_post_grid_title_alignment\":\"left\",\"eael_post_grid_title_typography_typography\":\"custom\",\"eael_post_grid_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_grid_title_typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_post_grid_title_typography_font_weight\":\"600\",\"eael_post_grid_title_typography_text_transform\":\"capitalize\",\"eael_post_grid_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_grid_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.5,\"sizes\":[]},\"eael_post_carousel_title_margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_post_grid_terms_color\":\"#E08F00\",\"eael_post_grid_terms_typography_typography\":\"custom\",\"eael_post_grid_terms_typography_font_family\":\"Inter\",\"eael_post_grid_terms_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_post_grid_terms_typography_font_weight\":\"500\",\"eael_post_grid_terms_typography_text_transform\":\"capitalize\",\"eael_post_grid_terms_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_post_grid_meta_color\":\"#8FA0AB\",\"eael_post_grid_meta_alignment\":\"flex-start\",\"eael_post_grid_meta_header_typography_typography\":\"custom\",\"eael_post_grid_meta_header_typography_font_family\":\"Inter\",\"eael_post_grid_meta_header_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_grid_meta_header_typography_font_weight\":\"500\",\"eael_post_grid_meta_header_typography_text_transform\":\"capitalize\",\"eael_post_grid_meta_header_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"arrows_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"left_arrow_position\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"right_arrow_position\":{\"unit\":\"px\",\"size\":-15,\"sizes\":[]},\"arrows_bg_color_normal\":\"#FFFFFF\",\"arrows_color_normal\":\"#8FA0AB\",\"arrows_border_radius_normal\":{\"unit\":\"%\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"arrows_bg_color_hover\":\"#FFFFFF\",\"arrows_color_hover\":\"#E08F00\",\"arrows_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"042e095\"}],\"custom_css\":\"selector .eael-grid-post .eael-entry-wrapper{\\n padding:0px;\\n position:relative;\\n padding-top:25px;\\n}\\n\\nselector .eael-entry-media{\\n overflow:visible;\\n}\\n\\nselector .eael-entry-overlay{\\n visibility: visible;\\n opacity:1;\\n}\\n\\nselector .eael-entry-overlay i{\\n width:60px;\\n height:60px;\\n background:#FFF;\\n border-radius:100%;\\n color:#E08F00;\\n line-height:60px;\\n box-shadow: 0px 2px 3px 0px rgba(27, 32, 51, 0.35);\\n\\n}\\n\\nselector .post-carousel-categories{\\n visibility: visible;\\n opacity:1;\\n position: absolute;\\n top: 100%;\\n left:-15px;\\n}\\n\\nselector .post-carousel-categories a{\\n background:#F6EBD8;\\n border-radius:4px;\\n padding:5px 12px;\\n}\\n\\nselector .eael-posted-by a{\\n color:#445259;\\n font-size:16px;\\n font-weight:inherit;\\n font-family:inherit;\\n}\\nselector .eael-grid-post .eael-entry-footer{\\n align-items:center;\\n}\\nselector .eael-author-avatar {\\n width:40px; \\n height:40px;\\n padding-right:0px;\\n margin-right:15px;\\n}\\n\\nselector .eael-grid-post-holder{\\n padding:16px;\\n padding-bottom: 30px\\n}\\n\\n\\nselector .eael-entry-title a{\\n background-size: 0 2px!important;\\n\\n background: linear-gradient(to right, transparent, transparent);\\n background-repeat: no-repeat !important;\\n padding-bottom: 6px;\\n transition:all ease-in-out .5s;\\n background-position: left 87% !important;\\n}\\n\\n\\nselector .eael-entry-title a:hover{\\n background: linear-gradient(to right, #E08F00, #E08F00);\\n background-size: 100% 2px !important;\\n background-size: 100% 2px !important;\\n}\\nselector .swiper-button-next,\\nselector .swiper-button-prev{\\n width:50px;\\n height:50px;\\n transition:all .4s ease;\\n}\\n\\nselector .swiper-button-next:hover , \\nselector .swiper-button-prev:hover {\\n box-shadow: 0px 2px 3px 0px rgba(27, 32, 51, 0.35);\\n\\n}\\n\\n@media (max-width:1024px){\\n \\n selector .eael-posted-by a{\\n font-size:12px;\\n }\\n \\n}\\n\\n\",\"eael_post_grid_title_hover_color\":\"#E08F00\",\"eael_post_grid_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_post_grid_meta_header_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"918a4ef\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-carousel\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"50e93f5c\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"348fd8c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5de0fa9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":137,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-89.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"79092d55\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"c97b6af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7dc3d29\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":136,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-88.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7365f33f\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7caa94d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":133,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-85.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"765d21e1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"05e123a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":131,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-83.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"da0afc2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Top Favourite Posts\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc5eee4\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"65db1afd\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b6e5ca2\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":132,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-84.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"fc33617\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a207d4f\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"52b20798\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3e1d350\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"68f9b49\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":135,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-87.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"c2d6071\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"d02e3f9\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5c15352\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":134,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-86.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c705acc\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"130\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"70\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"533e556\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c4dcd97\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":139,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-91.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6d0f25f8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"40\",\"bottom\":\"70\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"30\",\"bottom\":\"70\",\"left\":\"30\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"zoomIn\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3c6784d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":138,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-90.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7a77d467\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe to our Blogs\",\"align\":\"center\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"16d33f9\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"107d6c60\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Pick the blog or article email you want to receive \",\"align\":\"center\",\"text_color\":\"#445259\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Bitter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"c6c291a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"41916da\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(528,143,'_elementor_page_assets','a:1:{s:6:\"styles\";a:12:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";}}'),(545,146,'_wp_attached_file','2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2.jpg'),(546,146,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:91:\"2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2.jpg\";s:8:\"filesize\";i:86168;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:91:\"Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8642;}s:5:\"large\";a:5:{s:4:\"file\";s:92:\"Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52724;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:91:\"Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5419;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:91:\"Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33139;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:92:\"Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100329;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(547,147,'_wp_attached_file','2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power.jpg'),(548,147,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:89:\"2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power.jpg\";s:8:\"filesize\";i:103959;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:89:\"Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12239;}s:5:\"large\";a:5:{s:4:\"file\";s:90:\"Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:89:\"Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7420;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:89:\"Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43537;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:90:\"Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123795;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(549,148,'_wp_attached_file','2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief.jpg'),(550,148,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:76:\"2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief.jpg\";s:8:\"filesize\";i:61182;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:76:\"Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6022;}s:5:\"large\";a:5:{s:4:\"file\";s:77:\"Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30425;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:76:\"Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4431;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:76:\"Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19562;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:77:\"Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(551,149,'_wp_attached_file','2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2.jpg'),(552,149,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:87:\"2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2.jpg\";s:8:\"filesize\";i:75751;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:87:\"Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9255;}s:5:\"large\";a:5:{s:4:\"file\";s:88:\"Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:87:\"Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6673;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:87:\"Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30940;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:88:\"Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83915;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(553,150,'_wp_attached_file','2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation.jpg'),(554,150,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:85:\"2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation.jpg\";s:8:\"filesize\";i:131752;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14156;}s:5:\"large\";a:5:{s:4:\"file\";s:86:\"Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86023;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7905;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55323;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:86:\"Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160308;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(555,151,'_wp_attached_file','2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment.jpg'),(556,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:85:\"2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment.jpg\";s:8:\"filesize\";i:64929;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:85:\"Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7472;}s:5:\"large\";a:5:{s:4:\"file\";s:86:\"Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:85:\"Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5297;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:85:\"Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25457;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:86:\"Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69320;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(557,152,'_wp_attached_file','2024/01/Red-Light-Therapy-For-Inflammation-and-Pain.jpg'),(558,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:55:\"2024/01/Red-Light-Therapy-For-Inflammation-and-Pain.jpg\";s:8:\"filesize\";i:125209;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"Red-Light-Therapy-For-Inflammation-and-Pain-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12236;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"Red-Light-Therapy-For-Inflammation-and-Pain-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75877;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"Red-Light-Therapy-For-Inflammation-and-Pain-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7285;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"Red-Light-Therapy-For-Inflammation-and-Pain-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48473;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"Red-Light-Therapy-For-Inflammation-and-Pain-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140782;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(559,153,'_wp_attached_file','2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2.jpg'),(560,153,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:97:\"2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2.jpg\";s:8:\"filesize\";i:81879;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:97:\"Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8198;}s:5:\"large\";a:5:{s:4:\"file\";s:98:\"Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46984;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:97:\"Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5195;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:97:\"Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29885;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:98:\"Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87323;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(561,154,'_wp_attached_file','2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg'),(562,154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:95:\"2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\";s:8:\"filesize\";i:81773;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:95:\"Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10956;}s:5:\"large\";a:5:{s:4:\"file\";s:96:\"Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53663;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:95:\"Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6268;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:95:\"Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35830;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:96:\"Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94729;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(563,155,'_wp_attached_file','2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg'),(564,155,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:60:\"2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg\";s:8:\"filesize\";i:104060;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"Red-Light-Therapy_-Your-Path-to-Pain-Free-Living-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12446;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"Red-Light-Therapy_-Your-Path-to-Pain-Free-Living-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70054;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"Red-Light-Therapy_-Your-Path-to-Pain-Free-Living-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6960;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"Red-Light-Therapy_-Your-Path-to-Pain-Free-Living-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46099;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:61:\"Red-Light-Therapy_-Your-Path-to-Pain-Free-Living-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(565,156,'_wp_attached_file','2024/01/placeholder-92.png'),(566,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-92.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-92-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-92-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-92-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-92-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(567,156,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(568,157,'_wp_attached_file','2024/01/placeholder-93.png'),(569,157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-93.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-93-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-93-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-93-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-93-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(570,157,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(571,158,'_wp_attached_file','2024/01/placeholder-94.png'),(572,158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-94.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-94-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-94-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-94-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-94-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(573,158,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(574,159,'_wp_attached_file','2024/01/placeholder-95.png'),(575,159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-95.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-95-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-95-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-95-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-95-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(576,159,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(577,160,'_wp_attached_file','2024/01/placeholder-96.png'),(578,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-96.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-96-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-96-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-96-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-96-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(579,160,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(580,161,'_wp_attached_file','2024/01/placeholder-97.png'),(581,161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-97.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-97-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-97-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-97-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-97-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(582,161,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(583,162,'_wp_attached_file','2024/01/placeholder-98.png'),(584,162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-98.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-98-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-98-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-98-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-98-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(585,162,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(586,163,'_wp_attached_file','2024/01/placeholder-99.png'),(587,163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:26:\"2024/01/placeholder-99.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"placeholder-99-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"placeholder-99-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"placeholder-99-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"placeholder-99-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(588,163,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(589,164,'_wp_attached_file','2024/01/placeholder-100.png'),(590,164,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-100.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-100-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-100-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-100-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-100-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(591,164,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(592,165,'_wp_attached_file','2024/01/placeholder-101.png'),(593,165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-101.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-101-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-101-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-101-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-101-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(594,165,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(595,166,'_elementor_edit_mode','builder'),(596,166,'_elementor_template_type','page'),(597,166,'_elementor_version','3.18.3'),(598,166,'_elementor_pro_version','3.18.3'),(599,166,'_wp_page_template','elementor_header_footer'),(600,166,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(601,166,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":50,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Red Light Inflammation\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore red light therapy\'s benefits for relieving chronic inflammation, muscle and joint pain, and more\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"1fa6afdf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"41637b5\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":165,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-101.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"27d56836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c70073a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":164,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-100.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1eb88440\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5699ec2\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":158,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-94.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1af481bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"542ff74\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":156,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-92.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7c376b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Post\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f1d9503\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"78546790\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"abd6ce2\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":157,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-93.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1f4bdcec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#F6EBD800\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ebb9229\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"76e7da38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2a7b389\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":163,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-99.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6b3af412\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"_inline_size_tablet\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cb98286\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":159,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-95.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true},{\"id\":\"b91e942\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"392f766\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":162,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-98.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"23f7eba3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"df5edf3\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ac3035e\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":161,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-97.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"7440694\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"bc46381\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"06b0940\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":160,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-96.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"403f8add\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/cce36c07-rectangle-1204.png\"},\"eael_team_member_name\":\"Erin Carter\",\"eael_team_member_job_title\":\"Travel Bloger\",\"eael_team_member_description\":\"Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \\\"Wanderlust Voyager.\\\" With an insatiable curiosity and an unquenchable thirst for new experiences.\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b3f0fc\"},{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"d14b21e\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"fa95c0a\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"485e9ec\"}],\"eael_team_members_preset\":\"eael-team-members-social-bottom\",\"eael_team_members_background\":\"#02010100\",\"eael_team_members_alignment\":\"centered\",\"eael_team_members_image_width\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_height\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_rounded\":\"team-avatar-rounded\",\"eael_team_members_name_color\":\"#052133\",\"eael_team_members_name_typography_typography\":\"custom\",\"eael_team_members_name_typography_font_family\":\"IBM Plex Sans\",\"eael_team_members_name_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"eael_team_members_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_team_members_name_typography_font_weight\":\"500\",\"eael_team_members_name_typography_text_transform\":\"capitalize\",\"eael_team_members_name_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_position_color\":\"#596E7B\",\"eael_team_members_position_typography_typography\":\"custom\",\"eael_team_members_position_typography_font_family\":\"Inter\",\"eael_team_members_position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_position_typography_font_weight\":\"500\",\"eael_team_members_position_typography_text_transform\":\"capitalize\",\"eael_team_members_position_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_position_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_description_color\":\"#445259\",\"eael_team_members_description_typography_typography\":\"custom\",\"eael_team_members_description_typography_font_family\":\"Bitter\",\"eael_team_members_description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_description_typography_font_weight\":\"400\",\"eael_team_members_description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1136014\"}],\"_background_background\":\"classic\",\"custom_css\":\"selector .eael-team-content .eael-team-text{\\n margin-top:25px;\\n}\",\"eael_team_members_image_width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_team_members_image_height_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"01c5a73\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6bca1d99\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/3224469e-carter.png\"},\"width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5362b3b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5859192\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"496768be\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"42d5032\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#3B5998\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"64addb0\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#00ACEE\"},{\"_id\":\"5e9484c\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#0072B1\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EDF1F8\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hover_primary_color\":\"#E08F00\",\"hover_secondary_color\":\"#FFFFFF\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc2fd7f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58411e0\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e3a4e76\",\"elType\":\"widget\",\"settings\":{\"title\":\"You May Like\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"10f0517\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29842c3f\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":5,\"eael_post_list_topbar\":\"\",\"eael_post_list_topbar_title\":\"Recent Posts\",\"eael_post_list_topbar_term_all_text\":\"All\",\"eael_post_list_pagination\":\"\",\"eael_post_list_featured_area\":\"\",\"eael_post_list_columns\":\"col-1\",\"eael_post_featured_image_size\":\"full\",\"eael_post_list_post_meta\":\"\",\"eael_post_list_excerpt_expanison_indicator\":\"...\",\"eael_post_list_read_more_text\":\"Read More\",\"eael_post_list_post_cat\":\"yes\",\"title_link_nofollow\":\"true\",\"eael_post_list_container_bg_color\":\"#FFFFFF00\",\"eael_post_list_container_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_box_shadow_box_shadow_type\":\"yes\",\"eael_post_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"eael_post_list_title_color\":\"#052133\",\"eael_post_list_title_hover_color\":\"#E08F00\",\"eael_post_list_title_typography_typography\":\"custom\",\"eael_post_list_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_post_list_title_typography_font_weight\":\"600\",\"eael_post_list_title_typography_text_transform\":\"capitalize\",\"eael_post_list_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_list_excerpt_color\":\"#8FA0AB\",\"eael_post_list_excerpt_typography_typography\":\"custom\",\"eael_post_list_excerpt_typography_font_family\":\"Inter\",\"eael_post_list_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_list_excerpt_typography_font_weight\":\"500\",\"eael_post_list_excerpt_typography_text_transform\":\"capitalize\",\"eael_post_list_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"category_typography_typography\":\"custom\",\"category_typography_font_family\":\"Inter\",\"category_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"category_typography_font_weight\":\"500\",\"category_typography_text_transform\":\"capitalize\",\"category_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"post_list_category_color\":\"#E08F00\",\"post_list_category_bg_color\":\"#F6EBD8\",\"post_list_category_color_hover\":\"#FFFFFF\",\"post_list_category_bg_color_hover\":\"#E08F00\",\"category_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"category_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"8\",\"bottom\":\"6\",\"left\":\"8\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"444677c\"}],\"custom_css\":\"\\nselector .eael-post-list-thumbnail{\\n margin: 12px;\\n flex: 0 0 104px;\\n}\\nselector .eael-post-list-thumbnail img{\\n aspect-ratio:1;\\n border-radius:8px;\\n}\\n\\nselector .eael-post-list-container.layout-default .eael-post-list-content .meta-categories a{\\n border-radius:4px;\\n}\",\"eael_post_list_featured_thumb_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"category_ids\":[],\"eael_post_list_terms\":\"\",\"eael_post_list_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cbe678e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(602,166,'_elementor_page_assets','a:1:{s:6:\"styles\";a:12:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";}}'),(618,169,'_elementor_edit_mode','builder'),(619,169,'_elementor_template_type','single-post'),(620,170,'_elementor_edit_mode','builder'),(621,170,'_elementor_template_type','single-post'),(622,169,'_elementor_version','3.18.3'),(623,169,'_elementor_pro_version','3.18.3'),(625,169,'_eael_post_view_count','4'),(626,169,'_astra_content_layout_flag','disabled'),(627,169,'site-post-title','disabled'),(628,169,'ast-title-bar-display','disabled'),(629,169,'ast-featured-img','disabled'),(630,169,'ast-site-content-layout','full-width-container'),(631,169,'site-sidebar-layout','no-sidebar'),(632,169,'_edit_lock','1705678198:2'),(633,171,'_wp_attached_file','2024/01/placeholder-102.png'),(634,171,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-102.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-102-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-102-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-102-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-102-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(635,171,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(636,172,'_wp_attached_file','2024/01/placeholder-103.png'),(637,172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-103.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-103-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-103-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-103-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-103-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(638,172,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(639,173,'_wp_attached_file','2024/01/placeholder-104.png'),(640,173,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-104.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-104-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-104-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-104-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-104-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(641,173,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(642,174,'_wp_attached_file','2024/01/placeholder-105.png'),(643,174,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-105.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-105-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-105-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-105-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-105-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(644,174,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(645,175,'_wp_attached_file','2024/01/placeholder-106.png'),(646,175,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-106.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-106-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-106-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-106-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-106-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(647,175,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(648,176,'_wp_attached_file','2024/01/placeholder-107.png'),(649,176,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-107.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-107-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-107-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-107-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-107-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(650,176,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(651,177,'_wp_attached_file','2024/01/placeholder-108.png'),(652,177,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-108.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-108-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-108-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-108-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-108-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(653,177,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(654,178,'_wp_attached_file','2024/01/placeholder-109.png'),(655,178,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-109.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-109-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-109-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-109-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-109-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(656,178,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(657,179,'_wp_attached_file','2024/01/placeholder-110.png'),(658,179,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-110.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-110-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-110-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-110-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-110-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(659,179,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(660,180,'_wp_attached_file','2024/01/placeholder-111.png'),(661,180,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-111.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-111-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-111-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-111-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-111-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(662,180,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(663,169,'_wp_page_template','elementor_header_footer'),(664,169,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(665,169,'_elementor_data','[{\"id\":\"1382a555\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"af85e12\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":180,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-111.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[{\"id\":\"d2eb8cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"242bbca\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":179,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-110.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6fc40ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1e06560\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":173,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-104.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6cf95625\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8a9d468\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":171,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-102.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"23ab29d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Post\",\"align\":\"left\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9e21b51\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"2a7019e\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=491606a\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"37f29143\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2f0b192\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":172,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-103.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"44f8e62a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Posts\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#FF0302\",\"background_color\":\"#F6EBD800\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"300e224\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"04aa5e3\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A%22%22%2C%22apply_to_post_content%22%3A%22no%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6fa47c3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8f3ba5c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"},{\"id\":\"5813532\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":19,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.79)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0d21402\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f782a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"ed29d72\",\"elType\":\"widget\",\"settings\":{\"title\":\"Table of Contents\",\"exclude_headings_by_selector\":[],\"header_typography_typography\":\"custom\",\"header_typography_font_family\":\"Kumbh Sans\",\"header_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"header_typography_font_weight\":\"300\",\"list_typography_typography\":\"custom\",\"list_typography_font_family\":\"Kumbh Sans\",\"list_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"list_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"24a9f70\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b5d580f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"header_typography_typography\":\"globals\\/typography?id=text\",\"list_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"table-of-contents\"},{\"id\":\"65667b1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"18c22ee\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":178,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-109.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"53ccc006\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"_inline_size_tablet\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a00fb52\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":174,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-105.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73fb95b\",\"elType\":\"widget\",\"settings\":{\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b175712\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0362558\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"33243263\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6f43a1b\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":177,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-108.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3654effe\",\"elType\":\"widget\",\"settings\":{\"title\":\"You May Like\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b4a2296\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69933dcd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":5,\"eael_post_list_topbar\":\"\",\"eael_post_list_topbar_title\":\"Recent Posts\",\"eael_post_list_topbar_term_all_text\":\"All\",\"eael_post_list_pagination\":\"\",\"eael_post_list_featured_area\":\"\",\"eael_post_list_columns\":\"1\",\"eael_post_featured_image_size\":\"thumbnail\",\"eael_post_list_post_meta\":\"\",\"eael_post_list_excerpt_expanison_indicator\":\"...\",\"eael_post_list_read_more_text\":\"Read More\",\"eael_post_list_post_cat\":\"yes\",\"title_link_nofollow\":\"true\",\"eael_post_list_container_bg_color\":\"#FFFFFF00\",\"eael_post_list_container_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_box_shadow_box_shadow_type\":\"yes\",\"eael_post_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"eael_post_list_title_color\":\"#052133\",\"eael_post_list_title_hover_color\":\"#E08F00\",\"eael_post_list_title_typography_typography\":\"custom\",\"eael_post_list_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_post_list_title_typography_font_weight\":\"600\",\"eael_post_list_title_typography_text_transform\":\"capitalize\",\"eael_post_list_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_list_excerpt_color\":\"#8FA0AB\",\"eael_post_list_excerpt_typography_typography\":\"custom\",\"eael_post_list_excerpt_typography_font_family\":\"Inter\",\"eael_post_list_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_list_excerpt_typography_font_weight\":\"500\",\"eael_post_list_excerpt_typography_text_transform\":\"capitalize\",\"eael_post_list_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"category_typography_typography\":\"custom\",\"category_typography_font_family\":\"Inter\",\"category_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"category_typography_font_weight\":\"500\",\"category_typography_text_transform\":\"capitalize\",\"category_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"post_list_category_color\":\"#E08F00\",\"post_list_category_bg_color\":\"#F6EBD8\",\"post_list_category_color_hover\":\"#FFFFFF\",\"post_list_category_bg_color_hover\":\"#E08F00\",\"category_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"category_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"8\",\"bottom\":\"6\",\"left\":\"8\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"444677c\"}],\"custom_css\":\"\\nselector .eael-post-list-thumbnail{\\n margin: 12px;\\n flex: 0 0 104px;\\n}\\nselector .eael-post-list-thumbnail img{\\n aspect-ratio:1;\\n border-radius:8px;\\n}\\n\\nselector .eael-post-list-container.layout-default .eael-post-list-content .meta-categories a{\\n border-radius:4px;\\n}\",\"eael_post_list_featured_thumb_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"category_ids\":[],\"eael_post_list_terms\":\"\",\"eael_post_list_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0329273\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-list\"},{\"id\":\"0217bcf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b4a2296\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b3a33f\",\"elType\":\"widget\",\"settings\":{\"filter_tabs_type\":\"post_tag\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0d47462\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"907d294\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"66ee3d4\",\"elType\":\"widget\",\"settings\":{\"eael_cta_title\":\"Looking for Red Light Therapy providers in your area?\",\"eael_cta_content\":\"<p>Visit Find Red Light Near Me to get started today.<\\/p>\",\"eael_cta_btn_text\":\"Find a Red Light Therapy Provider\",\"eael_cta_secondary_btn_text\":\"Click Now\",\"eael_cta_btn_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"18ca8a8\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0a180ce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_cta_btn_normal_bg_color\":\"globals\\/colors?id=primary\",\"eael_cta_btn_normal_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"eael_cta_btn_hover_bg_color\":\"globals\\/colors?id=f20ab43\",\"eael_cta_bg_color\":\"globals\\/colors?id=491606a\",\"eael_cta_title_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_cta_sub_title_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_cta_content_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_cta_title_typography_typography\":\"globals\\/typography?id=secondary\",\"eael_cta_sub_title_typography_typography\":\"globals\\/typography?id=secondary\",\"eael_cta_content_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"eael-cta-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(666,169,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(668,181,'_elementor_edit_mode','builder'),(669,181,'_elementor_template_type','single-post'),(670,181,'_elementor_version','3.18.3'),(671,181,'_elementor_pro_version','3.18.3'),(672,181,'_wp_page_template','elementor_header_footer'),(673,181,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(674,181,'_elementor_data','[{\"id\":\"1382a555\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"af85e12\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":180,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-111.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[{\"id\":\"d2eb8cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"242bbca\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":179,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-110.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6fc40ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1e06560\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":173,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-104.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6cf95625\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8a9d468\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":171,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-102.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"23ab29d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Post\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9e21b51\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"2a7019e\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"37f29143\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2f0b192\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":172,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-103.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"44f8e62a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#F6EBD800\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"300e224\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"65667b1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"18c22ee\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":178,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-109.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"53ccc006\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"_inline_size_tablet\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a00fb52\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":174,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-105.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73fb95b\",\"elType\":\"widget\",\"settings\":{\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b175712\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0362558\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"33243263\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6f43a1b\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":177,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-108.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1302c166\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"df5edf3\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"29d6f67\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":176,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-107.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"7ce67c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"bc46381\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2b405d4\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":175,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-106.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"28e12add\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/cce36c07-rectangle-1204.png\"},\"eael_team_member_name\":\"Erin Carter\",\"eael_team_member_job_title\":\"Travel Bloger\",\"eael_team_member_description\":\"Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \\\"Wanderlust Voyager.\\\" With an insatiable curiosity and an unquenchable thirst for new experiences.\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b3f0fc\"},{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"d14b21e\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"fa95c0a\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"485e9ec\"}],\"eael_team_members_preset\":\"eael-team-members-social-bottom\",\"eael_team_members_background\":\"#02010100\",\"eael_team_members_alignment\":\"centered\",\"eael_team_members_image_width\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_height\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_rounded\":\"team-avatar-rounded\",\"eael_team_members_name_color\":\"#052133\",\"eael_team_members_name_typography_typography\":\"custom\",\"eael_team_members_name_typography_font_family\":\"IBM Plex Sans\",\"eael_team_members_name_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"eael_team_members_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_team_members_name_typography_font_weight\":\"500\",\"eael_team_members_name_typography_text_transform\":\"capitalize\",\"eael_team_members_name_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_position_color\":\"#596E7B\",\"eael_team_members_position_typography_typography\":\"custom\",\"eael_team_members_position_typography_font_family\":\"Inter\",\"eael_team_members_position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_position_typography_font_weight\":\"500\",\"eael_team_members_position_typography_text_transform\":\"capitalize\",\"eael_team_members_position_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_position_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_description_color\":\"#445259\",\"eael_team_members_description_typography_typography\":\"custom\",\"eael_team_members_description_typography_font_family\":\"Bitter\",\"eael_team_members_description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_description_typography_font_weight\":\"400\",\"eael_team_members_description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1136014\"}],\"_background_background\":\"classic\",\"custom_css\":\"selector .eael-team-content .eael-team-text{\\n margin-top:25px;\\n}\",\"eael_team_members_image_width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_team_members_image_height_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"401289f\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"2eeef963\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/3224469e-carter.png\"},\"width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5362b3b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b0c3faa\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3ccce25a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"42d5032\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#3B5998\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"64addb0\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#00ACEE\"},{\"_id\":\"5e9484c\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#0072B1\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EDF1F8\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hover_primary_color\":\"#E08F00\",\"hover_secondary_color\":\"#FFFFFF\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc2fd7f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3979319\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3654effe\",\"elType\":\"widget\",\"settings\":{\"title\":\"You May Like\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b4a2296\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69933dcd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":5,\"eael_post_list_topbar\":\"\",\"eael_post_list_topbar_title\":\"Recent Posts\",\"eael_post_list_topbar_term_all_text\":\"All\",\"eael_post_list_pagination\":\"\",\"eael_post_list_featured_area\":\"\",\"eael_post_list_columns\":\"col-1\",\"eael_post_featured_image_size\":\"full\",\"eael_post_list_post_meta\":\"\",\"eael_post_list_excerpt_expanison_indicator\":\"...\",\"eael_post_list_read_more_text\":\"Read More\",\"eael_post_list_post_cat\":\"yes\",\"title_link_nofollow\":\"true\",\"eael_post_list_container_bg_color\":\"#FFFFFF00\",\"eael_post_list_container_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_box_shadow_box_shadow_type\":\"yes\",\"eael_post_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"eael_post_list_title_color\":\"#052133\",\"eael_post_list_title_hover_color\":\"#E08F00\",\"eael_post_list_title_typography_typography\":\"custom\",\"eael_post_list_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_post_list_title_typography_font_weight\":\"600\",\"eael_post_list_title_typography_text_transform\":\"capitalize\",\"eael_post_list_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_list_excerpt_color\":\"#8FA0AB\",\"eael_post_list_excerpt_typography_typography\":\"custom\",\"eael_post_list_excerpt_typography_font_family\":\"Inter\",\"eael_post_list_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_list_excerpt_typography_font_weight\":\"500\",\"eael_post_list_excerpt_typography_text_transform\":\"capitalize\",\"eael_post_list_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"category_typography_typography\":\"custom\",\"category_typography_font_family\":\"Inter\",\"category_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"category_typography_font_weight\":\"500\",\"category_typography_text_transform\":\"capitalize\",\"category_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"post_list_category_color\":\"#E08F00\",\"post_list_category_bg_color\":\"#F6EBD8\",\"post_list_category_color_hover\":\"#FFFFFF\",\"post_list_category_bg_color_hover\":\"#E08F00\",\"category_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"category_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"8\",\"bottom\":\"6\",\"left\":\"8\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"444677c\"}],\"custom_css\":\"\\nselector .eael-post-list-thumbnail{\\n margin: 12px;\\n flex: 0 0 104px;\\n}\\nselector .eael-post-list-thumbnail img{\\n aspect-ratio:1;\\n border-radius:8px;\\n}\\n\\nselector .eael-post-list-container.layout-default .eael-post-list-content .meta-categories a{\\n border-radius:4px;\\n}\",\"eael_post_list_featured_thumb_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"category_ids\":[],\"eael_post_list_terms\":\"\",\"eael_post_list_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0329273\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(675,181,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(676,182,'_elementor_edit_mode','builder'),(677,182,'_elementor_template_type','single-post'),(678,182,'_elementor_version','3.18.3'),(679,182,'_elementor_pro_version','3.18.3'),(680,182,'_wp_page_template','elementor_header_footer'),(681,182,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(682,182,'_elementor_data','[{\"id\":\"1382a555\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"af85e12\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":180,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-111.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[{\"id\":\"d2eb8cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"242bbca\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":179,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-110.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6fc40ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1e06560\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":173,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-104.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6cf95625\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8a9d468\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":171,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-102.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"23ab29d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Post\",\"align\":\"left\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9e21b51\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"2a7019e\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=491606a\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"37f29143\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2f0b192\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":172,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-103.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"44f8e62a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Posts\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#FF0302\",\"background_color\":\"#F6EBD800\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"300e224\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5813532\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":19,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.79)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0d21402\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f782a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"65667b1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"18c22ee\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":178,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-109.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"53ccc006\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"_inline_size_tablet\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a00fb52\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":174,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-105.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73fb95b\",\"elType\":\"widget\",\"settings\":{\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b175712\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0362558\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"33243263\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6f43a1b\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":177,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-108.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1302c166\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"df5edf3\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"29d6f67\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":176,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-107.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"7ce67c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"bc46381\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2b405d4\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":175,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-106.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"28e12add\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/cce36c07-rectangle-1204.png\"},\"eael_team_member_name\":\"Erin Carter\",\"eael_team_member_job_title\":\"Travel Bloger\",\"eael_team_member_description\":\"Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \\\"Wanderlust Voyager.\\\" With an insatiable curiosity and an unquenchable thirst for new experiences.\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b3f0fc\"},{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"d14b21e\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"fa95c0a\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"485e9ec\"}],\"eael_team_members_preset\":\"eael-team-members-social-bottom\",\"eael_team_members_background\":\"#02010100\",\"eael_team_members_alignment\":\"centered\",\"eael_team_members_image_width\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_height\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_rounded\":\"team-avatar-rounded\",\"eael_team_members_name_color\":\"#052133\",\"eael_team_members_name_typography_typography\":\"custom\",\"eael_team_members_name_typography_font_family\":\"IBM Plex Sans\",\"eael_team_members_name_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"eael_team_members_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_team_members_name_typography_font_weight\":\"500\",\"eael_team_members_name_typography_text_transform\":\"capitalize\",\"eael_team_members_name_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_position_color\":\"#596E7B\",\"eael_team_members_position_typography_typography\":\"custom\",\"eael_team_members_position_typography_font_family\":\"Inter\",\"eael_team_members_position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_position_typography_font_weight\":\"500\",\"eael_team_members_position_typography_text_transform\":\"capitalize\",\"eael_team_members_position_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_position_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_description_color\":\"#445259\",\"eael_team_members_description_typography_typography\":\"custom\",\"eael_team_members_description_typography_font_family\":\"Bitter\",\"eael_team_members_description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_description_typography_font_weight\":\"400\",\"eael_team_members_description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1136014\"}],\"_background_background\":\"classic\",\"custom_css\":\"selector .eael-team-content .eael-team-text{\\n margin-top:25px;\\n}\",\"eael_team_members_image_width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_team_members_image_height_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"401289f\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"2eeef963\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/3224469e-carter.png\"},\"width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5362b3b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b0c3faa\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3ccce25a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"42d5032\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#3B5998\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"64addb0\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#00ACEE\"},{\"_id\":\"5e9484c\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#0072B1\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EDF1F8\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hover_primary_color\":\"#E08F00\",\"hover_secondary_color\":\"#FFFFFF\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc2fd7f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3979319\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3654effe\",\"elType\":\"widget\",\"settings\":{\"title\":\"You May Like\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b4a2296\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69933dcd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":5,\"eael_post_list_topbar\":\"\",\"eael_post_list_topbar_title\":\"Recent Posts\",\"eael_post_list_topbar_term_all_text\":\"All\",\"eael_post_list_pagination\":\"\",\"eael_post_list_featured_area\":\"\",\"eael_post_list_columns\":\"col-1\",\"eael_post_featured_image_size\":\"full\",\"eael_post_list_post_meta\":\"\",\"eael_post_list_excerpt_expanison_indicator\":\"...\",\"eael_post_list_read_more_text\":\"Read More\",\"eael_post_list_post_cat\":\"yes\",\"title_link_nofollow\":\"true\",\"eael_post_list_container_bg_color\":\"#FFFFFF00\",\"eael_post_list_container_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_box_shadow_box_shadow_type\":\"yes\",\"eael_post_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"eael_post_list_title_color\":\"#052133\",\"eael_post_list_title_hover_color\":\"#E08F00\",\"eael_post_list_title_typography_typography\":\"custom\",\"eael_post_list_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_post_list_title_typography_font_weight\":\"600\",\"eael_post_list_title_typography_text_transform\":\"capitalize\",\"eael_post_list_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_list_excerpt_color\":\"#8FA0AB\",\"eael_post_list_excerpt_typography_typography\":\"custom\",\"eael_post_list_excerpt_typography_font_family\":\"Inter\",\"eael_post_list_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_list_excerpt_typography_font_weight\":\"500\",\"eael_post_list_excerpt_typography_text_transform\":\"capitalize\",\"eael_post_list_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"category_typography_typography\":\"custom\",\"category_typography_font_family\":\"Inter\",\"category_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"category_typography_font_weight\":\"500\",\"category_typography_text_transform\":\"capitalize\",\"category_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"post_list_category_color\":\"#E08F00\",\"post_list_category_bg_color\":\"#F6EBD8\",\"post_list_category_color_hover\":\"#FFFFFF\",\"post_list_category_bg_color_hover\":\"#E08F00\",\"category_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"category_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"8\",\"bottom\":\"6\",\"left\":\"8\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"444677c\"}],\"custom_css\":\"\\nselector .eael-post-list-thumbnail{\\n margin: 12px;\\n flex: 0 0 104px;\\n}\\nselector .eael-post-list-thumbnail img{\\n aspect-ratio:1;\\n border-radius:8px;\\n}\\n\\nselector .eael-post-list-container.layout-default .eael-post-list-content .meta-categories a{\\n border-radius:4px;\\n}\",\"eael_post_list_featured_thumb_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"category_ids\":[],\"eael_post_list_terms\":\"\",\"eael_post_list_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0329273\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-list\"},{\"id\":\"66ee3d4\",\"elType\":\"widget\",\"settings\":{\"eael_cta_title\":\"Looking for Red Light Therapy providers in your area?\",\"eael_cta_content\":\"<p>Visit Find Red Light Near Me to get started today.<\\/p>\",\"eael_cta_btn_text\":\"Find a Red Light Therapy Provider\",\"eael_cta_secondary_btn_text\":\"Click Now\",\"eael_cta_btn_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"18ca8a8\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0a180ce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_cta_btn_normal_bg_color\":\"globals\\/colors?id=primary\",\"eael_cta_btn_normal_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"eael_cta_btn_hover_bg_color\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[],\"widgetType\":\"eael-cta-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(683,182,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(684,169,'_eael_custom_js',''),(685,169,'_eael_widget_elements','a:2:{s:9:\"post-list\";s:9:\"post-list\";s:14:\"call-to-action\";s:14:\"call-to-action\";}'),(687,169,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/post\";}'),(688,183,'_elementor_edit_mode','builder'),(689,183,'_elementor_template_type','single-post'),(690,183,'_elementor_version','3.18.3'),(691,183,'_elementor_pro_version','3.18.3'),(692,183,'_wp_page_template','elementor_header_footer'),(693,183,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'); INSERT INTO `wp_postmeta` VALUES (694,183,'_elementor_data','[{\"id\":\"1382a555\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"af85e12\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":180,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-111.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[{\"id\":\"d2eb8cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"242bbca\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":179,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-110.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6fc40ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1e06560\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":173,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-104.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6cf95625\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8a9d468\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":171,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-102.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"23ab29d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Post\",\"align\":\"left\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9e21b51\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"2a7019e\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=491606a\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"37f29143\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2f0b192\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":172,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-103.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"44f8e62a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Posts\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#FF0302\",\"background_color\":\"#F6EBD800\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"300e224\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5813532\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":19,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.79)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0d21402\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f782a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"65667b1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"18c22ee\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":178,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-109.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"53ccc006\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"_inline_size_tablet\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a00fb52\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":174,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-105.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73fb95b\",\"elType\":\"widget\",\"settings\":{\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b175712\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0362558\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"33243263\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6f43a1b\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":177,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-108.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1302c166\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"df5edf3\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"29d6f67\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":176,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-107.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"7ce67c48\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"bc46381\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2b405d4\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":175,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-106.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"28e12add\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/cce36c07-rectangle-1204.png\"},\"eael_team_member_name\":\"Erin Carter\",\"eael_team_member_job_title\":\"Travel Bloger\",\"eael_team_member_description\":\"Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \\\"Wanderlust Voyager.\\\" With an insatiable curiosity and an unquenchable thirst for new experiences.\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b3f0fc\"},{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"d14b21e\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"fa95c0a\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"485e9ec\"}],\"eael_team_members_preset\":\"eael-team-members-social-bottom\",\"eael_team_members_background\":\"#02010100\",\"eael_team_members_alignment\":\"centered\",\"eael_team_members_image_width\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_height\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_rounded\":\"team-avatar-rounded\",\"eael_team_members_name_color\":\"#052133\",\"eael_team_members_name_typography_typography\":\"custom\",\"eael_team_members_name_typography_font_family\":\"IBM Plex Sans\",\"eael_team_members_name_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"eael_team_members_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_team_members_name_typography_font_weight\":\"500\",\"eael_team_members_name_typography_text_transform\":\"capitalize\",\"eael_team_members_name_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_position_color\":\"#596E7B\",\"eael_team_members_position_typography_typography\":\"custom\",\"eael_team_members_position_typography_font_family\":\"Inter\",\"eael_team_members_position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_position_typography_font_weight\":\"500\",\"eael_team_members_position_typography_text_transform\":\"capitalize\",\"eael_team_members_position_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_position_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_description_color\":\"#445259\",\"eael_team_members_description_typography_typography\":\"custom\",\"eael_team_members_description_typography_font_family\":\"Bitter\",\"eael_team_members_description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_description_typography_font_weight\":\"400\",\"eael_team_members_description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1136014\"}],\"_background_background\":\"classic\",\"custom_css\":\"selector .eael-team-content .eael-team-text{\\n margin-top:25px;\\n}\",\"eael_team_members_image_width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_team_members_image_height_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"401289f\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"2eeef963\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/3224469e-carter.png\"},\"width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5362b3b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b0c3faa\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3ccce25a\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"42d5032\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#3B5998\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"64addb0\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#00ACEE\"},{\"_id\":\"5e9484c\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#0072B1\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EDF1F8\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hover_primary_color\":\"#E08F00\",\"hover_secondary_color\":\"#FFFFFF\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc2fd7f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3979319\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3654effe\",\"elType\":\"widget\",\"settings\":{\"title\":\"You May Like\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b4a2296\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69933dcd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":5,\"eael_post_list_topbar\":\"\",\"eael_post_list_topbar_title\":\"Recent Posts\",\"eael_post_list_topbar_term_all_text\":\"All\",\"eael_post_list_pagination\":\"\",\"eael_post_list_featured_area\":\"\",\"eael_post_list_columns\":\"col-1\",\"eael_post_featured_image_size\":\"full\",\"eael_post_list_post_meta\":\"\",\"eael_post_list_excerpt_expanison_indicator\":\"...\",\"eael_post_list_read_more_text\":\"Read More\",\"eael_post_list_post_cat\":\"yes\",\"title_link_nofollow\":\"true\",\"eael_post_list_container_bg_color\":\"#FFFFFF00\",\"eael_post_list_container_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_box_shadow_box_shadow_type\":\"yes\",\"eael_post_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"eael_post_list_title_color\":\"#052133\",\"eael_post_list_title_hover_color\":\"#E08F00\",\"eael_post_list_title_typography_typography\":\"custom\",\"eael_post_list_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_post_list_title_typography_font_weight\":\"600\",\"eael_post_list_title_typography_text_transform\":\"capitalize\",\"eael_post_list_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_list_excerpt_color\":\"#8FA0AB\",\"eael_post_list_excerpt_typography_typography\":\"custom\",\"eael_post_list_excerpt_typography_font_family\":\"Inter\",\"eael_post_list_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_list_excerpt_typography_font_weight\":\"500\",\"eael_post_list_excerpt_typography_text_transform\":\"capitalize\",\"eael_post_list_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"category_typography_typography\":\"custom\",\"category_typography_font_family\":\"Inter\",\"category_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"category_typography_font_weight\":\"500\",\"category_typography_text_transform\":\"capitalize\",\"category_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"post_list_category_color\":\"#E08F00\",\"post_list_category_bg_color\":\"#F6EBD8\",\"post_list_category_color_hover\":\"#FFFFFF\",\"post_list_category_bg_color_hover\":\"#E08F00\",\"category_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"category_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"8\",\"bottom\":\"6\",\"left\":\"8\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"444677c\"}],\"custom_css\":\"\\nselector .eael-post-list-thumbnail{\\n margin: 12px;\\n flex: 0 0 104px;\\n}\\nselector .eael-post-list-thumbnail img{\\n aspect-ratio:1;\\n border-radius:8px;\\n}\\n\\nselector .eael-post-list-container.layout-default .eael-post-list-content .meta-categories a{\\n border-radius:4px;\\n}\",\"eael_post_list_featured_thumb_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"category_ids\":[],\"eael_post_list_terms\":\"\",\"eael_post_list_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0329273\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-list\"},{\"id\":\"66ee3d4\",\"elType\":\"widget\",\"settings\":{\"eael_cta_title\":\"Looking for Red Light Therapy providers in your area?\",\"eael_cta_content\":\"<p>Visit Find Red Light Near Me to get started today.<\\/p>\",\"eael_cta_btn_text\":\"Find a Red Light Therapy Provider\",\"eael_cta_secondary_btn_text\":\"Click Now\",\"eael_cta_btn_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"18ca8a8\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0a180ce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_cta_btn_normal_bg_color\":\"globals\\/colors?id=primary\",\"eael_cta_btn_normal_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"eael_cta_btn_hover_bg_color\":\"globals\\/colors?id=f20ab43\",\"eael_cta_bg_color\":\"globals\\/colors?id=491606a\",\"eael_cta_title_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_cta_sub_title_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_cta_content_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_cta_title_typography_typography\":\"globals\\/typography?id=secondary\",\"eael_cta_sub_title_typography_typography\":\"globals\\/typography?id=secondary\",\"eael_cta_content_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"eael-cta-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(695,183,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(696,183,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/post\";}'),(698,184,'_elementor_edit_mode','builder'),(699,184,'_elementor_template_type','page'),(700,184,'_elementor_version','3.18.3'),(701,184,'_elementor_pro_version','3.18.3'),(702,184,'_wp_page_template','elementor_header_footer'),(703,184,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(704,184,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":50,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"1fa6afdf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"41637b5\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":165,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-101.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"27d56836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c70073a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":164,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-100.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1eb88440\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5699ec2\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":158,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-94.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1af481bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"542ff74\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":156,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-92.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7c376b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Post\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f1d9503\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"78546790\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"abd6ce2\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":157,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-93.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1f4bdcec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#F6EBD800\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ebb9229\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"76e7da38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2a7b389\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":163,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-99.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6b3af412\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"_inline_size_tablet\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cb98286\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":159,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-95.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true},{\"id\":\"b91e942\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"392f766\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":162,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-98.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"23f7eba3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"df5edf3\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ac3035e\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":161,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-97.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"7440694\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"bc46381\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"06b0940\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":160,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-96.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"403f8add\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/cce36c07-rectangle-1204.png\"},\"eael_team_member_name\":\"Erin Carter\",\"eael_team_member_job_title\":\"Travel Bloger\",\"eael_team_member_description\":\"Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \\\"Wanderlust Voyager.\\\" With an insatiable curiosity and an unquenchable thirst for new experiences.\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b3f0fc\"},{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"d14b21e\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"fa95c0a\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"485e9ec\"}],\"eael_team_members_preset\":\"eael-team-members-social-bottom\",\"eael_team_members_background\":\"#02010100\",\"eael_team_members_alignment\":\"centered\",\"eael_team_members_image_width\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_height\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_rounded\":\"team-avatar-rounded\",\"eael_team_members_name_color\":\"#052133\",\"eael_team_members_name_typography_typography\":\"custom\",\"eael_team_members_name_typography_font_family\":\"IBM Plex Sans\",\"eael_team_members_name_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"eael_team_members_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_team_members_name_typography_font_weight\":\"500\",\"eael_team_members_name_typography_text_transform\":\"capitalize\",\"eael_team_members_name_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_position_color\":\"#596E7B\",\"eael_team_members_position_typography_typography\":\"custom\",\"eael_team_members_position_typography_font_family\":\"Inter\",\"eael_team_members_position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_position_typography_font_weight\":\"500\",\"eael_team_members_position_typography_text_transform\":\"capitalize\",\"eael_team_members_position_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_position_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_description_color\":\"#445259\",\"eael_team_members_description_typography_typography\":\"custom\",\"eael_team_members_description_typography_font_family\":\"Bitter\",\"eael_team_members_description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_description_typography_font_weight\":\"400\",\"eael_team_members_description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1136014\"}],\"_background_background\":\"classic\",\"custom_css\":\"selector .eael-team-content .eael-team-text{\\n margin-top:25px;\\n}\",\"eael_team_members_image_width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_team_members_image_height_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"01c5a73\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6bca1d99\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/3224469e-carter.png\"},\"width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5362b3b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5859192\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"496768be\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"42d5032\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#3B5998\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"64addb0\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#00ACEE\"},{\"_id\":\"5e9484c\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#0072B1\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EDF1F8\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hover_primary_color\":\"#E08F00\",\"hover_secondary_color\":\"#FFFFFF\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc2fd7f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58411e0\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e3a4e76\",\"elType\":\"widget\",\"settings\":{\"title\":\"You May Like\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"10f0517\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29842c3f\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":5,\"eael_post_list_topbar\":\"\",\"eael_post_list_topbar_title\":\"Recent Posts\",\"eael_post_list_topbar_term_all_text\":\"All\",\"eael_post_list_pagination\":\"\",\"eael_post_list_featured_area\":\"\",\"eael_post_list_columns\":\"col-1\",\"eael_post_featured_image_size\":\"full\",\"eael_post_list_post_meta\":\"\",\"eael_post_list_excerpt_expanison_indicator\":\"...\",\"eael_post_list_read_more_text\":\"Read More\",\"eael_post_list_post_cat\":\"yes\",\"title_link_nofollow\":\"true\",\"eael_post_list_container_bg_color\":\"#FFFFFF00\",\"eael_post_list_container_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_box_shadow_box_shadow_type\":\"yes\",\"eael_post_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"eael_post_list_title_color\":\"#052133\",\"eael_post_list_title_hover_color\":\"#E08F00\",\"eael_post_list_title_typography_typography\":\"custom\",\"eael_post_list_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_post_list_title_typography_font_weight\":\"600\",\"eael_post_list_title_typography_text_transform\":\"capitalize\",\"eael_post_list_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_list_excerpt_color\":\"#8FA0AB\",\"eael_post_list_excerpt_typography_typography\":\"custom\",\"eael_post_list_excerpt_typography_font_family\":\"Inter\",\"eael_post_list_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_list_excerpt_typography_font_weight\":\"500\",\"eael_post_list_excerpt_typography_text_transform\":\"capitalize\",\"eael_post_list_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"category_typography_typography\":\"custom\",\"category_typography_font_family\":\"Inter\",\"category_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"category_typography_font_weight\":\"500\",\"category_typography_text_transform\":\"capitalize\",\"category_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"post_list_category_color\":\"#E08F00\",\"post_list_category_bg_color\":\"#F6EBD8\",\"post_list_category_color_hover\":\"#FFFFFF\",\"post_list_category_bg_color_hover\":\"#E08F00\",\"category_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"category_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"8\",\"bottom\":\"6\",\"left\":\"8\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"444677c\"}],\"custom_css\":\"\\nselector .eael-post-list-thumbnail{\\n margin: 12px;\\n flex: 0 0 104px;\\n}\\nselector .eael-post-list-thumbnail img{\\n aspect-ratio:1;\\n border-radius:8px;\\n}\\n\\nselector .eael-post-list-container.layout-default .eael-post-list-content .meta-categories a{\\n border-radius:4px;\\n}\",\"eael_post_list_featured_thumb_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"category_ids\":[],\"eael_post_list_terms\":\"\",\"eael_post_list_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cbe678e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(705,184,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(708,185,'_elementor_edit_mode','builder'),(709,185,'_elementor_template_type','widget'),(710,186,'_elementor_edit_mode','builder'),(711,186,'_elementor_template_type','widget'),(712,185,'_wp_page_template','default'),(713,185,'_elementor_version','3.18.3'),(714,185,'_elementor_pro_version','3.18.3'),(715,185,'_elementor_data','[{\"id\":\"185\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":97.885000000000005},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}]'),(716,187,'_elementor_edit_mode','builder'),(717,187,'_elementor_template_type','widget'),(718,187,'_wp_page_template','default'),(719,187,'_elementor_version','3.18.3'),(720,187,'_elementor_pro_version','3.18.3'),(721,187,'_elementor_data','[{\"id\":\"442386fe\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}]'),(722,185,'_elementor_page_assets','a:0:{}'),(723,185,'_eael_custom_js',''),(724,185,'_eael_widget_elements','a:1:{s:12:\"creative-btn\";s:12:\"creative-btn\";}'),(726,185,'_elementor_template_widget_type','eael-creative-button'),(727,188,'_elementor_edit_mode','builder'),(728,188,'_elementor_template_type','header'),(729,188,'_elementor_version','3.18.3'),(730,188,'_elementor_pro_version','3.18.3'),(731,188,'_wp_page_template','default'),(732,188,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81493cb\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.591000000000001,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c6a85e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5bf184a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"17ef931\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"87c8359\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_typography_typography\":\"custom\",\"eael_simple_menu_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_item_typography_font_weight\":\"500\",\"eael_simple_menu_item_color\":\"#596E7B\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_color_hover\":\"#E08F00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_typography_text_transform\":\"capitalize\",\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_simple_menu_item_color_active\":\"#E08F00\",\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"02c77a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.408999999999999,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f269\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Kumbh Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9375783\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"input_border_color_focus\":\"globals\\/colors?id=primary\",\"input_border_color\":\"globals\\/colors?id=accent\",\"button_text_color_hover\":\"globals\\/colors?id=primary\",\"input_background_color_focus\":\"\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"f27134b\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false}],\"isInner\":false}]'),(733,188,'_elementor_page_assets','a:0:{}'),(734,188,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(735,188,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(737,185,'_elementor_global_widget_included_posts','a:7:{i:80;b:1;i:75;b:1;i:190;b:1;i:211;b:1;i:215;b:1;i:227;b:1;i:231;b:1;}'),(741,189,'_elementor_edit_mode','builder'),(742,189,'_elementor_template_type','page'),(743,189,'_elementor_version','3.18.3'),(744,189,'_elementor_pro_version','3.18.3'),(745,189,'_wp_page_template','elementor_header_footer'),(746,189,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(747,189,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"1fa6afdf\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FBF7F0\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"41637b5\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":165,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-101.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"27d56836\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c70073a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":164,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-100.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1eb88440\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5699ec2\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":158,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-94.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1af481bd\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"542ff74\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":156,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-92.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7c376b06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Post\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f1d9503\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"78546790\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"abd6ce2\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":157,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-93.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"1f4bdcec\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Post\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"button_text_color\":\"#E08F00\",\"background_color\":\"#F6EBD800\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#E08F00\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ebb9229\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"76e7da38\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2a7b389\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":163,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-99.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6b3af412\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"_inline_size_tablet\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cb98286\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":159,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-95.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true},{\"id\":\"b91e942\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"392f766\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":162,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-98.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"23f7eba3\",\"elType\":\"section\",\"settings\":{\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"48\",\"right\":\"20\",\"bottom\":\"48\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"df5edf3\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ac3035e\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":161,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-97.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"7440694\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"bc46381\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"06b0940\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":160,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-96.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"403f8add\",\"elType\":\"widget\",\"settings\":{\"eael_team_member_image\":{\"id\":\"51\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/cce36c07-rectangle-1204.png\"},\"eael_team_member_name\":\"Erin Carter\",\"eael_team_member_job_title\":\"Travel Bloger\",\"eael_team_member_description\":\"Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \\\"Wanderlust Voyager.\\\" With an insatiable curiosity and an unquenchable thirst for new experiences.\",\"eael_team_member_enable_social_profiles\":\"\",\"eael_team_member_social_profile_links\":[{\"social_new\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b3f0fc\"},{\"social_new\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"d14b21e\"},{\"social_new\":{\"value\":\"fab fa-google-plus\",\"library\":\"fa-brands\"},\"_id\":\"fa95c0a\"},{\"social_new\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"_id\":\"485e9ec\"}],\"eael_team_members_preset\":\"eael-team-members-social-bottom\",\"eael_team_members_background\":\"#02010100\",\"eael_team_members_alignment\":\"centered\",\"eael_team_members_image_width\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_height\":{\"unit\":\"px\",\"size\":192,\"sizes\":[]},\"eael_team_members_image_rounded\":\"team-avatar-rounded\",\"eael_team_members_name_color\":\"#052133\",\"eael_team_members_name_typography_typography\":\"custom\",\"eael_team_members_name_typography_font_family\":\"IBM Plex Sans\",\"eael_team_members_name_typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"eael_team_members_name_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"eael_team_members_name_typography_font_weight\":\"500\",\"eael_team_members_name_typography_text_transform\":\"capitalize\",\"eael_team_members_name_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_name_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_position_color\":\"#596E7B\",\"eael_team_members_position_typography_typography\":\"custom\",\"eael_team_members_position_typography_font_family\":\"Inter\",\"eael_team_members_position_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_position_typography_font_weight\":\"500\",\"eael_team_members_position_typography_text_transform\":\"capitalize\",\"eael_team_members_position_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_team_members_position_typography_letter_spacing\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_team_members_description_color\":\"#445259\",\"eael_team_members_description_typography_typography\":\"custom\",\"eael_team_members_description_typography_font_family\":\"Bitter\",\"eael_team_members_description_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_team_members_description_typography_font_weight\":\"400\",\"eael_team_members_description_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"1136014\"}],\"_background_background\":\"classic\",\"custom_css\":\"selector .eael-team-content .eael-team-text{\\n margin-top:25px;\\n}\",\"eael_team_members_image_width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"eael_team_members_image_height_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"01c5a73\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-team-member\"},{\"id\":\"6bca1d99\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"52\",\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/3224469e-carter.png\"},\"width\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5362b3b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5859192\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"496768be\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"42d5032\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#3B5998\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"64addb0\",\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#00ACEE\"},{\"_id\":\"5e9484c\",\"social_icon\":{\"value\":\"fab fa-linkedin\",\"library\":\"fa-brands\"},\"item_icon_color\":\"custom\",\"item_icon_secondary_color\":\"#0072B1\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#EDF1F8\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_spacing_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"hover_primary_color\":\"#E08F00\",\"hover_secondary_color\":\"#FFFFFF\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"dc2fd7f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"58411e0\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e3a4e76\",\"elType\":\"widget\",\"settings\":{\"title\":\"You May Like\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"10f0517\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"29842c3f\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":5,\"eael_post_list_topbar\":\"\",\"eael_post_list_topbar_title\":\"Recent Posts\",\"eael_post_list_topbar_term_all_text\":\"All\",\"eael_post_list_pagination\":\"\",\"eael_post_list_featured_area\":\"\",\"eael_post_list_columns\":\"col-1\",\"eael_post_featured_image_size\":\"full\",\"eael_post_list_post_meta\":\"\",\"eael_post_list_excerpt_expanison_indicator\":\"...\",\"eael_post_list_read_more_text\":\"Read More\",\"eael_post_list_post_cat\":\"yes\",\"title_link_nofollow\":\"true\",\"eael_post_list_container_bg_color\":\"#FFFFFF00\",\"eael_post_list_container_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_box_shadow_box_shadow_type\":\"yes\",\"eael_post_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"eael_post_list_title_color\":\"#052133\",\"eael_post_list_title_hover_color\":\"#E08F00\",\"eael_post_list_title_typography_typography\":\"custom\",\"eael_post_list_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_post_list_title_typography_font_weight\":\"600\",\"eael_post_list_title_typography_text_transform\":\"capitalize\",\"eael_post_list_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_list_excerpt_color\":\"#8FA0AB\",\"eael_post_list_excerpt_typography_typography\":\"custom\",\"eael_post_list_excerpt_typography_font_family\":\"Inter\",\"eael_post_list_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_list_excerpt_typography_font_weight\":\"500\",\"eael_post_list_excerpt_typography_text_transform\":\"capitalize\",\"eael_post_list_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"category_typography_typography\":\"custom\",\"category_typography_font_family\":\"Inter\",\"category_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"category_typography_font_weight\":\"500\",\"category_typography_text_transform\":\"capitalize\",\"category_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"post_list_category_color\":\"#E08F00\",\"post_list_category_bg_color\":\"#F6EBD8\",\"post_list_category_color_hover\":\"#FFFFFF\",\"post_list_category_bg_color_hover\":\"#E08F00\",\"category_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"category_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"8\",\"bottom\":\"6\",\"left\":\"8\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"444677c\"}],\"custom_css\":\"\\nselector .eael-post-list-thumbnail{\\n margin: 12px;\\n flex: 0 0 104px;\\n}\\nselector .eael-post-list-thumbnail img{\\n aspect-ratio:1;\\n border-radius:8px;\\n}\\n\\nselector .eael-post-list-container.layout-default .eael-post-list-content .meta-categories a{\\n border-radius:4px;\\n}\",\"eael_post_list_featured_thumb_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"category_ids\":[],\"eael_post_list_terms\":\"\",\"eael_post_list_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"cbe678e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(748,189,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(760,191,'_wp_attached_file','2024/01/894bf7da-star-star3.png'),(761,191,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:188;s:6:\"height\";i:179;s:4:\"file\";s:31:\"2024/01/894bf7da-star-star3.png\";s:8:\"filesize\";i:6625;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"894bf7da-star-star3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5905;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(762,191,'_elementor_source_image_hash','6039d0771c32bb4470d3235d00a1aedb0ffd8afb'),(763,192,'_wp_attached_file','2024/01/f9d238d0-vector-linbe31.png'),(764,192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:324;s:6:\"height\";i:115;s:4:\"file\";s:35:\"2024/01/f9d238d0-vector-linbe31.png\";s:8:\"filesize\";i:2603;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"f9d238d0-vector-linbe31-300x106.png\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2039;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"f9d238d0-vector-linbe31-150x115.png\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:671;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,192,'_elementor_source_image_hash','dfa6cf25f77fc4b0ac27a720db04523a4200e4e1'),(766,193,'_wp_attached_file','2024/01/placeholder-112.png'),(767,193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-112.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-112-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-112-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-112-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-112-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(768,193,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(769,194,'_wp_attached_file','2024/01/placeholder-113.png'),(770,194,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-113.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-113-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-113-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-113-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-113-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,194,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(772,195,'_wp_attached_file','2024/01/placeholder-114.png'),(773,195,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-114.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-114-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-114-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-114-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-114-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(774,195,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(777,196,'_elementor_edit_mode','builder'),(778,196,'_elementor_template_type','page'),(779,196,'_elementor_version','3.18.3'),(780,196,'_elementor_pro_version','3.18.3'),(781,196,'_wp_page_template','elementor_header_footer'),(782,196,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(783,196,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"globals\\/typography?id=8990ba0\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.329999999999998,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2862750c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently \\nAsked Questions\",\"align\":\"left\",\"title_color\":\"#252525\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"00\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f0f9fc8\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a86e2b8\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=a821264\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding our companies and services to get a smooth start.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.670000000000002,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What services does BizOCapital offer?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"We have expertise across various industries, from tech startups and manufacturing to real estate and healthcare. Our team\'s versatility allows us to cater to a broad spectrum of clients, ensuring comprehensive financial solutions for all.\"},{\"eael_adv_accordion_tab_title\":\"How can I get started with BizOCapital?\",\"_id\":\"3cbfb00\",\"eael_adv_accordion_tab_icon_show\":\"\"},{\"eael_adv_accordion_tab_title\":\"What industries does BizOCapital specialize in?\",\"_id\":\"659219c\",\"eael_adv_accordion_tab_default_active\":\"yes\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"We have expertise across various industries, from tech startups and manufacturing to real estate and healthcare. Our team\'s versatility allows us to cater to a broad spectrum of clients, ensuring comprehensive financial solutions for all.\"},{\"_id\":\"9d4c4be\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_title\":\"Is BizOCapital only for businesses, or do you also serve individual investors?\"},{\"_id\":\"696322b\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_title\":\"How does BizOCapital approach risk management?\"},{\"_id\":\"5fcac55\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_title\":\"What sets BizOCapital apart from other financial firms?\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Sora\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"500\",\"eael_adv_accordion_tab_title_typography_font_style\":\"normal\",\"eael_adv_accordion_tab_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_color\":\"#FFFFFF\",\"eael_adv_accordion_tab_text_color\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"adv_accordion_content_bgtype_color\":\"#F5F7FF\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_adv_tabs_tab_toggle_active_color\":\"#1E94F9\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_text_transform\":\"none\",\"eael_adv_accordion_tab_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(784,196,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(786,197,'_elementor_edit_mode','builder'),(787,197,'_elementor_template_type','kit'),(788,197,'_wp_page_template','default'),(789,197,'_elementor_page_settings','a:37:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#FF0302\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#242222\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#2B2929\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FF3635\";}}s:13:\"custom_colors\";a:3:{i:0;a:3:{s:3:\"_id\";s:7:\"491606a\";s:5:\"title\";s:5:\"Black\";s:5:\"color\";s:7:\"#181616\";}i:1;a:3:{s:3:\"_id\";s:7:\"f20ab43\";s:5:\"title\";s:8:\"Dark Red\";s:5:\"color\";s:7:\"#760100\";}i:2;a:3:{s:3:\"_id\";s:7:\"0e0eb3d\";s:5:\"title\";s:9:\"Off White\";s:5:\"color\";s:7:\"#F7EEEE\";}}s:17:\"system_typography\";a:4:{i:0;a:6:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:15:\"Julius Sans One\";s:22:\"typography_font_weight\";s:3:\"600\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:22:\"typography_font_weight\";s:3:\"500\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:22:\"typography_font_weight\";s:3:\"300\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:15:\"Julius Sans One\";s:22:\"typography_font_weight\";s:3:\"900\";}}s:17:\"custom_typography\";a:2:{i:0;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"900\";s:3:\"_id\";s:7:\"8990ba0\";s:5:\"title\";s:2:\"H1\";}i:1;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:10:\"Kumbh Sans\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"900\";s:3:\"_id\";s:7:\"a821264\";s:5:\"title\";s:2:\"H2\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:12:\"My WordPress\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:97:\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png\";s:2:\"id\";i:78;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:32:\"colors_enable_styleguide_preview\";s:3:\"yes\";s:15:\"activeItemIndex\";i:1;s:36:\"typography_enable_styleguide_preview\";s:3:\"yes\";s:10:\"body_color\";s:7:\"#2B2929\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:10:\"Kumbh Sans\";s:27:\"body_typography_font_weight\";s:3:\"300\";s:17:\"link_normal_color\";s:7:\"#760100\";s:33:\"link_normal_typography_typography\";s:6:\"custom\";s:34:\"link_normal_typography_font_family\";s:10:\"Kumbh Sans\";s:32:\"link_normal_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:34:\"link_normal_typography_font_weight\";s:3:\"600\";s:38:\"link_normal_typography_text_decoration\";s:4:\"none\";s:16:\"link_hover_color\";s:7:\"#FF0302\";s:32:\"link_hover_typography_typography\";s:6:\"custom\";s:37:\"link_hover_typography_text_decoration\";s:4:\"none\";s:8:\"h1_color\";s:7:\"#760100\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:15:\"Julius Sans One\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"900\";s:8:\"h2_color\";s:7:\"#181616\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:10:\"Kumbh Sans\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"500\";s:11:\"__globals__\";a:12:{s:10:\"body_color\";s:22:\"globals/colors?id=text\";s:26:\"body_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"link_normal_color\";s:25:\"globals/colors?id=f20ab43\";s:33:\"link_normal_typography_typography\";s:0:\"\";s:16:\"link_hover_color\";s:25:\"globals/colors?id=primary\";s:8:\"h1_color\";s:25:\"globals/colors?id=f20ab43\";s:24:\"h1_typography_typography\";s:0:\"\";s:8:\"h2_color\";s:25:\"globals/colors?id=491606a\";s:24:\"h2_typography_typography\";s:0:\"\";s:8:\"h3_color\";s:27:\"globals/colors?id=secondary\";s:24:\"h3_typography_typography\";s:31:\"globals/typography?id=secondary\";s:28:\"button_typography_typography\";s:26:\"globals/typography?id=text\";}}'),(790,197,'_elementor_data','[]'),(791,197,'_elementor_page_assets','a:0:{}'),(792,197,'_elementor_version','3.18.3'),(793,197,'_elementor_pro_version','3.18.3'),(798,198,'_elementor_edit_mode','builder'),(799,198,'_elementor_template_type','page'),(800,198,'_elementor_version','3.18.3'),(801,198,'_elementor_pro_version','3.18.3'),(802,198,'_wp_page_template','elementor_header_footer'),(803,198,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(804,198,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.329999999999998,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2862750c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently \\nAsked Questions\",\"align\":\"left\",\"title_color\":\"#252525\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"00\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f0f9fc8\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a86e2b8\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding our companies and services to get a smooth start.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.670000000000002,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What services does BizOCapital offer?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"We have expertise across various industries, from tech startups and manufacturing to real estate and healthcare. Our team\'s versatility allows us to cater to a broad spectrum of clients, ensuring comprehensive financial solutions for all.\"},{\"eael_adv_accordion_tab_title\":\"How can I get started with BizOCapital?\",\"_id\":\"3cbfb00\",\"eael_adv_accordion_tab_icon_show\":\"\"},{\"eael_adv_accordion_tab_title\":\"What industries does BizOCapital specialize in?\",\"_id\":\"659219c\",\"eael_adv_accordion_tab_default_active\":\"yes\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"We have expertise across various industries, from tech startups and manufacturing to real estate and healthcare. Our team\'s versatility allows us to cater to a broad spectrum of clients, ensuring comprehensive financial solutions for all.\"},{\"_id\":\"9d4c4be\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_title\":\"Is BizOCapital only for businesses, or do you also serve individual investors?\"},{\"_id\":\"696322b\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_title\":\"How does BizOCapital approach risk management?\"},{\"_id\":\"5fcac55\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_title\":\"What sets BizOCapital apart from other financial firms?\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Sora\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"500\",\"eael_adv_accordion_tab_title_typography_font_style\":\"normal\",\"eael_adv_accordion_tab_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_color\":\"#FFFFFF\",\"eael_adv_accordion_tab_text_color\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"adv_accordion_content_bgtype_color\":\"#F5F7FF\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_adv_tabs_tab_toggle_active_color\":\"#1E94F9\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_text_transform\":\"none\",\"eael_adv_accordion_tab_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(805,198,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(810,199,'_elementor_edit_mode','builder'),(811,199,'_elementor_template_type','page'),(812,199,'_elementor_version','3.18.3'),(813,199,'_elementor_pro_version','3.18.3'),(814,199,'_wp_page_template','elementor_header_footer'),(815,199,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(816,199,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":33.329999999999998,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2862750c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently \\nAsked Questions About Red Light Therapy (RLT)\",\"align\":\"left\",\"title_color\":\"#252525\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"00\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f0f9fc8\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a86e2b8\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"},\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":66.670000000000002,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_adv_tabs_tab_toggle_active_color\":\"#1E94F9\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_toggle_icon_postion\":\"\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(817,199,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(821,200,'_elementor_edit_mode','builder'),(822,200,'_elementor_template_type','page'),(823,200,'_elementor_version','3.18.3'),(824,200,'_elementor_pro_version','3.18.3'),(825,200,'_wp_page_template','elementor_header_footer'),(826,200,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(827,200,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":53.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":44.045000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_adv_tabs_tab_toggle_active_color\":\"#1E94F9\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_toggle_icon_postion\":\"\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(828,200,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(831,201,'_elementor_edit_mode','builder'),(832,201,'_elementor_template_type','page'),(833,201,'_elementor_version','3.18.3'),(834,201,'_elementor_pro_version','3.18.3'),(835,201,'_wp_page_template','elementor_header_footer'),(836,201,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(837,201,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":53.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":44.045000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[],\"isInner\":true}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"underline\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(838,201,'_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\";}}'),(841,202,'_wp_attached_file','2024/01/red-light-therapy.jpg'),(842,202,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2024/01/red-light-therapy.jpg\";s:8:\"filesize\";i:75389;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"red-light-therapy-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8864;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"red-light-therapy-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47924;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"red-light-therapy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5276;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"red-light-therapy-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30752;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"red-light-therapy-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88832;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(843,203,'_wp_attached_file','2024/01/red-light-therapy-2.jpg'),(844,203,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2024/01/red-light-therapy-2.jpg\";s:8:\"filesize\";i:86354;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10525;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55725;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7603;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36990;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96516;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(845,204,'_wp_attached_file','2024/01/red-light-therapy-3.jpg'),(846,204,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2024/01/red-light-therapy-3.jpg\";s:8:\"filesize\";i:68967;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9439;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5369;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-3-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29300;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-3-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75785;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(847,205,'_wp_attached_file','2024/01/red-light-therapy-4.jpg'),(848,205,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2024/01/red-light-therapy-4.jpg\";s:8:\"filesize\";i:61138;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7239;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34230;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5630;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-4-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23223;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-4-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(849,206,'_wp_attached_file','2024/01/red-light-therapy-5.jpg'),(850,206,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2024/01/red-light-therapy-5.jpg\";s:8:\"filesize\";i:95510;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10587;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5896;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-5-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41882;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-5-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113738;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(851,207,'_wp_attached_file','2024/01/red-light-therapy-6.jpg'),(852,207,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2024/01/red-light-therapy-6.jpg\";s:8:\"filesize\";i:118687;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10050;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-6-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-6-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38542;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-6-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(853,208,'_wp_attached_file','2024/01/red-light-therapy-7.jpg'),(854,208,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2024/01/red-light-therapy-7.jpg\";s:8:\"filesize\";i:56308;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-7-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5813;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-7-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27502;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3854;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-7-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17975;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-7-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50433;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(855,209,'_wp_attached_file','2024/01/red-light-therapy-8.jpg'),(856,209,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2024/01/red-light-therapy-8.jpg\";s:8:\"filesize\";i:57154;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-8-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6524;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-8-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32694;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4611;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-8-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21538;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-8-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58132;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(857,210,'_wp_attached_file','2024/01/red-light-therapy-9.jpg'),(858,210,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2024/01/red-light-therapy-9.jpg\";s:8:\"filesize\";i:68890;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-9-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7897;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-9-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41564;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6124;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"red-light-therapy-9-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27234;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-9-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74852;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(859,205,'_wp_attachment_image_alt','Red Light Therapy for Inflammation and Pain Relief'),(860,210,'_wp_attachment_image_alt',''),(861,209,'_wp_attachment_image_alt','Red Light Therapy for Inflammation and Pain Relief'),(862,208,'_wp_attachment_image_alt','Red Light Therapy for Inflammation and Pain Relief'),(863,207,'_wp_attachment_image_alt','Red Light Therapy for Inflammation and Pain Relief'),(874,206,'_wp_attachment_image_alt','Red Light Therapy for Inflammation and Pain Relief'),(875,204,'_wp_attachment_image_alt','Red Light Therapy for Inflammation and Pain Relief'),(876,203,'_wp_attachment_image_alt','Red Light Therapy for Inflammation and Pain Relief'),(877,202,'_wp_attachment_image_alt','Red Light Therapy for Inflammation and Pain Relief'),(878,212,'_elementor_edit_mode','builder'),(879,212,'_elementor_template_type','page'),(880,212,'_elementor_version','3.18.3'),(881,212,'_elementor_pro_version','3.18.3'),(882,212,'_wp_page_template','elementor_header_footer'),(883,212,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(884,212,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":53.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":44.045000000000002},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(885,212,'_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\";}}'),(888,213,'_elementor_edit_mode','builder'),(889,213,'_elementor_template_type','page'),(890,213,'_elementor_version','3.18.3'),(891,213,'_elementor_pro_version','3.18.3'),(892,213,'_wp_page_template','elementor_header_footer'),(893,213,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(894,213,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":53.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":44.045000000000002},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(895,213,'_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\";}}'),(899,214,'_elementor_edit_mode','builder'),(900,214,'_elementor_template_type','page'),(901,214,'_elementor_version','3.18.3'),(902,214,'_elementor_pro_version','3.18.3'),(903,214,'_wp_page_template','elementor_header_footer'),(904,214,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(905,214,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":53.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":44.045000000000002},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"title_text\":\"This is the heading\",\"description_text\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(906,214,'_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\";}}'),(918,216,'_wp_attached_file','2024/01/red-light-therapy-10.jpg'),(919,216,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2024/01/red-light-therapy-10.jpg\";s:8:\"filesize\";i:89719;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-10-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11131;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"red-light-therapy-10-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57700;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7217;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-10-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37767;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"red-light-therapy-10-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106420;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(920,216,'_wp_attachment_image_alt',''),(922,217,'_wp_attached_file','2024/01/red-light-therapy-11.jpg'),(923,217,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2024/01/red-light-therapy-11.jpg\";s:8:\"filesize\";i:65546;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-11-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8043;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"red-light-therapy-11-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39372;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5082;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"red-light-therapy-11-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26354;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"red-light-therapy-11-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69071;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(924,217,'_wp_attachment_image_alt','Red Light Therapy Inflammation and Pain Relief'),(925,218,'_elementor_edit_mode','builder'),(926,218,'_elementor_template_type','page'),(927,218,'_elementor_version','3.18.3'),(928,218,'_elementor_pro_version','3.18.3'),(929,218,'_wp_page_template','elementor_header_footer'),(930,218,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(931,218,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":53.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":44.045000000000002},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(932,218,'_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\";}}'),(935,219,'_elementor_edit_mode','builder'),(936,219,'_elementor_template_type','page'),(937,219,'_elementor_version','3.18.3'),(938,219,'_elementor_pro_version','3.18.3'),(939,219,'_wp_page_template','elementor_header_footer'),(940,219,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(941,219,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":53.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":44.045000000000002},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(942,219,'_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\";}}'),(945,220,'_elementor_edit_mode','builder'),(946,220,'_elementor_template_type','page'),(947,220,'_elementor_version','3.18.3'),(948,220,'_elementor_pro_version','3.18.3'),(949,220,'_wp_page_template','elementor_header_footer'),(950,220,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(951,220,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":53.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":44.045000000000002},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2273132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"9e328d1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"548287c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Journey of Healing: A Deeper Dive into\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1387f36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d0c2ee6\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a28e4cc\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(952,220,'_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\";}}'),(954,221,'_wp_attached_file','2024/01/995f9ce8-line4-1.png'),(955,221,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:410;s:6:\"height\";i:84;s:4:\"file\";s:28:\"2024/01/995f9ce8-line4-1.png\";s:8:\"filesize\";i:1232;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"995f9ce8-line4-1-300x61.png\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1637;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"995f9ce8-line4-1-150x84.png\";s:5:\"width\";i:150;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:657;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(956,221,'_elementor_source_image_hash','08ca1a748536e860116afb2e5d5d5171ce67f135'),(957,222,'_wp_attached_file','2024/01/placeholder-115.png'),(958,222,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-115.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-115-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-115-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-115-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-115-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(959,222,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(960,223,'_wp_attached_file','2024/01/placeholder-116.png'),(961,223,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-116.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-116-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-116-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-116-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-116-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(962,223,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(963,224,'_wp_attached_file','2024/01/placeholder-117.png'),(964,224,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-117.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-117-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-117-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-117-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-117-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(965,224,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(966,225,'_wp_attached_file','2024/01/placeholder-118.png'),(967,225,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-118.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-118-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-118-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-118-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-118-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(968,225,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(969,226,'_wp_attached_file','2024/01/placeholder-119.png'),(970,226,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-119.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-119-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-119-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-119-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-119-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(971,226,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(982,228,'_elementor_edit_mode','builder'),(983,228,'_elementor_template_type','page'),(984,228,'_elementor_version','3.18.3'),(985,228,'_elementor_pro_version','3.18.3'),(986,228,'_wp_page_template','elementor_header_footer'),(987,228,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(988,228,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":53.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":44.045000000000002},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2273132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"9e328d1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"548287c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Journey of Healing: A Deeper Dive into\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1387f36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d0c2ee6\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a28e4cc\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b9f2be1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"744857e\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"20\",\"bottom\":\"35\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"303dcda\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":226,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-119.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c9b51cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"ab6f4b2\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d5196b6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":225,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-118.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"30aae528\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"top\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"background_background\":\"gradient\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"6543d0d\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3707726\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":224,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-117.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"uae_particles_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"uae_particles_color\":\"globals\\/colors?id=6b41c87\",\"background_color_b\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[{\"id\":\"66e74c14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"16b312a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":222,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-115.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3f7c2003\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to Start Your Pain-Free Journey?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f0f9fc8\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"05d550d\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"345f4531\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.\",\"align\":\"left\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"80e27f4\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"header_size\":\"h4\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94daddf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/995f9ce8-line4-1.png\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":481,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":280,\"unit\":\"px\"},\"_offset_y\":{\"size\":61,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":49,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":88,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":196,\"unit\":\"px\"},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateX_effect\":\"yes\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c1a1228\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6acd3a9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5728f09\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":223,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-116.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7cfae86\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"classic\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=491606a\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\",\"eael_creative_button_hover_background_color\":\"globals\\/colors?id=secondary\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":96.152000000000001},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(989,228,'_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\";}}'),(992,229,'_elementor_edit_mode','builder'),(993,229,'_elementor_template_type','page'),(994,229,'_elementor_version','3.18.3'),(995,229,'_elementor_pro_version','3.18.3'),(996,229,'_wp_page_template','elementor_header_footer'),(997,229,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(998,229,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":57.250999999999998},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":37.293999999999997},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2273132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"9e328d1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"548287c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Journey of Healing: A Deeper Dive into\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1387f36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d0c2ee6\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a28e4cc\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b9f2be1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"744857e\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"20\",\"bottom\":\"35\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"303dcda\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":226,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-119.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c9b51cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"ab6f4b2\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d5196b6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":225,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-118.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"30aae528\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"top\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"background_background\":\"gradient\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"6543d0d\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3707726\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":224,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-117.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"uae_particles_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"uae_particles_color\":\"globals\\/colors?id=6b41c87\",\"background_color_b\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[{\"id\":\"66e74c14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"16b312a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":222,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-115.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3f7c2003\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to Start Your Pain-Free Journey?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f0f9fc8\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"05d550d\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"345f4531\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.\",\"align\":\"left\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"80e27f4\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"header_size\":\"h4\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94daddf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/995f9ce8-line4-1.png\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":481,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":280,\"unit\":\"px\"},\"_offset_y\":{\"size\":61,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":49,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":88,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":196,\"unit\":\"px\"},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateX_effect\":\"yes\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c1a1228\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6acd3a9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5728f09\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":223,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-116.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7cfae86\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"classic\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=491606a\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\",\"eael_creative_button_hover_background_color\":\"globals\\/colors?id=secondary\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":96.152000000000001},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(999,229,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(1002,230,'_elementor_edit_mode','builder'),(1003,230,'_elementor_template_type','page'),(1004,230,'_elementor_version','3.18.3'),(1005,230,'_elementor_pro_version','3.18.3'),(1006,230,'_wp_page_template','elementor_header_footer'),(1007,230,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1008,230,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4b2a7ea\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":185}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":57.250999999999998},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":37.293999999999997},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2273132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"9e328d1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"548287c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Journey of Healing: A Deeper Dive into\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1387f36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d0c2ee6\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a28e4cc\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b9f2be1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"744857e\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"20\",\"bottom\":\"35\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"303dcda\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":226,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-119.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c9b51cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"ab6f4b2\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d5196b6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":225,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-118.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"30aae528\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"top\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"background_background\":\"gradient\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"6543d0d\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3707726\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":224,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-117.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"uae_particles_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"uae_particles_color\":\"globals\\/colors?id=6b41c87\",\"background_color_b\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[{\"id\":\"66e74c14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"16b312a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":222,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-115.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3f7c2003\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to Start Your Pain-Free Journey?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f0f9fc8\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"05d550d\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"345f4531\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.\",\"align\":\"left\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"80e27f4\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"header_size\":\"h4\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94daddf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/995f9ce8-line4-1.png\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":481,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":280,\"unit\":\"px\"},\"_offset_y\":{\"size\":61,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":49,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":88,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":196,\"unit\":\"px\"},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateX_effect\":\"yes\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c1a1228\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6acd3a9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5728f09\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":223,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-116.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7cfae86\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"classic\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=491606a\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\",\"eael_creative_button_hover_background_color\":\"globals\\/colors?id=secondary\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":96.152000000000001},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1009,230,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(1013,231,'_elementor_edit_mode','builder'),(1014,231,'_elementor_template_type','footer'),(1015,232,'_elementor_edit_mode','builder'),(1016,232,'_elementor_template_type','footer'),(1017,231,'_elementor_version','3.18.3'),(1018,231,'_elementor_pro_version','3.18.3'),(1019,231,'_eael_post_view_count','3'),(1020,231,'_astra_content_layout_flag','disabled'),(1021,231,'site-post-title','disabled'),(1022,231,'ast-title-bar-display','disabled'),(1023,231,'ast-featured-img','disabled'),(1024,231,'ast-site-content-layout','full-width-container'),(1025,231,'site-sidebar-layout','no-sidebar'),(1026,231,'_edit_lock','1705678468:2'),(1027,233,'_wp_attached_file','2024/01/b2d47cc3-quorum.png'),(1028,233,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:135;s:6:\"height\";i:34;s:4:\"file\";s:27:\"2024/01/b2d47cc3-quorum.png\";s:8:\"filesize\";i:889;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1029,233,'_elementor_source_image_hash','3d3033bf58057f4438a5287a1c5f88ebc573ecd7'),(1030,234,'_wp_attached_file','2024/01/placeholder-120.png'),(1031,234,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-120.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-120-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-120-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-120-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-120-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1032,234,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1033,235,'_wp_attached_file','2024/01/placeholder-121.png'),(1034,235,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-121.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-121-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-121-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-121-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-121-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1035,235,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1036,236,'_wp_attached_file','2024/01/placeholder-122.png'),(1037,236,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-122.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-122-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-122-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-122-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-122-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1038,236,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1039,237,'_wp_attached_file','2024/01/placeholder-123.png'),(1040,237,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-123.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-123-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-123-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-123-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-123-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1041,237,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1042,231,'_wp_page_template','default'),(1043,231,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1044,231,'_elementor_data','[{\"id\":\"7c20fd2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"744857e\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"20\",\"bottom\":\"35\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"303dcda\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":226,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-119.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6150b6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"ab6f4b2\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d5196b6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":225,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-118.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"ec4c25e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"top\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"background_background\":\"gradient\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"6543d0d\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3707726\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":224,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-117.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"uae_particles_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"uae_particles_color\":\"globals\\/colors?id=6b41c87\",\"background_color_b\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[{\"id\":\"838cf81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"16b312a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":222,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-115.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"998ff7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to Start Your Pain-Free Journey?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f0f9fc8\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"05d550d\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee2bf9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.\",\"align\":\"left\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"80e27f4\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"header_size\":\"h4\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2d8976\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/995f9ce8-line4-1.png\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":481,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":280,\"unit\":\"px\"},\"_offset_y\":{\"size\":61,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":49,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":88,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":196,\"unit\":\"px\"},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateX_effect\":\"yes\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c1a1228\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9706017\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5728f09\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":223,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-116.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"451ad22\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"classic\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=491606a\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\",\"eael_creative_button_hover_background_color\":\"globals\\/colors?id=secondary\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":96.152000000000001},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5bc26030\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#07090D\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"8a360a4\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7c44e5d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":237,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-123.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c01743f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.212,\"eael_cl_logics\":[{\"_id\":\"04953bf\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c6caa4\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":234,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-120.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"86371c9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c9c3bae\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"412d3a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b4a16f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":53.787999999999997,\"eael_cl_logics\":[{\"_id\":\"6829510\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db21150\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":235,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-121.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73ab26ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 Find Red Light Near Me 2023 | All Rights Reserved<\\/p>\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"bfaed5b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"726d62a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f69e649\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.666,\"eael_cl_logics\":[{\"_id\":\"245c32d\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"769e9c9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":236,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-122.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"39f3acf\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":97.885000000000005},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"185\"}],\"isInner\":false}],\"isInner\":false}]'),(1045,231,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(1046,238,'_elementor_edit_mode','builder'),(1047,238,'_elementor_template_type','footer'),(1048,238,'_elementor_version','3.18.3'),(1049,238,'_elementor_pro_version','3.18.3'),(1050,238,'_wp_page_template','default'),(1051,238,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1052,238,'_elementor_data','[{\"id\":\"5bc26030\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#07090D\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"8a360a4\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7c44e5d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":237,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-123.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c01743f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"04953bf\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c6caa4\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":234,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-120.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6356715\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":233,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/b2d47cc3-quorum.png\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"px\",\"size\":140,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d121f7e\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0d923e8\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"b4a16f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6829510\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db21150\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":235,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-121.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73ab26ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Copyright @WPDeveloper 2023\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"DM Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\",\"typography_text_transform\":\"capitalize\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"bfaed5b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"726d62a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f69e649\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"245c32d\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"769e9c9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":236,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-122.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"2b06c69d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"_id\":\"2ee7024\",\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"}},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0934998\"},{\"social_icon\":{\"value\":\"fab fa-facebook-f\",\"library\":\"fa-brands\"},\"_id\":\"7eef166\"}],\"align\":\"right\",\"align_mobile\":\"center\",\"icon_color\":\"custom\",\"icon_primary_color\":\"#16181F\",\"icon_secondary_color\":\"#FFFFFF\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#16181F\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"6bd7740\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e6d69a9\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false}],\"isInner\":false}]'),(1053,238,'_elementor_page_assets','a:0:{}'),(1054,239,'_elementor_edit_mode','builder'),(1055,239,'_elementor_template_type','footer'),(1056,239,'_elementor_version','3.18.3'),(1057,239,'_elementor_pro_version','3.18.3'),(1058,239,'_wp_page_template','default'),(1059,239,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1060,239,'_elementor_data','[{\"id\":\"5bc26030\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#07090D\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"8a360a4\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7c44e5d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":237,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-123.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c01743f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":25,\"eael_cl_logics\":[{\"_id\":\"04953bf\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c6caa4\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":234,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-120.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"86371c9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c9c3bae\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"412d3a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b4a16f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":50,\"eael_cl_logics\":[{\"_id\":\"6829510\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db21150\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":235,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-121.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73ab26ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 Find Red Light Near Me 2023 | All Rights Reserved<\\/p>\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"bfaed5b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"726d62a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f69e649\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.666,\"eael_cl_logics\":[{\"_id\":\"245c32d\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"769e9c9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":236,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-122.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"39f3acf\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"185\"}],\"isInner\":false}],\"isInner\":false}]'),(1061,239,'_elementor_page_assets','a:0:{}'),(1062,231,'_eael_custom_js',''),(1063,231,'_eael_widget_elements','a:1:{s:12:\"creative-btn\";s:12:\"creative-btn\";}'),(1065,240,'_elementor_edit_mode','builder'),(1066,240,'_elementor_template_type','widget'),(1067,240,'_wp_page_template','default'),(1068,240,'_elementor_version','3.18.3'),(1069,240,'_elementor_pro_version','3.18.3'),(1070,240,'_elementor_data','[{\"id\":\"185\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":97.885000000000005},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}]'),(1071,240,'_elementor_page_assets','a:0:{}'),(1072,240,'_elementor_template_widget_type','eael-creative-button'),(1073,240,'_elementor_global_widget_included_posts','a:7:{i:80;b:1;i:75;b:1;i:190;b:1;i:211;b:1;i:215;b:1;i:227;b:1;i:231;b:1;}'),(1074,185,'_elementor_controls_usage','a:1:{s:20:\"eael-creative-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:2:{s:20:\"creative_button_text\";i:1;s:24:\"creative_button_link_url\";i:1;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:11:{s:23:\"use_gradient_background\";i:1;s:51:\"eael_creative_button_gradient_background_background\";i:1;s:46:\"eael_creative_button_gradient_background_color\";i:1;s:22:\"creative_button_effect\";i:1;s:42:\"eael_creative_button_typography_typography\";i:1;s:43:\"eael_creative_button_typography_font_family\";i:1;s:43:\"eael_creative_button_typography_font_weight\";i:1;s:46:\"eael_creative_button_typography_letter_spacing\";i:1;s:30:\"eael_creative_button_alignment\";i:1;s:26:\"eael_creative_button_width\";i:1;s:48:\"eael_creative_button_gradient_background_color_b\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}}'),(1075,231,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1076,241,'_elementor_edit_mode','builder'),(1077,241,'_elementor_template_type','footer'),(1078,241,'_elementor_version','3.18.3'),(1079,241,'_elementor_pro_version','3.18.3'),(1080,241,'_wp_page_template','default'),(1081,241,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1082,241,'_elementor_data','[{\"id\":\"5bc26030\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#07090D\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"8a360a4\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7c44e5d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":237,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-123.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c01743f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.212,\"eael_cl_logics\":[{\"_id\":\"04953bf\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c6caa4\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":234,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-120.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"86371c9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c9c3bae\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"412d3a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b4a16f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":53.787999999999997,\"eael_cl_logics\":[{\"_id\":\"6829510\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db21150\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":235,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-121.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73ab26ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 Find Red Light Near Me 2023 | All Rights Reserved<\\/p>\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"bfaed5b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"726d62a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":111.667},\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f69e649\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.666,\"eael_cl_logics\":[{\"_id\":\"245c32d\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"769e9c9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":236,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-122.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"39f3acf\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":97.885000000000005},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"185\"}],\"isInner\":false}],\"isInner\":false}]'),(1083,241,'_elementor_page_assets','a:0:{}'),(1084,241,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1086,242,'_elementor_edit_mode','builder'),(1087,242,'_elementor_template_type','footer'),(1088,242,'_elementor_version','3.18.3'),(1089,242,'_elementor_pro_version','3.18.3'),(1090,242,'_wp_page_template','default'),(1091,242,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1092,242,'_elementor_data','[{\"id\":\"5bc26030\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#07090D\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"8a360a4\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7c44e5d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":237,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-123.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c01743f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.212,\"eael_cl_logics\":[{\"_id\":\"04953bf\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c6caa4\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":234,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-120.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"86371c9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c9c3bae\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"412d3a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b4a16f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":53.787999999999997,\"eael_cl_logics\":[{\"_id\":\"6829510\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db21150\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":235,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-121.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73ab26ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 Find Red Light Near Me 2023 | All Rights Reserved<\\/p>\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"bfaed5b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"726d62a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f69e649\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.666,\"eael_cl_logics\":[{\"_id\":\"245c32d\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"769e9c9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":236,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-122.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"39f3acf\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":97.885000000000005},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"185\"}],\"isInner\":false}],\"isInner\":false}]'),(1093,242,'_elementor_page_assets','a:0:{}'),(1094,242,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1099,243,'_elementor_edit_mode','builder'),(1100,243,'_elementor_template_type','header'),(1101,243,'_elementor_version','3.18.3'),(1102,243,'_elementor_pro_version','3.18.3'),(1103,243,'_wp_page_template','default'),(1104,243,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81493cb\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.591000000000001,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c6a85e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5bf184a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"17ef931\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"87c8359\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_typography_typography\":\"custom\",\"eael_simple_menu_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_item_typography_font_weight\":\"500\",\"eael_simple_menu_item_color\":\"#596E7B\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_color_hover\":\"#E08F00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_typography_text_transform\":\"capitalize\",\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_simple_menu_item_color_active\":\"#E08F00\",\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"02c77a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.408999999999999,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f269\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Kumbh Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9375783\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"input_border_color_focus\":\"globals\\/colors?id=primary\",\"input_border_color\":\"globals\\/colors?id=accent\",\"button_text_color_hover\":\"globals\\/colors?id=primary\",\"input_background_color_focus\":\"\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"d4d9f5a\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34.561999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(1105,243,'_elementor_page_assets','a:0:{}'),(1106,243,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1107,243,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1111,244,'_elementor_edit_mode','builder'),(1112,244,'_elementor_template_type','header'),(1113,244,'_elementor_version','3.18.3'),(1114,244,'_elementor_pro_version','3.18.3'),(1115,244,'_wp_page_template','default'),(1116,244,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81493cb\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.591000000000001,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c6a85e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5bf184a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"17ef931\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"87c8359\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_typography_typography\":\"custom\",\"eael_simple_menu_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_item_typography_font_weight\":\"500\",\"eael_simple_menu_item_color\":\"#596E7B\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_color_hover\":\"#E08F00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_typography_text_transform\":\"capitalize\",\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_simple_menu_item_color_active\":\"#E08F00\",\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"02c77a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.408999999999999,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f269\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Kumbh Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":63.250999999999998},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9375783\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"input_border_color_focus\":\"globals\\/colors?id=primary\",\"input_border_color\":\"globals\\/colors?id=accent\",\"button_text_color_hover\":\"globals\\/colors?id=primary\",\"input_background_color_focus\":\"\"},\"_element_width_tablet\":\"initial\",\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"d4d9f5a\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34.561999999999998},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(1117,244,'_elementor_page_assets','a:0:{}'),(1118,244,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1119,244,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1122,245,'_elementor_edit_mode','builder'),(1123,245,'_elementor_template_type','header'),(1124,245,'_elementor_version','3.18.3'),(1125,245,'_elementor_pro_version','3.18.3'),(1126,245,'_wp_page_template','default'),(1127,245,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81493cb\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.591000000000001,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c6a85e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5bf184a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"17ef931\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"87c8359\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":154.917},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_typography_typography\":\"custom\",\"eael_simple_menu_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_item_typography_font_weight\":\"500\",\"eael_simple_menu_item_color\":\"#596E7B\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_color_hover\":\"#E08F00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_typography_text_transform\":\"capitalize\",\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_simple_menu_item_color_active\":\"#E08F00\",\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"02c77a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.408999999999999,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f269\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Kumbh Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":63.250999999999998},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9375783\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"input_border_color_focus\":\"globals\\/colors?id=primary\",\"input_border_color\":\"globals\\/colors?id=accent\",\"button_text_color_hover\":\"globals\\/colors?id=primary\",\"input_background_color_focus\":\"\"},\"_element_width_tablet\":\"initial\",\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"d4d9f5a\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34.561999999999998},\"_flex_size\":\"none\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(1128,245,'_elementor_page_assets','a:0:{}'),(1129,245,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1130,245,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1132,246,'_elementor_edit_mode','builder'),(1133,246,'_elementor_template_type','header'),(1134,246,'_elementor_version','3.18.3'),(1135,246,'_elementor_pro_version','3.18.3'),(1136,246,'_wp_page_template','default'),(1137,246,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81493cb\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.591000000000001,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c6a85e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5bf184a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"17ef931\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"87c8359\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":154.917},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_typography_typography\":\"custom\",\"eael_simple_menu_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_item_typography_font_weight\":\"500\",\"eael_simple_menu_item_color\":\"#596E7B\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_color_hover\":\"#E08F00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_typography_text_transform\":\"capitalize\",\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_simple_menu_item_color_active\":\"#E08F00\",\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"02c77a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.408999999999999,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f269\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Kumbh Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":63.250999999999998},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9375783\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"input_border_color_focus\":\"globals\\/colors?id=primary\",\"input_border_color\":\"globals\\/colors?id=accent\",\"button_text_color_hover\":\"globals\\/colors?id=primary\",\"input_background_color_focus\":\"\"},\"_element_width_tablet\":\"initial\",\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"d4d9f5a\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34.561999999999998},\"_flex_size\":\"none\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(1138,246,'_elementor_page_assets','a:0:{}'),(1139,246,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1140,246,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1143,247,'_elementor_edit_mode','builder'),(1144,247,'_elementor_template_type','page'),(1145,247,'_elementor_version','3.18.3'),(1146,247,'_elementor_pro_version','3.18.3'),(1147,247,'_wp_page_template','elementor_header_footer'),(1148,247,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'); INSERT INTO `wp_postmeta` VALUES (1149,247,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079f7f2\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"eael_creative_button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":57.250999999999998},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":37.293999999999997},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2273132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"9e328d1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"548287c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Journey of Healing: A Deeper Dive into\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1387f36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d0c2ee6\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a28e4cc\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b9f2be1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"744857e\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"20\",\"bottom\":\"35\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"303dcda\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":226,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-119.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c9b51cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"ab6f4b2\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d5196b6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":225,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-118.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"30aae528\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"top\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"background_background\":\"gradient\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"6543d0d\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3707726\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":224,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-117.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"uae_particles_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"uae_particles_color\":\"globals\\/colors?id=6b41c87\",\"background_color_b\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[{\"id\":\"66e74c14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"16b312a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":222,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-115.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3f7c2003\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to Start Your Pain-Free Journey?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f0f9fc8\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"05d550d\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"345f4531\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.\",\"align\":\"left\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"80e27f4\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"header_size\":\"h4\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94daddf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/995f9ce8-line4-1.png\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":481,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":280,\"unit\":\"px\"},\"_offset_y\":{\"size\":61,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":49,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":88,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":196,\"unit\":\"px\"},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateX_effect\":\"yes\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c1a1228\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6acd3a9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5728f09\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":223,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-116.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7cfae86\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"classic\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=491606a\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\",\"eael_creative_button_hover_background_color\":\"globals\\/colors?id=secondary\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":96.152000000000001},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1150,247,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(1153,248,'_edit_lock','1705681125:2'),(1154,248,'_edit_last','2'),(1155,248,'_elementor_edit_mode','builder'),(1156,248,'_elementor_template_type','wp-page'),(1157,248,'_elementor_version','3.18.3'),(1158,248,'_elementor_pro_version','3.18.3'),(1159,248,'_astra_content_layout_flag','disabled'),(1160,248,'site-post-title','disabled'),(1161,248,'ast-title-bar-display','disabled'),(1162,248,'ast-featured-img','disabled'),(1163,248,'ast-site-content-layout','full-width-container'),(1164,248,'site-sidebar-layout','no-sidebar'),(1165,249,'_wp_attached_file','2024/01/placeholder-124.png'),(1166,249,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-124.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-124-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-124-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-124-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-124-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1167,249,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1168,250,'_wp_attached_file','2024/01/placeholder-125.png'),(1169,250,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-125.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-125-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-125-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-125-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-125-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1170,250,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1171,251,'_wp_attached_file','2024/01/placeholder-126.png'),(1172,251,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-126.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-126-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-126-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-126-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-126-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1173,251,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1174,252,'_wp_attached_file','2024/01/placeholder-127.png'),(1175,252,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-127.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-127-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-127-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-127-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-127-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1176,252,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1177,253,'_wp_attached_file','2024/01/placeholder-128.png'),(1178,253,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-128.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-128-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-128-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-128-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-128-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1179,253,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1180,254,'_wp_attached_file','2024/01/placeholder-129.png'),(1181,254,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-129.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-129-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-129-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-129-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-129-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1182,254,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1183,255,'_wp_attached_file','2024/01/placeholder-130.png'),(1184,255,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-130.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-130-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-130-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-130-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-130-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1185,255,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1186,256,'_wp_attached_file','2024/01/placeholder-131.png'),(1187,256,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-131.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-131-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-131-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-131-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-131-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1188,256,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1189,257,'_wp_attached_file','2024/01/placeholder-132.png'),(1190,257,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-132.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-132-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-132-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-132-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-132-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1191,257,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1192,258,'_wp_attached_file','2024/01/placeholder-133.png'),(1193,258,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-133.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-133-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-133-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-133-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-133-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1194,258,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1195,259,'_wp_attached_file','2024/01/placeholder-134.png'),(1196,259,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-134.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-134-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-134-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-134-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-134-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1197,259,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1198,260,'_wp_attached_file','2024/01/placeholder-135.png'),(1199,260,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-135.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-135-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-135-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-135-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-135-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1200,260,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1201,261,'_wp_attached_file','2024/01/placeholder-136.png'),(1202,261,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-136.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-136-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-136-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-136-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-136-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1203,261,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1204,262,'_wp_attached_file','2024/01/placeholder-137.png'),(1205,262,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-137.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-137-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-137-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-137-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-137-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1206,262,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1207,263,'_wp_attached_file','2024/01/placeholder-138.png'),(1208,263,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-138.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-138-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-138-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-138-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-138-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1209,263,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1210,264,'_wp_attached_file','2024/01/placeholder-139.png'),(1211,264,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-139.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-139-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-139-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-139-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-139-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1212,264,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1213,265,'_wp_attached_file','2024/01/placeholder-140.png'),(1214,265,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-140.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-140-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-140-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-140-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-140-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1215,265,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1216,266,'_wp_attached_file','2024/01/placeholder-141.png'),(1217,266,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-141.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-141-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-141-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-141-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-141-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1218,266,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1219,267,'_wp_attached_file','2024/01/placeholder-142.png'),(1220,267,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-142.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-142-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-142-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-142-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-142-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1221,267,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1222,268,'_wp_attached_file','2024/01/placeholder-143.png'),(1223,268,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-143.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-143-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-143-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-143-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-143-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1224,268,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1225,269,'_wp_attached_file','2024/01/placeholder-144.png'),(1226,269,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-144.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-144-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-144-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-144-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-144-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1227,269,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1228,270,'_wp_attached_file','2024/01/dfcb40a5-soft-star-1.png'),(1229,270,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:144;s:6:\"height\";i:144;s:4:\"file\";s:32:\"2024/01/dfcb40a5-soft-star-1.png\";s:8:\"filesize\";i:2169;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1230,270,'_elementor_source_image_hash','6455eea75ab0aa1a20ac43b41734184c70ab02b5'),(1231,271,'_wp_attached_file','2024/01/6a8fe18b-asterisk-3-1.png'),(1232,271,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:144;s:6:\"height\";i:144;s:4:\"file\";s:33:\"2024/01/6a8fe18b-asterisk-3-1.png\";s:8:\"filesize\";i:2694;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1233,271,'_elementor_source_image_hash','4e86ca1fae45fe1827dda044d9dd8e75769939e3'),(1234,272,'_wp_attached_file','2024/01/placeholder-145.png'),(1235,272,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-145.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-145-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-145-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-145-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-145-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1236,272,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1237,273,'_wp_attached_file','2024/01/placeholder-146.png'),(1238,273,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-146.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-146-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-146-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-146-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-146-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1239,273,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1240,274,'_wp_attached_file','2024/01/placeholder-147.png'),(1241,274,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-147.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-147-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-147-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-147-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-147-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1242,274,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1243,275,'_wp_attached_file','2024/01/placeholder-148.png'),(1244,275,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2024/01/placeholder-148.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-148-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2092;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-148-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-148-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-148-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1245,275,'_elementor_source_image_hash','492e0c58a09766014f19ca79af09a05aa10a39e7'),(1246,248,'_wp_page_template','elementor_header_footer'),(1247,248,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1248,248,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"premium_blog_number_of_posts\":10,\"featured_image_size\":\"medium_large\",\"premium_blog_author_meta\":\"\",\"premium_blog_date_meta\":\"\",\"premium_blog_comments_meta\":\"\",\"premium_blog_infinite_scroll\":\"yes\",\"premium_blog_cat_tabs\":\"yes\",\"box_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"premium_blog_filter_color\":\"globals\\/colors?id=0e0eb3d\",\"premium_blog_title_color\":\"globals\\/colors?id=primary\",\"premium_blog_title_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1249,248,'_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\";}}'),(1252,276,'_elementor_edit_mode','builder'),(1253,276,'_elementor_template_type','wp-page'),(1254,276,'_elementor_version','3.18.3'),(1255,276,'_elementor_pro_version','3.18.3'),(1256,276,'_wp_page_template','elementor_header_footer'),(1257,276,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1258,276,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6d77a872\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"9a692e1\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"efe3178\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":250,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-125.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"5b0af642\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"be10024\"}],\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7572ea9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":249,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-124.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6144f039\",\"elType\":\"widget\",\"settings\":{\"title\":\"#our blog\",\"header_size\":\"div\",\"title_color\":\"#FF8539\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"8\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"2031758\"}],\"_background_background\":\"classic\",\"_background_color\":\"#FFF0E7\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#FFD0B3\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"66f4e94\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs & Enrich Insights\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2D3A4F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":860,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ff00d5b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":0,\"bottom\":\"-40\",\"left\":0,\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"9a692e1\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5a38778\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":252,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-127.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"70f0a462\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"be10024\"}],\"space_between_widgets_tablet\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"702f7dd\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":251,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-126.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F5F7FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_background_color\":\"#F5F7FF\",\"input_border_color\":\"#475875\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"categories:\",\"header_size\":\"h4\",\"title_color\":\"#2D3A4F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"463ad909\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Technology (5)\",\"eael_feature_list_content\":\"\",\"_id\":\"7f816f0\",\"eael_feature_list_img\":{\"id\":255,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-130.png\"}},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Startup (7)\",\"eael_feature_list_content\":\"\",\"_id\":\"722564d\",\"eael_feature_list_img\":{\"id\":256,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-131.png\"}},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Marketing Tools (2)\",\"eael_feature_list_content\":\"\",\"_id\":\"5bdadea\",\"eael_feature_list_img\":{\"id\":257,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-132.png\"}},{\"_id\":\"46fef2a\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Business (14)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":258,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-133.png\"}},{\"_id\":\"625ad4d\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Products (4)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":259,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-134.png\"}},{\"_id\":\"3436e42\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Trends (5)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":260,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-135.png\"}}],\"eael_feature_list_title_size\":\"div\",\"eael_feature_list_connector\":\"\",\"eael_feature_list_icon_background_background\":\"classic\",\"eael_feature_list_icon_background_color\":\"#FFFFFF00\",\"eael_feature_list_icon_color\":\"#2D3A4F\",\"eael_feature_list_icon_circle_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_feature_list_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_feature_list_icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_feature_list_title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_feature_list_title_color\":\"#2D3A4F\",\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Urbanist\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4a59bec\"}],\"custom_css\":\"selector .eael-feature-list-icon-box {\\r\\n margin-top: -3px;\\r\\n}\",\"eael_feature_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"83115fe\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-feature-list\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"tags:\",\"header_size\":\"div\",\"title_color\":\"#2D3A4F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ace2dc\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31b81b4d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F5F7FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2d10662\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":262,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-137.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"17488a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fcc072e\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":261,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-136.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"499bbbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"SaaS\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"96896a1\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46662cbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Startup\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fc6d9ce\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3727fed8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff2c152\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64ba626b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"347bd46\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17bd4f76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c840ec0\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69ef4bfd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital \",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d571ee\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac821c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Innovation \",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"247cf0c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a8f2ed3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7724f3b\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e837ac7\",\"elType\":\"widget\",\"settings\":{\"title\":\"News\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2aa56ef\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f6bfbe9\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5cfa320\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb7ec6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"AI\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5f6ad65\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6df65320\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashboard \",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"49ea2c9\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"747260c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Application\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c602e9a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f57656e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"263f070\"}],\"background_background\":\"classic\",\"background_color\":\"#151A33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1421fa5\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":275,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-148.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"248caf22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"3adbea9\"}],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5d8d2d1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":274,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-147.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"79363896\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"52ef1d3\"}],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#232A4E\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"60bb36f\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":273,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-146.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"7806b337\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"9a7328d\"}],\"content_position\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9e57f21\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":272,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-145.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"5f561249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":860,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fc19f26\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d767c87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":270,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/dfcb40a5-soft-star-1.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"09a1fab\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"891fb51\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17806867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":271,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/6a8fe18b-asterisk-3-1.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"09a1fab\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1e1754d\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1259,276,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(1260,277,'_elementor_edit_mode','builder'),(1261,277,'_elementor_template_type','wp-page'),(1262,277,'_elementor_version','3.18.3'),(1263,277,'_elementor_pro_version','3.18.3'),(1264,277,'_wp_page_template','elementor_header_footer'),(1265,277,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1266,277,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6d77a872\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":600,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"9a692e1\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"efe3178\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":250,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-125.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"5b0af642\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"be10024\"}],\"space_between_widgets_tablet\":0,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7572ea9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":249,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-124.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6144f039\",\"elType\":\"widget\",\"settings\":{\"title\":\"#our blog\",\"header_size\":\"div\",\"title_color\":\"#FF8539\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"typography_font_style\":\"normal\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_line_height_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"16\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"16\",\"bottom\":\"8\",\"left\":\"16\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_vertical_align\":\"center\",\"_offset_x\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"_offset_x_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"%\",\"size\":0,\"sizes\":[]},\"_offset_y_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"2031758\"}],\"_background_background\":\"classic\",\"_background_color\":\"#FFF0E7\",\"_border_border\":\"solid\",\"_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"_border_color\":\"#FFD0B3\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"66f4e94\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs & Enrich Insights\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#2D3A4F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":38,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":860,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ff00d5b\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1170,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":0,\"bottom\":\"-40\",\"left\":0,\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"9a692e1\"}],\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5a38778\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":252,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-127.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"70f0a462\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"align\":\"center\",\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"be10024\"}],\"space_between_widgets_tablet\":0,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"702f7dd\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":251,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-126.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F5F7FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_background_color\":\"#F5F7FF\",\"input_border_color\":\"#475875\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"categories:\",\"header_size\":\"h4\",\"title_color\":\"#2D3A4F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"463ad909\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Technology (5)\",\"eael_feature_list_content\":\"\",\"_id\":\"7f816f0\",\"eael_feature_list_img\":{\"id\":255,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-130.png\"}},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Startup (7)\",\"eael_feature_list_content\":\"\",\"_id\":\"722564d\",\"eael_feature_list_img\":{\"id\":256,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-131.png\"}},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Marketing Tools (2)\",\"eael_feature_list_content\":\"\",\"_id\":\"5bdadea\",\"eael_feature_list_img\":{\"id\":257,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-132.png\"}},{\"_id\":\"46fef2a\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Business (14)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":258,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-133.png\"}},{\"_id\":\"625ad4d\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Products (4)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":259,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-134.png\"}},{\"_id\":\"3436e42\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Trends (5)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":260,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-135.png\"}}],\"eael_feature_list_title_size\":\"div\",\"eael_feature_list_connector\":\"\",\"eael_feature_list_icon_background_background\":\"classic\",\"eael_feature_list_icon_background_color\":\"#FFFFFF00\",\"eael_feature_list_icon_color\":\"#2D3A4F\",\"eael_feature_list_icon_circle_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_feature_list_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_feature_list_icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_feature_list_title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_feature_list_title_color\":\"#2D3A4F\",\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Urbanist\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4a59bec\"}],\"custom_css\":\"selector .eael-feature-list-icon-box {\\r\\n margin-top: -3px;\\r\\n}\",\"eael_feature_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"83115fe\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-feature-list\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"tags:\",\"header_size\":\"div\",\"title_color\":\"#2D3A4F\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"capitalize\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1ace2dc\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"31b81b4d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#F5F7FF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2d10662\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":262,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-137.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"17488a03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fcc072e\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":261,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-136.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"499bbbf0\",\"elType\":\"widget\",\"settings\":{\"title\":\"SaaS\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"96896a1\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46662cbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Startup\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fc6d9ce\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3727fed8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Email Marketing\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff2c152\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"64ba626b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Content Marketing\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"347bd46\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"17bd4f76\",\"elType\":\"widget\",\"settings\":{\"title\":\"Design\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c840ec0\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69ef4bfd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Digital \",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d571ee\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ac821c8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Innovation \",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"247cf0c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a8f2ed3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Marketing\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7724f3b\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e837ac7\",\"elType\":\"widget\",\"settings\":{\"title\":\"News\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2aa56ef\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6f6bfbe9\",\"elType\":\"widget\",\"settings\":{\"title\":\"SEO\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5cfa320\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1bb7ec6c\",\"elType\":\"widget\",\"settings\":{\"title\":\"AI\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5f6ad65\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6df65320\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dashboard \",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"49ea2c9\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"747260c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Application\",\"header_size\":\"div\",\"title_color\":\"#475875\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8881a9d\"}],\"custom_css\":\"selector .elementor-heading-title:hover{\\n color: #1E94F9;\\n}\",\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c602e9a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f57656e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"263f070\"}],\"background_background\":\"classic\",\"background_color\":\"#151A33\",\"border_radius\":{\"unit\":\"px\",\"top\":\"56\",\"right\":\"56\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"60\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"border_radius_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1421fa5\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":275,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-148.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"248caf22\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"3adbea9\"}],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5d8d2d1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":274,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-147.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"79363896\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"52ef1d3\"}],\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"120\",\"left\":\"0\",\"isLinked\":false},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#232A4E\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"60bb36f\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":273,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-146.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"7806b337\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"120\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"9a7328d\"}],\"content_position\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9e57f21\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":272,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-145.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"5f561249\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Urbanist\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"typography_font_weight\":\"700\",\"typography_text_transform\":\"capitalize\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":860,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"fc19f26\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d767c87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":270,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/dfcb40a5-soft-star-1.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":100,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":80,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"09a1fab\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"891fb51\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"17806867\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":271,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/6a8fe18b-asterisk-3-1.png\"},\"image_size\":\"full\",\"width\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_end\":{\"unit\":\"%\",\"size\":15,\"sizes\":[]},\"_offset_x_end_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_x_end_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":60,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"09a1fab\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1e1754d\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1267,277,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(1268,278,'_elementor_edit_mode','builder'),(1269,278,'_elementor_template_type','wp-page'),(1270,278,'_elementor_version','3.18.3'),(1271,278,'_elementor_pro_version','3.18.3'),(1272,278,'_wp_page_template','elementor_header_footer'),(1273,278,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1274,278,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"463ad909\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Technology (5)\",\"eael_feature_list_content\":\"\",\"_id\":\"7f816f0\",\"eael_feature_list_img\":{\"id\":255,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-130.png\"}},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Startup (7)\",\"eael_feature_list_content\":\"\",\"_id\":\"722564d\",\"eael_feature_list_img\":{\"id\":256,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-131.png\"}},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Marketing Tools (2)\",\"eael_feature_list_content\":\"\",\"_id\":\"5bdadea\",\"eael_feature_list_img\":{\"id\":257,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-132.png\"}},{\"_id\":\"46fef2a\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Business (14)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":258,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-133.png\"}},{\"_id\":\"625ad4d\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Products (4)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":259,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-134.png\"}},{\"_id\":\"3436e42\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Trends (5)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":260,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-135.png\"}}],\"eael_feature_list_title_size\":\"div\",\"eael_feature_list_connector\":\"\",\"eael_feature_list_icon_background_background\":\"classic\",\"eael_feature_list_icon_background_color\":\"#FFFFFF00\",\"eael_feature_list_icon_color\":\"#2D3A4F\",\"eael_feature_list_icon_circle_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_feature_list_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_feature_list_icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_feature_list_title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_feature_list_title_color\":\"#2D3A4F\",\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Urbanist\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4a59bec\"}],\"custom_css\":\"selector .eael-feature-list-icon-box {\\r\\n margin-top: -3px;\\r\\n}\",\"eael_feature_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"83115fe\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-feature-list\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1275,278,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(1276,248,'_eael_custom_js',''),(1277,248,'_eael_widget_elements','a:0:{}'),(1279,279,'_menu_item_type','post_type'),(1280,279,'_menu_item_menu_item_parent','0'),(1281,279,'_menu_item_object_id','248'),(1282,279,'_menu_item_object','page'),(1283,279,'_menu_item_target',''),(1284,279,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1285,279,'_menu_item_xfn',''),(1286,279,'_menu_item_url',''),(1288,280,'_elementor_edit_mode','builder'),(1289,280,'_elementor_template_type','header'),(1290,280,'_elementor_version','3.18.3'),(1291,280,'_elementor_pro_version','3.18.3'),(1292,280,'_wp_page_template','default'),(1293,280,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81493cb\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.591000000000001,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c6a85e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5bf184a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"17ef931\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"87c8359\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":154.917},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_typography_typography\":\"custom\",\"eael_simple_menu_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_item_typography_font_weight\":\"500\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_typography_text_transform\":\"capitalize\",\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"02c77a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_simple_menu_item_color\":\"globals\\/colors?id=accent\",\"eael_simple_menu_item_color_hover\":\"globals\\/colors?id=primary\",\"eael_simple_menu_item_color_active\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.408999999999999,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f269\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Kumbh Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":63.250999999999998},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9375783\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"input_border_color_focus\":\"globals\\/colors?id=primary\",\"input_border_color\":\"globals\\/colors?id=accent\",\"button_text_color_hover\":\"globals\\/colors?id=primary\",\"input_background_color_focus\":\"\"},\"_element_width_tablet\":\"initial\",\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"d4d9f5a\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34.561999999999998},\"_flex_size\":\"none\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(1294,280,'_elementor_page_assets','a:0:{}'),(1295,280,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1296,280,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1299,281,'_elementor_edit_mode','builder'),(1300,281,'_elementor_template_type','header'),(1301,281,'_elementor_version','3.18.3'),(1302,281,'_elementor_pro_version','3.18.3'),(1303,281,'_wp_page_template','default'),(1304,281,'_elementor_data','[{\"id\":\"2c988300\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#F6EBD8\",\"padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"20\",\"bottom\":\"15\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"0819d78\"}],\"background_background\":\"classic\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_badge_text\":\"New\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"81493cb\"}],\"pa_condition_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"3d018d81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.591000000000001,\"_inline_size_tablet\":100,\"align_tablet\":\"space-between\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"2f14f85\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8c6a85e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[{\"id\":\"5bf184a\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"17ef931\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"87c8359\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":28,\"sizes\":[]},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":154.917},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"theme-site-logo\"},{\"id\":\"61a70b39\",\"elType\":\"widget\",\"settings\":{\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_simple_menu_menu\":\"169\",\"eael_simple_menu_full_width\":\"yes\",\"eael_simple_menu_background\":\"#FFFFFF00\",\"eael_simple_menu_item_background\":\"#FFFFFF00\",\"eael_simple_menu_item_indicator_color_hover\":\"#000000\",\"eael_simple_menu_item_indicator_border_hover\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_background\":\"#000000\",\"eael_simple_menu_hamburger_top_level_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_top_level_item_bg_hover\":\"#1D1C1C\",\"eael_simple_menu_hamburger_top_level_item_color_active\":\"#E08F00\",\"eael_simple_menu_hamburger_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_background\":\"#151516\",\"eael_simple_menu_hamburger_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_dropdown_background\":\"#000000\",\"eael_simple_menu_dropdown_item_background\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_color\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_border\":\"#271E59\",\"eael_simple_menu_dropdown_item_color_hover\":\"#E08F00\",\"eael_simple_menu_hamburger_disable_selected_menu\":\"hide\",\"eael_cl_logics\":[{\"_id\":\"5136c83\"}],\"eael_simple_menu_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"12\",\"bottom\":\"15\",\"left\":\"12\",\"isLinked\":false},\"eael_simple_menu_item_indicator_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_hamburger_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"eael_simple_menu_hamburger_padding_tablet\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"15\",\"bottom\":\"06\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"00\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"eael_simple_menu_dropdown_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"eael_simple_menu_dropdown_item_padding\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"eael_simple_menu_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_divider_color\":\"#FFFFFF30\",\"eael_simple_menu_dropdown_item_typography_typography\":\"custom\",\"eael_simple_menu_dropdown_item_typography_font_family\":\"IBM Plex Sans\",\"eael_simple_menu_dropdown_item_typography_font_size\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"eael_simple_menu_dropdown_item_typography_font_weight\":\"500\",\"eael_simple_menu_dropdown_item_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_simple_menu_dropdown_item_color\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_indicator_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_item_background_hover\":\"#02010100\",\"eael_simple_menu_item_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"20\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"eael_simple_menu_hamburger_icon_color\":\"#FFFFFF\",\"eael_simple_menu_hamburger_top_level_item_bg_active\":\"#FFFFFF\",\"eael_simple_menu_hamburger_dropdown_item_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"eael_simple_menu_hamburger_dropdown_item_bg_hover\":\"#F3F3F300\",\"eael_simple_menu_hamburger_indicator_possition\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_simple_menu_dropdown_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_dropdown_item_background_hover\":\"#8FD16600\",\"eael_simple_menu_dropdown_item_indicator_color_hover\":\"#271E59\",\"eael_simple_menu_dropdown_item_indicator_background_hover\":\"#FFFFFF00\",\"eael_simple_menu_dropdown_item_indicator_border_hover\":\"#271E59\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_color\":\"#000000\",\"eael_simple_menu_item_indicator_border\":\"#00000000\",\"eael_simple_menu_item_background_active\":\"#02010100\",\"eael_simple_menu_hamburger_min_height_tablet\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"eael_simple_menu_dropdown_animation\":\"eael-simple-menu-dropdown-animate-fade\",\"eael_simple_menu_dropdown_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_simple_menu_item_indicator_background\":\"#FFFFFF\",\"eael_simple_menu_item_indicator_color_active\":\"#000000\",\"eael_simple_menu_item_indicator_border_active\":\"#FFFFFF\",\"eael_simple_menu_dropdown_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"custom_css\":\"selector .eael-simple-menu.eael-simple-menu-horizontal li ul{\\n width:240px;\\n}\",\"eael_hamburger_menu_item_alignment\":\"eael-hamburger-center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_element_width\":\"auto\",\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"02c77a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_simple_menu_item_color\":\"globals\\/colors?id=accent\",\"eael_simple_menu_item_color_hover\":\"globals\\/colors?id=primary\",\"eael_simple_menu_item_color_active\":\"globals\\/colors?id=primary\",\"eael_simple_menu_item_typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-simple-menu\"}],\"isInner\":false},{\"id\":\"61e08192\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.408999999999999,\"_inline_size_tablet\":100,\"align\":\"flex-end\",\"eael_cl_logics\":[{\"_id\":\"1a20f25\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f269\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"39f389b3\",\"elType\":\"widget\",\"settings\":{\"placeholder\":\"Search here\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":54,\"sizes\":[]},\"toggle_align\":\"right\",\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Kumbh Sans\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#8FA0AB\",\"input_background_color\":\"#02010100\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"button_text_color\":\"#8FA0AB\",\"button_background_color\":\"#54595F00\",\"icon_size\":{\"unit\":\"px\",\"size\":24,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"button_width\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":63.250999999999998},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"64cb226\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9375783\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"input_border_color_focus\":\"globals\\/colors?id=primary\",\"input_border_color\":\"globals\\/colors?id=accent\",\"button_text_color_hover\":\"globals\\/colors?id=primary\",\"input_background_color_focus\":\"\"},\"_element_width_tablet\":\"initial\",\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"d4d9f5a\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":34.561999999999998},\"_flex_size\":\"none\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":100}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false}],\"isInner\":false}]'),(1305,281,'_elementor_page_assets','a:0:{}'),(1306,281,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1307,281,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1308,80,'_elementor_controls_usage','a:6:{s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_mobile\";i:1;s:10:\"_flex_size\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:16:\"eael-simple-menu\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:6;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:32:\"eael_simple_menu_section_general\";a:1:{s:21:\"eael_simple_menu_menu\";i:1;}s:34:\"eael_simple_menu_section_hamburger\";a:2:{s:27:\"eael_simple_menu_full_width\";i:1;s:48:\"eael_simple_menu_hamburger_disable_selected_menu\";i:1;}}s:5:\"style\";a:5:{s:35:\"eael_simple_menu_section_style_menu\";a:1:{s:27:\"eael_simple_menu_background\";i:1;}s:45:\"eael_simple_menu_section_style_top_level_item\";a:12:{s:32:\"eael_simple_menu_item_background\";i:1;s:43:\"eael_simple_menu_item_indicator_color_hover\";i:1;s:44:\"eael_simple_menu_item_indicator_border_hover\";i:1;s:36:\"eael_simple_menu_item_indicator_size\";i:1;s:38:\"eael_simple_menu_item_background_hover\";i:1;s:29:\"eael_simple_menu_item_padding\";i:1;s:37:\"eael_simple_menu_item_indicator_color\";i:1;s:38:\"eael_simple_menu_item_indicator_border\";i:1;s:39:\"eael_simple_menu_item_background_active\";i:1;s:42:\"eael_simple_menu_item_indicator_background\";i:1;s:44:\"eael_simple_menu_item_indicator_color_active\";i:1;s:45:\"eael_simple_menu_item_indicator_border_active\";i:1;}s:42:\"eael_simple_menu_section_style_mobile_menu\";a:15:{s:47:\"eael_simple_menu_hamburger_top_level_item_color\";i:1;s:52:\"eael_simple_menu_hamburger_top_level_item_background\";i:1;s:53:\"eael_simple_menu_hamburger_top_level_item_color_hover\";i:1;s:50:\"eael_simple_menu_hamburger_top_level_item_bg_hover\";i:1;s:54:\"eael_simple_menu_hamburger_top_level_item_color_active\";i:1;s:46:\"eael_simple_menu_hamburger_dropdown_item_color\";i:1;s:51:\"eael_simple_menu_hamburger_dropdown_item_background\";i:1;s:52:\"eael_simple_menu_hamburger_dropdown_item_color_hover\";i:1;s:31:\"eael_simple_menu_hamburger_size\";i:1;s:48:\"eael_simple_menu_hamburger_dropdown_item_padding\";i:1;s:37:\"eael_simple_menu_hamburger_icon_color\";i:1;s:51:\"eael_simple_menu_hamburger_top_level_item_bg_active\";i:1;s:49:\"eael_simple_menu_hamburger_dropdown_item_bg_hover\";i:1;s:46:\"eael_simple_menu_hamburger_indicator_possition\";i:1;s:34:\"eael_hamburger_menu_item_alignment\";i:1;}s:39:\"eael_simple_menu_section_style_dropdown\";a:5:{s:36:\"eael_simple_menu_dropdown_background\";i:1;s:38:\"eael_simple_menu_dropdown_border_width\";i:1;s:39:\"eael_simple_menu_dropdown_border_radius\";i:1;s:33:\"eael_simple_menu_dropdown_padding\";i:1;s:35:\"eael_simple_menu_dropdown_animation\";i:1;}s:44:\"eael_simple_menu_section_style_dropdown_item\";a:18:{s:41:\"eael_simple_menu_dropdown_item_background\";i:1;s:46:\"eael_simple_menu_dropdown_item_indicator_color\";i:1;s:47:\"eael_simple_menu_dropdown_item_indicator_border\";i:1;s:42:\"eael_simple_menu_dropdown_item_color_hover\";i:1;s:38:\"eael_simple_menu_dropdown_item_padding\";i:1;s:44:\"eael_simple_menu_dropdown_item_divider_color\";i:1;s:52:\"eael_simple_menu_dropdown_item_typography_typography\";i:1;s:53:\"eael_simple_menu_dropdown_item_typography_font_family\";i:1;s:51:\"eael_simple_menu_dropdown_item_typography_font_size\";i:1;s:53:\"eael_simple_menu_dropdown_item_typography_font_weight\";i:1;s:53:\"eael_simple_menu_dropdown_item_typography_line_height\";i:1;s:36:\"eael_simple_menu_dropdown_item_color\";i:1;s:45:\"eael_simple_menu_dropdown_item_indicator_size\";i:1;s:51:\"eael_simple_menu_dropdown_item_indicator_background\";i:1;s:47:\"eael_simple_menu_dropdown_item_background_hover\";i:1;s:52:\"eael_simple_menu_dropdown_item_indicator_color_hover\";i:1;s:57:\"eael_simple_menu_dropdown_item_indicator_background_hover\";i:1;s:53:\"eael_simple_menu_dropdown_item_indicator_border_hover\";i:1;}}s:8:\"advanced\";a:4:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}s:14:\"_section_style\";a:3:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_width_tablet\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}}}}s:11:\"search-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"search_content\";a:3:{s:11:\"placeholder\";i:1;s:4:\"size\";i:1;s:12:\"toggle_align\";i:1;}}s:5:\"style\";a:2:{s:19:\"section_input_style\";a:8:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:16:\"input_text_color\";i:1;s:22:\"input_background_color\";i:1;s:19:\"button_border_width\";i:1;s:13:\"border_radius\";i:1;}s:20:\"section_button_style\";a:4:{s:17:\"button_text_color\";i:1;s:23:\"button_background_color\";i:1;s:9:\"icon_size\";i:1;s:12:\"button_width\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:21:\"_element_width_tablet\";i:1;s:10:\"_flex_size\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:20:\"eael-creative-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:2:{s:20:\"creative_button_text\";i:1;s:24:\"creative_button_link_url\";i:1;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:11:{s:23:\"use_gradient_background\";i:1;s:51:\"eael_creative_button_gradient_background_background\";i:1;s:46:\"eael_creative_button_gradient_background_color\";i:1;s:22:\"creative_button_effect\";i:1;s:42:\"eael_creative_button_typography_typography\";i:1;s:43:\"eael_creative_button_typography_font_family\";i:1;s:43:\"eael_creative_button_typography_font_weight\";i:1;s:46:\"eael_creative_button_typography_letter_spacing\";i:1;s:30:\"eael_creative_button_alignment\";i:1;s:26:\"eael_creative_button_width\";i:1;s:48:\"eael_creative_button_gradient_background_color_b\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;s:21:\"_element_width_mobile\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;s:16:\"content_position\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:2:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}}'),(1311,282,'_elementor_edit_mode','builder'),(1312,282,'_elementor_template_type','page'),(1313,282,'_elementor_version','3.18.3'),(1314,282,'_elementor_pro_version','3.18.3'),(1315,282,'_wp_page_template','elementor_header_footer'),(1316,282,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1317,282,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079f7f2\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"eael_creative_button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":57.250999999999998},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":37.293999999999997},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"},\"margin\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2273132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"9e328d1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"548287c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Journey of Healing: A Deeper Dive into\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1387f36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d0c2ee6\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a28e4cc\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b9f2be1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"744857e\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"20\",\"bottom\":\"35\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"303dcda\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":226,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-119.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c9b51cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"ab6f4b2\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d5196b6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":225,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-118.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"30aae528\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"top\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"background_background\":\"gradient\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"6543d0d\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3707726\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":224,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-117.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"uae_particles_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"uae_particles_color\":\"globals\\/colors?id=6b41c87\",\"background_color_b\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[{\"id\":\"66e74c14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"16b312a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":222,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-115.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3f7c2003\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to Start Your Pain-Free Journey?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f0f9fc8\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"05d550d\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"345f4531\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.\",\"align\":\"left\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"80e27f4\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"header_size\":\"h4\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94daddf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/995f9ce8-line4-1.png\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":481,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":280,\"unit\":\"px\"},\"_offset_y\":{\"size\":61,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":49,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":88,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":196,\"unit\":\"px\"},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateX_effect\":\"yes\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c1a1228\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6acd3a9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5728f09\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":223,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-116.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7cfae86\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"classic\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=491606a\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\",\"eael_creative_button_hover_background_color\":\"globals\\/colors?id=secondary\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":96.152000000000001},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1318,282,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(1322,283,'_elementor_edit_mode','builder'),(1323,283,'_elementor_template_type','page'),(1324,283,'_elementor_version','3.18.3'),(1325,283,'_elementor_pro_version','3.18.3'),(1326,283,'_wp_page_template','elementor_header_footer'),(1327,283,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1328,283,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079f7f2\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"eael_creative_button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":57.250999999999998},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":37.293999999999997},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"},\"margin\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2273132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"9e328d1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"548287c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Journey of Healing: A Deeper Dive into\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1387f36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d0c2ee6\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a28e4cc\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6b9f2be1\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"744857e\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"20\",\"bottom\":\"35\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"303dcda\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":226,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-119.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c9b51cd\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"ab6f4b2\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d5196b6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":225,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-118.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"30aae528\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"top\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"background_background\":\"gradient\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"6543d0d\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3707726\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":224,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-117.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"uae_particles_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"uae_particles_color\":\"globals\\/colors?id=6b41c87\",\"background_color_b\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[{\"id\":\"66e74c14\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"16b312a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":222,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-115.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3f7c2003\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to Start Your Pain-Free Journey?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f0f9fc8\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"05d550d\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"345f4531\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.\",\"align\":\"left\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"80e27f4\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"header_size\":\"h4\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"94daddf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/995f9ce8-line4-1.png\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":481,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":280,\"unit\":\"px\"},\"_offset_y\":{\"size\":61,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":49,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":88,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":196,\"unit\":\"px\"},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateX_effect\":\"yes\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c1a1228\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6acd3a9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5728f09\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":223,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-116.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"7cfae86\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"classic\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=491606a\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\",\"eael_creative_button_hover_background_color\":\"globals\\/colors?id=secondary\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":96.152000000000001},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1329,283,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(1333,284,'_elementor_edit_mode','builder'),(1334,284,'_elementor_template_type','wp-page'),(1335,284,'_elementor_version','3.18.3'),(1336,284,'_elementor_pro_version','3.18.3'),(1337,284,'_wp_page_template','elementor_header_footer'),(1338,284,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1339,284,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"463ad909\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Technology (5)\",\"eael_feature_list_content\":\"\",\"_id\":\"7f816f0\",\"eael_feature_list_img\":{\"id\":255,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-130.png\"}},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Startup (7)\",\"eael_feature_list_content\":\"\",\"_id\":\"722564d\",\"eael_feature_list_img\":{\"id\":256,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-131.png\"}},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Marketing Tools (2)\",\"eael_feature_list_content\":\"\",\"_id\":\"5bdadea\",\"eael_feature_list_img\":{\"id\":257,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-132.png\"}},{\"_id\":\"46fef2a\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Business (14)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":258,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-133.png\"}},{\"_id\":\"625ad4d\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Products (4)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":259,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-134.png\"}},{\"_id\":\"3436e42\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Trends (5)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":260,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-135.png\"}}],\"eael_feature_list_title_size\":\"div\",\"eael_feature_list_connector\":\"\",\"eael_feature_list_icon_background_background\":\"classic\",\"eael_feature_list_icon_background_color\":\"#FFFFFF00\",\"eael_feature_list_icon_color\":\"#2D3A4F\",\"eael_feature_list_icon_circle_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_feature_list_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_feature_list_icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_feature_list_title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_feature_list_title_color\":\"#2D3A4F\",\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Urbanist\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4a59bec\"}],\"custom_css\":\"selector .eael-feature-list-icon-box {\\r\\n margin-top: -3px;\\r\\n}\",\"eael_feature_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"83115fe\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-feature-list\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1340,284,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(1342,285,'_elementor_edit_mode','builder'),(1343,285,'_elementor_template_type','wp-page'),(1344,285,'_elementor_version','3.18.3'),(1345,285,'_elementor_pro_version','3.18.3'),(1346,285,'_wp_page_template','elementor_header_footer'),(1347,285,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1348,285,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"463ad909\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Technology (5)\",\"eael_feature_list_content\":\"\",\"_id\":\"7f816f0\",\"eael_feature_list_img\":{\"id\":255,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-130.png\"}},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Startup (7)\",\"eael_feature_list_content\":\"\",\"_id\":\"722564d\",\"eael_feature_list_img\":{\"id\":256,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-131.png\"}},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Marketing Tools (2)\",\"eael_feature_list_content\":\"\",\"_id\":\"5bdadea\",\"eael_feature_list_img\":{\"id\":257,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-132.png\"}},{\"_id\":\"46fef2a\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Business (14)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":258,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-133.png\"}},{\"_id\":\"625ad4d\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Products (4)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":259,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-134.png\"}},{\"_id\":\"3436e42\",\"eael_feature_list_icon_new\":{\"value\":\"fas fa-circle\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Trends (5)\",\"eael_feature_list_content\":\"\",\"eael_feature_list_img\":{\"id\":260,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-135.png\"}}],\"eael_feature_list_title_size\":\"div\",\"eael_feature_list_connector\":\"\",\"eael_feature_list_icon_background_background\":\"classic\",\"eael_feature_list_icon_background_color\":\"#FFFFFF00\",\"eael_feature_list_icon_color\":\"#2D3A4F\",\"eael_feature_list_icon_circle_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"eael_feature_list_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_feature_list_icon_space\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_feature_list_title_bottom_space\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_feature_list_title_color\":\"#2D3A4F\",\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Urbanist\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"4a59bec\"}],\"custom_css\":\"selector .eael-feature-list-icon-box {\\r\\n margin-top: -3px;\\r\\n}\",\"eael_feature_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"83115fe\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-feature-list\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1349,285,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(1351,286,'_elementor_edit_mode','builder'),(1352,286,'_elementor_template_type','wp-page'),(1353,286,'_elementor_version','3.18.3'),(1354,286,'_elementor_pro_version','3.18.3'),(1355,286,'_wp_page_template','elementor_header_footer'),(1356,286,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1357,286,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1358,286,'_elementor_page_assets','a:1:{s:6:\"styles\";a:4:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";}}'),(1362,288,'_edit_lock','1705676756:2'),(1363,288,'_edit_last','2'),(1364,288,'_thumbnail_id','151'),(1365,288,'_wp_page_template','default'),(1368,288,'site-sidebar-layout','default'),(1370,288,'ast-site-content-layout','default'),(1371,288,'site-content-style','default'),(1372,288,'site-sidebar-style','default'),(1373,288,'theme-transparent-header-meta','default'),(1374,288,'astra-migrate-meta-layouts','set'),(1375,288,'_eael_post_view_count','630'),(1377,290,'_elementor_edit_mode','builder'),(1378,290,'_elementor_template_type','single-post'),(1379,290,'_elementor_version','3.18.3'),(1380,290,'_elementor_pro_version','3.18.3'),(1381,290,'_wp_page_template','elementor_header_footer'),(1382,290,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1383,290,'_elementor_data','[{\"id\":\"1382a555\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"af85e12\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":180,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-111.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=0e0eb3d\"},\"layout\":\"full_width\"},\"elements\":[{\"id\":\"d2eb8cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"242bbca\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":179,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-110.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6fc40ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1e06560\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":173,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-104.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6cf95625\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8a9d468\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":171,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-102.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"23ab29d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Post\",\"align\":\"left\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9e21b51\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"2a7019e\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=491606a\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"37f29143\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2f0b192\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":172,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-103.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"44f8e62a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Posts\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#FF0302\",\"background_color\":\"#F6EBD800\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"300e224\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5813532\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":19,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.79)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0d21402\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f782a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"65667b1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"18c22ee\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":178,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-109.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"53ccc006\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"_inline_size_tablet\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a00fb52\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":174,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-105.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73fb95b\",\"elType\":\"widget\",\"settings\":{\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b175712\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0362558\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"33243263\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6f43a1b\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":177,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-108.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3654effe\",\"elType\":\"widget\",\"settings\":{\"title\":\"You May Like\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b4a2296\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69933dcd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":5,\"eael_post_list_topbar\":\"\",\"eael_post_list_topbar_title\":\"Recent Posts\",\"eael_post_list_topbar_term_all_text\":\"All\",\"eael_post_list_pagination\":\"\",\"eael_post_list_featured_area\":\"\",\"eael_post_list_columns\":\"1\",\"eael_post_featured_image_size\":\"thumbnail\",\"eael_post_list_post_meta\":\"\",\"eael_post_list_excerpt_expanison_indicator\":\"...\",\"eael_post_list_read_more_text\":\"Read More\",\"eael_post_list_post_cat\":\"yes\",\"title_link_nofollow\":\"true\",\"eael_post_list_container_bg_color\":\"#FFFFFF00\",\"eael_post_list_container_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_box_shadow_box_shadow_type\":\"yes\",\"eael_post_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"eael_post_list_title_color\":\"#052133\",\"eael_post_list_title_hover_color\":\"#E08F00\",\"eael_post_list_title_typography_typography\":\"custom\",\"eael_post_list_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_post_list_title_typography_font_weight\":\"600\",\"eael_post_list_title_typography_text_transform\":\"capitalize\",\"eael_post_list_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_list_excerpt_color\":\"#8FA0AB\",\"eael_post_list_excerpt_typography_typography\":\"custom\",\"eael_post_list_excerpt_typography_font_family\":\"Inter\",\"eael_post_list_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_list_excerpt_typography_font_weight\":\"500\",\"eael_post_list_excerpt_typography_text_transform\":\"capitalize\",\"eael_post_list_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"category_typography_typography\":\"custom\",\"category_typography_font_family\":\"Inter\",\"category_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"category_typography_font_weight\":\"500\",\"category_typography_text_transform\":\"capitalize\",\"category_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"post_list_category_color\":\"#E08F00\",\"post_list_category_bg_color\":\"#F6EBD8\",\"post_list_category_color_hover\":\"#FFFFFF\",\"post_list_category_bg_color_hover\":\"#E08F00\",\"category_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"category_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"8\",\"bottom\":\"6\",\"left\":\"8\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"444677c\"}],\"custom_css\":\"\\nselector .eael-post-list-thumbnail{\\n margin: 12px;\\n flex: 0 0 104px;\\n}\\nselector .eael-post-list-thumbnail img{\\n aspect-ratio:1;\\n border-radius:8px;\\n}\\n\\nselector .eael-post-list-container.layout-default .eael-post-list-content .meta-categories a{\\n border-radius:4px;\\n}\",\"eael_post_list_featured_thumb_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"category_ids\":[],\"eael_post_list_terms\":\"\",\"eael_post_list_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0329273\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-list\"},{\"id\":\"66ee3d4\",\"elType\":\"widget\",\"settings\":{\"eael_cta_title\":\"Looking for Red Light Therapy providers in your area?\",\"eael_cta_content\":\"<p>Visit Find Red Light Near Me to get started today.<\\/p>\",\"eael_cta_btn_text\":\"Find a Red Light Therapy Provider\",\"eael_cta_secondary_btn_text\":\"Click Now\",\"eael_cta_btn_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"18ca8a8\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0a180ce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_cta_btn_normal_bg_color\":\"globals\\/colors?id=primary\",\"eael_cta_btn_normal_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"eael_cta_btn_hover_bg_color\":\"globals\\/colors?id=f20ab43\",\"eael_cta_bg_color\":\"globals\\/colors?id=491606a\",\"eael_cta_title_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_cta_sub_title_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_cta_content_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_cta_title_typography_typography\":\"globals\\/typography?id=secondary\",\"eael_cta_sub_title_typography_typography\":\"globals\\/typography?id=secondary\",\"eael_cta_content_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"eael-cta-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1384,290,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(1385,290,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/post\";}'),(1388,291,'_elementor_edit_mode','builder'),(1389,291,'_elementor_template_type','footer'),(1390,291,'_elementor_version','3.18.3'),(1391,291,'_elementor_pro_version','3.18.3'),(1392,291,'_wp_page_template','default'),(1393,291,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1394,291,'_elementor_data','[{\"id\":\"7c20fd2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"744857e\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"20\",\"bottom\":\"35\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"303dcda\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":226,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-119.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6150b6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"ab6f4b2\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d5196b6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":225,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-118.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"ec4c25e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"top\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"background_background\":\"gradient\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"6543d0d\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3707726\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":224,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-117.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"uae_particles_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"uae_particles_color\":\"globals\\/colors?id=6b41c87\",\"background_color_b\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[{\"id\":\"838cf81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"16b312a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":222,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-115.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"998ff7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to Start Your Pain-Free Journey?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f0f9fc8\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"05d550d\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee2bf9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.\",\"align\":\"left\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"80e27f4\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"header_size\":\"h4\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2d8976\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/995f9ce8-line4-1.png\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":481,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":280,\"unit\":\"px\"},\"_offset_y\":{\"size\":61,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":49,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":88,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":196,\"unit\":\"px\"},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateX_effect\":\"yes\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c1a1228\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9706017\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5728f09\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":223,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-116.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"451ad22\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"classic\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=491606a\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\",\"eael_creative_button_hover_background_color\":\"globals\\/colors?id=secondary\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":96.152000000000001},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5bc26030\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#07090D\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"8a360a4\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7c44e5d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":237,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-123.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c01743f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.212,\"eael_cl_logics\":[{\"_id\":\"04953bf\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c6caa4\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":234,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-120.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"86371c9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c9c3bae\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"412d3a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b4a16f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":53.787999999999997,\"eael_cl_logics\":[{\"_id\":\"6829510\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db21150\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":235,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-121.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73ab26ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 Find Red Light Near Me 2023 | All Rights Reserved<\\/p>\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"bfaed5b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"726d62a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f69e649\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.666,\"eael_cl_logics\":[{\"_id\":\"245c32d\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"769e9c9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":236,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-122.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"39f3acf\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":97.885000000000005},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"185\"}],\"isInner\":false}],\"isInner\":false}]'),(1395,291,'_elementor_page_assets','a:0:{}'),(1396,291,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1399,292,'_elementor_edit_mode','builder'),(1400,292,'_elementor_template_type','page'),(1401,292,'_elementor_version','3.18.3'),(1402,292,'_elementor_pro_version','3.18.3'),(1403,292,'_wp_page_template','elementor_header_footer'),(1404,292,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1405,292,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079f7f2\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_typography_font_size\":{\"unit\":\"em\",\"size\":1.25,\"sizes\":[]},\"eael_creative_button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":57.250999999999998},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":37.293999999999997},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"},\"margin\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2273132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"9e328d1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"548287c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Journey of Healing: A Deeper Dive into\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1387f36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d0c2ee6\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a28e4cc\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1406,292,'_elementor_page_assets','a:1:{s:6:\"styles\";a:5:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";}}'),(1411,293,'_edit_lock','1705677190:2'),(1412,293,'_edit_last','2'),(1413,148,'_wp_attachment_image_alt','Exploring the Effectiveness of Red Light Therapy for Pain Relief'),(1414,293,'_thumbnail_id','148'),(1415,293,'_wp_page_template','default'),(1418,293,'site-sidebar-layout','default'),(1420,293,'ast-site-content-layout','default'),(1421,293,'site-content-style','default'),(1422,293,'site-sidebar-style','default'),(1423,293,'theme-transparent-header-meta','default'),(1424,293,'astra-migrate-meta-layouts','set'),(1426,293,'_eael_post_view_count','1731'),(1437,296,'_edit_lock','1705677642:2'),(1438,296,'_edit_last','2'),(1439,149,'_wp_attachment_image_alt','Harnessing the Radiance: Red Light\'s Role in Soothing Chronic Inflammation'),(1440,296,'_thumbnail_id','149'),(1441,296,'_wp_page_template','default'),(1444,296,'site-sidebar-layout','default'),(1446,296,'ast-site-content-layout','default'),(1447,296,'site-content-style','default'),(1448,296,'site-sidebar-style','default'),(1449,296,'theme-transparent-header-meta','default'),(1450,296,'astra-migrate-meta-layouts','set'),(1451,296,'_eael_post_view_count','425'),(1452,298,'_edit_lock','1705678139:2'),(1453,298,'_edit_last','2'),(1454,153,'_wp_attachment_image_alt','Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management'),(1455,298,'_thumbnail_id','153'),(1456,298,'_wp_page_template','default'),(1459,298,'site-sidebar-layout','default'),(1461,298,'ast-site-content-layout','default'),(1462,298,'site-content-style','default'),(1463,298,'site-sidebar-style','default'),(1464,298,'theme-transparent-header-meta','default'),(1465,298,'astra-migrate-meta-layouts','set'),(1466,298,'_eael_post_view_count','2535'),(1467,300,'_elementor_edit_mode','builder'),(1468,300,'_elementor_template_type','single-post'),(1469,300,'_elementor_version','3.18.3'),(1470,300,'_elementor_pro_version','3.18.3'),(1471,300,'_wp_page_template','elementor_header_footer'),(1472,300,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1473,300,'_elementor_data','[{\"id\":\"1382a555\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"130\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"ef6ec60\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"gap\":\"no\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"af85e12\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":180,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-111.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[{\"id\":\"d2eb8cc\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"3f838d6\"}],\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"242bbca\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":179,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-110.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"6fc40ee0\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#CFC6B7\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"35\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"b26b584\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"1e06560\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":173,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-104.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6cf95625\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f3f7560\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8a9d468\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":171,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-102.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"23ab29d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Featured Post\",\"align\":\"left\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9e21b51\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__dynamic__\":{\"title\":\"[elementor-tag id=\\\"2a7019e\\\" name=\\\"post-title\\\" settings=\\\"%7B%7D\\\"]\"},\"__globals__\":{\"title_color\":\"globals\\/colors?id=491606a\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"37f29143\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"f903545\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2f0b192\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":172,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-103.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"44f8e62a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Show All Posts\",\"align\":\"right\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_weight\":\"600\",\"button_text_color\":\"#FF0302\",\"background_color\":\"#F6EBD800\",\"hover_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"4\",\"right\":\"4\",\"bottom\":\"4\",\"left\":\"4\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"18\",\"right\":\"24\",\"bottom\":\"18\",\"left\":\"24\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"5ae58e0\"}],\"align_mobile\":\"center\",\"text_padding_tablet\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"24\",\"bottom\":\"16\",\"left\":\"24\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"300e224\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"\",\"button_background_hover_color\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"04aa5e3\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"excerpt\":\"[elementor-tag id=\\\"\\\" name=\\\"post-excerpt\\\" settings=\\\"%7B%22max_length%22%3A%22%22%2C%22apply_to_post_content%22%3A%22no%22%2C%22before%22%3A%22%22%2C%22after%22%3A%22%22%2C%22fallback%22%3A%22%22%7D\\\"]\"},\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6fa47c3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"8f3ba5c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-post-excerpt\"},{\"id\":\"5813532\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"post-featured-image\\\" settings=\\\"%7B%22fallback%22%3A%7B%22url%22%3A%22%22%2C%22id%22%3A%22%22%2C%22size%22%3A%22%22%7D%7D\\\"]\"},\"width\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"image_border_border\":\"solid\",\"image_border_width\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"image_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":19,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.79)\"},\"_margin\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0d21402\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f782a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"image_border_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"theme-post-featured-image\"},{\"id\":\"ed29d72\",\"elType\":\"widget\",\"settings\":{\"title\":\"Table of Contents\",\"exclude_headings_by_selector\":[],\"header_typography_typography\":\"custom\",\"header_typography_font_family\":\"Kumbh Sans\",\"header_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"header_typography_font_weight\":\"300\",\"list_typography_typography\":\"custom\",\"list_typography_font_family\":\"Kumbh Sans\",\"list_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"list_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"24a9f70\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"b5d580f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"header_typography_typography\":\"globals\\/typography?id=text\",\"list_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"table-of-contents\"},{\"id\":\"65667b1b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"22\",\"padding\":{\"unit\":\"px\",\"top\":\"64\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"58ed0c4\"}],\"gap\":\"no\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"18c22ee\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":178,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-109.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"53ccc006\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"eael_cl_logics\":[{\"_id\":\"6961f1c\"}],\"_inline_size_tablet\":55,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"12\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"a00fb52\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":174,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-105.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73fb95b\",\"elType\":\"widget\",\"settings\":{\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b175712\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0362558\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-post-content\"}],\"isInner\":true},{\"id\":\"33243263\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"_inline_size_tablet\":45,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"12\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"e7d6444\"}],\"animation\":\"fadeInRight\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6f43a1b\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":177,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-108.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3654effe\",\"elType\":\"widget\",\"settings\":{\"title\":\"You May Like\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b4a2296\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69933dcd\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":5,\"eael_post_list_topbar\":\"\",\"eael_post_list_topbar_title\":\"Recent Posts\",\"eael_post_list_topbar_term_all_text\":\"All\",\"eael_post_list_pagination\":\"\",\"eael_post_list_featured_area\":\"\",\"eael_post_list_columns\":\"1\",\"eael_post_featured_image_size\":\"thumbnail\",\"eael_post_list_post_meta\":\"\",\"eael_post_list_excerpt_expanison_indicator\":\"...\",\"eael_post_list_read_more_text\":\"Read More\",\"eael_post_list_post_cat\":\"yes\",\"title_link_nofollow\":\"true\",\"eael_post_list_container_bg_color\":\"#FFFFFF00\",\"eael_post_list_container_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_box_shadow_box_shadow_type\":\"yes\",\"eael_post_list_box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0)\"},\"eael_post_list_title_color\":\"#052133\",\"eael_post_list_title_hover_color\":\"#E08F00\",\"eael_post_list_title_typography_typography\":\"custom\",\"eael_post_list_title_typography_font_family\":\"IBM Plex Sans\",\"eael_post_list_title_typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_post_list_title_typography_font_weight\":\"600\",\"eael_post_list_title_typography_text_transform\":\"capitalize\",\"eael_post_list_title_typography_line_height\":{\"unit\":\"em\",\"size\":1.3999999999999999,\"sizes\":[]},\"eael_post_list_excerpt_color\":\"#8FA0AB\",\"eael_post_list_excerpt_typography_typography\":\"custom\",\"eael_post_list_excerpt_typography_font_family\":\"Inter\",\"eael_post_list_excerpt_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_post_list_excerpt_typography_font_weight\":\"500\",\"eael_post_list_excerpt_typography_text_transform\":\"capitalize\",\"eael_post_list_excerpt_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"category_typography_typography\":\"custom\",\"category_typography_font_family\":\"Inter\",\"category_typography_font_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"category_typography_font_weight\":\"500\",\"category_typography_text_transform\":\"capitalize\",\"category_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"post_list_category_color\":\"#E08F00\",\"post_list_category_bg_color\":\"#F6EBD8\",\"post_list_category_color_hover\":\"#FFFFFF\",\"post_list_category_bg_color_hover\":\"#E08F00\",\"category_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"category_padding\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"8\",\"bottom\":\"6\",\"left\":\"8\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"444677c\"}],\"custom_css\":\"\\nselector .eael-post-list-thumbnail{\\n margin: 12px;\\n flex: 0 0 104px;\\n}\\nselector .eael-post-list-thumbnail img{\\n aspect-ratio:1;\\n border-radius:8px;\\n}\\n\\nselector .eael-post-list-container.layout-default .eael-post-list-content .meta-categories a{\\n border-radius:4px;\\n}\",\"eael_post_list_featured_thumb_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"eael_post_list_border_radius\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"category_ids\":[],\"eael_post_list_terms\":\"\",\"eael_post_list_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_post_list_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0329273\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"eael-post-list\"},{\"id\":\"0217bcf\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags\",\"align\":\"left\",\"title_color\":\"#052133\",\"typography_typography\":\"custom\",\"typography_font_family\":\"IBM Plex Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":32,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"px\",\"size\":26,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_text_transform\":\"capitalize\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e9b0e12\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b4a2296\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b3a33f\",\"elType\":\"widget\",\"settings\":{\"filter_tabs_type\":\"post_tag\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0d47462\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"907d294\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"66ee3d4\",\"elType\":\"widget\",\"settings\":{\"eael_cta_title\":\"Looking for Red Light Therapy providers in your area?\",\"eael_cta_content\":\"<p>Visit Find Red Light Near Me to get started today.<\\/p>\",\"eael_cta_btn_text\":\"Find a Red Light Therapy Provider\",\"eael_cta_secondary_btn_text\":\"Click Now\",\"eael_cta_btn_border_radius\":{\"unit\":\"px\",\"size\":3,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"18ca8a8\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0a180ce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_cta_btn_normal_bg_color\":\"globals\\/colors?id=primary\",\"eael_cta_btn_normal_text_color\":\"globals\\/colors?id=astglobalcolor4\",\"eael_cta_btn_hover_bg_color\":\"globals\\/colors?id=f20ab43\",\"eael_cta_bg_color\":\"globals\\/colors?id=491606a\",\"eael_cta_title_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_cta_sub_title_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_cta_content_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_cta_title_typography_typography\":\"globals\\/typography?id=secondary\",\"eael_cta_sub_title_typography_typography\":\"globals\\/typography?id=secondary\",\"eael_cta_content_typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"eael-cta-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1474,300,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(1475,300,'_elementor_conditions','a:1:{i:0;s:21:\"include/singular/post\";}'),(1477,169,'_elementor_controls_usage','a:11:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_title\";a:1:{s:5:\"title\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:5:\"align\";i:3;s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:25:\"typography_text_transform\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:5;}}s:8:\"advanced\";a:4:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:5;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:5;}s:16:\"section_advanced\";a:1:{s:6:\"margin\";i:2;}s:15:\"section_effects\";a:1:{s:9:\"animation\";i:2;}}s:5:\"style\";a:1:{s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:5;}}}}s:6:\"button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_button\";a:1:{s:4:\"text\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:10:{s:5:\"align\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:22:\"typography_font_weight\";i:1;s:17:\"button_text_color\";i:1;s:16:\"background_color\";i:1;s:11:\"hover_color\";i:1;s:13:\"border_radius\";i:1;s:12:\"text_padding\";i:1;s:12:\"align_mobile\";i:1;}}s:8:\"advanced\";a:2:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:6:\"layout\";i:2;s:3:\"gap\";i:3;s:13:\"content_width\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:3:{s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:3;}s:18:\"section_background\";a:1:{s:21:\"background_background\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}}}}s:18:\"theme-post-excerpt\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:1:{s:5:\"align\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}s:7:\"content\";a:1:{s:15:\"section_content\";a:1:{s:7:\"excerpt\";i:1;}}}}s:25:\"theme-post-featured-image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:5:\"width\";i:1;s:19:\"image_border_border\";i:1;s:18:\"image_border_width\";i:1;s:19:\"image_border_radius\";i:1;s:27:\"image_box_shadow_box_shadow\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:17:\"table-of-contents\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:2:{s:5:\"style\";a:2:{s:12:\"header_style\";a:4:{s:28:\"header_typography_typography\";i:1;s:29:\"header_typography_font_family\";i:1;s:27:\"header_typography_font_size\";i:1;s:29:\"header_typography_font_weight\";i:1;}s:10:\"list_style\";a:4:{s:26:\"list_typography_typography\";i:1;s:27:\"list_typography_font_family\";i:1;s:25:\"list_typography_font_size\";i:1;s:27:\"list_typography_font_weight\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:18:\"theme-post-content\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:14:\"eael-post-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:4:{s:26:\"eael_section_post__filters\";a:2:{s:14:\"posts_per_page\";i:1;s:12:\"category_ids\";i:1;}s:29:\"eael_section_post_list_layout\";a:4:{s:21:\"eael_post_list_topbar\";i:1;s:25:\"eael_post_list_pagination\";i:1;s:28:\"eael_post_list_featured_area\";i:1;s:20:\"eael_post_list_terms\";i:1;}s:34:\"eael_section_post_list_post_layout\";a:4:{s:22:\"eael_post_list_columns\";i:1;s:29:\"eael_post_featured_image_size\";i:1;s:24:\"eael_post_list_post_meta\";i:1;s:23:\"eael_post_list_post_cat\";i:1;}s:23:\"section_post_list_links\";a:1:{s:19:\"title_link_nofollow\";i:1;}}s:5:\"style\";a:4:{s:28:\"eael_section_post_list_style\";a:2:{s:33:\"eael_post_list_container_bg_color\";i:1;s:38:\"eael_post_list_container_border_radius\";i:1;}s:25:\"eael_post_list_typography\";a:18:{s:41:\"eael_post_list_box_shadow_box_shadow_type\";i:1;s:36:\"eael_post_list_box_shadow_box_shadow\";i:1;s:26:\"eael_post_list_title_color\";i:1;s:32:\"eael_post_list_title_hover_color\";i:1;s:42:\"eael_post_list_title_typography_typography\";i:1;s:43:\"eael_post_list_title_typography_font_family\";i:1;s:41:\"eael_post_list_title_typography_font_size\";i:1;s:43:\"eael_post_list_title_typography_font_weight\";i:1;s:46:\"eael_post_list_title_typography_text_transform\";i:1;s:43:\"eael_post_list_title_typography_line_height\";i:1;s:28:\"eael_post_list_excerpt_color\";i:1;s:44:\"eael_post_list_excerpt_typography_typography\";i:1;s:45:\"eael_post_list_excerpt_typography_font_family\";i:1;s:43:\"eael_post_list_excerpt_typography_font_size\";i:1;s:45:\"eael_post_list_excerpt_typography_font_weight\";i:1;s:48:\"eael_post_list_excerpt_typography_text_transform\";i:1;s:45:\"eael_post_list_excerpt_typography_line_height\";i:1;s:28:\"eael_post_list_border_radius\";i:1;}s:22:\"category_style_section\";a:12:{s:30:\"category_typography_typography\";i:1;s:31:\"category_typography_font_family\";i:1;s:29:\"category_typography_font_size\";i:1;s:31:\"category_typography_font_weight\";i:1;s:34:\"category_typography_text_transform\";i:1;s:31:\"category_typography_line_height\";i:1;s:24:\"post_list_category_color\";i:1;s:27:\"post_list_category_bg_color\";i:1;s:30:\"post_list_category_color_hover\";i:1;s:33:\"post_list_category_bg_color_hover\";i:1;s:15:\"category_margin\";i:1;s:16:\"category_padding\";i:1;}s:34:\"eael_post_list_featured_typography\";a:1:{s:43:\"eael_post_list_featured_thumb_border_radius\";i:1;}}s:8:\"advanced\";a:3:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:18:\"section_custom_css\";a:1:{s:10:\"custom_css\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:14:\"premium-tcloud\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:13:\"query_section\";a:1:{s:16:\"filter_tabs_type\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:12:\"eael-cta-box\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:33:\"eael_section_cta_content_settings\";a:3:{s:14:\"eael_cta_title\";i:1;s:16:\"eael_cta_content\";i:1;s:17:\"eael_cta_btn_text\";i:1;}}s:5:\"style\";a:1:{s:35:\"eael_section_cta_btn_style_settings\";a:1:{s:26:\"eael_cta_btn_border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}}'),(1479,301,'_edit_lock','1705678521:2'),(1480,301,'_edit_last','2'),(1481,146,'_wp_attachment_image_alt','Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power'),(1482,301,'_thumbnail_id','146'),(1483,301,'_wp_page_template','default'),(1486,301,'site-sidebar-layout','default'),(1488,301,'ast-site-content-layout','default'),(1489,301,'site-content-style','default'),(1490,301,'site-sidebar-style','default'),(1491,301,'theme-transparent-header-meta','default'),(1492,301,'astra-migrate-meta-layouts','set'),(1493,301,'_eael_post_view_count','2288'),(1494,303,'_elementor_edit_mode','builder'),(1495,303,'_elementor_template_type','footer'),(1496,303,'_elementor_version','3.18.3'),(1497,303,'_elementor_pro_version','3.18.3'),(1498,303,'_wp_page_template','default'),(1499,303,'_elementor_page_settings','a:1:{s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1500,303,'_elementor_data','[{\"id\":\"7c20fd2\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"12\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"744857e\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"20\",\"bottom\":\"35\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"030\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"303dcda\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":226,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-119.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"6150b6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"ab6f4b2\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d5196b6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":225,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-118.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"ec4c25e\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"top\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"background_background\":\"gradient\",\"border_radius\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"6543d0d\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"3707726\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":224,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-117.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"uae_particles_opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=primary\",\"uae_particles_color\":\"globals\\/colors?id=6b41c87\",\"background_color_b\":\"globals\\/colors?id=f20ab43\"}},\"elements\":[{\"id\":\"838cf81\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"none\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"16b312a\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":222,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-115.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"998ff7e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Ready to Start Your Pain-Free Journey?\",\"align\":\"left\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f0f9fc8\"}],\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"05d550d\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"ee2bf9e\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.\",\"align\":\"left\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"align_mobile\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"80e27f4\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"header_size\":\"h4\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\",\"title_color\":\"globals\\/colors?id=astglobalcolor4\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2d8976\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":221,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/995f9ce8-line4-1.png\"},\"align\":\"left\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":250,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":481,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":280,\"unit\":\"px\"},\"_offset_y\":{\"size\":61,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":49,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":88,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":196,\"unit\":\"px\"},\"motion_fx_motion_fx_scrolling\":\"yes\",\"motion_fx_translateX_effect\":\"yes\",\"motion_fx_translateX_speed\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c1a1228\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"9706017\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"b8e9e20\"}],\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5728f09\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":223,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-116.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"451ad22\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"classic\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=491606a\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\",\"eael_creative_button_hover_background_color\":\"globals\\/colors?id=secondary\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":96.152000000000001},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5bc26030\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"content_position\":\"middle\",\"eael_parallax_layers_list\":[],\"structure\":\"30\",\"background_background\":\"classic\",\"background_color\":\"#07090D\",\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"80\",\"left\":\"20\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"8a360a4\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7c44e5d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":237,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-123.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"1c01743f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":21.212,\"eael_cl_logics\":[{\"_id\":\"04953bf\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2c6caa4\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":234,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-120.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"86371c9\",\"elType\":\"widget\",\"settings\":{\"__dynamic__\":{\"image\":\"[elementor-tag id=\\\"\\\" name=\\\"site-logo\\\" settings=\\\"%7B%7D\\\"]\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c9c3bae\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"412d3a1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"theme-site-logo\"}],\"isInner\":false},{\"id\":\"b4a16f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":53.787999999999997,\"eael_cl_logics\":[{\"_id\":\"6829510\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"db21150\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":235,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-121.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"73ab26ae\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Copyright \\u00a9 Find Red Light Near Me 2023 | All Rights Reserved<\\/p>\",\"align\":\"center\",\"align_mobile\":\"center\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"typography_font_weight\":\"300\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"bfaed5b\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"726d62a\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"6f69e649\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":24.666,\"eael_cl_logics\":[{\"_id\":\"245c32d\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"769e9c9\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":236,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-122.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"39f3acf\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":97.885000000000005},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"global\",\"templateID\":\"185\"}],\"isInner\":false}],\"isInner\":false}]'),(1501,303,'_elementor_page_assets','a:1:{s:6:\"styles\";a:2:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";}}'),(1502,303,'_elementor_conditions','a:1:{i:0;s:15:\"include/general\";}'),(1504,231,'_elementor_controls_usage','a:7:{s:7:\"heading\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:2;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:7:{s:5:\"align\";i:2;s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:1;s:22:\"typography_font_family\";i:1;s:20:\"typography_font_size\";i:1;s:22:\"typography_font_weight\";i:1;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:2;s:8:\"_padding\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:2;s:18:\"animation_duration\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:3:{s:5:\"align\";i:1;s:5:\"width\";i:1;s:5:\"space\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:4:{s:14:\"_element_width\";i:1;s:9:\"_position\";i:1;s:9:\"_offset_x\";i:1;s:9:\"_offset_y\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:15:\"section_effects\";a:3:{s:29:\"motion_fx_motion_fx_scrolling\";i:1;s:27:\"motion_fx_translateX_effect\";i:1;s:26:\"motion_fx_translateX_speed\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:6;s:21:\"space_between_widgets\";i:3;s:16:\"content_position\";i:1;s:5:\"align\";i:1;}}s:8:\"advanced\";a:4:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:6;}s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}s:15:\"section_effects\";a:2:{s:9:\"animation\";i:1;s:18:\"animation_duration\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:6;}}s:5:\"style\";a:1:{s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:6;}}}}s:20:\"eael-creative-button\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:2:{s:20:\"creative_button_text\";i:2;s:24:\"creative_button_link_url\";i:2;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:11:{s:23:\"use_gradient_background\";i:2;s:51:\"eael_creative_button_gradient_background_background\";i:2;s:46:\"eael_creative_button_gradient_background_color\";i:2;s:22:\"creative_button_effect\";i:2;s:42:\"eael_creative_button_typography_typography\";i:2;s:43:\"eael_creative_button_typography_font_family\";i:2;s:43:\"eael_creative_button_typography_font_weight\";i:2;s:46:\"eael_creative_button_typography_letter_spacing\";i:2;s:30:\"eael_creative_button_alignment\";i:2;s:26:\"eael_creative_button_width\";i:2;s:48:\"eael_creative_button_gradient_background_color_b\";i:2;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:2;s:21:\"_element_custom_width\";i:2;s:10:\"_flex_size\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:3:{s:13:\"content_width\";i:3;s:3:\"gap\";i:3;s:16:\"content_position\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}}s:5:\"style\";a:4:{s:18:\"section_background\";a:2:{s:21:\"background_background\";i:2;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:1;}s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:3;}s:13:\"uae_particles\";a:3:{s:20:\"uae_enable_particles\";i:1;s:20:\"uae_particles_styles\";i:1;s:21:\"uae_particles_opacity\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}}}}s:15:\"theme-site-logo\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:4:{s:7:\"general\";a:1:{s:11:\"__dynamic__\";a:1:{s:5:\"count\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:2:{s:5:\"align\";i:1;s:5:\"width\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}s:5:\"style\";a:1:{s:13:\"section_style\";a: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:3:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;}}}}}'),(1506,304,'_elementor_edit_mode','builder'),(1507,304,'_elementor_template_type','page'),(1508,304,'_elementor_version','3.18.3'),(1509,304,'_elementor_pro_version','3.18.3'),(1510,304,'_wp_page_template','elementor_header_footer'),(1511,304,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1512,304,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079f7f2\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_creative_button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":57.250999999999998},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":37.293999999999997},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"},\"margin\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2273132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"9e328d1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"548287c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Journey of Healing: A Deeper Dive into\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1387f36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d0c2ee6\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a28e4cc\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1513,304,'_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\";}}'),(1517,305,'_elementor_edit_mode','builder'),(1518,305,'_elementor_template_type','wp-page'),(1519,305,'_elementor_version','3.18.3'),(1520,305,'_elementor_pro_version','3.18.3'),(1521,305,'_wp_page_template','elementor_header_footer'),(1522,305,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1523,305,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1524,305,'_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\";}}'),(1526,306,'_elementor_edit_mode','builder'),(1527,306,'_elementor_template_type','wp-page'),(1528,306,'_elementor_version','3.18.3'),(1529,306,'_elementor_pro_version','3.18.3'),(1530,306,'_wp_page_template','elementor_header_footer'),(1531,306,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1532,306,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1533,306,'_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\";}}'),(1535,307,'_elementor_edit_mode','builder'),(1536,307,'_elementor_template_type','wp-page'),(1537,307,'_elementor_version','3.18.3'),(1538,307,'_elementor_pro_version','3.18.3'),(1539,307,'_wp_page_template','elementor_header_footer'),(1540,307,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1541,307,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"premium_blog_number_of_posts\":10},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1542,307,'_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\";}}'),(1555,309,'_elementor_edit_mode','builder'),(1556,309,'_elementor_template_type','wp-page'),(1557,309,'_elementor_version','3.18.3'),(1558,309,'_elementor_pro_version','3.18.3'),(1559,309,'_wp_page_template','elementor_header_footer'),(1560,309,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1561,309,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"premium_blog_number_of_posts\":10},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1562,309,'_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\";}}'),(1563,310,'_elementor_edit_mode','builder'),(1564,310,'_elementor_template_type','wp-page'),(1565,310,'_elementor_version','3.18.3'),(1566,310,'_elementor_pro_version','3.18.3'),(1567,310,'_wp_page_template','elementor_header_footer'),(1568,310,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1569,310,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"premium_blog_number_of_posts\":10},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1570,310,'_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\";}}'),(1571,311,'_elementor_edit_mode','builder'),(1572,311,'_elementor_template_type','wp-page'),(1573,311,'_elementor_version','3.18.3'),(1574,311,'_elementor_pro_version','3.18.3'),(1575,311,'_wp_page_template','elementor_header_footer'),(1576,311,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1577,311,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"premium_blog_number_of_posts\":10,\"featured_image_size\":\"medium_large\",\"premium_blog_author_meta\":\"\",\"premium_blog_date_meta\":\"\",\"premium_blog_comments_meta\":\"\",\"premium_blog_infinite_scroll\":\"yes\",\"premium_blog_cat_tabs\":\"yes\",\"__globals__\":{\"premium_blog_filter_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1578,311,'_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\";}}'),(1580,312,'_elementor_edit_mode','builder'),(1581,312,'_elementor_template_type','wp-page'),(1582,312,'_elementor_version','3.18.3'),(1583,312,'_elementor_pro_version','3.18.3'),(1584,312,'_wp_page_template','elementor_header_footer'),(1585,312,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1586,312,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"premium_blog_number_of_posts\":10,\"featured_image_size\":\"medium_large\",\"premium_blog_author_meta\":\"\",\"premium_blog_date_meta\":\"\",\"premium_blog_comments_meta\":\"\",\"premium_blog_infinite_scroll\":\"yes\",\"premium_blog_cat_tabs\":\"yes\",\"__globals__\":{\"premium_blog_filter_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1587,312,'_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\";}}'),(1588,313,'_elementor_edit_mode','builder'),(1589,313,'_elementor_template_type','wp-page'),(1590,313,'_elementor_version','3.18.3'),(1591,313,'_elementor_pro_version','3.18.3'),(1592,313,'_wp_page_template','elementor_header_footer'),(1593,313,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1594,313,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"premium_blog_number_of_posts\":10,\"featured_image_size\":\"medium_large\",\"premium_blog_author_meta\":\"\",\"premium_blog_date_meta\":\"\",\"premium_blog_comments_meta\":\"\",\"premium_blog_infinite_scroll\":\"yes\",\"premium_blog_cat_tabs\":\"yes\",\"__globals__\":{\"premium_blog_filter_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1595,313,'_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\";}}'),(1596,314,'_elementor_edit_mode','builder'),(1597,314,'_elementor_template_type','wp-page'),(1598,314,'_elementor_version','3.18.3'),(1599,314,'_elementor_pro_version','3.18.3'),(1600,314,'_wp_page_template','elementor_header_footer'),(1601,314,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1602,314,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"premium_blog_number_of_posts\":10,\"featured_image_size\":\"medium_large\",\"premium_blog_author_meta\":\"\",\"premium_blog_date_meta\":\"\",\"premium_blog_comments_meta\":\"\",\"premium_blog_infinite_scroll\":\"yes\",\"premium_blog_cat_tabs\":\"yes\",\"box_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"premium_blog_filter_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1603,314,'_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\";}}'),(1606,315,'_elementor_edit_mode','builder'),(1607,315,'_elementor_template_type','page'),(1608,315,'_elementor_version','3.18.3'),(1609,315,'_elementor_pro_version','3.18.3'),(1610,315,'_wp_page_template','elementor_header_footer'),(1611,315,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'); INSERT INTO `wp_postmeta` VALUES (1612,315,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079f7f2\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_creative_button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false},{\"id\":\"69d9aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"942113c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"c89165c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Explore Our\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Blogs\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"044b66c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":10,\"image_size\":\"medium_large\",\"excerpt_expanison_indicator\":\"...\",\"eael_read_more_text\":\"Read More\",\"eael_show_read_more_button\":\"\",\"read_more_button_text\":\"Read More\",\"eael_show_avatar\":\"\",\"eael_show_author\":\"\",\"eael_show_date\":\"\",\"eael_post_grid_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2ebb9e2\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"841f675\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_post_grid_title_color\":\"globals\\/colors?id=primary\",\"eael_post_grid_title_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-post-carousel\"}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":57.250999999999998},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":37.293999999999997},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"},\"margin\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2273132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"9e328d1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"548287c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Journey of Healing: A Deeper Dive into\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1387f36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d0c2ee6\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a28e4cc\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1613,315,'_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\";}}'),(1617,316,'_elementor_edit_mode','builder'),(1618,316,'_elementor_template_type','page'),(1619,316,'_elementor_version','3.18.3'),(1620,316,'_elementor_pro_version','3.18.3'),(1621,316,'_wp_page_template','elementor_header_footer'),(1622,316,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1623,316,'_elementor_data','[{\"id\":\"ec5e16f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"min_height\":{\"unit\":\"vh\",\"size\":70,\"sizes\":[]},\"min_height_tablet\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"min_height_mobile\":{\"unit\":\"vh\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg\",\"id\":154,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"gradient\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.58999999999999997,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"margin\":{\"unit\":\"%\",\"top\":\"9\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"72204b7\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\",\"background_overlay_color_b\":\"globals\\/colors?id=primary\"},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"b9e5709\",\"elType\":\"widget\",\"settings\":{\"title\":\"Welcome to the Healing Power of <br>Red Light Therapy\",\"header_size\":\"h1\",\"align\":\"center\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ad6c4e3\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e7af73e\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c0cd0dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"800\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ff79989\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f715bf9\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor5\",\"typography_typography\":\"\"},\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1e1ed99\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e71f952\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f9c82a0\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1000000000000001,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"typography_font_weight\":\"300\",\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"__globals__\":{\"text_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"079f7f2\",\"elType\":\"widget\",\"settings\":{\"creative_button_text\":\"Find Red Light Near You\",\"creative_button_secondary_text\":\"Go!\",\"use_gradient_background\":\"yes\",\"eael_creative_button_gradient_background_background\":\"gradient\",\"eael_creative_button_gradient_background_color\":\"#FF0302\",\"_element_width\":\"initial\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"c2a3081\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"291d56f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_creative_button_gradient_background_color\":\"globals\\/colors?id=primary\",\"eael_creative_button_gradient_background_color_b\":\"globals\\/colors?id=f20ab43\",\"eael_creative_button_typography_typography\":\"\",\"eael_creative_button_hover_border_color\":\"globals\\/colors?id=accent\"},\"creative_button_link_url\":{\"url\":\"https:\\/\\/findredlightnearme.com\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"creative_button_effect\":\"eael-creative-button--quidel\",\"eael_creative_button_typography_typography\":\"custom\",\"eael_creative_button_typography_font_family\":\"Kumbh Sans\",\"eael_creative_button_typography_font_weight\":\"600\",\"eael_creative_button_typography_letter_spacing\":{\"unit\":\"px\",\"size\":-0.29999999999999999,\"sizes\":[]},\"eael_creative_button_alignment\":\"center\",\"eael_creative_button_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"eael_creative_button_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_gradient_background_color_b\":\"#760100\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100},\"_flex_size\":\"none\",\"eael_creative_button_icon_indent\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"eael_creative_button_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"eael_creative_button_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_creative_button_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"_element_custom_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-creative-button\"}],\"isInner\":false},{\"id\":\"69d9aad\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"942113c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"margin\":{\"unit\":\"%\",\"top\":\"012\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"c89165c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Explore Our\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Blogs\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"044b66c\",\"elType\":\"widget\",\"settings\":{\"posts_per_page\":10,\"image_size\":\"medium_large\",\"excerpt_expanison_indicator\":\"...\",\"eael_read_more_text\":\"Read More\",\"eael_show_read_more_button\":\"\",\"read_more_button_text\":\"Read More\",\"eael_show_avatar\":\"\",\"eael_show_author\":\"\",\"eael_show_date\":\"\",\"eael_post_grid_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"2ebb9e2\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"841f675\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_post_grid_title_color\":\"globals\\/colors?id=primary\",\"eael_post_grid_title_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-post-carousel\"}],\"isInner\":false},{\"id\":\"dc246f4\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4be8cdb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":57.250999999999998},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"d27db5c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"What Is\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"061894f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e8611cc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":37.293999999999997},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3db4d4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg\",\"id\":202,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5fafef7\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"986d9a8\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"96575a2\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Why Choose\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"?\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"4432e10\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">It\'s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9ff67ce\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"092919a\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fa1dc30\",\"elType\":\"widget\",\"settings\":{\"eael_feature_list\":[{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-leaf\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Natural Inflammation Management\",\"eael_feature_list_content\":\"Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.\",\"_id\":\"514e51a\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-hands\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"A Holistic Alternative to Medication\",\"eael_feature_list_content\":\"We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.\",\"_id\":\"e05e28f\"},{\"eael_feature_list_icon_new\":{\"value\":\"fas fa-star\",\"library\":\"fa-solid\"},\"eael_feature_list_title\":\"Real Stories, Real Results\",\"eael_feature_list_content\":\"We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.\",\"_id\":\"d00f61b\"}],\"eael_feature_list_space_between\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"eael_feature_list_icon_background_background\":\"gradient\",\"eael_feature_list_icon_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"eael_feature_list_title_typography_typography\":\"custom\",\"eael_feature_list_title_typography_font_family\":\"Julius Sans One\",\"eael_feature_list_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"eael_feature_list_title_typography_font_weight\":\"600\",\"eael_feature_list_description_typography_typography\":\"custom\",\"eael_feature_list_description_typography_font_family\":\"Kumbh Sans\",\"eael_feature_list_description_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_feature_list_description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"623f26e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"3340a6f\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"eael_feature_list_icon_background_color\":\"globals\\/colors?id=primary\",\"eael_feature_list_icon_background_color_b\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"eael-feature-list\"}],\"isInner\":false},{\"id\":\"cf7a431\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"77bcbce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"},\"margin\":{\"unit\":\"%\",\"top\":\"12\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"4c59d72\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"Integrating\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"after_text\":\"Into Your Life\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"03\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=6b41c87\",\"words_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"e4981dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9187c5a\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0256fce\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"text_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"4fdb99c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":false},\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding\":{\"unit\":\"%\",\"top\":\"3\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"b478330\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=491606a\"}},\"elements\":[{\"id\":\"add57b0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"3453cbb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\",\"id\":216,\"size\":\"\",\"alt\":\"Personal Consultation - Red Light Therapy\",\"source\":\"library\"},\"title_text\":\"1. Personal Consultation: \",\"description_text\":\"Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"89431d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"cac01ed\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\",\"id\":204,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"2. Regular Sessions for Long-Term Benefits:\",\"description_text\":\"Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"bd158a5\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":31.864000000000001},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"03da762\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"16bb069\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\",\"id\":217,\"size\":\"\",\"alt\":\"Red Light Therapy Inflammation and Pain Relief\",\"source\":\"library\"},\"title_text\":\"3. Witness Your Transformation:\",\"description_text\":\"It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.\",\"image_size\":{\"unit\":\"%\",\"size\":97,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Julius Sans One\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.3500000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"description_typography_typography\":\"custom\",\"description_typography_font_family\":\"Kumbh Sans\",\"description_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"description_typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0a9e07d\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"07f4527\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"description_color\":\"globals\\/colors?id=6b41c87\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4a3d8d1\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1600,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-between\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"%\",\"top\":\"6\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_flex_align_self\":\"flex-start\",\"_flex_order\":\"start\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"a786637\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9c5c9b8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40.752000000000002},\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"c00a862\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"1a18959\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg\",\"id\":207,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9d6f426\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"759a8fa\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2f86895\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":56},\"background_background\":\"classic\",\"_flex_size\":\"none\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"ea4ac58\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"6f4df8b\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Science Behind\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"61ce324\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"typography_font_weight\":\"300\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0af5a10\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"95f71b3\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2273132\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"9e328d1\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"548287c\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"The Journey of Healing: A Deeper Dive into\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"3\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1387f36\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\",\"align\":\"center\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"d0c2ee6\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"a28e4cc\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"508b6ff6\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"structure\":\"20\",\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"a4ec677\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e0c45c6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":195,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-114.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3aba2f8d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":37.295000000000002,\"space_between_widgets\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"16\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"ddb2532\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":193,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-112.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"3fdc76f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":191,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\"},\"width\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"width_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space\":{\"unit\":\"px\",\"size\":180,\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":120,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":166,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":139,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-57,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f47e320\"}],\"_offset_x_mobile\":{\"size\":198,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-48,\"unit\":\"px\"},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"270756e\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"css_filters_css_filter\":\"custom\",\"css_filters_hue\":{\"unit\":\"px\",\"size\":288,\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"05c07bb\",\"elType\":\"widget\",\"settings\":{\"marker\":\"curly\",\"before_text\":\"FAQs About\",\"highlighted_text\":\"Red Light Therapy\",\"rotating_text\":\"Better\\nBigger\\nFaster\",\"alignment\":\"left\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Kumbh Sans\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":2.5,\"sizes\":[]},\"title_typography_font_weight\":\"600\",\"_margin\":{\"unit\":\"%\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"6\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"_margin_mobile\":{\"unit\":\"%\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"6aafdea\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"e6f6a8b\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"__globals__\":{\"title_typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"animated-headline\"},{\"id\":\"1183a76b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.\",\"align\":\"left\",\"title_color\":\"#515151\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"f21cbd4\"}],\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"dc2abca\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=text\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27972a32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":192,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\"},\"width_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"width_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"space_tablet\":{\"unit\":\"px\",\"size\":200,\"sizes\":[]},\"space_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-89,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-17,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y\":{\"size\":191,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":122,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":113,\"unit\":\"px\"},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0156ef4\"}],\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"900da5c\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2d336f72\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":62.704999999999998,\"space_between_widgets\":0,\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"35\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"077fc4a\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"8d7aae1\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":194,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-113.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"26b8742b\",\"elType\":\"widget\",\"settings\":{\"eael_adv_accordion_title_tag\":\"div\",\"eael_adv_accordion_icon_new\":{\"value\":\"fas fa-angle-down\",\"library\":\"fa-solid\"},\"eael_adv_accordion_faq_schema_show\":\"yes\",\"eael_adv_accordion_tab\":[{\"eael_adv_accordion_tab_title\":\"What is red light therapy (RLT)?\",\"_id\":\"bd9e7b4\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p>\"},{\"eael_adv_accordion_tab_title\":\"How does red light therapy work?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body\'s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p>\",\"_id\":\"91a35e0\"},{\"eael_adv_accordion_tab_title\":\"Who can benefit from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It\'s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p>\",\"_id\":\"bd1e8f0\"},{\"eael_adv_accordion_tab_title\":\"Is red light therapy safe?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It\'s gentle and doesn\'t harm your skin like some other treatments can. It\'s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p>\",\"_id\":\"0587ec5\"},{\"eael_adv_accordion_tab_title\":\"How long does a typical RLT session last?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p>\",\"_id\":\"ff80b88\"},{\"eael_adv_accordion_tab_title\":\"Can RLT be used alongside other treatments?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"d886ea4\"},{\"eael_adv_accordion_tab_title\":\"How quickly can I expect results from red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p>\",\"_id\":\"e3c6c78\"},{\"eael_adv_accordion_tab_title\":\"Are there any side effects of red light therapy?\",\"eael_adv_accordion_tab_icon_show\":\"\",\"eael_adv_accordion_tab_content\":\"<p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn\'t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn\'t last long.<\\/span><\\/p>\",\"_id\":\"4dcff8e\"}],\"eael_adv_accordion_tab_title_typography_typography\":\"custom\",\"eael_adv_accordion_tab_title_typography_font_family\":\"Kumbh Sans\",\"eael_adv_accordion_tab_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.1499999999999999,\"sizes\":[]},\"eael_adv_accordion_tab_title_typography_font_weight\":\"700\",\"eael_adv_accordion_tab_distance\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_tab_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":true},\"eael_adv_accordion_tab_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_background\":\"gradient\",\"eael_adv_accordion_tab_border_border\":\"solid\",\"eael_adv_accordion_tab_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"eael_adv_accordion_tab_border_color\":\"#E7E6F1\",\"eael_adv_accordion_tab_border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"eael_adv_accordion_tab_bgtype_hover_background\":\"classic\",\"eael_adv_accordion_tab_text_color_hover\":\"#2D3A4F\",\"eael_adv_accordion_tab_bgtype_active_background\":\"classic\",\"eael_adv_accordion_tab_bgtype_active_color\":\"#F5F7FF\",\"eael_adv_accordion_tab_text_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_icon_color_active\":\"#2D3A4F\",\"eael_adv_accordion_tab_border_active_border\":\"solid\",\"eael_adv_accordion_tab_border_active_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_tab_border_active_color\":\"#DFE7F5\",\"eael_adv_accordion_tab_border_radius_active\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"adv_accordion_content_bgtype_background\":\"classic\",\"eael_adv_accordion_content_padding\":{\"unit\":\"px\",\"top\":\"24\",\"right\":\"24\",\"bottom\":\"24\",\"left\":\"24\",\"isLinked\":false},\"eael_adv_accordion_content_border_border\":\"solid\",\"eael_adv_accordion_content_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":false},\"eael_adv_accordion_content_border_color\":\"#DFE7F5\",\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"d38b011\"}],\"_border_border\":\"none\",\"eael_adv_accordion_tab_title_typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"eael_adv_accordion_tab_border_radius_hover\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"adv_accordion_content_text_color\":\"#515151\",\"eael_adv_accordion_content_typography_typography\":\"custom\",\"eael_adv_accordion_content_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"eael_adv_accordion_content_typography_font_weight\":\"400\",\"eael_adv_accordion_content_typography_text_transform\":\"none\",\"eael_adv_accordion_content_typography_line_height\":{\"unit\":\"em\",\"size\":1.6000000000000001,\"sizes\":[]},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5dae3e2\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"eael_adv_accordion_tab_title_typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"eael_adv_accordion_tab_toggle_icon_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"eael_adv_accordion_tab_title_typography_typography\":\"\",\"eael_adv_accordion_tab_bgtype_color\":\"globals\\/colors?id=primary\",\"eael_adv_accordion_tab_bgtype_hover_color\":\"globals\\/colors?id=6b41c87\",\"eael_adv_accordion_tab_bgtype_color_b\":\"globals\\/colors?id=accent\",\"eael_adv_accordion_tab_text_color\":\"globals\\/colors?id=6b41c87\",\"adv_accordion_content_bgtype_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_color\":\"globals\\/colors?id=0e0eb3d\",\"eael_adv_tabs_tab_toggle_hover_color\":\"globals\\/colors?id=secondary\",\"eael_adv_tabs_tab_toggle_active_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"eael-adv-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1624,316,'_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\";}}'),(1626,75,'_elementor_controls_usage','a:12:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:5:\"align\";i:3;s:28:\"text_shadow_text_shadow_type\";i:2;s:23:\"text_shadow_text_shadow\";i:2;s:11:\"title_color\";i:3;s:21:\"typography_typography\";i:2;s:22:\"typography_font_family\";i:2;s:20:\"typography_font_size\";i:2;s:22:\"typography_font_weight\";i:2;s:22:\"typography_line_height\";i:1;}}s:8:\"advanced\";a:4:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:6;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:6;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:7:{s:5:\"align\";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:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:6;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:6;}}}}s:20:\"eael-creative-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"eael_section_creative_button_content\";a:3:{s:20:\"creative_button_text\";i:1;s:24:\"creative_button_link_url\";i:1;s:32:\"eael_creative_button_icon_indent\";i:1;}}s:5:\"style\";a:1:{s:37:\"eael_section_creative_button_settings\";a:12:{s:23:\"use_gradient_background\";i:1;s:51:\"eael_creative_button_gradient_background_background\";i:1;s:46:\"eael_creative_button_gradient_background_color\";i:1;s:22:\"creative_button_effect\";i:1;s:42:\"eael_creative_button_typography_typography\";i:1;s:43:\"eael_creative_button_typography_font_family\";i:1;s:43:\"eael_creative_button_typography_font_weight\";i:1;s:46:\"eael_creative_button_typography_letter_spacing\";i:1;s:30:\"eael_creative_button_alignment\";i:1;s:26:\"eael_creative_button_width\";i:1;s:48:\"eael_creative_button_gradient_background_color_b\";i:1;s:41:\"eael_creative_button_typography_font_size\";i:1;}}s:8:\"advanced\";a:3:{s:14:\"_section_style\";a:3:{s:14:\"_element_width\";i:1;s:21:\"_element_custom_width\";i:1;s:10:\"_flex_size\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:9:\"container\";a:3:{s:5:\"count\";i:15;s:15:\"control_percent\";i:0;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:24:\"section_layout_container\";a:7:{s:13:\"content_width\";i:8;s:10:\"min_height\";i:1;s:20:\"flex_justify_content\";i:3;s:16:\"flex_align_items\";i:3;s:14:\"flex_direction\";i:7;s:5:\"width\";i:7;s:11:\"boxed_width\";i:2;}}s:5:\"style\";a:3:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:5;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:2:{s:29:\"background_overlay_background\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:1:{s:13:\"border_radius\";i:3;}}s:8:\"advanced\";a:2:{s:14:\"section_layout\";a:5:{s:6:\"margin\";i:6;s:7:\"padding\";i:5;s:10:\"_flex_size\";i:7;s:16:\"_flex_align_self\";i:2;s:11:\"_flex_order\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:15;}}}}s:17:\"animated-headline\";a:3:{s:5:\"count\";i:7;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"text_elements\";a:5:{s:6:\"marker\";i:7;s:11:\"before_text\";i:7;s:16:\"highlighted_text\";i:7;s:10:\"after_text\";i:4;s:9:\"alignment\";i:4;}}s:5:\"style\";a:1:{s:18:\"section_style_text\";a:4:{s:27:\"title_typography_typography\";i:7;s:28:\"title_typography_font_family\";i:7;s:26:\"title_typography_font_size\";i:7;s:28:\"title_typography_font_weight\";i:7;}}s:8:\"advanced\";a:3:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:7;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:7;}s:14:\"_section_style\";a:1:{s:7:\"_margin\";i:3;}}}}s:18:\"eael-post-carousel\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:26:\"eael_section_post__filters\";a:1:{s:14:\"posts_per_page\";i:1;}s:33:\"eael_section_post_timeline_layout\";a:5:{s:10:\"image_size\";i:1;s:26:\"eael_show_read_more_button\";i:1;s:16:\"eael_show_avatar\";i:1;s:16:\"eael_show_author\";i:1;s:14:\"eael_show_date\";i:1;}}s:5:\"style\";a:1:{s:28:\"eael_section_post_grid_style\";a:1:{s:28:\"eael_post_grid_border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:5:\"image\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:1:{s:5:\"image\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_style_image\";a:5:{s:19:\"image_border_radius\";i:2;s:5:\"width\";i:1;s:5:\"space\";i:1;s:22:\"css_filters_css_filter\";i:1;s:15:\"css_filters_hue\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:2;s:14:\"_element_width\";i:2;s:9:\"_position\";i:2;s:9:\"_offset_x\";i:2;s:9:\"_offset_y\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:4;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:4;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}}}}s:17:\"eael-feature-list\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:42:\"eael_section_feature_list_content_settings\";a:1:{s:17:\"eael_feature_list\";i:1;}}s:5:\"style\";a:3:{s:31:\"eael_section_feature_list_style\";a:1:{s:31:\"eael_feature_list_space_between\";i:1;}s:36:\"eael_section_feature_list_style_icon\";a:2:{s:44:\"eael_feature_list_icon_background_background\";i:1;s:27:\"eael_feature_list_icon_size\";i:1;}s:39:\"eael_section_feature_list_style_content\";a:8:{s:45:\"eael_feature_list_title_typography_typography\";i:1;s:46:\"eael_feature_list_title_typography_font_family\";i:1;s:44:\"eael_feature_list_title_typography_font_size\";i:1;s:46:\"eael_feature_list_title_typography_font_weight\";i:1;s:51:\"eael_feature_list_description_typography_typography\";i:1;s:52:\"eael_feature_list_description_typography_font_family\";i:1;s:50:\"eael_feature_list_description_typography_font_size\";i:1;s:52:\"eael_feature_list_description_typography_font_weight\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}}}s:9:\"image-box\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_image\";a:3:{s:5:\"image\";i:3;s:10:\"title_text\";i:3;s:16:\"description_text\";i:3;}}s:5:\"style\";a:2:{s:19:\"section_style_image\";a:2:{s:10:\"image_size\";i:3;s:19:\"image_border_radius\";i:3;}s:21:\"section_style_content\";a:8:{s:27:\"title_typography_typography\";i:3;s:28:\"title_typography_font_family\";i:3;s:26:\"title_typography_font_size\";i:3;s:28:\"title_typography_font_weight\";i:3;s:33:\"description_typography_typography\";i:3;s:34:\"description_typography_font_family\";i:3;s:32:\"description_typography_font_size\";i:3;s:34:\"description_typography_font_weight\";i:3;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:2:{s:12:\"_inline_size\";i:2;s:21:\"space_between_widgets\";i:2;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}}s:5:\"style\";a:1:{s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:2;}}}}s:18:\"eael-adv-accordion\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:2:{s:35:\"eael_section_adv-accordion_settings\";a:3:{s:28:\"eael_adv_accordion_title_tag\";i:1;s:27:\"eael_adv_accordion_icon_new\";i:1;s:34:\"eael_adv_accordion_faq_schema_show\";i:1;}s:43:\"eael_section_adv_accordion_content_settings\";a:1:{s:22:\"eael_adv_accordion_tab\";i:1;}}s:5:\"style\";a:3:{s:46:\"eael_section_adv_accordions_tab_style_settings\";a:23:{s:50:\"eael_adv_accordion_tab_title_typography_typography\";i:1;s:51:\"eael_adv_accordion_tab_title_typography_font_family\";i:1;s:49:\"eael_adv_accordion_tab_title_typography_font_size\";i:1;s:51:\"eael_adv_accordion_tab_title_typography_font_weight\";i:1;s:31:\"eael_adv_accordion_tab_distance\";i:1;s:30:\"eael_adv_accordion_tab_padding\";i:1;s:29:\"eael_adv_accordion_tab_margin\";i:1;s:40:\"eael_adv_accordion_tab_bgtype_background\";i:1;s:36:\"eael_adv_accordion_tab_border_border\";i:1;s:35:\"eael_adv_accordion_tab_border_width\";i:1;s:35:\"eael_adv_accordion_tab_border_color\";i:1;s:36:\"eael_adv_accordion_tab_border_radius\";i:1;s:46:\"eael_adv_accordion_tab_bgtype_hover_background\";i:1;s:39:\"eael_adv_accordion_tab_text_color_hover\";i:1;s:47:\"eael_adv_accordion_tab_bgtype_active_background\";i:1;s:42:\"eael_adv_accordion_tab_bgtype_active_color\";i:1;s:40:\"eael_adv_accordion_tab_text_color_active\";i:1;s:40:\"eael_adv_accordion_tab_icon_color_active\";i:1;s:43:\"eael_adv_accordion_tab_border_active_border\";i:1;s:42:\"eael_adv_accordion_tab_border_active_width\";i:1;s:42:\"eael_adv_accordion_tab_border_active_color\";i:1;s:43:\"eael_adv_accordion_tab_border_radius_active\";i:1;s:42:\"eael_adv_accordion_tab_border_radius_hover\";i:1;}s:53:\"eael_section_adv_accordion_tab_content_style_settings\";a:11:{s:39:\"adv_accordion_content_bgtype_background\";i:1;s:34:\"eael_adv_accordion_content_padding\";i:1;s:40:\"eael_adv_accordion_content_border_border\";i:1;s:39:\"eael_adv_accordion_content_border_width\";i:1;s:39:\"eael_adv_accordion_content_border_color\";i:1;s:32:\"adv_accordion_content_text_color\";i:1;s:48:\"eael_adv_accordion_content_typography_typography\";i:1;s:47:\"eael_adv_accordion_content_typography_font_size\";i:1;s:49:\"eael_adv_accordion_content_typography_font_weight\";i:1;s:52:\"eael_adv_accordion_content_typography_text_transform\";i:1;s:49:\"eael_adv_accordion_content_typography_line_height\";i:1;}s:41:\"eael_section_adv_accordion_caret_settings\";a:2:{s:39:\"eael_adv_accordion_tab_toggle_icon_size\";i:1;s:42:\"eael_adv_accordion_tab_toggle_icon_padding\";i:1;}}s:8:\"advanced\";a:4:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:15:\"_section_border\";a:1:{s:14:\"_border_border\";i:1;}s:15:\"section_effects\";a:2:{s:10:\"_animation\";i:1;s:18:\"animation_duration\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:2:{s:13:\"content_width\";i:1;s:3:\"gap\";i:1;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:1:{s:7:\"padding\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}s:5:\"style\";a:1:{s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:1;}}}}}'),(1629,317,'_elementor_edit_mode','builder'),(1630,317,'_elementor_template_type','wp-page'),(1631,317,'_elementor_version','3.18.3'),(1632,317,'_elementor_pro_version','3.18.3'),(1633,317,'_wp_page_template','elementor_header_footer'),(1634,317,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1635,317,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"premium_blog_number_of_posts\":10,\"featured_image_size\":\"medium_large\",\"premium_blog_author_meta\":\"\",\"premium_blog_date_meta\":\"\",\"premium_blog_comments_meta\":\"\",\"premium_blog_infinite_scroll\":\"yes\",\"premium_blog_cat_tabs\":\"yes\",\"box_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"premium_blog_filter_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1636,317,'_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\";}}'),(1638,318,'_elementor_edit_mode','builder'),(1639,318,'_elementor_template_type','wp-page'),(1640,318,'_elementor_version','3.18.3'),(1641,318,'_elementor_pro_version','3.18.3'),(1642,318,'_wp_page_template','elementor_header_footer'),(1643,318,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1644,318,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"premium_blog_number_of_posts\":10,\"featured_image_size\":\"medium_large\",\"premium_blog_author_meta\":\"\",\"premium_blog_date_meta\":\"\",\"premium_blog_comments_meta\":\"\",\"premium_blog_infinite_scroll\":\"yes\",\"premium_blog_cat_tabs\":\"yes\",\"box_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"premium_blog_filter_color\":\"globals\\/colors?id=0e0eb3d\"}},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1645,318,'_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\";}}'),(1647,319,'_elementor_edit_mode','builder'),(1648,319,'_elementor_template_type','wp-page'),(1649,319,'_elementor_version','3.18.3'),(1650,319,'_elementor_pro_version','3.18.3'),(1651,319,'_wp_page_template','elementor_header_footer'),(1652,319,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:15:\"pa_cursor_ftext\";s:19:\"Premium Follow Text\";}'),(1653,319,'_elementor_data','[{\"id\":\"549a7dfd\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1000,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"background_background\":\"classic\",\"background_image\":{\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-5.jpg\",\"id\":206,\"size\":\"\",\"alt\":\"Red Light Therapy for Inflammation and Pain Relief\",\"source\":\"library\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"f66b4c4\"}],\"border_border\":\"none\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"92ae830\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":254,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-129.png\"},\"content_position\":\"middle\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"uae_enable_particles\":\"yes\",\"uae_particles_styles\":\"default\",\"background_overlay_background\":\"classic\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=primary\"}},\"elements\":[{\"id\":\"2701e08d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_position\":\"bottom center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"contain\",\"background_overlay_background\":\"classic\",\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"background_overlay_position\":\"center center\",\"background_overlay_repeat\":\"no-repeat\",\"background_overlay_size\":\"contain\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":1,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"c226b9d\"}],\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#DBE3F1\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"60\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"4dd8dec\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":253,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-128.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"content_position\":\"center\",\"align\":\"center\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"725827dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore Our Recent Blogs\",\"header_size\":\"h1\",\"align\":\"center\",\"title_color\":\"#181616\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3,\"sizes\":[]},\"typography_font_weight\":\"900\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"px\",\"size\":735},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"34f28f0\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"5ec5f10\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"text_shadow_text_shadow_type\":\"yes\",\"text_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.87)\"},\"_element_width\":\"initial\",\"_flex_size\":\"none\",\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=astglobalcolor4\",\"typography_typography\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5d51cc97\",\"elType\":\"section\",\"settings\":{\"content_width\":{\"unit\":\"px\",\"size\":1320,\"sizes\":[]},\"gap\":\"no\",\"eael_parallax_layers_list\":[],\"padding\":{\"unit\":\"px\",\"top\":\"120\",\"right\":\"20\",\"bottom\":\"60\",\"left\":\"20\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"3760c2c\"}],\"padding_tablet\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"33ee386\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":269,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-144.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"3390f19d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"space_between_widgets\":0,\"eael_cl_logics\":[{\"_id\":\"1017f9f\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"75bbb02\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":268,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-143.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4846b52b\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"structure\":\"21\",\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"744af32\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":267,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-142.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\"},\"elements\":[{\"id\":\"75b19959\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"24\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets_mobile\":0,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"f662443\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":265,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-140.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"47e3dce4\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"eael_parallax_layers_list\":[],\"eael_cl_logics\":[{\"_id\":\"3c74f9f\"}],\"gap\":\"no\",\"background_background\":\"classic\",\"background_color\":\"#FAF0F0\",\"border_radius\":{\"unit\":\"px\",\"top\":\"16\",\"right\":\"16\",\"bottom\":\"16\",\"left\":\"16\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"40\",\"bottom\":\"40\",\"left\":\"40\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_lottie_repeater\":[],\"premium_blob_repeater\":[],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"0ddee58\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":264,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-139.png\"},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_badge_text\":\"New\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"__globals__\":{\"background_color\":\"\"}},\"elements\":[{\"id\":\"66c636a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"705d688\"}],\"space_between_widgets\":0,\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"e7d9ea6\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":263,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-138.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"4f38ffe1\",\"elType\":\"widget\",\"settings\":{\"skin\":\"minimal\",\"placeholder\":\"Search...\",\"button_text\":\"Search\",\"size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"input_typography_typography\":\"custom\",\"input_typography_font_family\":\"Urbanist\",\"input_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"input_typography_font_weight\":\"400\",\"input_text_color\":\"#7A7A7A\",\"input_border_color\":\"#242222\",\"input_text_color_focus\":\"#475875\",\"input_background_color_focus\":\"#F5F7FF\",\"input_border_color_focus\":\"#475875\",\"button_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"ba2d184\"}],\"_border_border\":\"none\",\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"09ff0a3\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"input_background_color\":\"globals\\/colors?id=0fa9c86\",\"input_border_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"search-form\"},{\"id\":\"61fef8b0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Categories:\",\"header_size\":\"h4\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1241bd0\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[]},\"elements\":[],\"widgetType\":\"premium-tcloud\"},{\"id\":\"2b1f2c99\",\"elType\":\"widget\",\"settings\":{\"title\":\"Tags:\",\"header_size\":\"div\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Kumbh Sans\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"17ee6d5\"}],\"typography_font_size_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"_animation\":\"fadeInUp\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"7f2a5de\"}],\"pa_condition_repeater\":[],\"premium_mscroll_repeater\":[],\"typography_font_size_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"__globals__\":{\"typography_typography\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f062c2\",\"elType\":\"widget\",\"settings\":{\"words_remove\":\"uncategorized\",\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"9661125\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"178a737\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"filter_tabs_type\":\"post_tag\"},\"elements\":[],\"widgetType\":\"premium-tcloud\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"71f7c45c\",\"elType\":\"column\",\"settings\":{\"_column_size\":66,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"eael_cl_logics\":[{\"_id\":\"f7681af\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"15b133d\"}],\"pa_condition_repeater\":[],\"premium_gdivider_image\":{\"id\":266,\"url\":\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/placeholder-141.png\"},\"premium_parallax_layers_list\":[],\"premium_gradient_colors_repeater\":[],\"premium_kenburns_repeater\":[],\"premium_mscroll_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\"},\"elements\":[{\"id\":\"9e63278\",\"elType\":\"widget\",\"settings\":{\"premium_blog_excerpt_text\":\"Read More \\u00bb\",\"premium_blog_tab_label\":\"All\",\"premium_blog_prev_text\":\"Previous\",\"premium_blog_next_text\":\"Next\",\"categories_repeater\":[{\"_id\":\"d3a2571\"}],\"display_condition_list\":[{\"display_condition_login_status\":\"subscriber\",\"_id\":\"b88521e\"}],\"eael_tooltip_section_content\":\"I am a tooltip\",\"eael_ext_content_protection_password_placeholder\":\"Enter Password\",\"eael_ext_content_protection_password_submit_btn_txt\":\"Submit\",\"eael_ext_content_protection_password_incorrect_message\":\"Password does not match.\",\"eael_cl_logics\":[{\"_id\":\"0fb2e0c\"}],\"pa_condition_repeater\":[],\"premium_tooltip_text\":\"Hi, I\'m a global tooltip.\",\"premium_tooltip_position\":\"top,bottom\",\"pa_cursor_ftext\":\"Premium Follow Text\",\"pa_badge_text\":\"New\",\"premium_mscroll_repeater\":[],\"premium_blog_number_of_posts\":10,\"featured_image_size\":\"medium_large\",\"premium_blog_author_meta\":\"\",\"premium_blog_date_meta\":\"\",\"premium_blog_comments_meta\":\"\",\"premium_blog_infinite_scroll\":\"yes\",\"premium_blog_cat_tabs\":\"yes\",\"box_border_radius\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"__globals__\":{\"premium_blog_filter_color\":\"globals\\/colors?id=0e0eb3d\",\"premium_blog_title_color\":\"globals\\/colors?id=primary\",\"premium_blog_title_hover_color\":\"globals\\/colors?id=accent\"}},\"elements\":[],\"widgetType\":\"premium-addon-blog\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(1654,319,'_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\";}}'),(1656,248,'_elementor_controls_usage','a:6:{s:7:\"heading\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:3;s:11:\"header_size\";i:3;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:9:{s:5:\"align\";i:1;s:11:\"title_color\";i:1;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;s:22:\"typography_line_height\";i:1;s:28:\"text_shadow_text_shadow_type\";i:1;s:23:\"text_shadow_text_shadow\";i:1;}}s:8:\"advanced\";a:4:{s:14:\"_section_style\";a:5:{s:7:\"_margin\";i:1;s:21:\"_element_custom_width\";i:1;s:14:\"_element_width\";i:1;s:10:\"_flex_size\";i:1;s:8:\"_padding\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:3;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:3;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:2;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:5;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:1:{s:6:\"layout\";a:4:{s:12:\"_inline_size\";i:5;s:21:\"space_between_widgets\";i:3;s:16:\"content_position\";i:1;s:5:\"align\";i:1;}}s:5:\"style\";a:4:{s:13:\"section_style\";a:5:{s:21:\"background_background\";i:1;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;}s:26:\"section_background_overlay\";a:6:{s:29:\"background_overlay_background\";i:1;s:24:\"background_overlay_image\";i:1;s:27:\"background_overlay_position\";i:1;s:25:\"background_overlay_repeat\";i:1;s:23:\"background_overlay_size\";i:1;s:26:\"background_overlay_opacity\";i:1;}s:14:\"section_border\";a:4:{s:13:\"border_radius\";i:1;s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:12:\"border_color\";i:1;}s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:5;}}s:8:\"advanced\";a:3:{s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:5;}s:16:\"section_advanced\";a:2:{s:7:\"padding\";i:4;s:6:\"margin\";i:3;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:5;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:4;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:6:\"layout\";a:2:{s:14:\"section_layout\";a:4:{s:13:\"content_width\";i:2;s:3:\"gap\";i:3;s:16:\"content_position\";i:1;s:6:\"layout\";i:2;}s:17:\"section_structure\";a:1:{s:9:\"structure\";i:1;}}s:5:\"style\";a:5:{s:18:\"section_background\";a:6:{s:21:\"background_background\";i:2;s:16:\"background_image\";i:1;s:19:\"background_position\";i:1;s:17:\"background_repeat\";i:1;s:15:\"background_size\";i:1;s:16:\"background_color\";i:1;}s:14:\"section_border\";a:3:{s:13:\"border_border\";i:1;s:12:\"border_width\";i:1;s:13:\"border_radius\";i:1;}s:30:\"section_premium_global_divider\";a:1:{s:22:\"premium_gdivider_image\";i:4;}s:13:\"uae_particles\";a:2:{s:20:\"uae_enable_particles\";i:1;s:20:\"uae_particles_styles\";i:1;}s:26:\"section_background_overlay\";a:1:{s:29:\"background_overlay_background\";i:1;}}s:8:\"advanced\";a:3:{s:16:\"section_advanced\";a:2:{s:6:\"margin\";i:1;s:7:\"padding\";i:3;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:4;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:4;}}}}s:11:\"search-form\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:14:\"search_content\";a:2:{s:4:\"skin\";i:1;s:4:\"size\";i:1;}}s:5:\"style\";a:1:{s:19:\"section_input_style\";a:11:{s:27:\"input_typography_typography\";i:1;s:28:\"input_typography_font_family\";i:1;s:26:\"input_typography_font_size\";i:1;s:28:\"input_typography_font_weight\";i:1;s:16:\"input_text_color\";i:1;s:18:\"input_border_color\";i:1;s:22:\"input_text_color_focus\";i:1;s:28:\"input_background_color_focus\";i:1;s:24:\"input_border_color_focus\";i:1;s:19:\"button_border_width\";i:1;s:13:\"border_radius\";i:1;}}s:8:\"advanced\";a:5:{s:14:\"_section_style\";a:2:{s:7:\"_margin\";i:1;s:8:\"_padding\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}s:15:\"_section_border\";a:1:{s:14:\"_border_border\";i:1;}s:15:\"section_effects\";a:1:{s:10:\"_animation\";i:1;}s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}}}}s:14:\"premium-tcloud\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:7:\"content\";a:2:{s:23:\"display_options_section\";a:1:{s:12:\"words_remove\";i:2;}s:13:\"query_section\";a:1:{s:16:\"filter_tabs_type\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:2;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:2;}}}}s:18:\"premium-addon-blog\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:5:\"style\";a:2:{s:29:\"post_categories_style_section\";a:1:{s:19:\"categories_repeater\";i:1;}s:30:\"premium_blog_box_style_section\";a:1:{s:17:\"box_border_radius\";i:1;}}s:8:\"advanced\";a:2:{s:26:\"display_conditions_section\";a:1:{s:22:\"display_condition_list\";i:1;}s:30:\"eael_conditional_logic_section\";a:1:{s:14:\"eael_cl_logics\";i:1;}}s:7:\"content\";a:4:{s:24:\"general_settings_section\";a:1:{s:28:\"premium_blog_number_of_posts\";i:1;}s:29:\"premium_blog_general_settings\";a:1:{s:19:\"featured_image_size\";i:1;}s:26:\"premium_blog_posts_options\";a:3:{s:24:\"premium_blog_author_meta\";i:1;s:22:\"premium_blog_date_meta\";i:1;s:26:\"premium_blog_comments_meta\";i:1;}s:30:\"premium_blog_advanced_settings\";a:2:{s:28:\"premium_blog_infinite_scroll\";i:1;s:21:\"premium_blog_cat_tabs\";i:1;}}}}}'),(1660,301,'rank_math_internal_links_processed','1'),(1661,298,'rank_math_internal_links_processed','1'),(1662,296,'rank_math_internal_links_processed','1'),(1663,293,'rank_math_internal_links_processed','1'),(1664,288,'rank_math_internal_links_processed','1'),(1665,248,'rank_math_og_content_image','a:2:{s:5:\"check\";s:32:\"38b7fe70ec257c3741d3fa4837b9fbce\";s:6:\"images\";a:1:{i:0;i:146;}}'),(1666,248,'rank_math_internal_links_processed','1'),(1667,75,'rank_math_internal_links_processed','1'),(1674,322,'rank_math_internal_links_processed','1'),(1675,322,'_edit_lock','1707172474:2'),(1676,322,'_edit_last','2'),(1677,322,'_thumbnail_id','146'),(1678,322,'_wp_page_template','default'),(1679,322,'site-sidebar-layout','default'),(1680,322,'ast-site-content-layout','default'),(1681,322,'site-content-style','default'),(1682,322,'site-sidebar-style','default'),(1683,322,'theme-transparent-header-meta','default'),(1684,322,'astra-migrate-meta-layouts','set'),(1685,322,'_eael_post_view_count','6'),(1686,322,'rank_math_internal_links_processed','1'),(1715,6,'_elementor_css','a:6:{s:4:\"time\";i:1711040069;s:5:\"fonts\";a:2:{i:0;s:15:\"Julius Sans One\";i:1;s:10:\"Kumbh Sans\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1716,75,'_elementor_css','a:6:{s:4:\"time\";i:1711040073;s:5:\"fonts\";a:2:{i:0;s:10:\"Kumbh Sans\";i:9;s:15:\"Julius Sans One\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1717,80,'_elementor_css','a:6:{s:4:\"time\";i:1711040073;s:5:\"fonts\";a:2:{i:0;s:13:\"IBM Plex Sans\";i:1;s:10:\"Kumbh Sans\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"5bf184a\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1718,231,'_elementor_css','a:6:{s:4:\"time\";i:1711040073;s:5:\"fonts\";a:1:{i:0;s:10:\"Kumbh Sans\";}s:5:\"icons\";a:1:{i:0;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:1:{i:0;s:7:\"86371c9\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1719,169,'_elementor_css','a:6:{s:4:\"time\";i:1711389591;s:5:\"fonts\";a:3:{i:0;s:10:\"Kumbh Sans\";i:3;s:13:\"IBM Plex Sans\";i:5;s:5:\"Inter\";}s:5:\"icons\";a:2:{i:0;s:0:\"\";i:1;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:3:{i:0;s:7:\"23ab29d\";i:1;s:7:\"04aa5e3\";i:2;s:7:\"5813532\";}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1720,248,'_elementor_css','a:6:{s:4:\"time\";i:1711389610;s:5:\"fonts\";a:2:{i:0;s:10:\"Kumbh Sans\";i:1;s:8:\"Urbanist\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1725,80,'_elementor_element_cache','{\"timeout\":1734723387,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-2c988300 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"2c988300\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"background_background":"classic","premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3d018d81\\\" data-id=\\\"3d018d81\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjViZjE4NGEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImRpc3BsYXlfY29uZGl0aW9uX2xpc3QiOlt7ImRpc3BsYXlfY29uZGl0aW9uX2xvZ2luX3N0YXR1cyI6InN1YnNjcmliZXIiLCJfaWQiOiIxN2VmOTMxIn1dLCJlYWVsX3Rvb2x0aXBfc2VjdGlvbl9jb250ZW50IjoiSSBhbSBhIHRvb2x0aXAiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfcGxhY2Vob2xkZXIiOiJFbnRlciBQYXNzd29yZCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9zdWJtaXRfYnRuX3R4dCI6IlN1Ym1pdCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9pbmNvcnJlY3RfbWVzc2FnZSI6IlBhc3N3b3JkIGRvZXMgbm90IG1hdGNoLiIsImVhZWxfY2xfbG9naWNzIjpbeyJfaWQiOiI4N2M4MzU5In1dLCJwYV9jb25kaXRpb25fcmVwZWF0ZXIiOltdLCJwcmVtaXVtX3Rvb2x0aXBfdGV4dCI6IkhpLCBJJ20gYSBnbG9iYWwgdG9vbHRpcC4iLCJwcmVtaXVtX3Rvb2x0aXBfcG9zaXRpb24iOiJ0b3AsYm90dG9tIiwicGFfY3Vyc29yX2Z0ZXh0IjoiUHJlbWl1bSBGb2xsb3cgVGV4dCIsInBhX2JhZGdlX3RleHQiOiJOZXciLCJwcmVtaXVtX21zY3JvbGxfcmVwZWF0ZXIiOltdLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoyOCwic2l6ZXMiOltdfSwiX2VsZW1lbnRfd2lkdGhfbW9iaWxlIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTU0LjkxN30sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXNpdGUtbG9nbyJ9\\\"][elementor-element data=\\\"eyJpZCI6IjYxYTcwYjM5IiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX3NpbXBsZV9tZW51X21lbnUiOiIxNjkiLCJlYWVsX3NpbXBsZV9tZW51X2Z1bGxfd2lkdGgiOiJ5ZXMiLCJlYWVsX3NpbXBsZV9tZW51X2JhY2tncm91bmQiOiIjRkZGRkZGMDAiLCJlYWVsX3NpbXBsZV9tZW51X2l0ZW1fYmFja2dyb3VuZCI6IiNGRkZGRkYwMCIsImVhZWxfc2ltcGxlX21lbnVfaXRlbV9pbmRpY2F0b3JfY29sb3JfaG92ZXIiOiIjMDAwMDAwIiwiZWFlbF9zaW1wbGVfbWVudV9pdGVtX2luZGljYXRvcl9ib3JkZXJfaG92ZXIiOiIjMDAwMDAwIiwiZWFlbF9zaW1wbGVfbWVudV9oYW1idXJnZXJfdG9wX2xldmVsX2l0ZW1fY29sb3IiOiIjRkZGRkZGIiwiZWFlbF9zaW1wbGVfbWVudV9oYW1idXJnZXJfdG9wX2xldmVsX2l0ZW1fYmFja2dyb3VuZCI6IiMwMDAwMDAiLCJlYWVsX3NpbXBsZV9tZW51X2hhbWJ1cmdlcl90b3BfbGV2ZWxfaXRlbV9jb2xvcl9ob3ZlciI6IiNFMDhGMDAiLCJlYWVsX3NpbXBsZV9tZW51X2hhbWJ1cmdlcl90b3BfbGV2ZWxfaXRlbV9iZ19ob3ZlciI6IiMxRDFDMUMiLCJlYWVsX3NpbXBsZV9tZW51X2hhbWJ1cmdlcl90b3BfbGV2ZWxfaXRlbV9jb2xvcl9hY3RpdmUiOiIjRTA4RjAwIiwiZWFlbF9zaW1wbGVfbWVudV9oYW1idXJnZXJfZHJvcGRvd25faXRlbV9jb2xvciI6IiNGRkZGRkYiLCJlYWVsX3NpbXBsZV9tZW51X2hhbWJ1cmdlcl9kcm9wZG93bl9pdGVtX2JhY2tncm91bmQiOiIjMTUxNTE2IiwiZWFlbF9zaW1wbGVfbWVudV9oYW1idXJnZXJfZHJvcGRvd25faXRlbV9jb2xvcl9ob3ZlciI6IiNFMDhGMDAiLCJlYWVsX3NpbXBsZV9tZW51X2Ryb3Bkb3duX2JhY2tncm91bmQiOiIjMDAwMDAwIiwiZWFlbF9zaW1wbGVfbWVudV9kcm9wZG93bl9pdGVtX2JhY2tncm91bmQiOiIjRkZGRkZGMDAiLCJlYWVsX3NpbXBsZV9tZW51X2Ryb3Bkb3duX2l0ZW1faW5kaWNhdG9yX2NvbG9yIjoiIzI3MUU1OSIsImVhZWxfc2ltcGxlX21lbnVfZHJvcGRvd25faXRlbV9pbmRpY2F0b3JfYm9yZGVyIjoiIzI3MUU1OSIsImVhZWxfc2ltcGxlX21lbnVfZHJvcGRvd25faXRlbV9jb2xvcl9ob3ZlciI6IiNFMDhGMDAiLCJlYWVsX3NpbXBsZV9tZW51X2hhbWJ1cmdlcl9kaXNhYmxlX3NlbGVjdGVkX21lbnUiOiJoaWRlIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6IjUxMzZjODMifV0sImVhZWxfc2ltcGxlX21lbnVfaXRlbV9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxNSIsInJpZ2h0IjoiMTIiLCJib3R0b20iOiIxNSIsImxlZnQiOiIxMiIsImlzTGlua2VkIjpmYWxzZX0sImVhZWxfc2ltcGxlX21lbnVfaXRlbV9pbmRpY2F0b3Jfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMiwic2l6ZXMiOltdfSwiZWFlbF9zaW1wbGVfbWVudV9oYW1idXJnZXJfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiZWFlbF9zaW1wbGVfbWVudV9oYW1idXJnZXJfcGFkZGluZ190YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiNiIsInJpZ2h0IjoiMTUiLCJib3R0b20iOiIwNiIsImxlZnQiOiIxNSIsImlzTGlua2VkIjpmYWxzZX0sImVhZWxfc2ltcGxlX21lbnVfaGFtYnVyZ2VyX2Ryb3Bkb3duX2l0ZW1fcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIxMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMTAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJlYWVsX3NpbXBsZV9tZW51X2Ryb3Bkb3duX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMDAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImVhZWxfc2ltcGxlX21lbnVfZHJvcGRvd25fYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI1IiwicmlnaHQiOiI1IiwiYm90dG9tIjoiNSIsImxlZnQiOiI1IiwiaXNMaW5rZWQiOnRydWV9LCJlYWVsX3NpbXBsZV9tZW51X2Ryb3Bkb3duX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMTUiLCJib3R0b20iOiIwIiwibGVmdCI6IjE1IiwiaXNMaW5rZWQiOmZhbHNlfSwiZWFlbF9zaW1wbGVfbWVudV9kcm9wZG93bl9pdGVtX3BhZGRpbmciOnsidW5pdCI6InB4Iiwic2l6ZSI6MTIsInNpemVzIjpbXX0sImVhZWxfc2ltcGxlX21lbnVfZHJvcGRvd25faXRlbV9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJzaXplIjoxNSwic2l6ZXMiOltdfSwiZWFlbF9zaW1wbGVfbWVudV9kcm9wZG93bl9pdGVtX2RpdmlkZXJfY29sb3IiOiIjRkZGRkZGMzAiLCJlYWVsX3NpbXBsZV9tZW51X2Ryb3Bkb3duX2l0ZW1fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZWFlbF9zaW1wbGVfbWVudV9kcm9wZG93bl9pdGVtX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJJQk0gUGxleCBTYW5zIiwiZWFlbF9zaW1wbGVfbWVudV9kcm9wZG93bl9pdGVtX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE1LCJzaXplcyI6W119LCJlYWVsX3NpbXBsZV9tZW51X2Ryb3Bkb3duX2l0ZW1fdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsImVhZWxfc2ltcGxlX21lbnVfZHJvcGRvd25faXRlbV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzk5OTk5OTk5OTk5OTk5OSwic2l6ZXMiOltdfSwiZWFlbF9zaW1wbGVfbWVudV9kcm9wZG93bl9pdGVtX2NvbG9yIjoiI0ZGRkZGRiIsImVhZWxfc2ltcGxlX21lbnVfZHJvcGRvd25faXRlbV9pbmRpY2F0b3Jfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMCwic2l6ZXMiOltdfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6InB4IiwidG9wIjoiMCIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImVhZWxfc2ltcGxlX21lbnVfaXRlbV9iYWNrZ3JvdW5kX2hvdmVyIjoiIzAyMDEwMTAwIiwiZWFlbF9zaW1wbGVfbWVudV9pdGVtX3BhZGRpbmciOnsidW5pdCI6InB4IiwidG9wIjoiMTAiLCJyaWdodCI6IjIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJlYWVsX3NpbXBsZV9tZW51X2hhbWJ1cmdlcl9pY29uX2NvbG9yIjoiI0ZGRkZGRiIsImVhZWxfc2ltcGxlX21lbnVfaGFtYnVyZ2VyX3RvcF9sZXZlbF9pdGVtX2JnX2FjdGl2ZSI6IiNGRkZGRkYiLCJlYWVsX3NpbXBsZV9tZW51X2hhbWJ1cmdlcl9kcm9wZG93bl9pdGVtX3BhZGRpbmdfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjEwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMTAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImVhZWxfc2ltcGxlX21lbnVfaGFtYnVyZ2VyX2Ryb3Bkb3duX2l0ZW1fYmdfaG92ZXIiOiIjRjNGM0YzMDAiLCJlYWVsX3NpbXBsZV9tZW51X2hhbWJ1cmdlcl9pbmRpY2F0b3JfcG9zc2l0aW9uIjp7InVuaXQiOiJweCIsInNpemUiOjEwLCJzaXplcyI6W119LCJlYWVsX3NpbXBsZV9tZW51X2Ryb3Bkb3duX2l0ZW1faW5kaWNhdG9yX2JhY2tncm91bmQiOiIjRkZGRkZGIiwiZWFlbF9zaW1wbGVfbWVudV9kcm9wZG93bl9pdGVtX2JhY2tncm91bmRfaG92ZXIiOiIjOEZEMTY2MDAiLCJlYWVsX3NpbXBsZV9tZW51X2Ryb3Bkb3duX2l0ZW1faW5kaWNhdG9yX2NvbG9yX2hvdmVyIjoiIzI3MUU1OSIsImVhZWxfc2ltcGxlX21lbnVfZHJvcGRvd25faXRlbV9pbmRpY2F0b3JfYmFja2dyb3VuZF9ob3ZlciI6IiNGRkZGRkYwMCIsImVhZWxfc2ltcGxlX21lbnVfZHJvcGRvd25faXRlbV9pbmRpY2F0b3JfYm9yZGVyX2hvdmVyIjoiIzI3MUU1OSIsIl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJlYWVsX3NpbXBsZV9tZW51X2l0ZW1faW5kaWNhdG9yX2NvbG9yIjoiIzAwMDAwMCIsImVhZWxfc2ltcGxlX21lbnVfaXRlbV9pbmRpY2F0b3JfYm9yZGVyIjoiIzAwMDAwMDAwIiwiZWFlbF9zaW1wbGVfbWVudV9pdGVtX2JhY2tncm91bmRfYWN0aXZlIjoiIzAyMDEwMTAwIiwiZWFlbF9zaW1wbGVfbWVudV9oYW1idXJnZXJfbWluX2hlaWdodF90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6NTAsInNpemVzIjpbXX0sImVhZWxfc2ltcGxlX21lbnVfZHJvcGRvd25fYW5pbWF0aW9uIjoiZWFlbC1zaW1wbGUtbWVudS1kcm9wZG93bi1hbmltYXRlLWZhZGUiLCJlYWVsX3NpbXBsZV9tZW51X2Ryb3Bkb3duX2JvcmRlcl9yYWRpdXNfdGFibGV0Ijp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sImVhZWxfc2ltcGxlX21lbnVfaXRlbV9pbmRpY2F0b3JfYmFja2dyb3VuZCI6IiNGRkZGRkYiLCJlYWVsX3NpbXBsZV9tZW51X2l0ZW1faW5kaWNhdG9yX2NvbG9yX2FjdGl2ZSI6IiMwMDAwMDAiLCJlYWVsX3NpbXBsZV9tZW51X2l0ZW1faW5kaWNhdG9yX2JvcmRlcl9hY3RpdmUiOiIjRkZGRkZGIiwiZWFlbF9zaW1wbGVfbWVudV9kcm9wZG93bl9wYWRkaW5nX3RhYmxldCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJjdXN0b21fY3NzIjoic2VsZWN0b3IgLmVhZWwtc2ltcGxlLW1lbnUuZWFlbC1zaW1wbGUtbWVudS1ob3Jpem9udGFsIGxpIHVse1xuICAgIHdpZHRoOjI0MHB4O1xufSIsImVhZWxfaGFtYnVyZ2VyX21lbnVfaXRlbV9hbGlnbm1lbnQiOiJlYWVsLWhhbWJ1cmdlci1jZW50ZXIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjUwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJhdXRvIiwiX2VsZW1lbnRfd2lkdGhfdGFibGV0IjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aF90YWJsZXQiOnsidW5pdCI6IiUiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX21vYmlsZSI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiMDJjNzdhMSJ9XSwicGFfY29uZGl0aW9uX3JlcGVhdGVyIjpbXSwicHJlbWl1bV90b29sdGlwX3RleHQiOiJIaSwgSSdtIGEgZ2xvYmFsIHRvb2x0aXAuIiwicHJlbWl1bV90b29sdGlwX3Bvc2l0aW9uIjoidG9wLGJvdHRvbSIsInBhX2N1cnNvcl9mdGV4dCI6IlByZW1pdW0gRm9sbG93IFRleHQiLCJwYV9iYWRnZV90ZXh0IjoiTmV3IiwicHJlbWl1bV9tc2Nyb2xsX3JlcGVhdGVyIjpbXSwiX19nbG9iYWxzX18iOnsiZWFlbF9zaW1wbGVfbWVudV9pdGVtX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFjY2VudCIsImVhZWxfc2ltcGxlX21lbnVfaXRlbV9jb2xvcl9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiZWFlbF9zaW1wbGVfbWVudV9pdGVtX2NvbG9yX2FjdGl2ZSI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiZWFlbF9zaW1wbGVfbWVudV9pdGVtX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6Imdsb2JhbHNcL3R5cG9ncmFwaHk\\/aWQ9YWNjZW50In19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJlYWVsLXNpbXBsZS1tZW51In0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-61e08192\\\" data-id=\\\"61e08192\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjM5ZjM4OWIzIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsicGxhY2Vob2xkZXIiOiJTZWFyY2ggaGVyZSIsImJ1dHRvbl90ZXh0IjoiU2VhcmNoIiwic2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjo1NCwic2l6ZXMiOltdfSwidG9nZ2xlX2FsaWduIjoicmlnaHQiLCJpbnB1dF90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJpbnB1dF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiS3VtYmggU2FucyIsImlucHV0X3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE0LCJzaXplcyI6W119LCJpbnB1dF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIiwiaW5wdXRfdGV4dF9jb2xvciI6IiM4RkEwQUIiLCJpbnB1dF9iYWNrZ3JvdW5kX2NvbG9yIjoiIzAyMDEwMTAwIiwiYnV0dG9uX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiIxIiwicmlnaHQiOiIxIiwiYm90dG9tIjoiMSIsImxlZnQiOiIxIiwiaXNMaW5rZWQiOnRydWV9LCJib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjgsInNpemVzIjpbXX0sImJ1dHRvbl90ZXh0X2NvbG9yIjoiIzhGQTBBQiIsImJ1dHRvbl9iYWNrZ3JvdW5kX2NvbG9yIjoiIzU0NTk1RjAwIiwiaWNvbl9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjI0LCJzaXplcyI6W119LCJpY29uX3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJidXR0b25fd2lkdGgiOnsidW5pdCI6InB4Iiwic2l6ZSI6MSwic2l6ZXMiOltdfSwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIyMCIsImJvdHRvbSI6IjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIyMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiJweCIsInNpemUiOjQwMCwic2l6ZXMiOltdfSwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoiJSIsInNpemUiOjYzLjI1MDk5OTk5OTk5OTk5OH0sIl9lbGVtZW50X2N1c3RvbV93aWR0aF9tb2JpbGUiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6IjY0Y2IyMjYifV0sImRpc3BsYXlfY29uZGl0aW9uX2xpc3QiOlt7ImRpc3BsYXlfY29uZGl0aW9uX2xvZ2luX3N0YXR1cyI6InN1YnNjcmliZXIiLCJfaWQiOiI5Mzc1NzgzIn1dLCJwYV9jb25kaXRpb25fcmVwZWF0ZXIiOltdLCJwcmVtaXVtX3Rvb2x0aXBfdGV4dCI6IkhpLCBJJ20gYSBnbG9iYWwgdG9vbHRpcC4iLCJwcmVtaXVtX3Rvb2x0aXBfcG9zaXRpb24iOiJ0b3AsYm90dG9tIiwicGFfY3Vyc29yX2Z0ZXh0IjoiUHJlbWl1bSBGb2xsb3cgVGV4dCIsInBhX2JhZGdlX3RleHQiOiJOZXciLCJwcmVtaXVtX21zY3JvbGxfcmVwZWF0ZXIiOltdLCJfX2dsb2JhbHNfXyI6eyJpbnB1dF9ib3JkZXJfY29sb3JfZm9jdXMiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImlucHV0X2JvcmRlcl9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hY2NlbnQiLCJidXR0b25fdGV4dF9jb2xvcl9ob3ZlciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1wcmltYXJ5IiwiaW5wdXRfYmFja2dyb3VuZF9jb2xvcl9mb2N1cyI6IiJ9LCJfZWxlbWVudF93aWR0aF90YWJsZXQiOiJpbml0aWFsIiwiX2ZsZXhfc2l6ZSI6Im5vbmUifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2VhcmNoLWZvcm0ifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-d4d9f5a elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-eael-creative-button\\\" data-id=\\\"d4d9f5a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"eael-creative-button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t <div class=\\\"eael-creative-button-wrapper\\\">\\n\\n <a class=\\\"eael-creative-button eael-creative-button--quidel\\\" href=\\\"https:\\/\\/findredlightnearme.com\\/\\\" target=\\\"_blank\\\" data-text=\\\"Go!\\\">\\n\\n\\t \\n <div class=\\\"creative-button-inner\\\">\\n\\n <span class=\\\"eael-creative-button-icon-left\\\"><\\/span> \\n <span class=\\\"cretive-button-text\\\">Find Red Light Near You<\\/span>\\n\\n <\\/div>\\n\\t <\\/a>\\n <\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}'),(1726,231,'_elementor_element_cache','{\"timeout\":1734723387,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-7c20fd2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"7c20fd2\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6150b6c\\\" data-id=\\\"6150b6c\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" data-uael-partstyle=\\\"default\\\" data-uael-partcolor=\\\"\\\" data-uael-partopacity=\\\"0.2\\\" data-uael-partdirection=\\\"bottom\\\" class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-ec4c25e elementor-section-content-top uael-particle-yes elementor-section-boxed elementor-section-height-default elementor-section-height-default uael-particle-adv-no\\\" data-id=\\\"ec4c25e\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"background_background":"gradient","premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-838cf81 animated-slow\\\" data-id=\\\"838cf81\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"animation":"none","premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-998ff7e animated-slow elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"998ff7e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_animation":"fadeInLeft"}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Ready to Start Your Pain-Free Journey?<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ee2bf9e animated-slow elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"ee2bf9e\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_animation":"fadeInLeft"}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h4 class=\\\"elementor-heading-title elementor-size-default\\\">If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.<\\/h4>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c2d8976 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image\\\" data-id=\\\"c2d8976\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_position":"absolute","motion_fx_motion_fx_scrolling":"yes","motion_fx_translateX_effect":"yes","motion_fx_translateX_speed":{"unit":"px","size":2,"sizes":[]},"motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":100}},"motion_fx_devices":["desktop","tablet","mobile"]}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"410\\\" height=\\\"84\\\" src=\\\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/995f9ce8-line4-1.png\\\" class=\\\"attachment-large size-large wp-image-221\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/995f9ce8-line4-1.png 410w, https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/995f9ce8-line4-1-300x61.png 300w\\\" sizes=\\\"(max-width: 410px) 100vw, 410px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9706017\\\" data-id=\\\"9706017\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-451ad22 elementor-widget__width-initial elementor-widget elementor-widget-eael-creative-button\\\" data-id=\\\"451ad22\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"eael-creative-button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t <div class=\\\"eael-creative-button-wrapper\\\">\\n\\n <a class=\\\"eael-creative-button eael-creative-button--quidel\\\" href=\\\"https:\\/\\/findredlightnearme.com\\/\\\" target=\\\"_blank\\\" data-text=\\\"Go!\\\">\\n\\n\\t \\n <div class=\\\"creative-button-inner\\\">\\n\\n <span class=\\\"eael-creative-button-icon-left\\\"><\\/span> \\n <span class=\\\"cretive-button-text\\\">Find Red Light Near You<\\/span>\\n\\n <\\/div>\\n\\t <\\/a>\\n <\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-5bc26030 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"5bc26030\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"background_background":"classic","premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1c01743f\\\" data-id=\\\"1c01743f\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6Ijg2MzcxYzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInNpdGUtbG9nb1wiIHNldHRpbmdzPVwiJTdCJTdEXCJdIn0sImFsaWduIjoibGVmdCIsIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6ODAsInNpemVzIjpbXX0sImRpc3BsYXlfY29uZGl0aW9uX2xpc3QiOlt7ImRpc3BsYXlfY29uZGl0aW9uX2xvZ2luX3N0YXR1cyI6InN1YnNjcmliZXIiLCJfaWQiOiJjOWMzYmFlIn1dLCJlYWVsX3Rvb2x0aXBfc2VjdGlvbl9jb250ZW50IjoiSSBhbSBhIHRvb2x0aXAiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfcGxhY2Vob2xkZXIiOiJFbnRlciBQYXNzd29yZCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9zdWJtaXRfYnRuX3R4dCI6IlN1Ym1pdCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9pbmNvcnJlY3RfbWVzc2FnZSI6IlBhc3N3b3JkIGRvZXMgbm90IG1hdGNoLiIsImVhZWxfY2xfbG9naWNzIjpbeyJfaWQiOiI0MTJkM2ExIn1dLCJwYV9jb25kaXRpb25fcmVwZWF0ZXIiOltdLCJwcmVtaXVtX3Rvb2x0aXBfdGV4dCI6IkhpLCBJJ20gYSBnbG9iYWwgdG9vbHRpcC4iLCJwcmVtaXVtX3Rvb2x0aXBfcG9zaXRpb24iOiJ0b3AsYm90dG9tIiwicGFfY3Vyc29yX2Z0ZXh0IjoiUHJlbWl1bSBGb2xsb3cgVGV4dCIsInBhX2JhZGdlX3RleHQiOiJOZXciLCJwcmVtaXVtX21zY3JvbGxfcmVwZWF0ZXIiOltdfSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGhlbWUtc2l0ZS1sb2dvIn0=\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b4a16f2\\\" data-id=\\\"b4a16f2\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-73ab26ae elementor-widget__width-initial elementor-widget elementor-widget-text-editor\\\" data-id=\\\"73ab26ae\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Copyright \\u00a9 Find Red Light Near Me 2023 | All Rights Reserved<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6f69e649\\\" data-id=\\\"6f69e649\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjM5ZjNhY2YiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJjcmVhdGl2ZV9idXR0b25fdGV4dCI6IkZpbmQgUmVkIExpZ2h0IE5lYXIgWW91IiwiY3JlYXRpdmVfYnV0dG9uX3NlY29uZGFyeV90ZXh0IjoiR28hIiwidXNlX2dyYWRpZW50X2JhY2tncm91bmQiOiJ5ZXMiLCJlYWVsX2NyZWF0aXZlX2J1dHRvbl9ncmFkaWVudF9iYWNrZ3JvdW5kX2JhY2tncm91bmQiOiJncmFkaWVudCIsImVhZWxfY3JlYXRpdmVfYnV0dG9uX2dyYWRpZW50X2JhY2tncm91bmRfY29sb3IiOiIjRkYwMzAyIiwiX2VsZW1lbnRfd2lkdGgiOiJpbml0aWFsIiwiZGlzcGxheV9jb25kaXRpb25fbGlzdCI6W3siZGlzcGxheV9jb25kaXRpb25fbG9naW5fc3RhdHVzIjoic3Vic2NyaWJlciIsIl9pZCI6ImMyYTMwODEifV0sImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6IjI5MWQ1NmYifV0sInBhX2NvbmRpdGlvbl9yZXBlYXRlciI6W10sInByZW1pdW1fdG9vbHRpcF90ZXh0IjoiSGksIEknbSBhIGdsb2JhbCB0b29sdGlwLiIsInByZW1pdW1fdG9vbHRpcF9wb3NpdGlvbiI6InRvcCxib3R0b20iLCJwYV9jdXJzb3JfZnRleHQiOiJQcmVtaXVtIEZvbGxvdyBUZXh0IiwicGFfYmFkZ2VfdGV4dCI6Ik5ldyIsInByZW1pdW1fbXNjcm9sbF9yZXBlYXRlciI6W10sIl9fZ2xvYmFsc19fIjp7ImVhZWxfY3JlYXRpdmVfYnV0dG9uX2dyYWRpZW50X2JhY2tncm91bmRfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9cHJpbWFyeSIsImVhZWxfY3JlYXRpdmVfYnV0dG9uX2dyYWRpZW50X2JhY2tncm91bmRfY29sb3JfYiI6Imdsb2JhbHNcL2NvbG9ycz9pZD1mMjBhYjQzIiwiZWFlbF9jcmVhdGl2ZV9idXR0b25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwiZWFlbF9jcmVhdGl2ZV9idXR0b25faG92ZXJfYm9yZGVyX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPWFjY2VudCJ9LCJjcmVhdGl2ZV9idXR0b25fbGlua191cmwiOnsidXJsIjoiaHR0cHM6XC9cL2ZpbmRyZWRsaWdodG5lYXJtZS5jb21cLyIsImlzX2V4dGVybmFsIjoib24iLCJub2ZvbGxvdyI6IiIsImN1c3RvbV9hdHRyaWJ1dGVzIjoiIn0sImNyZWF0aXZlX2J1dHRvbl9lZmZlY3QiOiJlYWVsLWNyZWF0aXZlLWJ1dHRvbi0tcXVpZGVsIiwiZWFlbF9jcmVhdGl2ZV9idXR0b25fdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiZWFlbF9jcmVhdGl2ZV9idXR0b25fdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ikt1bWJoIFNhbnMiLCJlYWVsX2NyZWF0aXZlX2J1dHRvbl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiZWFlbF9jcmVhdGl2ZV9idXR0b25fdHlwb2dyYXBoeV9sZXR0ZXJfc3BhY2luZyI6eyJ1bml0IjoicHgiLCJzaXplIjotMC4yOTk5OTk5OTk5OTk5OTk5OSwic2l6ZXMiOltdfSwiZWFlbF9jcmVhdGl2ZV9idXR0b25fYWxpZ25tZW50IjoiY2VudGVyIiwiZWFlbF9jcmVhdGl2ZV9idXR0b25fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjoxMDAsInNpemVzIjpbXX0sImVhZWxfY3JlYXRpdmVfYnV0dG9uX3dpZHRoX3RhYmxldCI6eyJ1bml0IjoiJSIsInNpemUiOiIiLCJzaXplcyI6W119LCJlYWVsX2NyZWF0aXZlX2J1dHRvbl93aWR0aF9tb2JpbGUiOnsidW5pdCI6IiUiLCJzaXplIjoiIiwic2l6ZXMiOltdfSwiZWFlbF9jcmVhdGl2ZV9idXR0b25fZ3JhZGllbnRfYmFja2dyb3VuZF9jb2xvcl9iIjoiIzc2MDEwMCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjk3Ljg4NTAwMDAwMDAwMDAwNX0sIl9mbGV4X3NpemUiOiJub25lIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImVhZWwtY3JlYXRpdmUtYnV0dG9uIiwidGVtcGxhdGVJRCI6IjE4NSJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"widget-text-editor\"]}}'),(1727,75,'_elementor_element_cache','{\"timeout\":1734726389,\"value\":{\"content\":\"<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-ec5e16f e-con-full e-flex e-con e-parent\\\" data-id=\\\"ec5e16f\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"background_background":"classic","premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b9e5709 elementor-widget elementor-widget-heading\\\" data-id=\\\"b9e5709\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Welcome to the Healing Power of <br>Red Light Therapy<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c0cd0dd elementor-widget elementor-widget-heading\\\" data-id=\\\"c0cd0dd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">If you\\u2019re looking for an effective, non-invasive way to combat pain and inflammation, you\\u2019ve found it!<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1e1ed99 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1e1ed99\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p><span style=\\\"font-weight: 400;\\\">Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body’s natural healing abilities, offering a solution without side effects that improves your overall well-being.<\\/span><\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-079f7f2 elementor-widget__width-initial elementor-widget elementor-widget-eael-creative-button\\\" data-id=\\\"079f7f2\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"eael-creative-button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t <div class=\\\"eael-creative-button-wrapper\\\">\\n\\n <a class=\\\"eael-creative-button eael-creative-button--quidel\\\" href=\\\"https:\\/\\/findredlightnearme.com\\/\\\" target=\\\"_blank\\\" data-text=\\\"Go!\\\">\\n\\n\\t \\n <div class=\\\"creative-button-inner\\\">\\n\\n <span class=\\\"eael-creative-button-icon-left\\\"><\\/span> \\n <span class=\\\"cretive-button-text\\\">Find Red Light Near You<\\/span>\\n\\n <\\/div>\\n\\t <\\/a>\\n <\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-69d9aad e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"69d9aad\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImM4OTE2NWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtYXJrZXIiOiJjdXJseSIsImJlZm9yZV90ZXh0IjoiRXhwbG9yZSBPdXIiLCJoaWdobGlnaHRlZF90ZXh0IjoiUmVkIExpZ2h0IFRoZXJhcHkiLCJyb3RhdGluZ190ZXh0IjoiQmV0dGVyXG5CaWdnZXJcbkZhc3RlciIsImFmdGVyX3RleHQiOiJCbG9ncyIsInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJLdW1iaCBTYW5zIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6Mi41LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiZGlzcGxheV9jb25kaXRpb25fbGlzdCI6W3siZGlzcGxheV9jb25kaXRpb25fbG9naW5fc3RhdHVzIjoic3Vic2NyaWJlciIsIl9pZCI6IjZhYWZkZWEifV0sImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6ImU2ZjZhOGIifV0sInBhX2NvbmRpdGlvbl9yZXBlYXRlciI6W10sInByZW1pdW1fdG9vbHRpcF90ZXh0IjoiSGksIEknbSBhIGdsb2JhbCB0b29sdGlwLiIsInByZW1pdW1fdG9vbHRpcF9wb3NpdGlvbiI6InRvcCxib3R0b20iLCJwYV9jdXJzb3JfZnRleHQiOiJQcmVtaXVtIEZvbGxvdyBUZXh0IiwicGFfYmFkZ2VfdGV4dCI6Ik5ldyIsInByZW1pdW1fbXNjcm9sbF9yZXBlYXRlciI6W10sIl9fZ2xvYmFsc19fIjp7InRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiYW5pbWF0ZWQtaGVhZGxpbmUifQ==\\\"][elementor-element data=\\\"eyJpZCI6IjA0NGI2NmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJwb3N0c19wZXJfcGFnZSI6MTAsImltYWdlX3NpemUiOiJtZWRpdW1fbGFyZ2UiLCJleGNlcnB0X2V4cGFuaXNvbl9pbmRpY2F0b3IiOiIuLi4iLCJlYWVsX3JlYWRfbW9yZV90ZXh0IjoiUmVhZCBNb3JlIiwiZWFlbF9zaG93X3JlYWRfbW9yZV9idXR0b24iOiIiLCJyZWFkX21vcmVfYnV0dG9uX3RleHQiOiJSZWFkIE1vcmUiLCJlYWVsX3Nob3dfYXZhdGFyIjoiIiwiZWFlbF9zaG93X2F1dGhvciI6IiIsImVhZWxfc2hvd19kYXRlIjoiIiwiZWFlbF9wb3N0X2dyaWRfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIyNSIsInJpZ2h0IjoiMjUiLCJib3R0b20iOiIyNSIsImxlZnQiOiIyNSIsImlzTGlua2VkIjp0cnVlfSwiZGlzcGxheV9jb25kaXRpb25fbGlzdCI6W3siZGlzcGxheV9jb25kaXRpb25fbG9naW5fc3RhdHVzIjoic3Vic2NyaWJlciIsIl9pZCI6IjJlYmI5ZTIifV0sImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6Ijg0MWY2NzUifV0sInBhX2NvbmRpdGlvbl9yZXBlYXRlciI6W10sInByZW1pdW1fdG9vbHRpcF90ZXh0IjoiSGksIEknbSBhIGdsb2JhbCB0b29sdGlwLiIsInByZW1pdW1fdG9vbHRpcF9wb3NpdGlvbiI6InRvcCxib3R0b20iLCJwYV9jdXJzb3JfZnRleHQiOiJQcmVtaXVtIEZvbGxvdyBUZXh0IiwicGFfYmFkZ2VfdGV4dCI6Ik5ldyIsInByZW1pdW1fbXNjcm9sbF9yZXBlYXRlciI6W10sIl9fZ2xvYmFsc19fIjp7ImVhZWxfcG9zdF9ncmlkX3RpdGxlX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPXByaW1hcnkiLCJlYWVsX3Bvc3RfZ3JpZF90aXRsZV9ob3Zlcl9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hY2NlbnQifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImVhZWwtcG9zdC1jYXJvdXNlbCJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-dc246f4 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"dc246f4\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-4be8cdb e-con-full e-flex e-con e-child\\\" data-id=\\\"4be8cdb\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6ImQyN2RiNWMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtYXJrZXIiOiJjdXJseSIsImJlZm9yZV90ZXh0IjoiV2hhdCBJcyIsImhpZ2hsaWdodGVkX3RleHQiOiJSZWQgTGlnaHQgVGhlcmFweSIsInJvdGF0aW5nX3RleHQiOiJCZXR0ZXJcbkJpZ2dlclxuRmFzdGVyIiwiYWZ0ZXJfdGV4dCI6Ij8iLCJhbGlnbm1lbnQiOiJsZWZ0IiwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ikt1bWJoIFNhbnMiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiNmFhZmRlYSJ9XSwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiZTZmNmE4YiJ9XSwicGFfY29uZGl0aW9uX3JlcGVhdGVyIjpbXSwicHJlbWl1bV90b29sdGlwX3RleHQiOiJIaSwgSSdtIGEgZ2xvYmFsIHRvb2x0aXAuIiwicHJlbWl1bV90b29sdGlwX3Bvc2l0aW9uIjoidG9wLGJvdHRvbSIsInBhX2N1cnNvcl9mdGV4dCI6IlByZW1pdW0gRm9sbG93IFRleHQiLCJwYV9iYWRnZV90ZXh0IjoiTmV3IiwicHJlbWl1bV9tc2Nyb2xsX3JlcGVhdGVyIjpbXSwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJhbmltYXRlZC1oZWFkbGluZSJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-061894f elementor-widget elementor-widget-text-editor\\\" data-id=\\\"061894f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p><span style=\\\"font-weight: 400;\\\">Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn’t just any light; it’s a special therapeutic light that stimulates your body’s natural healing processes. Whether it’s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we\\u2019re going to show you how it can help you, too.<\\/span><\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-e8611cc e-con-full e-flex e-con e-child\\\" data-id=\\\"e8611cc\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"background_background":"classic","premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3db4d4c elementor-widget elementor-widget-image\\\" data-id=\\\"3db4d4c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-1024x576.jpg\\\" class=\\\"attachment-large size-large wp-image-202\\\" alt=\\\"Red Light Therapy for Inflammation and Pain Relief\\\" srcset=\\\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-1024x576.jpg 1024w, https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-300x169.jpg 300w, https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-768x432.jpg 768w, https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-1536x864.jpg 1536w, https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy.jpg 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-5fafef7 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"5fafef7\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6Ijk2NTc1YTIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtYXJrZXIiOiJjdXJseSIsImJlZm9yZV90ZXh0IjoiV2h5IENob29zZSIsImhpZ2hsaWdodGVkX3RleHQiOiJSZWQgTGlnaHQgVGhlcmFweSIsInJvdGF0aW5nX3RleHQiOiJCZXR0ZXJcbkJpZ2dlclxuRmFzdGVyIiwiYWZ0ZXJfdGV4dCI6Ij8iLCJhbGlnbm1lbnQiOiJsZWZ0IiwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ikt1bWJoIFNhbnMiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiNmFhZmRlYSJ9XSwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiZTZmNmE4YiJ9XSwicGFfY29uZGl0aW9uX3JlcGVhdGVyIjpbXSwicHJlbWl1bV90b29sdGlwX3RleHQiOiJIaSwgSSdtIGEgZ2xvYmFsIHRvb2x0aXAuIiwicHJlbWl1bV90b29sdGlwX3Bvc2l0aW9uIjoidG9wLGJvdHRvbSIsInBhX2N1cnNvcl9mdGV4dCI6IlByZW1pdW0gRm9sbG93IFRleHQiLCJwYV9iYWRnZV90ZXh0IjoiTmV3IiwicHJlbWl1bV9tc2Nyb2xsX3JlcGVhdGVyIjpbXSwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJhbmltYXRlZC1oZWFkbGluZSJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-4432e10 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"4432e10\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p><span style=\\\"font-weight: 400;\\\">It’s simple, incredibly effective, and perfect if you\\u2019re looking for a straightforward, non-pharmaceutical approach to pain relief. Here’s why our clients love it:<\\/span><span style=\\\"font-weight: 400;\\\"><br \\/><\\/span><\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-fa1dc30 elementor-widget elementor-widget-eael-feature-list\\\" data-id=\\\"fa1dc30\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"eael-feature-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"-icon-position-left -tablet-icon-position-left -mobile-icon-position-left\\\">\\n\\t\\t\\t<ul id=\\\"eael-feature-list-fa1dc30\\\" class=\\\"eael-feature-list-items circle stacked eael-feature-list-vertical\\\">\\n\\t\\t\\t <li class=\\\"eael-feature-list-item elementor-repeater-item-514e51a\\\">\\n \\n\\t\\t\\t\\t\\t\\t<div class=\\\"eael-feature-list-icon-box\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"eael-feature-list-icon-inner\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"eael-feature-list-icon fl-icon-0\\\">\\n\\n\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-leaf\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"eael-feature-list-content-box\\\">\\n <h2 class=\\\"eael-feature-list-title\\\">Natural Inflammation Management<\\/h2>\\t\\t\\t\\t\\t\\t<p class=\\\"eael-feature-list-content\\\">Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.<\\/p>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t <li class=\\\"eael-feature-list-item elementor-repeater-item-e05e28f\\\">\\n \\n\\t\\t\\t\\t\\t\\t<div class=\\\"eael-feature-list-icon-box\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"eael-feature-list-icon-inner\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"eael-feature-list-icon fl-icon-1\\\">\\n\\n\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-hands\\\" viewBox=\\\"0 0 640 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"eael-feature-list-content-box\\\">\\n <h2 class=\\\"eael-feature-list-title\\\">A Holistic Alternative to Medication<\\/h2>\\t\\t\\t\\t\\t\\t<p class=\\\"eael-feature-list-content\\\">We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.<\\/p>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t <li class=\\\"eael-feature-list-item elementor-repeater-item-d00f61b\\\">\\n \\n\\t\\t\\t\\t\\t\\t<div class=\\\"eael-feature-list-icon-box\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"eael-feature-list-icon-inner\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"eael-feature-list-icon fl-icon-2\\\">\\n\\n\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-star\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<div class=\\\"eael-feature-list-content-box\\\">\\n <h2 class=\\\"eael-feature-list-title\\\">Real Stories, Real Results<\\/h2>\\t\\t\\t\\t\\t\\t<p class=\\\"eael-feature-list-content\\\">We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.<\\/p>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\n\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t<\\/ul>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-cf7a431 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"cf7a431\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"background_background":"classic","premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjRjNTlkNzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtYXJrZXIiOiJjdXJseSIsImJlZm9yZV90ZXh0IjoiSW50ZWdyYXRpbmciLCJoaWdobGlnaHRlZF90ZXh0IjoiUmVkIExpZ2h0IFRoZXJhcHkiLCJyb3RhdGluZ190ZXh0IjoiQmV0dGVyXG5CaWdnZXJcbkZhc3RlciIsImFmdGVyX3RleHQiOiJJbnRvIFlvdXIgTGlmZSIsInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJLdW1iaCBTYW5zIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6Mi41LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX21hcmdpbiI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwMyIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiNmFhZmRlYSJ9XSwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiZTZmNmE4YiJ9XSwicGFfY29uZGl0aW9uX3JlcGVhdGVyIjpbXSwicHJlbWl1bV90b29sdGlwX3RleHQiOiJIaSwgSSdtIGEgZ2xvYmFsIHRvb2x0aXAuIiwicHJlbWl1bV90b29sdGlwX3Bvc2l0aW9uIjoidG9wLGJvdHRvbSIsInBhX2N1cnNvcl9mdGV4dCI6IlByZW1pdW0gRm9sbG93IFRleHQiLCJwYV9iYWRnZV90ZXh0IjoiTmV3IiwicHJlbWl1bV9tc2Nyb2xsX3JlcGVhdGVyIjpbXSwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIiwidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NmI0MWM4NyIsIndvcmRzX2NvbG9yIjoiZ2xvYmFsc1wvY29sb3JzP2lkPTZiNDFjODcifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImFuaW1hdGVkLWhlYWRsaW5lIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-e4981dd elementor-widget elementor-widget-text-editor\\\" data-id=\\\"e4981dd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here\\u2019s how you can begin:<\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-4fdb99c e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"4fdb99c\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"background_background":"classic","premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-add57b0 e-con-full e-flex e-con e-child\\\" data-id=\\\"add57b0\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3453cbb elementor-position-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"3453cbb\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-10.jpg\\\" class=\\\"attachment-full size-full wp-image-216\\\" alt=\\\"\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><h3 class=\\\"elementor-image-box-title\\\">1. Personal Consultation: <\\/h3><p class=\\\"elementor-image-box-description\\\">Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-89431d8 e-con-full e-flex e-con e-child\\\" data-id=\\\"89431d8\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cac01ed elementor-position-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"cac01ed\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-3.jpg\\\" class=\\\"attachment-full size-full wp-image-204\\\" alt=\\\"Red Light Therapy for Inflammation and Pain Relief\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><h3 class=\\\"elementor-image-box-title\\\">2. Regular Sessions for Long-Term Benefits:<\\/h3><p class=\\\"elementor-image-box-description\\\">Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-bd158a5 e-con-full e-flex e-con e-child\\\" data-id=\\\"bd158a5\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-16bb069 elementor-position-top elementor-widget elementor-widget-image-box\\\" data-id=\\\"16bb069\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-image-box-wrapper\\\"><figure class=\\\"elementor-image-box-img\\\"><img width=\\\"1920\\\" height=\\\"1080\\\" src=\\\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-11.jpg\\\" class=\\\"attachment-full size-full wp-image-217\\\" alt=\\\"Red Light Therapy Inflammation and Pain Relief\\\" \\/><\\/figure><div class=\\\"elementor-image-box-content\\\"><h3 class=\\\"elementor-image-box-title\\\">3. Witness Your Transformation:<\\/h3><p class=\\\"elementor-image-box-description\\\">It\\u2019s not just about pain relief; it\\u2019s about enhancing your life\\u2019s quality. You\'ll see improvements in various areas of your health and well-being.<\\/p><\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-4a3d8d1 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"4a3d8d1\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-9c5c9b8 e-con-full e-flex e-con e-child\\\" data-id=\\\"9c5c9b8\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1a18959 elementor-widget elementor-widget-image\\\" data-id=\\\"1a18959\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"1024\\\" height=\\\"576\\\" src=\\\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6-1024x576.jpg\\\" class=\\\"attachment-large size-large wp-image-207\\\" alt=\\\"Red Light Therapy for Inflammation and Pain Relief\\\" srcset=\\\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6-1024x576.jpg 1024w, https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6-300x169.jpg 300w, https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6-768x432.jpg 768w, https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6-1536x864.jpg 1536w, https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/red-light-therapy-6.jpg 1920w\\\" sizes=\\\"(max-width: 1024px) 100vw, 1024px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-2f86895 e-con-full e-flex e-con e-child\\\" data-id=\\\"2f86895\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"background_background":"classic","premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjZmNGRmOGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtYXJrZXIiOiJjdXJseSIsImJlZm9yZV90ZXh0IjoiVGhlIFNjaWVuY2UgQmVoaW5kIiwiaGlnaGxpZ2h0ZWRfdGV4dCI6IlJlZCBMaWdodCBUaGVyYXB5Iiwicm90YXRpbmdfdGV4dCI6IkJldHRlclxuQmlnZ2VyXG5GYXN0ZXIiLCJhbGlnbm1lbnQiOiJsZWZ0IiwidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ikt1bWJoIFNhbnMiLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoiZW0iLCJzaXplIjoyLjUsInNpemVzIjpbXX0sInRpdGxlX3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI2MDAiLCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiNmFhZmRlYSJ9XSwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiZTZmNmE4YiJ9XSwicGFfY29uZGl0aW9uX3JlcGVhdGVyIjpbXSwicHJlbWl1bV90b29sdGlwX3RleHQiOiJIaSwgSSdtIGEgZ2xvYmFsIHRvb2x0aXAuIiwicHJlbWl1bV90b29sdGlwX3Bvc2l0aW9uIjoidG9wLGJvdHRvbSIsInBhX2N1cnNvcl9mdGV4dCI6IlByZW1pdW0gRm9sbG93IFRleHQiLCJwYV9iYWRnZV90ZXh0IjoiTmV3IiwicHJlbWl1bV9tc2Nyb2xsX3JlcGVhdGVyIjpbXSwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJhbmltYXRlZC1oZWFkbGluZSJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-61ce324 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"61ce324\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<p><span style=\\\"font-weight: 400;\\\">Red light therapy might sound like something from a sci-fi movie, but it’s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There’s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.<\\/span><\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-element elementor-element-2273132 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"2273132\\\" data-element_type=\\\"container\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjU0ODI4N2MiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtYXJrZXIiOiJjdXJseSIsImJlZm9yZV90ZXh0IjoiVGhlIEpvdXJuZXkgb2YgSGVhbGluZzogQSBEZWVwZXIgRGl2ZSBpbnRvIiwiaGlnaGxpZ2h0ZWRfdGV4dCI6IlJlZCBMaWdodCBUaGVyYXB5Iiwicm90YXRpbmdfdGV4dCI6IkJldHRlclxuQmlnZ2VyXG5GYXN0ZXIiLCJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiS3VtYmggU2FucyIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjIuNSwic2l6ZXMiOltdfSwidGl0bGVfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjYwMCIsIl9tYXJnaW4iOnsidW5pdCI6IiUiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMyIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiX21hcmdpbl90YWJsZXQiOnsidW5pdCI6IiUiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9tYXJnaW5fbW9iaWxlIjp7InVuaXQiOiIlIiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiNmFhZmRlYSJ9XSwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiZTZmNmE4YiJ9XSwicGFfY29uZGl0aW9uX3JlcGVhdGVyIjpbXSwicHJlbWl1bV90b29sdGlwX3RleHQiOiJIaSwgSSdtIGEgZ2xvYmFsIHRvb2x0aXAuIiwicHJlbWl1bV90b29sdGlwX3Bvc2l0aW9uIjoidG9wLGJvdHRvbSIsInBhX2N1cnNvcl9mdGV4dCI6IlByZW1pdW0gRm9sbG93IFRleHQiLCJwYV9iYWRnZV90ZXh0IjoiTmV3IiwicHJlbWl1bV9tc2Nyb2xsX3JlcGVhdGVyIjpbXSwiX19nbG9iYWxzX18iOnsidGl0bGVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiIn19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJhbmltYXRlZC1oZWFkbGluZSJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-1387f36 elementor-widget elementor-widget-text-editor\\\" data-id=\\\"1387f36\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"text-editor.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<h3><span style=\\\"font-weight: 400;\\\">Exploring the Benefits Further<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy is not just about alleviating pain. It’s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you’re not just living but thriving, thanks to the natural power of healing light.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Customized to Your Unique Needs<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Everyone’s body responds differently to therapy. That’s why we offer personalized sessions. Whether you’re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body’s specific needs. It’s not a one-size-fits-all solution; it’s a personally tailored approach to your wellness.<\\/span><\\/p><h3><span style=\\\"font-weight: 400;\\\">Empowering You to Take Control<\\/span><\\/h3><p><span style=\\\"font-weight: 400;\\\">Red light therapy empowers you to take control of your health. It’s a proactive approach to wellness, where you’re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you’re not just treating symptoms but nurturing your overall health.<\\/span><\\/p>\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-508b6ff6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"508b6ff6\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3aba2f8d\\\" data-id=\\\"3aba2f8d\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3fdc76f4 elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-image\\\" data-id=\\\"3fdc76f4\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_position":"absolute"}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"188\\\" height=\\\"179\\\" src=\\\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/894bf7da-star-star3.png\\\" class=\\\"attachment-large size-large wp-image-191\\\" alt=\\\"\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjA1YzA3YmIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtYXJrZXIiOiJjdXJseSIsImJlZm9yZV90ZXh0IjoiRkFRcyBBYm91dCIsImhpZ2hsaWdodGVkX3RleHQiOiJSZWQgTGlnaHQgVGhlcmFweSIsInJvdGF0aW5nX3RleHQiOiJCZXR0ZXJcbkJpZ2dlclxuRmFzdGVyIiwiYWxpZ25tZW50IjoibGVmdCIsInRpdGxlX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInRpdGxlX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJLdW1iaCBTYW5zIiwidGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6Mi41LCJzaXplcyI6W119LCJ0aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiX21hcmdpbiI6eyJ1bml0IjoiJSIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiI2IiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJfbWFyZ2luX3RhYmxldCI6eyJ1bml0IjoiJSIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiX21hcmdpbl9tb2JpbGUiOnsidW5pdCI6IiUiLCJ0b3AiOiIiLCJyaWdodCI6IiIsImJvdHRvbSI6IiIsImxlZnQiOiIiLCJpc0xpbmtlZCI6dHJ1ZX0sImRpc3BsYXlfY29uZGl0aW9uX2xpc3QiOlt7ImRpc3BsYXlfY29uZGl0aW9uX2xvZ2luX3N0YXR1cyI6InN1YnNjcmliZXIiLCJfaWQiOiI2YWFmZGVhIn1dLCJlYWVsX3Rvb2x0aXBfc2VjdGlvbl9jb250ZW50IjoiSSBhbSBhIHRvb2x0aXAiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfcGxhY2Vob2xkZXIiOiJFbnRlciBQYXNzd29yZCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9zdWJtaXRfYnRuX3R4dCI6IlN1Ym1pdCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9pbmNvcnJlY3RfbWVzc2FnZSI6IlBhc3N3b3JkIGRvZXMgbm90IG1hdGNoLiIsImVhZWxfY2xfbG9naWNzIjpbeyJfaWQiOiJlNmY2YThiIn1dLCJwYV9jb25kaXRpb25fcmVwZWF0ZXIiOltdLCJwcmVtaXVtX3Rvb2x0aXBfdGV4dCI6IkhpLCBJJ20gYSBnbG9iYWwgdG9vbHRpcC4iLCJwcmVtaXVtX3Rvb2x0aXBfcG9zaXRpb24iOiJ0b3AsYm90dG9tIiwicGFfY3Vyc29yX2Z0ZXh0IjoiUHJlbWl1bSBGb2xsb3cgVGV4dCIsInBhX2JhZGdlX3RleHQiOiJOZXciLCJwcmVtaXVtX21zY3JvbGxfcmVwZWF0ZXIiOltdLCJfX2dsb2JhbHNfXyI6eyJ0aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiIifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImFuaW1hdGVkLWhlYWRsaW5lIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-1183a76b animated-slow elementor-invisible elementor-widget elementor-widget-heading\\\" data-id=\\\"1183a76b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_animation":"fadeInLeft"}\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-27972a32 elementor-widget__width-auto elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-image\\\" data-id=\\\"27972a32\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_position":"absolute","_animation":"fadeInLeft"}\\\" data-widget_type=\\\"image.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<img width=\\\"324\\\" height=\\\"115\\\" src=\\\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png\\\" class=\\\"attachment-large size-large wp-image-192\\\" alt=\\\"\\\" srcset=\\\"https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31.png 324w, https:\\/\\/redlightinflammation.com\\/wp-content\\/uploads\\/2024\\/01\\/f9d238d0-vector-linbe31-300x106.png 300w\\\" sizes=\\\"(max-width: 324px) 100vw, 324px\\\" \\/>\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2d336f72\\\" data-id=\\\"2d336f72\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-26b8742b animated-slow elementor-invisible elementor-widget elementor-widget-eael-adv-accordion\\\" data-id=\\\"26b8742b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{"_animation":"fadeInRight"}\\\" data-widget_type=\\\"eael-adv-accordion.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t <div class=\\\"eael-adv-accordion\\\" id=\\\"eael-adv-accordion-26b8742b\\\" data-scroll-on-click=\\\"no\\\" data-scroll-speed=\\\"300\\\" data-accordion-id=\\\"26b8742b\\\" data-accordion-type=\\\"accordion\\\" data-toogle-speed=\\\"300\\\">\\n <div class=\\\"eael-accordion-list\\\">\\n <div id=\\\"what-is-red-light-therapy-rlt\\\" class=\\\"elementor-tab-title eael-accordion-header\\\" tabindex=\\\"0\\\" data-tab=\\\"1\\\" aria-controls=\\\"elementor-tab-content-6491\\\"><div class=\\\"eael-accordion-tab-title\\\">What is red light therapy (RLT)?<\\/div><svg aria-hidden=\\\"true\\\" class=\\\"fa-toggle e-font-icon-svg e-fas-angle-down\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\\\"><\\/path><\\/svg><\\/div><div id=\\\"elementor-tab-content-6491\\\" class=\\\"eael-accordion-content clearfix\\\" data-tab=\\\"1\\\" aria-labelledby=\\\"what-is-red-light-therapy-rlt\\\"><p><span style=\\\"font-weight: 400;\\\">Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.<\\/span><\\/p><\\/div>\\n <\\/div><div class=\\\"eael-accordion-list\\\">\\n <div id=\\\"how-does-red-light-therapy-work\\\" class=\\\"elementor-tab-title eael-accordion-header\\\" tabindex=\\\"0\\\" data-tab=\\\"2\\\" aria-controls=\\\"elementor-tab-content-6492\\\"><div class=\\\"eael-accordion-tab-title\\\">How does red light therapy work?<\\/div><svg aria-hidden=\\\"true\\\" class=\\\"fa-toggle e-font-icon-svg e-fas-angle-down\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\\\"><\\/path><\\/svg><\\/div><div id=\\\"elementor-tab-content-6492\\\" class=\\\"eael-accordion-content clearfix\\\" data-tab=\\\"2\\\" aria-labelledby=\\\"how-does-red-light-therapy-work\\\"><p><span style=\\\"font-weight: 400;\\\">Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.<\\/span><\\/p><\\/div>\\n <\\/div><div class=\\\"eael-accordion-list\\\">\\n <div id=\\\"who-can-benefit-from-red-light-therapy\\\" class=\\\"elementor-tab-title eael-accordion-header\\\" tabindex=\\\"0\\\" data-tab=\\\"3\\\" aria-controls=\\\"elementor-tab-content-6493\\\"><div class=\\\"eael-accordion-tab-title\\\">Who can benefit from red light therapy?<\\/div><svg aria-hidden=\\\"true\\\" class=\\\"fa-toggle e-font-icon-svg e-fas-angle-down\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\\\"><\\/path><\\/svg><\\/div><div id=\\\"elementor-tab-content-6493\\\" class=\\\"eael-accordion-content clearfix\\\" data-tab=\\\"3\\\" aria-labelledby=\\\"who-can-benefit-from-red-light-therapy\\\"><p><span style=\\\"font-weight: 400;\\\">Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.<\\/span><\\/p><\\/div>\\n <\\/div><div class=\\\"eael-accordion-list\\\">\\n <div id=\\\"is-red-light-therapy-safe\\\" class=\\\"elementor-tab-title eael-accordion-header\\\" tabindex=\\\"0\\\" data-tab=\\\"4\\\" aria-controls=\\\"elementor-tab-content-6494\\\"><div class=\\\"eael-accordion-tab-title\\\">Is red light therapy safe?<\\/div><svg aria-hidden=\\\"true\\\" class=\\\"fa-toggle e-font-icon-svg e-fas-angle-down\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\\\"><\\/path><\\/svg><\\/div><div id=\\\"elementor-tab-content-6494\\\" class=\\\"eael-accordion-content clearfix\\\" data-tab=\\\"4\\\" aria-labelledby=\\\"is-red-light-therapy-safe\\\"><p><span style=\\\"font-weight: 400;\\\">Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.<\\/span><\\/p><\\/div>\\n <\\/div><div class=\\\"eael-accordion-list\\\">\\n <div id=\\\"how-long-does-a-typical-rlt-session-last\\\" class=\\\"elementor-tab-title eael-accordion-header\\\" tabindex=\\\"0\\\" data-tab=\\\"5\\\" aria-controls=\\\"elementor-tab-content-6495\\\"><div class=\\\"eael-accordion-tab-title\\\">How long does a typical RLT session last?<\\/div><svg aria-hidden=\\\"true\\\" class=\\\"fa-toggle e-font-icon-svg e-fas-angle-down\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\\\"><\\/path><\\/svg><\\/div><div id=\\\"elementor-tab-content-6495\\\" class=\\\"eael-accordion-content clearfix\\\" data-tab=\\\"5\\\" aria-labelledby=\\\"how-long-does-a-typical-rlt-session-last\\\"><p><span style=\\\"font-weight: 400;\\\">Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.<\\/span><\\/p><\\/div>\\n <\\/div><div class=\\\"eael-accordion-list\\\">\\n <div id=\\\"can-rlt-be-used-alongside-other-treatments\\\" class=\\\"elementor-tab-title eael-accordion-header\\\" tabindex=\\\"0\\\" data-tab=\\\"6\\\" aria-controls=\\\"elementor-tab-content-6496\\\"><div class=\\\"eael-accordion-tab-title\\\">Can RLT be used alongside other treatments?<\\/div><svg aria-hidden=\\\"true\\\" class=\\\"fa-toggle e-font-icon-svg e-fas-angle-down\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\\\"><\\/path><\\/svg><\\/div><div id=\\\"elementor-tab-content-6496\\\" class=\\\"eael-accordion-content clearfix\\\" data-tab=\\\"6\\\" aria-labelledby=\\\"can-rlt-be-used-alongside-other-treatments\\\"><p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p><\\/div>\\n <\\/div><div class=\\\"eael-accordion-list\\\">\\n <div id=\\\"how-quickly-can-i-expect-results-from-red-light-therapy\\\" class=\\\"elementor-tab-title eael-accordion-header\\\" tabindex=\\\"0\\\" data-tab=\\\"7\\\" aria-controls=\\\"elementor-tab-content-6497\\\"><div class=\\\"eael-accordion-tab-title\\\">How quickly can I expect results from red light therapy?<\\/div><svg aria-hidden=\\\"true\\\" class=\\\"fa-toggle e-font-icon-svg e-fas-angle-down\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\\\"><\\/path><\\/svg><\\/div><div id=\\\"elementor-tab-content-6497\\\" class=\\\"eael-accordion-content clearfix\\\" data-tab=\\\"7\\\" aria-labelledby=\\\"how-quickly-can-i-expect-results-from-red-light-therapy\\\"><p><span style=\\\"font-weight: 400;\\\">Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.<\\/span><\\/p><\\/div>\\n <\\/div><div class=\\\"eael-accordion-list\\\">\\n <div id=\\\"are-there-any-side-effects-of-red-light-therapy\\\" class=\\\"elementor-tab-title eael-accordion-header\\\" tabindex=\\\"0\\\" data-tab=\\\"8\\\" aria-controls=\\\"elementor-tab-content-6498\\\"><div class=\\\"eael-accordion-tab-title\\\">Are there any side effects of red light therapy?<\\/div><svg aria-hidden=\\\"true\\\" class=\\\"fa-toggle e-font-icon-svg e-fas-angle-down\\\" viewBox=\\\"0 0 320 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\\\"><\\/path><\\/svg><\\/div><div id=\\\"elementor-tab-content-6498\\\" class=\\\"eael-accordion-content clearfix\\\" data-tab=\\\"8\\\" aria-labelledby=\\\"are-there-any-side-effects-of-red-light-therapy\\\"><p><span style=\\\"font-weight: 400;\\\">Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.<\\/span><\\/p><\\/div>\\n <\\/div><\\/div>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[\"font-awesome-4-shim\"],\"styles\":[\"widget-heading\",\"widget-text-editor\",\"widget-image-box\",\"font-awesome-5-all\",\"font-awesome-4-shim\"]}}'),(1728,169,'_elementor_element_cache','{\"timeout\":1734723387,\"value\":{\"content\":\"\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-top-section elementor-element elementor-element-1382a555 elementor-section-boxed elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"1382a555\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"background_background":"classic","premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d2eb8cc\\\" data-id=\\\"d2eb8cc\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-6fc40ee0 elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"6fc40ee0\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-66 elementor-inner-column elementor-element elementor-element-6cf95625\\\" data-id=\\\"6cf95625\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjIzYWIyOWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IkZlYXR1cmVkIFBvc3QiLCJhbGlnbiI6ImxlZnQiLCJ0aXRsZV9jb2xvciI6IiMxODE2MTYiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiS3VtYmggU2FucyIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJlbSIsInNpemUiOjMsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX3RhYmxldCI6eyJ1bml0IjoicmVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF9zaXplX21vYmlsZSI6eyJ1bml0IjoicmVtIiwic2l6ZSI6IiIsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6ZmFsc2V9LCJlYWVsX3Rvb2x0aXBfc2VjdGlvbl9jb250ZW50IjoiSSBhbSBhIHRvb2x0aXAiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfcGxhY2Vob2xkZXIiOiJFbnRlciBQYXNzd29yZCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9zdWJtaXRfYnRuX3R4dCI6IlN1Ym1pdCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9pbmNvcnJlY3RfbWVzc2FnZSI6IlBhc3N3b3JkIGRvZXMgbm90IG1hdGNoLiIsImVhZWxfY2xfbG9naWNzIjpbeyJfaWQiOiJlOWIwZTEyIn1dLCJhbGlnbl9tb2JpbGUiOiJjZW50ZXIiLCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMjAiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sImRpc3BsYXlfY29uZGl0aW9uX2xpc3QiOlt7ImRpc3BsYXlfY29uZGl0aW9uX2xvZ2luX3N0YXR1cyI6InN1YnNjcmliZXIiLCJfaWQiOiI5ZTIxYjUxIn1dLCJwYV9jb25kaXRpb25fcmVwZWF0ZXIiOltdLCJwcmVtaXVtX21zY3JvbGxfcmVwZWF0ZXIiOltdLCJwcmVtaXVtX3Rvb2x0aXBfdGV4dCI6IkhpLCBJJ20gYSBnbG9iYWwgdG9vbHRpcC4iLCJwcmVtaXVtX3Rvb2x0aXBfcG9zaXRpb24iOiJ0b3AsYm90dG9tIiwicGFfY3Vyc29yX2Z0ZXh0IjoiUHJlbWl1bSBGb2xsb3cgVGV4dCIsInBhX2JhZGdlX3RleHQiOiJOZXciLCJfX2R5bmFtaWNfXyI6eyJ0aXRsZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiMmE3MDE5ZVwiIG5hbWU9XCJwb3N0LXRpdGxlXCIgc2V0dGluZ3M9XCIlN0IlN0RcIl0ifSwiX19nbG9iYWxzX18iOnsidGl0bGVfY29sb3IiOiJnbG9iYWxzXC9jb2xvcnM\\/aWQ9NDkxNjA2YSIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiaGVhZGluZyJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-37f29143\\\" data-id=\\\"37f29143\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-44f8e62a elementor-align-right elementor-mobile-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"44f8e62a\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"button.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-button-wrapper\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-button elementor-button-link elementor-size-sm\\\" href=\\\"#\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-content-wrapper\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-button-text\\\">Show All Posts<\\/span>\\n\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjA0YWE1ZTMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJleGNlcnB0IjoiW2VsZW1lbnRvci10YWcgaWQ9XCJcIiBuYW1lPVwicG9zdC1leGNlcnB0XCIgc2V0dGluZ3M9XCIlN0IlMjJtYXhfbGVuZ3RoJTIyJTNBJTIyJTIyJTJDJTIyYXBwbHlfdG9fcG9zdF9jb250ZW50JTIyJTNBJTIybm8lMjIlMkMlMjJiZWZvcmUlMjIlM0ElMjIlMjIlMkMlMjJhZnRlciUyMiUzQSUyMiUyMiUyQyUyMmZhbGxiYWNrJTIyJTNBJTIyJTIyJTdEXCJdIn0sImFsaWduIjoiY2VudGVyIiwiZGlzcGxheV9jb25kaXRpb25fbGlzdCI6W3siZGlzcGxheV9jb25kaXRpb25fbG9naW5fc3RhdHVzIjoic3Vic2NyaWJlciIsIl9pZCI6IjZmYTQ3YzMifV0sImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6IjhmM2JhNWMifV0sInBhX2NvbmRpdGlvbl9yZXBlYXRlciI6W10sInByZW1pdW1fdG9vbHRpcF90ZXh0IjoiSGksIEknbSBhIGdsb2JhbCB0b29sdGlwLiIsInByZW1pdW1fdG9vbHRpcF9wb3NpdGlvbiI6InRvcCxib3R0b20iLCJwYV9jdXJzb3JfZnRleHQiOiJQcmVtaXVtIEZvbGxvdyBUZXh0IiwicGFfYmFkZ2VfdGV4dCI6Ik5ldyIsInByZW1pdW1fbXNjcm9sbF9yZXBlYXRlciI6W119LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0aGVtZS1wb3N0LWV4Y2VycHQifQ==\\\"][elementor-element data=\\\"eyJpZCI6IjU4MTM1MzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJfX2R5bmFtaWNfXyI6eyJpbWFnZSI6IltlbGVtZW50b3ItdGFnIGlkPVwiXCIgbmFtZT1cInBvc3QtZmVhdHVyZWQtaW1hZ2VcIiBzZXR0aW5ncz1cIiU3QiUyMmZhbGxiYWNrJTIyJTNBJTdCJTIydXJsJTIyJTNBJTIyJTIyJTJDJTIyaWQlMjIlM0ElMjIlMjIlMkMlMjJzaXplJTIyJTNBJTIyJTIyJTdEJTdEXCJdIn0sIndpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjUsInNpemVzIjpbXX0sImltYWdlX2JvcmRlcl9ib3JkZXIiOiJzb2xpZCIsImltYWdlX2JvcmRlcl93aWR0aCI6eyJ1bml0IjoicHgiLCJ0b3AiOiI1IiwicmlnaHQiOiI1IiwiYm90dG9tIjoiNSIsImxlZnQiOiI1IiwiaXNMaW5rZWQiOnRydWV9LCJpbWFnZV9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInRvcCI6IjI1IiwicmlnaHQiOiIyNSIsImJvdHRvbSI6IjI1IiwibGVmdCI6IjI1IiwiaXNMaW5rZWQiOnRydWV9LCJpbWFnZV9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjE5LCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwLjc5KSJ9LCJfbWFyZ2luIjp7InVuaXQiOiIlIiwidG9wIjoiMyIsInJpZ2h0IjoiMCIsImJvdHRvbSI6IjMiLCJsZWZ0IjoiMCIsImlzTGlua2VkIjpmYWxzZX0sIl9tYXJnaW5fdGFibGV0Ijp7InVuaXQiOiIlIiwidG9wIjoiIiwicmlnaHQiOiIiLCJib3R0b20iOiIiLCJsZWZ0IjoiIiwiaXNMaW5rZWQiOnRydWV9LCJfbWFyZ2luX21vYmlsZSI6eyJ1bml0IjoiJSIsInRvcCI6IiIsInJpZ2h0IjoiIiwiYm90dG9tIjoiIiwibGVmdCI6IiIsImlzTGlua2VkIjp0cnVlfSwiZGlzcGxheV9jb25kaXRpb25fbGlzdCI6W3siZGlzcGxheV9jb25kaXRpb25fbG9naW5fc3RhdHVzIjoic3Vic2NyaWJlciIsIl9pZCI6IjBkMjE0MDIifV0sImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6IjA3Zjc4MmEifV0sInBhX2NvbmRpdGlvbl9yZXBlYXRlciI6W10sInByZW1pdW1fdG9vbHRpcF90ZXh0IjoiSGksIEknbSBhIGdsb2JhbCB0b29sdGlwLiIsInByZW1pdW1fdG9vbHRpcF9wb3NpdGlvbiI6InRvcCxib3R0b20iLCJwYV9jdXJzb3JfZnRleHQiOiJQcmVtaXVtIEZvbGxvdyBUZXh0IiwicGFfYmFkZ2VfdGV4dCI6Ik5ldyIsInByZW1pdW1fbXNjcm9sbF9yZXBlYXRlciI6W10sIl9fZ2xvYmFsc19fIjp7ImltYWdlX2JvcmRlcl9jb2xvciI6Imdsb2JhbHNcL2NvbG9ycz9pZD1hY2NlbnQifX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXBvc3QtZmVhdHVyZWQtaW1hZ2UifQ==\\\"][elementor-element data=\\\"eyJpZCI6ImVkMjlkNzIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6IlRhYmxlIG9mIENvbnRlbnRzIiwiZXhjbHVkZV9oZWFkaW5nc19ieV9zZWxlY3RvciI6W10sImhlYWRlcl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJoZWFkZXJfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6Ikt1bWJoIFNhbnMiLCJoZWFkZXJfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MS4xNDk5OTk5OTk5OTk5OTk5LCJzaXplcyI6W119LCJoZWFkZXJfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjMwMCIsImxpc3RfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibGlzdF90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiS3VtYmggU2FucyIsImxpc3RfdHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6ImVtIiwic2l6ZSI6MSwic2l6ZXMiOltdfSwibGlzdF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiMzAwIiwiZGlzcGxheV9jb25kaXRpb25fbGlzdCI6W3siZGlzcGxheV9jb25kaXRpb25fbG9naW5fc3RhdHVzIjoic3Vic2NyaWJlciIsIl9pZCI6IjI0YTlmNzAifV0sImVhZWxfdG9vbHRpcF9zZWN0aW9uX2NvbnRlbnQiOiJJIGFtIGEgdG9vbHRpcCIsImVhZWxfZXh0X2NvbnRlbnRfcHJvdGVjdGlvbl9wYXNzd29yZF9wbGFjZWhvbGRlciI6IkVudGVyIFBhc3N3b3JkIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3N1Ym1pdF9idG5fdHh0IjoiU3VibWl0IiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX2luY29ycmVjdF9tZXNzYWdlIjoiUGFzc3dvcmQgZG9lcyBub3QgbWF0Y2guIiwiZWFlbF9jbF9sb2dpY3MiOlt7Il9pZCI6ImI1ZDU4MGYifV0sInBhX2NvbmRpdGlvbl9yZXBlYXRlciI6W10sInByZW1pdW1fdG9vbHRpcF90ZXh0IjoiSGksIEknbSBhIGdsb2JhbCB0b29sdGlwLiIsInByZW1pdW1fdG9vbHRpcF9wb3NpdGlvbiI6InRvcCxib3R0b20iLCJwYV9jdXJzb3JfZnRleHQiOiJQcmVtaXVtIEZvbGxvdyBUZXh0IiwicGFfYmFkZ2VfdGV4dCI6Ik5ldyIsInByZW1pdW1fbXNjcm9sbF9yZXBlYXRlciI6W10sIl9fZ2xvYmFsc19fIjp7ImhlYWRlcl90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJnbG9iYWxzXC90eXBvZ3JhcGh5P2lkPXRleHQiLCJsaXN0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6IiJ9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGFibGUtb2YtY29udGVudHMifQ==\\\"]\\t\\t<section data-particle_enable=\\\"false\\\" data-particle-mobile-disabled=\\\"false\\\" class=\\\"elementor-section elementor-inner-section elementor-element elementor-element-65667b1b elementor-section-full_width elementor-section-height-default elementor-section-height-default\\\" data-id=\\\"65667b1b\\\" data-element_type=\\\"section\\\" data-settings=\\\"{"premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-container elementor-column-gap-no\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-66 elementor-inner-column elementor-element elementor-element-53ccc006 elementor-invisible\\\" data-id=\\\"53ccc006\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"animation":"fadeInUp","premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t[elementor-element data=\\\"eyJpZCI6IjczZmI5NWIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiYjE3NTcxMiJ9XSwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiMDM2MjU1OCJ9XSwicGFfY29uZGl0aW9uX3JlcGVhdGVyIjpbXSwicHJlbWl1bV90b29sdGlwX3RleHQiOiJIaSwgSSdtIGEgZ2xvYmFsIHRvb2x0aXAuIiwicHJlbWl1bV90b29sdGlwX3Bvc2l0aW9uIjoidG9wLGJvdHRvbSIsInBhX2N1cnNvcl9mdGV4dCI6IlByZW1pdW0gRm9sbG93IFRleHQiLCJwYV9iYWRnZV90ZXh0IjoiTmV3IiwicHJlbWl1bV9tc2Nyb2xsX3JlcGVhdGVyIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRoZW1lLXBvc3QtY29udGVudCJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-33243263 elementor-invisible\\\" data-id=\\\"33243263\\\" data-element_type=\\\"column\\\" data-settings=\\\"{"animation":"fadeInRight","premium_particles_zindex":0,"premium_particles_responsive":["desktop","tablet","mobile"]}\\\">\\n\\t\\t\\t<div class=\\\"elementor-widget-wrap elementor-element-populated\\\">\\n\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-3654effe elementor-widget elementor-widget-heading\\\" data-id=\\\"3654effe\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">You May Like<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjY5OTMzZGNkIiwiZWxUeXBlIjoid2lkZ2V0Iiwic2V0dGluZ3MiOnsicG9zdHNfcGVyX3BhZ2UiOjUsImVhZWxfcG9zdF9saXN0X3RvcGJhciI6IiIsImVhZWxfcG9zdF9saXN0X3RvcGJhcl90aXRsZSI6IlJlY2VudCBQb3N0cyIsImVhZWxfcG9zdF9saXN0X3RvcGJhcl90ZXJtX2FsbF90ZXh0IjoiQWxsIiwiZWFlbF9wb3N0X2xpc3RfcGFnaW5hdGlvbiI6IiIsImVhZWxfcG9zdF9saXN0X2ZlYXR1cmVkX2FyZWEiOiIiLCJlYWVsX3Bvc3RfbGlzdF9jb2x1bW5zIjoiMSIsImVhZWxfcG9zdF9mZWF0dXJlZF9pbWFnZV9zaXplIjoidGh1bWJuYWlsIiwiZWFlbF9wb3N0X2xpc3RfcG9zdF9tZXRhIjoiIiwiZWFlbF9wb3N0X2xpc3RfZXhjZXJwdF9leHBhbmlzb25faW5kaWNhdG9yIjoiLi4uIiwiZWFlbF9wb3N0X2xpc3RfcmVhZF9tb3JlX3RleHQiOiJSZWFkIE1vcmUiLCJlYWVsX3Bvc3RfbGlzdF9wb3N0X2NhdCI6InllcyIsInRpdGxlX2xpbmtfbm9mb2xsb3ciOiJ0cnVlIiwiZWFlbF9wb3N0X2xpc3RfY29udGFpbmVyX2JnX2NvbG9yIjoiI0ZGRkZGRjAwIiwiZWFlbF9wb3N0X2xpc3RfY29udGFpbmVyX2JvcmRlcl9yYWRpdXMiOnsidW5pdCI6InB4Iiwic2l6ZSI6OCwic2l6ZXMiOltdfSwiZWFlbF9wb3N0X2xpc3RfYm94X3NoYWRvd19ib3hfc2hhZG93X3R5cGUiOiJ5ZXMiLCJlYWVsX3Bvc3RfbGlzdF9ib3hfc2hhZG93X2JveF9zaGFkb3ciOnsiaG9yaXpvbnRhbCI6MCwidmVydGljYWwiOjAsImJsdXIiOjEwLCJzcHJlYWQiOjAsImNvbG9yIjoicmdiYSgwLCAwLCAwLCAwKSJ9LCJlYWVsX3Bvc3RfbGlzdF90aXRsZV9jb2xvciI6IiMwNTIxMzMiLCJlYWVsX3Bvc3RfbGlzdF90aXRsZV9ob3Zlcl9jb2xvciI6IiNFMDhGMDAiLCJlYWVsX3Bvc3RfbGlzdF90aXRsZV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJlYWVsX3Bvc3RfbGlzdF90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSUJNIFBsZXggU2FucyIsImVhZWxfcG9zdF9saXN0X3RpdGxlX3R5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJlYWVsX3Bvc3RfbGlzdF90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNjAwIiwiZWFlbF9wb3N0X2xpc3RfdGl0bGVfdHlwb2dyYXBoeV90ZXh0X3RyYW5zZm9ybSI6ImNhcGl0YWxpemUiLCJlYWVsX3Bvc3RfbGlzdF90aXRsZV90eXBvZ3JhcGh5X2xpbmVfaGVpZ2h0Ijp7InVuaXQiOiJlbSIsInNpemUiOjEuMzk5OTk5OTk5OTk5OTk5OSwic2l6ZXMiOltdfSwiZWFlbF9wb3N0X2xpc3RfZXhjZXJwdF9jb2xvciI6IiM4RkEwQUIiLCJlYWVsX3Bvc3RfbGlzdF9leGNlcnB0X3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImVhZWxfcG9zdF9saXN0X2V4Y2VycHRfdHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkludGVyIiwiZWFlbF9wb3N0X2xpc3RfZXhjZXJwdF90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxNCwic2l6ZXMiOltdfSwiZWFlbF9wb3N0X2xpc3RfZXhjZXJwdF90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiZWFlbF9wb3N0X2xpc3RfZXhjZXJwdF90eXBvZ3JhcGh5X3RleHRfdHJhbnNmb3JtIjoiY2FwaXRhbGl6ZSIsImVhZWxfcG9zdF9saXN0X2V4Y2VycHRfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJjYXRlZ29yeV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJjYXRlZ29yeV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSW50ZXIiLCJjYXRlZ29yeV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxMiwic2l6ZXMiOltdfSwiY2F0ZWdvcnlfdHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjUwMCIsImNhdGVnb3J5X3R5cG9ncmFwaHlfdGV4dF90cmFuc2Zvcm0iOiJjYXBpdGFsaXplIiwiY2F0ZWdvcnlfdHlwb2dyYXBoeV9saW5lX2hlaWdodCI6eyJ1bml0IjoiZW0iLCJzaXplIjoxLCJzaXplcyI6W119LCJwb3N0X2xpc3RfY2F0ZWdvcnlfY29sb3IiOiIjRTA4RjAwIiwicG9zdF9saXN0X2NhdGVnb3J5X2JnX2NvbG9yIjoiI0Y2RUJEOCIsInBvc3RfbGlzdF9jYXRlZ29yeV9jb2xvcl9ob3ZlciI6IiNGRkZGRkYiLCJwb3N0X2xpc3RfY2F0ZWdvcnlfYmdfY29sb3JfaG92ZXIiOiIjRTA4RjAwIiwiY2F0ZWdvcnlfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIxMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOmZhbHNlfSwiY2F0ZWdvcnlfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiI2IiwicmlnaHQiOiI4IiwiYm90dG9tIjoiNiIsImxlZnQiOiI4IiwiaXNMaW5rZWQiOmZhbHNlfSwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiNDQ0Njc3YyJ9XSwiY3VzdG9tX2NzcyI6Ilxuc2VsZWN0b3IgLmVhZWwtcG9zdC1saXN0LXRodW1ibmFpbHtcbiAgICBtYXJnaW46IDEycHg7XG4gICAgZmxleDogMCAwIDEwNHB4O1xufVxuc2VsZWN0b3IgLmVhZWwtcG9zdC1saXN0LXRodW1ibmFpbCBpbWd7XG4gICBhc3BlY3QtcmF0aW86MTtcbiAgICBib3JkZXItcmFkaXVzOjhweDtcbn1cblxuc2VsZWN0b3IgLmVhZWwtcG9zdC1saXN0LWNvbnRhaW5lci5sYXlvdXQtZGVmYXVsdCAuZWFlbC1wb3N0LWxpc3QtY29udGVudCAubWV0YS1jYXRlZ29yaWVzIGF7XG4gICAgYm9yZGVyLXJhZGl1czo0cHg7XG59IiwiZWFlbF9wb3N0X2xpc3RfZmVhdHVyZWRfdGh1bWJfYm9yZGVyX3JhZGl1cyI6eyJ1bml0IjoicHgiLCJzaXplIjo4LCJzaXplcyI6W119LCJlYWVsX3Bvc3RfbGlzdF9ib3JkZXJfcmFkaXVzIjp7InVuaXQiOiJweCIsInNpemUiOjgsInNpemVzIjpbXX0sImNhdGVnb3J5X2lkcyI6W10sImVhZWxfcG9zdF9saXN0X3Rlcm1zIjoiIiwiZWFlbF9wb3N0X2xpc3RfdGl0bGVfdHlwb2dyYXBoeV9mb250X3NpemVfbW9iaWxlIjp7InVuaXQiOiJweCIsInNpemUiOjE2LCJzaXplcyI6W119LCJlYWVsX3Bvc3RfbGlzdF90aXRsZV90eXBvZ3JhcGh5X2ZvbnRfc2l6ZV90YWJsZXQiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTYsInNpemVzIjpbXX0sImRpc3BsYXlfY29uZGl0aW9uX2xpc3QiOlt7ImRpc3BsYXlfY29uZGl0aW9uX2xvZ2luX3N0YXR1cyI6InN1YnNjcmliZXIiLCJfaWQiOiIwMzI5MjczIn1dLCJwYV9jb25kaXRpb25fcmVwZWF0ZXIiOltdLCJwcmVtaXVtX21zY3JvbGxfcmVwZWF0ZXIiOltdLCJwcmVtaXVtX3Rvb2x0aXBfdGV4dCI6IkhpLCBJJ20gYSBnbG9iYWwgdG9vbHRpcC4iLCJwcmVtaXVtX3Rvb2x0aXBfcG9zaXRpb24iOiJ0b3AsYm90dG9tIiwicGFfY3Vyc29yX2Z0ZXh0IjoiUHJlbWl1bSBGb2xsb3cgVGV4dCIsInBhX2JhZGdlX3RleHQiOiJOZXcifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZWFlbC1wb3N0LWxpc3QifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-0217bcf elementor-widget elementor-widget-heading\\\" data-id=\\\"0217bcf\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"heading.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t<h2 class=\\\"elementor-heading-title elementor-size-default\\\">Tags<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element data=\\\"eyJpZCI6IjNiM2EzM2YiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJmaWx0ZXJfdGFic190eXBlIjoicG9zdF90YWciLCJkaXNwbGF5X2NvbmRpdGlvbl9saXN0IjpbeyJkaXNwbGF5X2NvbmRpdGlvbl9sb2dpbl9zdGF0dXMiOiJzdWJzY3JpYmVyIiwiX2lkIjoiMGQ0NzQ2MiJ9XSwiZWFlbF90b29sdGlwX3NlY3Rpb25fY29udGVudCI6IkkgYW0gYSB0b29sdGlwIiwiZWFlbF9leHRfY29udGVudF9wcm90ZWN0aW9uX3Bhc3N3b3JkX3BsYWNlaG9sZGVyIjoiRW50ZXIgUGFzc3dvcmQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfc3VibWl0X2J0bl90eHQiOiJTdWJtaXQiLCJlYWVsX2V4dF9jb250ZW50X3Byb3RlY3Rpb25fcGFzc3dvcmRfaW5jb3JyZWN0X21lc3NhZ2UiOiJQYXNzd29yZCBkb2VzIG5vdCBtYXRjaC4iLCJlYWVsX2NsX2xvZ2ljcyI6W3siX2lkIjoiOTA3ZDI5NCJ9XSwicGFfY29uZGl0aW9uX3JlcGVhdGVyIjpbXSwicHJlbWl1bV90b29sdGlwX3RleHQiOiJIaSwgSSdtIGEgZ2xvYmFsIHRvb2x0aXAuIiwicHJlbWl1bV90b29sdGlwX3Bvc2l0aW9uIjoidG9wLGJvdHRvbSIsInBhX2N1cnNvcl9mdGV4dCI6IlByZW1pdW0gRm9sbG93IFRleHQiLCJwYV9iYWRnZV90ZXh0IjoiTmV3IiwicHJlbWl1bV9tc2Nyb2xsX3JlcGVhdGVyIjpbXX0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InByZW1pdW0tdGNsb3VkIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-66ee3d4 content-align-cta-default elementor-widget elementor-widget-eael-cta-box\\\" data-id=\\\"66ee3d4\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"eael-cta-box.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"eael-call-to-action cta-basic bg-lite cta-preset-1\\\">\\n <h2 class=\\\"title\\\">Looking for Red Light Therapy providers in your area?<\\/h2><p>Visit Find Red Light Near Me to get started today.<\\/p><a href=\\\"#\\\" class=\\\"cta-button \\\">Find a Red Light Therapy Provider<\\/a>\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t<\\/section>\\n\\t\\t\",\"scripts\":[],\"styles\":[\"widget-heading\"]}}'),(1729,301,'_elementor_page_assets','a:0:{}'),(1730,298,'_elementor_page_assets','a:0:{}'),(1731,296,'_elementor_page_assets','a:0:{}'),(1732,288,'_elementor_page_assets','a:0:{}'),(1733,293,'_elementor_page_assets','a:0:{}'),(1734,75,'_eael_post_view_count','34423'),(1735,248,'_eael_post_view_count','2391'),(1736,80,'_pa_widget_elements','a:0:{}'),(1737,231,'_pa_widget_elements','a:0:{}'),(1738,75,'_pa_widget_elements','a:0:{}'),(1739,248,'_pa_widget_elements','a:2:{i:0;s:14:\"premium-tcloud\";i:1;s:18:\"premium-addon-blog\";}'),(1740,169,'_pa_widget_elements','a:1:{i:0;s:14:\"premium-tcloud\";}'); /*!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 NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL DEFAULT 'publish', `comment_status` varchar(20) NOT NULL DEFAULT 'open', `ping_status` varchar(20) NOT NULL DEFAULT 'open', `post_password` varchar(255) NOT NULL DEFAULT '', `post_name` varchar(200) NOT NULL DEFAULT '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `type_status_author` (`post_type`,`post_status`,`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=343 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (4,0,'2024-01-17 20:22:01','2024-01-17 20:22:01','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-01-17 20:22:01','2024-01-17 20:22:01','',0,'https://redlightinflamation.us7.cdn-alpha.com/2024/01/17/navigation/',0,'wp_navigation','',0),(6,1,'2024-01-17 20:26:56','2024-01-17 20:26:56','','Default Kit','','publish','closed','closed','','default-kit','','','2024-02-01 21:23:43','2024-02-01 21:23:43','',0,'https://redlightinflamation.us7.cdn-alpha.com/?p=6',0,'elementor_library','',0),(8,1,'2024-01-17 20:48:52','2024-01-17 20:48:52','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentyfour','','','2024-01-17 20:48:52','2024-01-17 20:48:52','',0,'https://redlightinflammation.com/2024/01/17/wp-global-styles-twentytwentyfour/',0,'wp_global_styles','',0),(11,1,'2024-01-17 20:50:55','0000-00-00 00:00:00','','Test','','draft','closed','closed','','','','','2024-01-17 20:50:55','2024-01-17 20:50:55','',0,'https://redlightinflammation.com/?page_id=11',0,'page','',0),(19,2,'2024-01-17 22:14:21','2024-01-17 22:14:21','','placeholder.png','','inherit','open','closed','','placeholder-png','','','2024-01-17 22:14:21','2024-01-17 22:14:21','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder.png',0,'attachment','image/png',0),(20,2,'2024-01-17 22:14:21','2024-01-17 22:14:21','','placeholder.png','','inherit','open','closed','','placeholder-png-2','','','2024-01-17 22:14:21','2024-01-17 22:14:21','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-1.png',0,'attachment','image/png',0),(21,2,'2024-01-17 22:14:21','2024-01-17 22:14:21','','8eb909d6-frame-10941.png','','inherit','open','closed','','8eb909d6-frame-10941-png','','','2024-01-17 22:14:21','2024-01-17 22:14:21','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/8eb909d6-frame-10941.png',0,'attachment','image/png',0),(22,2,'2024-01-17 22:14:23','2024-01-17 22:14:23','','placeholder.png','','inherit','open','closed','','placeholder-png-3','','','2024-01-17 22:14:23','2024-01-17 22:14:23','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-2.png',0,'attachment','image/png',0),(23,2,'2024-01-17 22:14:23','2024-01-17 22:14:23','','d5d68e73-rectangle-1196.jpg','','inherit','open','closed','','d5d68e73-rectangle-1196-jpg','','','2024-01-17 22:14:23','2024-01-17 22:14:23','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/d5d68e73-rectangle-1196.jpg',0,'attachment','image/jpeg',0),(24,2,'2024-01-17 22:14:23','2024-01-17 22:14:23','','placeholder.png','','inherit','open','closed','','placeholder-png-4','','','2024-01-17 22:14:23','2024-01-17 22:14:23','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-3.png',0,'attachment','image/png',0),(25,2,'2024-01-17 22:14:24','2024-01-17 22:14:24','','ab9e6daa-rectangle-1196-1.jpg','','inherit','open','closed','','ab9e6daa-rectangle-1196-1-jpg','','','2024-01-17 22:14:24','2024-01-17 22:14:24','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/ab9e6daa-rectangle-1196-1.jpg',0,'attachment','image/jpeg',0),(26,2,'2024-01-17 22:14:24','2024-01-17 22:14:24','','placeholder.png','','inherit','open','closed','','placeholder-png-5','','','2024-01-17 22:14:24','2024-01-17 22:14:24','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-4.png',0,'attachment','image/png',0),(27,2,'2024-01-17 22:14:24','2024-01-17 22:14:24','','598dab3f-rectangle-1196-2.jpg','','inherit','open','closed','','598dab3f-rectangle-1196-2-jpg','','','2024-01-17 22:14:24','2024-01-17 22:14:24','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/598dab3f-rectangle-1196-2.jpg',0,'attachment','image/jpeg',0),(28,2,'2024-01-17 22:14:24','2024-01-17 22:14:24','','placeholder.png','','inherit','open','closed','','placeholder-png-6','','','2024-01-17 22:14:24','2024-01-17 22:14:24','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-5.png',0,'attachment','image/png',0),(29,2,'2024-01-17 22:14:25','2024-01-17 22:14:25','','98334a25-rectangle-1196-3.jpg','','inherit','open','closed','','98334a25-rectangle-1196-3-jpg','','','2024-01-17 22:14:25','2024-01-17 22:14:25','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/98334a25-rectangle-1196-3.jpg',0,'attachment','image/jpeg',0),(30,2,'2024-01-17 22:14:25','2024-01-17 22:14:25','','placeholder.png','','inherit','open','closed','','placeholder-png-7','','','2024-01-17 22:14:25','2024-01-17 22:14:25','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-6.png',0,'attachment','image/png',0),(31,2,'2024-01-17 22:14:25','2024-01-17 22:14:25','','4b8f48e7-rectangle-1196-4.jpg','','inherit','open','closed','','4b8f48e7-rectangle-1196-4-jpg','','','2024-01-17 22:14:25','2024-01-17 22:14:25','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/4b8f48e7-rectangle-1196-4.jpg',0,'attachment','image/jpeg',0),(32,2,'2024-01-17 22:14:25','2024-01-17 22:14:25','','placeholder.png','','inherit','open','closed','','placeholder-png-8','','','2024-01-17 22:14:25','2024-01-17 22:14:25','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-7.png',0,'attachment','image/png',0),(33,2,'2024-01-17 22:14:26','2024-01-17 22:14:26','','2b18884d-rectangle-1196-5.jpg','','inherit','open','closed','','2b18884d-rectangle-1196-5-jpg','','','2024-01-17 22:14:26','2024-01-17 22:14:26','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/2b18884d-rectangle-1196-5.jpg',0,'attachment','image/jpeg',0),(34,2,'2024-01-17 22:14:26','2024-01-17 22:14:26','','placeholder.png','','inherit','open','closed','','placeholder-png-9','','','2024-01-17 22:14:26','2024-01-17 22:14:26','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-8.png',0,'attachment','image/png',0),(35,2,'2024-01-17 22:14:26','2024-01-17 22:14:26','','placeholder.png','','inherit','open','closed','','placeholder-png-10','','','2024-01-17 22:14:26','2024-01-17 22:14:26','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-9.png',0,'attachment','image/png',0),(36,2,'2024-01-17 22:14:27','2024-01-17 22:14:27','','placeholder.png','','inherit','open','closed','','placeholder-png-11','','','2024-01-17 22:14:27','2024-01-17 22:14:27','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-10.png',0,'attachment','image/png',0),(37,2,'2024-01-17 22:14:27','2024-01-17 22:14:27','','placeholder.png','','inherit','open','closed','','placeholder-png-12','','','2024-01-17 22:14:27','2024-01-17 22:14:27','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-11.png',0,'attachment','image/png',0),(38,2,'2024-01-17 22:14:27','2024-01-17 22:14:27','','placeholder.png','','inherit','open','closed','','placeholder-png-13','','','2024-01-17 22:14:27','2024-01-17 22:14:27','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-12.png',0,'attachment','image/png',0),(39,2,'2024-01-17 22:14:28','2024-01-17 22:14:28','','placeholder.png','','inherit','open','closed','','placeholder-png-14','','','2024-01-17 22:14:28','2024-01-17 22:14:28','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-13.png',0,'attachment','image/png',0),(40,2,'2024-01-17 22:14:28','2024-01-17 22:14:28','','placeholder.png','','inherit','open','closed','','placeholder-png-15','','','2024-01-17 22:14:28','2024-01-17 22:14:28','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-14.png',0,'attachment','image/png',0),(41,2,'2024-01-17 22:14:28','2024-01-17 22:14:28','','placeholder.png','','inherit','open','closed','','placeholder-png-16','','','2024-01-17 22:14:28','2024-01-17 22:14:28','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-15.png',0,'attachment','image/png',0),(42,2,'2024-01-17 22:14:29','2024-01-17 22:14:29','','d3d22cf3-banner-img.png','','inherit','open','closed','','d3d22cf3-banner-img-png','','','2024-01-17 22:14:29','2024-01-17 22:14:29','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img.png',0,'attachment','image/png',0),(43,2,'2024-01-17 22:14:29','2024-01-17 22:14:29','','placeholder.png','','inherit','open','closed','','placeholder-png-17','','','2024-01-17 22:14:29','2024-01-17 22:14:29','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-16.png',0,'attachment','image/png',0),(44,2,'2024-01-17 22:14:30','2024-01-17 22:14:30','','placeholder.png','','inherit','open','closed','','placeholder-png-18','','','2024-01-17 22:14:30','2024-01-17 22:14:30','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-17.png',0,'attachment','image/png',0),(45,2,'2024-01-17 22:14:30','2024-01-17 22:14:30','','placeholder.png','','inherit','open','closed','','placeholder-png-19','','','2024-01-17 22:14:30','2024-01-17 22:14:30','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-18.png',0,'attachment','image/png',0),(46,2,'2024-01-17 22:14:30','2024-01-17 22:14:30','','placeholder.png','','inherit','open','closed','','placeholder-png-20','','','2024-01-17 22:14:30','2024-01-17 22:14:30','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-19.png',0,'attachment','image/png',0),(47,2,'2024-01-17 22:14:31','2024-01-17 22:14:31','','placeholder.png','','inherit','open','closed','','placeholder-png-21','','','2024-01-17 22:14:31','2024-01-17 22:14:31','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-20.png',0,'attachment','image/png',0),(48,2,'2024-01-17 22:14:31','2024-01-17 22:14:31','','placeholder.png','','inherit','open','closed','','placeholder-png-22','','','2024-01-17 22:14:31','2024-01-17 22:14:31','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-21.png',0,'attachment','image/png',0),(49,2,'2024-01-17 22:14:31','2024-01-17 22:14:31','','placeholder.png','','inherit','open','closed','','placeholder-png-23','','','2024-01-17 22:14:31','2024-01-17 22:14:31','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-22.png',0,'attachment','image/png',0),(50,2,'2024-01-17 22:14:32','2024-01-17 22:14:32','','placeholder.png','','inherit','open','closed','','placeholder-png-24','','','2024-01-17 22:14:32','2024-01-17 22:14:32','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-23.png',0,'attachment','image/png',0),(51,2,'2024-01-17 22:14:32','2024-01-17 22:14:32','','cce36c07-rectangle-1204.png','','inherit','open','closed','','cce36c07-rectangle-1204-png','','','2024-01-17 22:14:32','2024-01-17 22:14:32','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/cce36c07-rectangle-1204.png',0,'attachment','image/png',0),(52,2,'2024-01-17 22:14:32','2024-01-17 22:14:32','','3224469e-carter.png','','inherit','open','closed','','3224469e-carter-png','','','2024-01-17 22:14:32','2024-01-17 22:14:32','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/3224469e-carter.png',0,'attachment','image/png',0),(53,2,'2024-01-17 22:14:33','2024-01-17 22:14:33','','placeholder.png','','inherit','open','closed','','placeholder-png-25','','','2024-01-17 22:14:33','2024-01-17 22:14:33','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-24.png',0,'attachment','image/png',0),(54,2,'2024-01-17 22:14:33','2024-01-17 22:14:33','','placeholder.png','','inherit','open','closed','','placeholder-png-26','','','2024-01-17 22:14:33','2024-01-17 22:14:33','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-25.png',0,'attachment','image/png',0),(55,2,'2024-01-17 22:14:33','2024-01-17 22:14:33','','placeholder.png','','inherit','open','closed','','placeholder-png-27','','','2024-01-17 22:14:33','2024-01-17 22:14:33','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-26.png',0,'attachment','image/png',0),(56,2,'2024-01-17 22:14:34','2024-01-17 22:14:34','','placeholder.png','','inherit','open','closed','','placeholder-png-28','','','2024-01-17 22:14:34','2024-01-17 22:14:34','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-27.png',0,'attachment','image/png',0),(57,2,'2024-01-17 22:14:34','2024-01-17 22:14:34','','placeholder.png','','inherit','open','closed','','placeholder-png-29','','','2024-01-17 22:14:34','2024-01-17 22:14:34','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-28.png',0,'attachment','image/png',0),(58,2,'2024-01-17 22:14:34','2024-01-17 22:14:34','','placeholder.png','','inherit','open','closed','','placeholder-png-30','','','2024-01-17 22:14:34','2024-01-17 22:14:34','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-29.png',0,'attachment','image/png',0),(59,2,'2024-01-17 22:14:35','2024-01-17 22:14:35','','placeholder.png','','inherit','open','closed','','placeholder-png-31','','','2024-01-17 22:14:35','2024-01-17 22:14:35','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-30.png',0,'attachment','image/png',0),(60,2,'2024-01-17 22:14:35','2024-01-17 22:14:35','','placeholder.png','','inherit','open','closed','','placeholder-png-32','','','2024-01-17 22:14:35','2024-01-17 22:14:35','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-31.png',0,'attachment','image/png',0),(61,2,'2024-01-17 22:14:36','2024-01-17 22:14:36','','placeholder.png','','inherit','open','closed','','placeholder-png-33','','','2024-01-17 22:14:36','2024-01-17 22:14:36','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-32.png',0,'attachment','image/png',0),(62,2,'2024-01-17 22:14:36','2024-01-17 22:14:36','','placeholder.png','','inherit','open','closed','','placeholder-png-34','','','2024-01-17 22:14:36','2024-01-17 22:14:36','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-33.png',0,'attachment','image/png',0),(63,2,'2024-01-17 22:14:36','2024-01-17 22:14:36','','placeholder.png','','inherit','open','closed','','placeholder-png-35','','','2024-01-17 22:14:36','2024-01-17 22:14:36','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-34.png',0,'attachment','image/png',0),(64,2,'2024-01-17 22:14:37','2024-01-17 22:14:37','','placeholder.png','','inherit','open','closed','','placeholder-png-36','','','2024-01-17 22:14:37','2024-01-17 22:14:37','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-35.png',0,'attachment','image/png',0),(65,2,'2024-01-17 22:14:37','2024-01-17 22:14:37','','placeholder.png','','inherit','open','closed','','placeholder-png-37','','','2024-01-17 22:14:37','2024-01-17 22:14:37','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-36.png',0,'attachment','image/png',0),(66,2,'2024-01-17 22:14:37','2024-01-17 22:14:37','','placeholder.png','','inherit','open','closed','','placeholder-png-38','','','2024-01-17 22:14:37','2024-01-17 22:14:37','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-37.png',0,'attachment','image/png',0),(67,2,'2024-01-17 22:14:38','2024-01-17 22:14:38','','placeholder.png','','inherit','open','closed','','placeholder-png-39','','','2024-01-17 22:14:38','2024-01-17 22:14:38','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-38.png',0,'attachment','image/png',0),(68,2,'2024-01-17 22:14:38','2024-01-17 22:14:38','','placeholder.png','','inherit','open','closed','','placeholder-png-40','','','2024-01-17 22:14:38','2024-01-17 22:14:38','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-39.png',0,'attachment','image/png',0),(69,2,'2024-01-17 22:14:39','2024-01-17 22:14:39','','placeholder.png','','inherit','open','closed','','placeholder-png-41','','','2024-01-17 22:14:39','2024-01-17 22:14:39','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-40.png',0,'attachment','image/png',0),(70,2,'2024-01-17 22:14:39','2024-01-17 22:14:39','','placeholder.png','','inherit','open','closed','','placeholder-png-42','','','2024-01-17 22:14:39','2024-01-17 22:14:39','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-41.png',0,'attachment','image/png',0),(71,2,'2024-01-17 22:14:39','2024-01-17 22:14:39','','placeholder.png','','inherit','open','closed','','placeholder-png-43','','','2024-01-17 22:14:39','2024-01-17 22:14:39','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-42.png',0,'attachment','image/png',0),(72,2,'2024-01-17 22:14:40','2024-01-17 22:14:40','','placeholder.png','','inherit','open','closed','','placeholder-png-44','','','2024-01-17 22:14:40','2024-01-17 22:14:40','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-43.png',0,'attachment','image/png',0),(73,2,'2024-01-17 22:14:40','2024-01-17 22:14:40','','placeholder.png','','inherit','open','closed','','placeholder-png-45','','','2024-01-17 22:14:40','2024-01-17 22:14:40','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-44.png',0,'attachment','image/png',0),(74,2,'2024-01-17 22:14:41','2024-01-17 22:14:41','','placeholder.png','','inherit','open','closed','','placeholder-png-46','','','2024-01-17 22:14:41','2024-01-17 22:14:41','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-45.png',0,'attachment','image/png',0),(75,2,'2024-01-17 22:14:41','2024-01-17 22:14:41','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n Explore Our\n Red Light Therapy\n Blogs\n </h3>\n <article>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-768x432.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\">\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" title=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></h2></header>\n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using...</p><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\"></a>\n </article><article>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-768x432.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\">\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" title=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a></h2></header>\n <p>Experience the transformative power of red light therapy for joint...</p><a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\"></a>\n </article><article>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-768x432.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\">\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" title=\"Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a></h2></header>\n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation?...</p><a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\"></a>\n </article><article>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-768x432.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\">\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" title=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a></h2></header>\n <p>Discover the revolutionary role of red light therapy for pain...</p><a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\"></a>\n </article><article>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-768x432.jpg\" alt=\"\">\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" title=\"Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a></h2></header>\n <p>Introduction to Red LED Light Therapy Welcome to the frontiers...</p><a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\"></a>\n </article> \n <!-- Add Pagination -->\n <!-- Add Arrows -->\n <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <h3>\n The Journey of Healing: A Deeper Dive into\n Red Light Therapy\n </h3>\n <h3>Exploring the Benefits Further</h3><p>Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.</p><h3>Customized to Your Unique Needs</h3><p>Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.</p><h3>Empowering You to Take Control</h3><p>Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','publish','closed','closed','','homepage','','','2024-01-19 15:43:13','2024-01-19 15:43:13','',0,'https://redlightinflammation.com/homepage/',0,'page','',0),(76,2,'2024-01-17 22:14:41','2024-01-17 22:14:41','','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-17 22:14:41','2024-01-17 22:14:41','',75,'https://redlightinflammation.com/?p=76',0,'revision','',0),(77,2,'2024-01-17 22:14:41','2024-01-17 22:14:41','<h2 data-elementor-setting-key=\"title\">Browse By Category</h2> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/d5d68e73-rectangle-1196.jpg\" alt=\"\">\n <h4>Technology</h4>\n <p>20 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/ab9e6daa-rectangle-1196-1.jpg\" alt=\"\">\n <h4>Lifestyle</h4>\n <p>5 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/598dab3f-rectangle-1196-2.jpg\" alt=\"\">\n <h4>Traveling</h4>\n <p>10 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/98334a25-rectangle-1196-3.jpg\" alt=\"\">\n <h4>Marketing</h4>\n <p>7 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/4b8f48e7-rectangle-1196-4.jpg\" alt=\"\">\n <h4>Design</h4>\n <p>12 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/2b18884d-rectangle-1196-5.jpg\" alt=\"\">\n <h4>Creative</h4>\n <p>15 Article</p> \n <h2 data-elementor-setting-key=\"title\">Popular Post</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <h2 data-elementor-setting-key=\"title\">Your Promotional\nContent goes here</h2> \n <a href=\"#\">\n Buy Templates\n </a>\n <img width=\"794\" height=\"423\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img.png 794w, https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img-300x160.png 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img-768x409.png 768w\" sizes=\"(max-width: 794px) 100vw, 794px\" /> \n <h2 data-elementor-setting-key=\"title\">Featured Post</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <figure>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/cce36c07-rectangle-1204.png\" alt=\"\">\n </figure>\n <h3>Erin Carter</h3>\n <h4>Travel Bloger</h4>\n <p>Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \"Wanderlust Voyager.\" With an insatiable curiosity and an unquenchable thirst for new experiences.</p>\n <img width=\"196\" height=\"105\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/3224469e-carter.png\" alt=\"\" /> \n <a target=\"_blank\" rel=\"noopener\">\n Facebook\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Twitter\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Linkedin\n <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <h2 data-elementor-setting-key=\"title\">You May Like</h2> \n <a href=\"https://redlightinflammation.com/category/uncategorized/\">Uncategorized</a><h2><a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\"rel=\"nofollow\">Hello world!</a></h2>\n <h2 data-elementor-setting-key=\"title\">Video Gallery</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <article>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\" title=\"Hello world!\">Hello world!</a></h2></header>\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\"></a>\n <a href=\"https://redlightinflammation.com/author/sitemanager/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/63fa2f7d8bdbd85ae29ad55a9c770266?s=96&d=mm&r=g\' srcset=\'https://secure.gravatar.com/avatar/63fa2f7d8bdbd85ae29ad55a9c770266?s=192&d=mm&r=g 2x\' class=\'avatar avatar-96 photo\' height=\'96\' width=\'96\' decoding=\'async\'/></a>\n <a href=\"https://redlightinflammation.com/author/sitemanager/\" title=\"Posts by sitemanager\" rel=\"author\">sitemanager</a><time datetime=\"January 17, 2024\">January 17, 2024</time></article> \n <!-- Add Arrows -->\n <h2 data-elementor-setting-key=\"title\">Top Favourite Posts</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <h2 data-elementor-setting-key=\"title\">Subscribe to our Blogs</h2> \n Pick the blog or article email you want to receive','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-17 22:14:41','2024-01-17 22:14:41','',75,'https://redlightinflammation.com/?p=77',0,'revision','',0),(78,2,'2024-01-17 22:22:24','2024-01-17 22:22:24','','red light inflammation logo white','','inherit','open','closed','','red-light-inflammation-logo-white','','','2024-01-17 22:22:24','2024-01-17 22:22:24','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-inflammation-logo-white.png',0,'attachment','image/png',0),(80,2,'2024-01-17 22:23:38','2024-01-17 22:23:38','<style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <ul id=\"menu-main-menu\"><li id=\"menu-item-279\"><a href=\"https://redlightinflammation.com/blog/\">Blog</a></li>\n</ul> <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','BloggerZen Header','','publish','closed','closed','','bloggerzen-header','','','2024-01-19 12:24:34','2024-01-19 12:24:34','',0,'https://redlightinflammation.com/?elementor_library=bloggerzen-header',0,'elementor_library','',0),(81,2,'2024-01-17 22:23:38','2024-01-17 22:23:38','','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-17 22:23:38','2024-01-17 22:23:38','',80,'https://redlightinflammation.com/?p=81',0,'revision','',0),(82,2,'2024-01-17 22:23:38','2024-01-17 22:23:38','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img src=\"https://static.live.templately.com/demo/2023/09/8ca4d562-group-39858.png\" title=\"\" alt=\"\" loading=\"lazy\" /> \n <style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a target=\"_blank\" rel=\"noopener\">\n Facebook\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Twitter\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Linkedin\n <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-17 22:23:38','2024-01-17 22:23:38','',80,'https://redlightinflammation.com/?p=82',0,'revision','',0),(84,2,'2024-01-17 22:24:49','2024-01-17 22:24:49','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2024-01-17 22:24:49','2024-01-17 22:24:49','',6,'https://redlightinflammation.com/?p=84',0,'revision','',0),(85,2,'2024-01-17 22:24:49','2024-01-17 22:24:49','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2024-01-17 22:24:49','2024-01-17 22:24:49','',6,'https://redlightinflammation.com/?p=85',0,'revision','',0),(86,2,'2024-01-17 22:27:03','2024-01-17 22:27:03','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2024-01-17 22:27:03','2024-01-17 22:27:03','',6,'https://redlightinflammation.com/?p=86',0,'revision','',0),(87,2,'2024-01-17 22:29:03','2024-01-17 22:29:03','<style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a target=\"_blank\" rel=\"noopener\">\n Facebook\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Twitter\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Linkedin\n <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-17 22:29:03','2024-01-17 22:29:03','',80,'https://redlightinflammation.com/?p=87',0,'revision','',0),(88,2,'2024-01-17 22:31:06','2024-01-17 22:31:06','<style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <a href=\"#\" data-text=\"Go!\">\n Find Red Light Near You\n </a>','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-17 22:31:06','2024-01-17 22:31:06','',80,'https://redlightinflammation.com/?p=88',0,'revision','',0),(89,2,'2024-01-17 22:33:13','2024-01-17 22:33:13','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2024-01-17 22:33:13','2024-01-17 22:33:13','',6,'https://redlightinflammation.com/?p=89',0,'revision','',0),(90,2,'2024-01-17 22:35:44','2024-01-17 22:35:44','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2024-01-17 22:35:44','2024-01-17 22:35:44','',6,'https://redlightinflammation.com/?p=90',0,'revision','',0),(91,2,'2024-01-17 22:36:02','2024-01-17 22:36:02','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2024-01-17 22:36:02','2024-01-17 22:36:02','',6,'https://redlightinflammation.com/?p=91',0,'revision','',0),(92,2,'2024-01-17 22:36:40','2024-01-17 22:36:40','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2024-01-17 22:36:40','2024-01-17 22:36:40','',6,'https://redlightinflammation.com/?p=92',0,'revision','',0),(93,2,'2024-01-17 22:36:56','2024-01-17 22:36:56','<style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <a href=\"#\" data-text=\"Go!\">\n Find Red Light Near You\n </a>','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-17 22:36:56','2024-01-17 22:36:56','',80,'https://redlightinflammation.com/?p=93',0,'revision','',0),(94,2,'2024-01-17 22:37:54','2024-01-17 22:37:54','','placeholder.png','','inherit','open','closed','','placeholder-png-47','','','2024-01-17 22:37:54','2024-01-17 22:37:54','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-46.png',0,'attachment','image/png',0),(95,2,'2024-01-17 22:37:55','2024-01-17 22:37:55','','placeholder.png','','inherit','open','closed','','placeholder-png-48','','','2024-01-17 22:37:55','2024-01-17 22:37:55','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-47.png',0,'attachment','image/png',0),(96,2,'2024-01-17 22:37:55','2024-01-17 22:37:55','','placeholder.png','','inherit','open','closed','','placeholder-png-49','','','2024-01-17 22:37:55','2024-01-17 22:37:55','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-48.png',0,'attachment','image/png',0),(97,2,'2024-01-17 22:37:55','2024-01-17 22:37:55','','placeholder.png','','inherit','open','closed','','placeholder-png-50','','','2024-01-17 22:37:55','2024-01-17 22:37:55','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-49.png',0,'attachment','image/png',0),(98,2,'2024-01-17 22:37:56','2024-01-17 22:37:56','','placeholder.png','','inherit','open','closed','','placeholder-png-51','','','2024-01-17 22:37:56','2024-01-17 22:37:56','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-50.png',0,'attachment','image/png',0),(99,2,'2024-01-17 22:37:56','2024-01-17 22:37:56','','placeholder.png','','inherit','open','closed','','placeholder-png-52','','','2024-01-17 22:37:56','2024-01-17 22:37:56','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-51.png',0,'attachment','image/png',0),(100,2,'2024-01-17 22:37:57','2024-01-17 22:37:57','','placeholder.png','','inherit','open','closed','','placeholder-png-53','','','2024-01-17 22:37:57','2024-01-17 22:37:57','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-52.png',0,'attachment','image/png',0),(101,2,'2024-01-17 22:37:57','2024-01-17 22:37:57','','placeholder.png','','inherit','open','closed','','placeholder-png-54','','','2024-01-17 22:37:57','2024-01-17 22:37:57','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-53.png',0,'attachment','image/png',0),(102,2,'2024-01-17 22:37:57','2024-01-17 22:37:57','','placeholder.png','','inherit','open','closed','','placeholder-png-55','','','2024-01-17 22:37:57','2024-01-17 22:37:57','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-54.png',0,'attachment','image/png',0),(103,2,'2024-01-17 22:37:58','2024-01-17 22:37:58','','placeholder.png','','inherit','open','closed','','placeholder-png-56','','','2024-01-17 22:37:58','2024-01-17 22:37:58','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-55.png',0,'attachment','image/png',0),(104,2,'2024-01-17 22:37:58','2024-01-17 22:37:58','','placeholder.png','','inherit','open','closed','','placeholder-png-57','','','2024-01-17 22:37:58','2024-01-17 22:37:58','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-56.png',0,'attachment','image/png',0),(105,2,'2024-01-17 22:37:58','2024-01-17 22:37:58','','placeholder.png','','inherit','open','closed','','placeholder-png-58','','','2024-01-17 22:37:58','2024-01-17 22:37:58','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-57.png',0,'attachment','image/png',0),(106,2,'2024-01-17 22:37:59','2024-01-17 22:37:59','','placeholder.png','','inherit','open','closed','','placeholder-png-59','','','2024-01-17 22:37:59','2024-01-17 22:37:59','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-58.png',0,'attachment','image/png',0),(107,2,'2024-01-17 22:37:59','2024-01-17 22:37:59','','placeholder.png','','inherit','open','closed','','placeholder-png-60','','','2024-01-17 22:37:59','2024-01-17 22:37:59','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-59.png',0,'attachment','image/png',0),(108,2,'2024-01-17 22:38:00','2024-01-17 22:38:00','','placeholder.png','','inherit','open','closed','','placeholder-png-61','','','2024-01-17 22:38:00','2024-01-17 22:38:00','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-60.png',0,'attachment','image/png',0),(109,2,'2024-01-17 22:38:00','2024-01-17 22:38:00','','placeholder.png','','inherit','open','closed','','placeholder-png-62','','','2024-01-17 22:38:00','2024-01-17 22:38:00','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-61.png',0,'attachment','image/png',0),(110,2,'2024-01-17 22:38:00','2024-01-17 22:38:00','','placeholder.png','','inherit','open','closed','','placeholder-png-63','','','2024-01-17 22:38:00','2024-01-17 22:38:00','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-62.png',0,'attachment','image/png',0),(111,2,'2024-01-17 22:38:01','2024-01-17 22:38:01','','placeholder.png','','inherit','open','closed','','placeholder-png-64','','','2024-01-17 22:38:01','2024-01-17 22:38:01','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-63.png',0,'attachment','image/png',0),(112,2,'2024-01-17 22:38:01','2024-01-17 22:38:01','','placeholder.png','','inherit','open','closed','','placeholder-png-65','','','2024-01-17 22:38:01','2024-01-17 22:38:01','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-64.png',0,'attachment','image/png',0),(113,2,'2024-01-17 22:38:01','2024-01-17 22:38:01','','placeholder.png','','inherit','open','closed','','placeholder-png-66','','','2024-01-17 22:38:01','2024-01-17 22:38:01','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-65.png',0,'attachment','image/png',0),(114,2,'2024-01-17 22:38:02','2024-01-17 22:38:02','','placeholder.png','','inherit','open','closed','','placeholder-png-67','','','2024-01-17 22:38:02','2024-01-17 22:38:02','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-66.png',0,'attachment','image/png',0),(115,2,'2024-01-17 22:38:02','2024-01-17 22:38:02','','placeholder.png','','inherit','open','closed','','placeholder-png-68','','','2024-01-17 22:38:02','2024-01-17 22:38:02','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-67.png',0,'attachment','image/png',0),(116,2,'2024-01-17 22:38:03','2024-01-17 22:38:03','','placeholder.png','','inherit','open','closed','','placeholder-png-69','','','2024-01-17 22:38:03','2024-01-17 22:38:03','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-68.png',0,'attachment','image/png',0),(117,2,'2024-01-17 22:38:03','2024-01-17 22:38:03','','placeholder.png','','inherit','open','closed','','placeholder-png-70','','','2024-01-17 22:38:03','2024-01-17 22:38:03','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-69.png',0,'attachment','image/png',0),(118,2,'2024-01-17 22:38:03','2024-01-17 22:38:03','','placeholder.png','','inherit','open','closed','','placeholder-png-71','','','2024-01-17 22:38:03','2024-01-17 22:38:03','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-70.png',0,'attachment','image/png',0),(119,2,'2024-01-17 22:38:04','2024-01-17 22:38:04','','placeholder.png','','inherit','open','closed','','placeholder-png-72','','','2024-01-17 22:38:04','2024-01-17 22:38:04','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-71.png',0,'attachment','image/png',0),(120,2,'2024-01-17 22:38:04','2024-01-17 22:38:04','','placeholder.png','','inherit','open','closed','','placeholder-png-73','','','2024-01-17 22:38:04','2024-01-17 22:38:04','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-72.png',0,'attachment','image/png',0),(121,2,'2024-01-17 22:38:05','2024-01-17 22:38:05','','placeholder.png','','inherit','open','closed','','placeholder-png-74','','','2024-01-17 22:38:05','2024-01-17 22:38:05','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-73.png',0,'attachment','image/png',0),(122,2,'2024-01-17 22:38:05','2024-01-17 22:38:05','','placeholder.png','','inherit','open','closed','','placeholder-png-75','','','2024-01-17 22:38:05','2024-01-17 22:38:05','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-74.png',0,'attachment','image/png',0),(123,2,'2024-01-17 22:38:05','2024-01-17 22:38:05','','placeholder.png','','inherit','open','closed','','placeholder-png-76','','','2024-01-17 22:38:05','2024-01-17 22:38:05','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-75.png',0,'attachment','image/png',0),(124,2,'2024-01-17 22:38:06','2024-01-17 22:38:06','','placeholder.png','','inherit','open','closed','','placeholder-png-77','','','2024-01-17 22:38:06','2024-01-17 22:38:06','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-76.png',0,'attachment','image/png',0),(125,2,'2024-01-17 22:38:06','2024-01-17 22:38:06','','placeholder.png','','inherit','open','closed','','placeholder-png-78','','','2024-01-17 22:38:06','2024-01-17 22:38:06','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-77.png',0,'attachment','image/png',0),(126,2,'2024-01-17 22:38:06','2024-01-17 22:38:06','','placeholder.png','','inherit','open','closed','','placeholder-png-79','','','2024-01-17 22:38:06','2024-01-17 22:38:06','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-78.png',0,'attachment','image/png',0),(127,2,'2024-01-17 22:38:07','2024-01-17 22:38:07','','placeholder.png','','inherit','open','closed','','placeholder-png-80','','','2024-01-17 22:38:07','2024-01-17 22:38:07','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-79.png',0,'attachment','image/png',0),(128,2,'2024-01-17 22:38:07','2024-01-17 22:38:07','','placeholder.png','','inherit','open','closed','','placeholder-png-81','','','2024-01-17 22:38:07','2024-01-17 22:38:07','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-80.png',0,'attachment','image/png',0),(129,2,'2024-01-17 22:38:08','2024-01-17 22:38:08','','placeholder.png','','inherit','open','closed','','placeholder-png-82','','','2024-01-17 22:38:08','2024-01-17 22:38:08','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-81.png',0,'attachment','image/png',0),(130,2,'2024-01-17 22:38:08','2024-01-17 22:38:08','','placeholder.png','','inherit','open','closed','','placeholder-png-83','','','2024-01-17 22:38:08','2024-01-17 22:38:08','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-82.png',0,'attachment','image/png',0),(131,2,'2024-01-17 22:38:08','2024-01-17 22:38:08','','placeholder.png','','inherit','open','closed','','placeholder-png-84','','','2024-01-17 22:38:08','2024-01-17 22:38:08','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-83.png',0,'attachment','image/png',0),(132,2,'2024-01-17 22:38:09','2024-01-17 22:38:09','','placeholder.png','','inherit','open','closed','','placeholder-png-85','','','2024-01-17 22:38:09','2024-01-17 22:38:09','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-84.png',0,'attachment','image/png',0),(133,2,'2024-01-17 22:38:09','2024-01-17 22:38:09','','placeholder.png','','inherit','open','closed','','placeholder-png-86','','','2024-01-17 22:38:09','2024-01-17 22:38:09','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-85.png',0,'attachment','image/png',0),(134,2,'2024-01-17 22:38:09','2024-01-17 22:38:09','','placeholder.png','','inherit','open','closed','','placeholder-png-87','','','2024-01-17 22:38:09','2024-01-17 22:38:09','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-86.png',0,'attachment','image/png',0),(135,2,'2024-01-17 22:38:10','2024-01-17 22:38:10','','placeholder.png','','inherit','open','closed','','placeholder-png-88','','','2024-01-17 22:38:10','2024-01-17 22:38:10','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-87.png',0,'attachment','image/png',0),(136,2,'2024-01-17 22:38:10','2024-01-17 22:38:10','','placeholder.png','','inherit','open','closed','','placeholder-png-89','','','2024-01-17 22:38:10','2024-01-17 22:38:10','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-88.png',0,'attachment','image/png',0),(137,2,'2024-01-17 22:38:11','2024-01-17 22:38:11','','placeholder.png','','inherit','open','closed','','placeholder-png-90','','','2024-01-17 22:38:11','2024-01-17 22:38:11','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-89.png',0,'attachment','image/png',0),(138,2,'2024-01-17 22:38:11','2024-01-17 22:38:11','','placeholder.png','','inherit','open','closed','','placeholder-png-91','','','2024-01-17 22:38:11','2024-01-17 22:38:11','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-90.png',0,'attachment','image/png',0),(139,2,'2024-01-17 22:38:11','2024-01-17 22:38:11','','placeholder.png','','inherit','open','closed','','placeholder-png-92','','','2024-01-17 22:38:11','2024-01-17 22:38:11','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-91.png',0,'attachment','image/png',0),(141,2,'2024-01-17 22:40:55','2024-01-17 22:40:55','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Browse By Category</h2> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/d5d68e73-rectangle-1196.jpg\" alt=\"\">\n <h4>Technology</h4>\n <p>20 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/ab9e6daa-rectangle-1196-1.jpg\" alt=\"\">\n <h4>Lifestyle</h4>\n <p>5 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/598dab3f-rectangle-1196-2.jpg\" alt=\"\">\n <h4>Traveling</h4>\n <p>10 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/98334a25-rectangle-1196-3.jpg\" alt=\"\">\n <h4>Marketing</h4>\n <p>7 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/4b8f48e7-rectangle-1196-4.jpg\" alt=\"\">\n <h4>Design</h4>\n <p>12 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/2b18884d-rectangle-1196-5.jpg\" alt=\"\">\n <h4>Creative</h4>\n <p>15 Article</p> \n <h2>Popular Post</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <h2>Your Promotional\nContent goes here</h2> \n <a href=\"#\">\n Buy Templates\n </a>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"794\" height=\"423\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img.png 794w, https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img-300x160.png 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img-768x409.png 768w\" sizes=\"(max-width: 794px) 100vw, 794px\" /> \n <h2>Featured Post</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <figure>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/cce36c07-rectangle-1204.png\" alt=\"\">\n </figure>\n <h3>Erin Carter</h3>\n <h4>Travel Bloger</h4>\n <p>Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \"Wanderlust Voyager.\" With an insatiable curiosity and an unquenchable thirst for new experiences.</p>\n <img width=\"196\" height=\"105\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/3224469e-carter.png\" alt=\"\" /> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a target=\"_blank\" rel=\"noopener\">\n Facebook\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Twitter\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Linkedin\n <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <h2>You May Like</h2> \n <a href=\"https://redlightinflammation.com/category/uncategorized/\">Uncategorized</a><h2><a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\"rel=\"nofollow\">Hello world!</a></h2>\n <h2>Video Gallery</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <article>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\" title=\"Hello world!\">Hello world!</a></h2></header>\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\"></a>\n <a href=\"https://redlightinflammation.com/author/sitemanager/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/63fa2f7d8bdbd85ae29ad55a9c770266?s=96&d=mm&r=g\' srcset=\'https://secure.gravatar.com/avatar/63fa2f7d8bdbd85ae29ad55a9c770266?s=192&d=mm&r=g 2x\' class=\'avatar avatar-96 photo\' height=\'96\' width=\'96\' decoding=\'async\'/></a>\n <a href=\"https://redlightinflammation.com/author/sitemanager/\" title=\"Posts by sitemanager\" rel=\"author\">sitemanager</a><time datetime=\"January 17, 2024\">January 17, 2024</time></article> \n <!-- Add Arrows -->\n <h2>Top Favourite Posts</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <h2>Subscribe to our Blogs</h2> \n Pick the blog or article email you want to receive','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-17 22:40:55','2024-01-17 22:40:55','',75,'https://redlightinflammation.com/?p=141',0,'revision','',0),(142,2,'2024-01-17 22:47:18','2024-01-17 22:47:18','<style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-17 22:47:18','2024-01-17 22:47:18','',80,'https://redlightinflammation.com/?p=142',0,'revision','',0),(143,2,'2024-01-17 22:49:26','2024-01-17 22:49:26','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Browse By Category</h2> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/d5d68e73-rectangle-1196.jpg\" alt=\"\">\n <h4>Technology</h4>\n <p>20 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/ab9e6daa-rectangle-1196-1.jpg\" alt=\"\">\n <h4>Lifestyle</h4>\n <p>5 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/598dab3f-rectangle-1196-2.jpg\" alt=\"\">\n <h4>Traveling</h4>\n <p>10 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/98334a25-rectangle-1196-3.jpg\" alt=\"\">\n <h4>Marketing</h4>\n <p>7 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/4b8f48e7-rectangle-1196-4.jpg\" alt=\"\">\n <h4>Design</h4>\n <p>12 Article</p> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/2b18884d-rectangle-1196-5.jpg\" alt=\"\">\n <h4>Creative</h4>\n <p>15 Article</p> \n <h2>Popular Post</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <h2>Your Promotional\nContent goes here</h2> \n <a href=\"#\">\n Buy Templates\n </a>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"794\" height=\"423\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img.png 794w, https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img-300x160.png 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/d3d22cf3-banner-img-768x409.png 768w\" sizes=\"(max-width: 794px) 100vw, 794px\" /> \n <h2>Featured Post</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <figure>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/cce36c07-rectangle-1204.png\" alt=\"\">\n </figure>\n <h3>Erin Carter</h3>\n <h4>Travel Bloger</h4>\n <p>Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \"Wanderlust Voyager.\" With an insatiable curiosity and an unquenchable thirst for new experiences.</p>\n <img width=\"196\" height=\"105\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/3224469e-carter.png\" alt=\"\" /> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a target=\"_blank\" rel=\"noopener\">\n Facebook\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Twitter\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Linkedin\n <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <h2>You May Like</h2> \n <a href=\"https://redlightinflammation.com/category/uncategorized/\">Uncategorized</a><h2><a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\"rel=\"nofollow\">Hello world!</a></h2>\n <h2>Video Gallery</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <article>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\" title=\"Hello world!\">Hello world!</a></h2></header>\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\"></a>\n <a href=\"https://redlightinflammation.com/author/sitemanager/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/63fa2f7d8bdbd85ae29ad55a9c770266?s=96&d=mm&r=g\' srcset=\'https://secure.gravatar.com/avatar/63fa2f7d8bdbd85ae29ad55a9c770266?s=192&d=mm&r=g 2x\' class=\'avatar avatar-96 photo\' height=\'96\' width=\'96\' decoding=\'async\'/></a>\n <a href=\"https://redlightinflammation.com/author/sitemanager/\" title=\"Posts by sitemanager\" rel=\"author\">sitemanager</a><time datetime=\"January 17, 2024\">January 17, 2024</time></article> \n <!-- Add Arrows -->\n <h2>Top Favourite Posts</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <h2>Subscribe to our Blogs</h2> \n Pick the blog or article email you want to receive','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-17 22:49:26','2024-01-17 22:49:26','',75,'https://redlightinflammation.com/?p=143',0,'revision','',0),(146,2,'2024-01-18 14:28:37','2024-01-18 14:28:37','','Enhancing Muscle Recovery with Red Light Therapy_ Unveiling the Healing Power (2)','','inherit','open','closed','','enhancing-muscle-recovery-with-red-light-therapy_-unveiling-the-healing-power-2','','','2024-01-19 15:31:56','2024-01-19 15:31:56','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2.jpg',0,'attachment','image/jpeg',0),(147,2,'2024-01-18 14:28:39','2024-01-18 14:28:39','','Enhancing Muscle Recovery with Red Light Therapy_ Unveiling the Healing Power','','inherit','open','closed','','enhancing-muscle-recovery-with-red-light-therapy_-unveiling-the-healing-power','','','2024-01-18 14:28:39','2024-01-18 14:28:39','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power.jpg',0,'attachment','image/jpeg',0),(148,2,'2024-01-18 14:28:40','2024-01-18 14:28:40','','Exploring the Effectiveness of Red Light Therapy for Pain Relief','','inherit','open','closed','','exploring-the-effectiveness-of-red-light-therapy-for-pain-relief','','','2024-01-19 15:13:46','2024-01-19 15:13:46','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief.jpg',0,'attachment','image/jpeg',0),(149,2,'2024-01-18 14:28:42','2024-01-18 14:28:42','','Harnessing the Radiance_ Red Light\'s Role in Soothing Chronic Inflammation (2)','','inherit','open','closed','','harnessing-the-radiance_-red-lights-role-in-soothing-chronic-inflammation-2','','','2024-01-19 15:22:57','2024-01-19 15:22:57','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2.jpg',0,'attachment','image/jpeg',0),(150,2,'2024-01-18 14:28:43','2024-01-18 14:28:43','','Harnessing the Radiance_ Red Light\'s Role in Soothing Chronic Inflammation','','inherit','open','closed','','harnessing-the-radiance_-red-lights-role-in-soothing-chronic-inflammation','','','2024-01-18 14:28:43','2024-01-18 14:28:43','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation.jpg',0,'attachment','image/jpeg',0),(151,2,'2024-01-18 14:28:45','2024-01-18 14:28:45','','Red LED Light Therapy_ A Revolutionary Approach to Inflammation Treatment','','inherit','open','closed','','red-led-light-therapy_-a-revolutionary-approach-to-inflammation-treatment','','','2024-01-18 14:28:45','2024-01-18 14:28:45','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment.jpg',0,'attachment','image/jpeg',0),(152,2,'2024-01-18 14:28:46','2024-01-18 14:28:46','','Red Light Therapy For Inflammation and Pain','','inherit','open','closed','','red-light-therapy-for-inflammation-and-pain','','','2024-01-18 14:28:46','2024-01-18 14:28:46','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-For-Inflammation-and-Pain.jpg',0,'attachment','image/jpeg',0),(153,2,'2024-01-18 14:28:48','2024-01-18 14:28:48','','Red Light Therapy for Joint Pain Relief_ Illuminating a New Path to Pain Management (2)','','inherit','open','closed','','red-light-therapy-for-joint-pain-relief_-illuminating-a-new-path-to-pain-management-2','','','2024-01-19 15:25:42','2024-01-19 15:25:42','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2.jpg',0,'attachment','image/jpeg',0),(154,2,'2024-01-18 14:28:49','2024-01-18 14:28:49','','Red Light Therapy for Joint Pain Relief_ Illuminating a New Path to Pain Management','','inherit','open','closed','','red-light-therapy-for-joint-pain-relief_-illuminating-a-new-path-to-pain-management','','','2024-01-18 14:28:49','2024-01-18 14:28:49','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management.jpg',0,'attachment','image/jpeg',0),(155,2,'2024-01-18 14:28:51','2024-01-18 14:28:51','','Red Light Therapy_ Your Path to Pain-Free Living','','inherit','open','closed','','red-light-therapy_-your-path-to-pain-free-living','','','2024-01-18 14:28:51','2024-01-18 14:28:51','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg',0,'attachment','image/jpeg',0),(156,2,'2024-01-18 14:36:16','2024-01-18 14:36:16','','placeholder.png','','inherit','open','closed','','placeholder-png-93','','','2024-01-18 14:36:16','2024-01-18 14:36:16','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-92.png',0,'attachment','image/png',0),(157,2,'2024-01-18 14:36:17','2024-01-18 14:36:17','','placeholder.png','','inherit','open','closed','','placeholder-png-94','','','2024-01-18 14:36:17','2024-01-18 14:36:17','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-93.png',0,'attachment','image/png',0),(158,2,'2024-01-18 14:36:17','2024-01-18 14:36:17','','placeholder.png','','inherit','open','closed','','placeholder-png-95','','','2024-01-18 14:36:17','2024-01-18 14:36:17','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-94.png',0,'attachment','image/png',0),(159,2,'2024-01-18 14:36:18','2024-01-18 14:36:18','','placeholder.png','','inherit','open','closed','','placeholder-png-96','','','2024-01-18 14:36:18','2024-01-18 14:36:18','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-95.png',0,'attachment','image/png',0),(160,2,'2024-01-18 14:36:18','2024-01-18 14:36:18','','placeholder.png','','inherit','open','closed','','placeholder-png-97','','','2024-01-18 14:36:18','2024-01-18 14:36:18','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-96.png',0,'attachment','image/png',0),(161,2,'2024-01-18 14:36:18','2024-01-18 14:36:18','','placeholder.png','','inherit','open','closed','','placeholder-png-98','','','2024-01-18 14:36:18','2024-01-18 14:36:18','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-97.png',0,'attachment','image/png',0),(162,2,'2024-01-18 14:36:19','2024-01-18 14:36:19','','placeholder.png','','inherit','open','closed','','placeholder-png-99','','','2024-01-18 14:36:19','2024-01-18 14:36:19','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-98.png',0,'attachment','image/png',0),(163,2,'2024-01-18 14:36:19','2024-01-18 14:36:19','','placeholder.png','','inherit','open','closed','','placeholder-png-100','','','2024-01-18 14:36:19','2024-01-18 14:36:19','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-99.png',0,'attachment','image/png',0),(164,2,'2024-01-18 14:36:20','2024-01-18 14:36:20','','placeholder.png','','inherit','open','closed','','placeholder-png-101','','','2024-01-18 14:36:20','2024-01-18 14:36:20','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-100.png',0,'attachment','image/png',0),(165,2,'2024-01-18 14:36:20','2024-01-18 14:36:20','','placeholder.png','','inherit','open','closed','','placeholder-png-102','','','2024-01-18 14:36:20','2024-01-18 14:36:20','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-101.png',0,'attachment','image/png',0),(166,2,'2024-01-18 14:36:44','2024-01-18 14:36:44','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Red Light Inflammation</h1> \n <h2>Explore red light therapy\'s benefits for relieving chronic inflammation, muscle and joint pain, and more</h2> \n <h2>Featured Post</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <figure>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/cce36c07-rectangle-1204.png\" alt=\"\">\n </figure>\n <h3>Erin Carter</h3>\n <h4>Travel Bloger</h4>\n <p>Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \"Wanderlust Voyager.\" With an insatiable curiosity and an unquenchable thirst for new experiences.</p>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"196\" height=\"105\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/3224469e-carter.png\" alt=\"\" /> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a target=\"_blank\" rel=\"noopener\">\n Facebook\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Twitter\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Linkedin\n <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <h2>You May Like</h2> \n <a href=\"https://redlightinflammation.com/category/uncategorized/\">Uncategorized</a><h2><a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\"rel=\"nofollow\">Hello world!</a></h2>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-18 14:36:44','2024-01-18 14:36:44','',75,'https://redlightinflammation.com/?p=166',0,'revision','',0),(169,2,'2024-01-18 14:42:49','2024-01-18 14:42:49','<a href=\"#\">\n Show All Posts\n </a>\n <style>/*! elementor-pro - v3.18.0 - 17-01-2024 */\n.elementor-widget-table-of-contents .elementor-toc__header-title{color:var(--header-color)}.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse,.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand{display:none}.elementor-widget-table-of-contents .elementor-widget-container{min-height:var(--box-min-height);border:var(--box-border-width,1px) solid var(--box-border-color,#9da5ae);border-radius:var(--box-border-radius,3px);background-color:var(--box-background-color);transition:min-height .4s;overflow:hidden}.elementor-toc__header{display:flex;align-items:center;justify-content:space-between;padding:var(--box-padding,20px);background-color:var(--header-background-color);border-bottom:var(--separator-width,1px) solid var(--box-border-color,#9da5ae)}.elementor-toc__header-title{font-size:18px;margin:0;color:var(--header-color)}.elementor-toc__toggle-button{cursor:pointer;display:inline-flex}.elementor-toc__toggle-button i{color:var(--toggle-button-color)}.elementor-toc__toggle-button svg{height:1em;width:1em;fill:var(--toggle-button-color)}.elementor-toc__spinner-container{text-align:center}.elementor-toc__spinner{font-size:2em}.elementor-toc__spinner.e-font-icon-svg{height:1em;width:1em}.elementor-toc__body{padding:var(--box-padding,20px);max-height:var(--toc-body-max-height);overflow-y:auto}.elementor-toc__body::-webkit-scrollbar{width:7px}.elementor-toc__body::-webkit-scrollbar-thumb{background-color:#babfc5;border-radius:10px}.elementor-toc__list-wrapper{list-style:none;padding:0}.elementor-toc__list-item{margin-bottom:.5em}.elementor-toc__list-item.elementor-item-active{font-weight:700}.elementor-toc__list-item .elementor-toc__list-wrapper{margin-top:.5em;margin-left:var(--nested-list-indent,1em)}.elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}.elementor-toc__list-item-text-wrapper{display:flex;align-items:center}.elementor-toc__list-item-text-wrapper:before,.elementor-toc__list-item-text-wrapper i{margin-right:8px;color:var(--marker-color)}.elementor-toc__list-item-text-wrapper svg{margin-right:8px;fill:var(--marker-color);height:var(--marker-size,.5em);width:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper i{font-size:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper:before{font-size:var(--marker-size,1em)}.elementor-toc--content-ellipsis .elementor-toc__list-item-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper{display:none}.elementor-toc__heading-anchor{position:absolute}.elementor-toc__body .elementor-toc__list-item-text{color:var(--item-text-color);-webkit-text-decoration:var(--item-text-decoration);text-decoration:var(--item-text-decoration)}.elementor-toc__body .elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}ol.elementor-toc__list-wrapper{counter-reset:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item{counter-increment:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before{content:counters(item,\".\") \". \"}</style> \n <h4>\n Table of Contents </h4>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>\n <svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M500 975V858C696 858 858 696 858 500S696 142 500 142 142 304 142 500H25C25 237 238 25 500 25S975 237 975 500 763 975 500 975Z\"></path></svg> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>You May Like</h2> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-150x150.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\">Red Light Therapy for Pain Relief</a><h2><a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\"rel=\"nofollow\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a></h2><img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-150x150.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\">Red Light Therapy for Inflammation</a><h2><a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\"rel=\"nofollow\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a></h2><img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-150x150.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\">Red Light Therapy for Pain Relief</a><h2><a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\"rel=\"nofollow\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a></h2><img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-150x150.jpg\" alt=\"\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\">Red Light Therapy for Inflammation</a><h2><a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\"rel=\"nofollow\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a></h2>\n <h2>Tags</h2> \n <a data-weight=\"4\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (4)</a>\n <a data-weight=\"4\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (4)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <h2>Looking for Red Light Therapy providers in your area?</h2><p>Visit Find Red Light Near Me to get started today.</p><a href=\"#\">Find a Red Light Therapy Provider</a>','Elementor Single Post #169','','publish','closed','closed','','elementor-single-post-169','','','2024-01-19 15:29:50','2024-01-19 15:29:50','',0,'https://redlightinflammation.com/?post_type=elementor_library&p=169',0,'elementor_library','',0),(170,2,'2024-01-18 14:39:43','2024-01-18 14:39:43','','Elementor Single Post #169','','inherit','closed','closed','','169-revision-v1','','','2024-01-18 14:39:43','2024-01-18 14:39:43','',169,'https://redlightinflammation.com/?p=170',0,'revision','',0),(171,2,'2024-01-18 14:40:34','2024-01-18 14:40:34','','placeholder.png','','inherit','open','closed','','placeholder-png-103','','','2024-01-18 14:40:34','2024-01-18 14:40:34','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-102.png',0,'attachment','image/png',0),(172,2,'2024-01-18 14:40:34','2024-01-18 14:40:34','','placeholder.png','','inherit','open','closed','','placeholder-png-104','','','2024-01-18 14:40:34','2024-01-18 14:40:34','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-103.png',0,'attachment','image/png',0),(173,2,'2024-01-18 14:40:34','2024-01-18 14:40:34','','placeholder.png','','inherit','open','closed','','placeholder-png-105','','','2024-01-18 14:40:34','2024-01-18 14:40:34','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-104.png',0,'attachment','image/png',0),(174,2,'2024-01-18 14:40:35','2024-01-18 14:40:35','','placeholder.png','','inherit','open','closed','','placeholder-png-106','','','2024-01-18 14:40:35','2024-01-18 14:40:35','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-105.png',0,'attachment','image/png',0),(175,2,'2024-01-18 14:40:35','2024-01-18 14:40:35','','placeholder.png','','inherit','open','closed','','placeholder-png-107','','','2024-01-18 14:40:35','2024-01-18 14:40:35','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-106.png',0,'attachment','image/png',0),(176,2,'2024-01-18 14:40:36','2024-01-18 14:40:36','','placeholder.png','','inherit','open','closed','','placeholder-png-108','','','2024-01-18 14:40:36','2024-01-18 14:40:36','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-107.png',0,'attachment','image/png',0),(177,2,'2024-01-18 14:40:36','2024-01-18 14:40:36','','placeholder.png','','inherit','open','closed','','placeholder-png-109','','','2024-01-18 14:40:36','2024-01-18 14:40:36','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-108.png',0,'attachment','image/png',0),(178,2,'2024-01-18 14:40:36','2024-01-18 14:40:36','','placeholder.png','','inherit','open','closed','','placeholder-png-110','','','2024-01-18 14:40:36','2024-01-18 14:40:36','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-109.png',0,'attachment','image/png',0),(179,2,'2024-01-18 14:40:37','2024-01-18 14:40:37','','placeholder.png','','inherit','open','closed','','placeholder-png-111','','','2024-01-18 14:40:37','2024-01-18 14:40:37','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-110.png',0,'attachment','image/png',0),(180,2,'2024-01-18 14:40:37','2024-01-18 14:40:37','','placeholder.png','','inherit','open','closed','','placeholder-png-112','','','2024-01-18 14:40:37','2024-01-18 14:40:37','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-111.png',0,'attachment','image/png',0),(181,2,'2024-01-18 14:49:13','2024-01-18 14:49:13','<a href=\"#\">\n Show All Post\n </a>\n <figure>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/cce36c07-rectangle-1204.png\" alt=\"\">\n </figure>\n <h3>Erin Carter</h3>\n <h4>Travel Bloger</h4>\n <p>Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \"Wanderlust Voyager.\" With an insatiable curiosity and an unquenchable thirst for new experiences.</p>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"196\" height=\"105\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/3224469e-carter.png\" alt=\"\" /> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a target=\"_blank\" rel=\"noopener\">\n Facebook\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Twitter\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Linkedin\n <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>You May Like</h2> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg\" alt=\"\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\">Red Light Therapy for Pain Relief</a><h2><a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\"rel=\"nofollow\">Red Light Therapy: Your Path to Pain-Free Living</a></h2><a href=\"https://redlightinflammation.com/category/uncategorized/\">Uncategorized</a><h2><a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\"rel=\"nofollow\">Hello world!</a></h2>','Elementor Single Post #169','','inherit','closed','closed','','169-revision-v1','','','2024-01-18 14:49:13','2024-01-18 14:49:13','',169,'https://redlightinflammation.com/?p=181',0,'revision','',0),(182,2,'2024-01-18 14:49:14','2024-01-18 14:49:14','<a href=\"#\">\n Show All Posts\n </a>\n <figure>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/cce36c07-rectangle-1204.png\" alt=\"\">\n </figure>\n <h3>Erin Carter</h3>\n <h4>Travel Bloger</h4>\n <p>Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \"Wanderlust Voyager.\" With an insatiable curiosity and an unquenchable thirst for new experiences.</p>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"196\" height=\"105\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/3224469e-carter.png\" alt=\"\" /> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a target=\"_blank\" rel=\"noopener\">\n Facebook\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Twitter\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Linkedin\n <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>You May Like</h2> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg\" alt=\"\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\">Red Light Therapy for Pain Relief</a><h2><a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\"rel=\"nofollow\">Red Light Therapy: Your Path to Pain-Free Living</a></h2><a href=\"https://redlightinflammation.com/category/uncategorized/\">Uncategorized</a><h2><a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\"rel=\"nofollow\">Hello world!</a></h2>\n <h2>Looking for Red Light Therapy providers in your area?</h2><p>Visit Find Red Light Near Me to get started today.</p><a href=\"#\">Find a Red Light Therapy Provider</a>','Elementor Single Post #169','','inherit','closed','closed','','169-revision-v1','','','2024-01-18 14:49:14','2024-01-18 14:49:14','',169,'https://redlightinflammation.com/?p=182',0,'revision','',0),(183,2,'2024-01-18 14:55:21','2024-01-18 14:55:21','<a href=\"#\">\n Show All Posts\n </a>\n <figure>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/cce36c07-rectangle-1204.png\" alt=\"\">\n </figure>\n <h3>Erin Carter</h3>\n <h4>Travel Bloger</h4>\n <p>Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \"Wanderlust Voyager.\" With an insatiable curiosity and an unquenchable thirst for new experiences.</p>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"196\" height=\"105\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/3224469e-carter.png\" alt=\"\" /> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a target=\"_blank\" rel=\"noopener\">\n Facebook\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Twitter\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Linkedin\n <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>You May Like</h2> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg\" alt=\"\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\">Red Light Therapy for Pain Relief</a><h2><a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\"rel=\"nofollow\">Red Light Therapy: Your Path to Pain-Free Living</a></h2><a href=\"https://redlightinflammation.com/category/uncategorized/\">Uncategorized</a><h2><a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\"rel=\"nofollow\">Hello world!</a></h2>\n <h2>Looking for Red Light Therapy providers in your area?</h2><p>Visit Find Red Light Near Me to get started today.</p><a href=\"#\">Find a Red Light Therapy Provider</a>','Elementor Single Post #169','','inherit','closed','closed','','169-revision-v1','','','2024-01-18 14:55:21','2024-01-18 14:55:21','',169,'https://redlightinflammation.com/?p=183',0,'revision','',0),(184,2,'2024-01-19 10:41:47','2024-01-19 10:41:47','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <h2>Featured Post</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <figure>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/cce36c07-rectangle-1204.png\" alt=\"\">\n </figure>\n <h3>Erin Carter</h3>\n <h4>Travel Bloger</h4>\n <p>Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \"Wanderlust Voyager.\" With an insatiable curiosity and an unquenchable thirst for new experiences.</p>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"196\" height=\"105\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/3224469e-carter.png\" alt=\"\" /> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a target=\"_blank\" rel=\"noopener\">\n Facebook\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Twitter\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Linkedin\n <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <h2>You May Like</h2> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg\" alt=\"\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\">Red Light Therapy for Pain Relief</a><h2><a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\"rel=\"nofollow\">Red Light Therapy: Your Path to Pain-Free Living</a></h2><a href=\"https://redlightinflammation.com/category/uncategorized/\">Uncategorized</a><h2><a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\"rel=\"nofollow\">Hello world!</a></h2>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 10:41:47','2024-01-19 10:41:47','',75,'https://redlightinflammation.com/?p=184',0,'revision','',0),(185,2,'2024-01-19 10:42:19','2024-01-19 10:42:19','<a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Find Red Light Button','','publish','closed','closed','','find-red-light-button','','','2024-01-19 12:00:52','2024-01-19 12:00:52','',0,'https://redlightinflammation.com/?elementor_library=find-red-light-button',0,'elementor_library','',0),(186,2,'2024-01-19 10:42:19','2024-01-19 10:42:19','','Find Red Light Button','','inherit','closed','closed','','185-revision-v1','','','2024-01-19 10:42:19','2024-01-19 10:42:19','',185,'https://redlightinflammation.com/?p=186',0,'revision','',0),(187,2,'2024-01-19 10:42:20','2024-01-19 10:42:20','<a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Find Red Light Button','','inherit','closed','closed','','185-revision-v1','','','2024-01-19 10:42:20','2024-01-19 10:42:20','',185,'https://redlightinflammation.com/?p=187',0,'revision','',0),(188,2,'2024-01-19 10:42:24','2024-01-19 10:42:24','<style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-19 10:42:24','2024-01-19 10:42:24','',80,'https://redlightinflammation.com/?p=188',0,'revision','',0),(189,2,'2024-01-19 10:44:13','2024-01-19 10:44:13','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <h2>Featured Post</h2> \n <a href=\"#\">\n Show All Post\n </a>\n <figure>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/cce36c07-rectangle-1204.png\" alt=\"\">\n </figure>\n <h3>Erin Carter</h3>\n <h4>Travel Bloger</h4>\n <p>Meet Erin Carter, a passionate explorer, storyteller, and the creative force behind the travel blog \"Wanderlust Voyager.\" With an insatiable curiosity and an unquenchable thirst for new experiences.</p>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"196\" height=\"105\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/3224469e-carter.png\" alt=\"\" /> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a target=\"_blank\" rel=\"noopener\">\n Facebook\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Twitter\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Linkedin\n <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"></path></svg> </a>\n <h2>You May Like</h2> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg\" alt=\"\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\">Red Light Therapy for Pain Relief</a><h2><a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\"rel=\"nofollow\">Red Light Therapy: Your Path to Pain-Free Living</a></h2><a href=\"https://redlightinflammation.com/category/uncategorized/\">Uncategorized</a><h2><a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\"rel=\"nofollow\">Hello world!</a></h2>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 10:44:13','2024-01-19 10:44:13','',75,'https://redlightinflammation.com/?p=189',0,'revision','',0),(191,2,'2024-01-19 10:45:24','2024-01-19 10:45:24','','894bf7da-star-star3.png','','inherit','open','closed','','894bf7da-star-star3-png','','','2024-01-19 10:45:24','2024-01-19 10:45:24','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png',0,'attachment','image/png',0),(192,2,'2024-01-19 10:45:25','2024-01-19 10:45:25','','f9d238d0-vector-linbe31.png','','inherit','open','closed','','f9d238d0-vector-linbe31-png','','','2024-01-19 10:45:25','2024-01-19 10:45:25','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png',0,'attachment','image/png',0),(193,2,'2024-01-19 10:45:25','2024-01-19 10:45:25','','placeholder.png','','inherit','open','closed','','placeholder-png-113','','','2024-01-19 10:45:25','2024-01-19 10:45:25','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-112.png',0,'attachment','image/png',0),(194,2,'2024-01-19 10:45:25','2024-01-19 10:45:25','','placeholder.png','','inherit','open','closed','','placeholder-png-114','','','2024-01-19 10:45:25','2024-01-19 10:45:25','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-113.png',0,'attachment','image/png',0),(195,2,'2024-01-19 10:45:26','2024-01-19 10:45:26','','placeholder.png','','inherit','open','closed','','placeholder-png-115','','','2024-01-19 10:45:26','2024-01-19 10:45:26','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-114.png',0,'attachment','image/png',0),(196,2,'2024-01-19 10:46:48','2024-01-19 10:46:48','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h2>Frequently \nAsked Questions</h2> \n <h2>Get the answers to your most common queries regarding our companies and services to get a smooth start.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What services does BizOCapital offer?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>We have expertise across various industries, from tech startups and manufacturing to real estate and healthcare. Our team’s versatility allows us to cater to a broad spectrum of clients, ensuring comprehensive financial solutions for all.\n How can I get started with BizOCapital?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.\n What industries does BizOCapital specialize in?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>We have expertise across various industries, from tech startups and manufacturing to real estate and healthcare. Our team’s versatility allows us to cater to a broad spectrum of clients, ensuring comprehensive financial solutions for all.\n Is BizOCapital only for businesses, or do you also serve individual investors?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.\n How does BizOCapital approach risk management?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.\n What sets BizOCapital apart from other financial firms?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 10:46:48','2024-01-19 10:46:48','',75,'https://redlightinflammation.com/?p=196',0,'revision','',0),(197,2,'2024-01-19 10:47:14','2024-01-19 10:47:14','','Default Kit','','inherit','closed','closed','','6-revision-v1','','','2024-01-19 10:47:14','2024-01-19 10:47:14','',6,'https://redlightinflammation.com/?p=197',0,'revision','',0),(198,2,'2024-01-19 10:47:54','2024-01-19 10:47:54','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h2>Frequently \nAsked Questions</h2> \n <h2>Get the answers to your most common queries regarding our companies and services to get a smooth start.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What services does BizOCapital offer?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>We have expertise across various industries, from tech startups and manufacturing to real estate and healthcare. Our team’s versatility allows us to cater to a broad spectrum of clients, ensuring comprehensive financial solutions for all.\n How can I get started with BizOCapital?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.\n What industries does BizOCapital specialize in?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>We have expertise across various industries, from tech startups and manufacturing to real estate and healthcare. Our team’s versatility allows us to cater to a broad spectrum of clients, ensuring comprehensive financial solutions for all.\n Is BizOCapital only for businesses, or do you also serve individual investors?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.\n How does BizOCapital approach risk management?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.\n What sets BizOCapital apart from other financial firms?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Optio, neque qui velit. Magni dolorum quidem ipsam eligendi, totam, facilis laudantium cum accusamus ullam voluptatibus commodi numquam, error, est. Ea, consequatur.','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 10:47:54','2024-01-19 10:47:54','',75,'https://redlightinflammation.com/?p=198',0,'revision','',0),(199,2,'2024-01-19 10:56:22','2024-01-19 10:56:22','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h2>Frequently \nAsked Questions About Red Light Therapy (RLT)</h2> \n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>What is red light therapy (RLT)?<p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>How does red light therapy work?<p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Who can benefit from red light therapy?<p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Is red light therapy safe?<p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>How long does a typical RLT session last?<p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Can RLT be used alongside other treatments?<p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>How quickly can I expect results from red light therapy?<p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Are there any side effects of red light therapy?<p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 10:56:22','2024-01-19 10:56:22','',75,'https://redlightinflammation.com/?p=199',0,'revision','',0),(200,2,'2024-01-19 11:05:03','2024-01-19 11:05:03','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>What is red light therapy (RLT)?<p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>How does red light therapy work?<p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Who can benefit from red light therapy?<p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Is red light therapy safe?<p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>How long does a typical RLT session last?<p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Can RLT be used alongside other treatments?<p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>How quickly can I expect results from red light therapy?<p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n <svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg>Are there any side effects of red light therapy?<p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 11:05:03','2024-01-19 11:05:03','',75,'https://redlightinflammation.com/?p=200',0,'revision','',0),(201,2,'2024-01-19 11:05:49','2024-01-19 11:05:49','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 11:05:49','2024-01-19 11:05:49','',75,'https://redlightinflammation.com/?p=201',0,'revision','',0),(202,2,'2024-01-19 11:14:51','2024-01-19 11:14:51','','red-light-therapy','','inherit','open','closed','','red-light-therapy','','','2024-01-19 11:15:41','2024-01-19 11:15:41','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg',0,'attachment','image/jpeg',0),(203,2,'2024-01-19 11:14:55','2024-01-19 11:14:55','','red-light-therapy-2','','inherit','open','closed','','red-light-therapy-2','','','2024-01-19 11:15:39','2024-01-19 11:15:39','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-2.jpg',0,'attachment','image/jpeg',0),(204,2,'2024-01-19 11:14:56','2024-01-19 11:14:56','','red-light-therapy-3','','inherit','open','closed','','red-light-therapy-3','','','2024-01-19 11:15:36','2024-01-19 11:15:36','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg',0,'attachment','image/jpeg',0),(205,2,'2024-01-19 11:14:58','2024-01-19 11:14:58','','red-light-therapy-4','','inherit','open','closed','','red-light-therapy-4','','','2024-01-19 11:15:22','2024-01-19 11:15:22','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-4.jpg',0,'attachment','image/jpeg',0),(206,2,'2024-01-19 11:15:00','2024-01-19 11:15:00','','red-light-therapy-5','','inherit','open','closed','','red-light-therapy-5','','','2024-01-19 11:15:33','2024-01-19 11:15:33','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-5.jpg',0,'attachment','image/jpeg',0),(207,2,'2024-01-19 11:15:01','2024-01-19 11:15:01','','red-light-therapy-6','','inherit','open','closed','','red-light-therapy-6','','','2024-01-19 11:15:31','2024-01-19 11:15:31','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg',0,'attachment','image/jpeg',0),(208,2,'2024-01-19 11:15:03','2024-01-19 11:15:03','','red-light-therapy-7','','inherit','open','closed','','red-light-therapy-7','','','2024-01-19 11:15:29','2024-01-19 11:15:29','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-7.jpg',0,'attachment','image/jpeg',0),(209,2,'2024-01-19 11:15:04','2024-01-19 11:15:04','','red-light-therapy-8','','inherit','open','closed','','red-light-therapy-8','','','2024-01-19 11:15:27','2024-01-19 11:15:27','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-8.jpg',0,'attachment','image/jpeg',0),(210,2,'2024-01-19 11:15:06','2024-01-19 11:15:06','','red-light-therapy-9','','inherit','open','closed','','red-light-therapy-9','','','2024-01-19 11:15:24','2024-01-19 11:15:24','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-9.jpg',0,'attachment','image/jpeg',0),(212,2,'2024-01-19 11:23:52','2024-01-19 11:23:52','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 11:23:52','2024-01-19 11:23:52','',75,'https://redlightinflammation.com/?p=212',0,'revision','',0),(213,2,'2024-01-19 11:30:10','2024-01-19 11:30:10','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img src=\"https://redlightinflammation.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <figure><img src=\"https://redlightinflammation.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <figure><img src=\"https://redlightinflammation.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 11:30:10','2024-01-19 11:30:10','',75,'https://redlightinflammation.com/?p=213',0,'revision','',0),(214,2,'2024-01-19 11:33:17','2024-01-19 11:33:17','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img src=\"https://redlightinflammation.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <figure><img src=\"https://redlightinflammation.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <figure><img src=\"https://redlightinflammation.com/wp-content/plugins/elementor/assets/images/placeholder.png\" title=\"\" alt=\"\" loading=\"lazy\" /></figure><h3>This is the heading</h3><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 11:33:17','2024-01-19 11:33:17','',75,'https://redlightinflammation.com/?p=214',0,'revision','',0),(216,2,'2024-01-19 11:36:42','2024-01-19 11:36:42','','red-light-therapy-10','','inherit','open','closed','','red-light-therapy-10','','','2024-01-19 11:36:56','2024-01-19 11:36:56','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg',0,'attachment','image/jpeg',0),(217,2,'2024-01-19 11:41:02','2024-01-19 11:41:02','','red-light-therapy-11','','inherit','open','closed','','red-light-therapy-11','','','2024-01-19 11:41:20','2024-01-19 11:41:20','',75,'https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg',0,'attachment','image/jpeg',0),(218,2,'2024-01-19 11:41:32','2024-01-19 11:41:32','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 11:41:32','2024-01-19 11:41:32','',75,'https://redlightinflammation.com/?p=218',0,'revision','',0),(219,2,'2024-01-19 11:46:02','2024-01-19 11:46:02','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 11:46:02','2024-01-19 11:46:02','',75,'https://redlightinflammation.com/?p=219',0,'revision','',0),(220,2,'2024-01-19 11:47:44','2024-01-19 11:47:44','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <h3>\n The Journey of Healing: A Deeper Dive into\n Red Light Therapy\n </h3>\n <h3>Exploring the Benefits Further</h3><p>Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.</p><h3>Customized to Your Unique Needs</h3><p>Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.</p><h3>Empowering You to Take Control</h3><p>Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 11:47:44','2024-01-19 11:47:44','',75,'https://redlightinflammation.com/?p=220',0,'revision','',0),(221,2,'2024-01-19 11:48:22','2024-01-19 11:48:22','','995f9ce8-line4-1.png','','inherit','open','closed','','995f9ce8-line4-1-png','','','2024-01-19 11:48:22','2024-01-19 11:48:22','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png',0,'attachment','image/png',0),(222,2,'2024-01-19 11:48:22','2024-01-19 11:48:22','','placeholder.png','','inherit','open','closed','','placeholder-png-116','','','2024-01-19 11:48:22','2024-01-19 11:48:22','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-115.png',0,'attachment','image/png',0),(223,2,'2024-01-19 11:48:22','2024-01-19 11:48:22','','placeholder.png','','inherit','open','closed','','placeholder-png-117','','','2024-01-19 11:48:22','2024-01-19 11:48:22','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-116.png',0,'attachment','image/png',0),(224,2,'2024-01-19 11:48:23','2024-01-19 11:48:23','','placeholder.png','','inherit','open','closed','','placeholder-png-118','','','2024-01-19 11:48:23','2024-01-19 11:48:23','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-117.png',0,'attachment','image/png',0),(225,2,'2024-01-19 11:48:23','2024-01-19 11:48:23','','placeholder.png','','inherit','open','closed','','placeholder-png-119','','','2024-01-19 11:48:23','2024-01-19 11:48:23','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-118.png',0,'attachment','image/png',0),(226,2,'2024-01-19 11:48:24','2024-01-19 11:48:24','','placeholder.png','','inherit','open','closed','','placeholder-png-120','','','2024-01-19 11:48:24','2024-01-19 11:48:24','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-119.png',0,'attachment','image/png',0),(228,2,'2024-01-19 11:54:13','2024-01-19 11:54:13','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <h3>\n The Journey of Healing: A Deeper Dive into\n Red Light Therapy\n </h3>\n <h3>Exploring the Benefits Further</h3><p>Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.</p><h3>Customized to Your Unique Needs</h3><p>Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.</p><h3>Empowering You to Take Control</h3><p>Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>\n <h2>Ready to Start Your Pain-Free Journey?</h2> \n <h4>If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.</h4> \n <img width=\"410\" height=\"84\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png 410w, https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1-300x61.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" /> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 11:54:13','2024-01-19 11:54:13','',75,'https://redlightinflammation.com/?p=228',0,'revision','',0),(229,2,'2024-01-19 11:54:28','2024-01-19 11:54:28','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <h3>\n The Journey of Healing: A Deeper Dive into\n Red Light Therapy\n </h3>\n <h3>Exploring the Benefits Further</h3><p>Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.</p><h3>Customized to Your Unique Needs</h3><p>Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.</p><h3>Empowering You to Take Control</h3><p>Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>\n <h2>Ready to Start Your Pain-Free Journey?</h2> \n <h4>If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.</h4> \n <img width=\"410\" height=\"84\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png 410w, https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1-300x61.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" /> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 11:54:28','2024-01-19 11:54:28','',75,'https://redlightinflammation.com/?p=229',0,'revision','',0),(230,2,'2024-01-19 11:55:40','2024-01-19 11:55:40','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <h3>\n The Journey of Healing: A Deeper Dive into\n Red Light Therapy\n </h3>\n <h3>Exploring the Benefits Further</h3><p>Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.</p><h3>Customized to Your Unique Needs</h3><p>Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.</p><h3>Empowering You to Take Control</h3><p>Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>\n <h2>Ready to Start Your Pain-Free Journey?</h2> \n <h4>If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.</h4> \n <img width=\"410\" height=\"84\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png 410w, https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1-300x61.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" /> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 11:55:40','2024-01-19 11:55:40','',75,'https://redlightinflammation.com/?p=230',0,'revision','',0),(231,2,'2024-01-19 11:57:01','2024-01-19 11:57:01','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to Start Your Pain-Free Journey?</h2> \n <h4>If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.</h4> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"410\" height=\"84\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png 410w, https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1-300x61.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" /> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <p>Copyright © Find Red Light Near Me 2023 | All Rights Reserved</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Elementor Footer #231','','publish','closed','closed','','elementor-footer-231','','','2024-01-19 15:34:24','2024-01-19 15:34:24','',0,'https://redlightinflammation.com/?post_type=elementor_library&p=231',0,'elementor_library','',0),(232,2,'2024-01-19 11:56:03','2024-01-19 11:56:03','','Elementor Footer #231','','inherit','closed','closed','','231-revision-v1','','','2024-01-19 11:56:03','2024-01-19 11:56:03','',231,'https://redlightinflammation.com/?p=232',0,'revision','',0),(233,2,'2024-01-19 11:56:56','2024-01-19 11:56:56','','b2d47cc3-quorum.png','','inherit','open','closed','','b2d47cc3-quorum-png','','','2024-01-19 11:56:56','2024-01-19 11:56:56','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/b2d47cc3-quorum.png',0,'attachment','image/png',0),(234,2,'2024-01-19 11:56:56','2024-01-19 11:56:56','','placeholder.png','','inherit','open','closed','','placeholder-png-121','','','2024-01-19 11:56:56','2024-01-19 11:56:56','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-120.png',0,'attachment','image/png',0),(235,2,'2024-01-19 11:56:57','2024-01-19 11:56:57','','placeholder.png','','inherit','open','closed','','placeholder-png-122','','','2024-01-19 11:56:57','2024-01-19 11:56:57','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-121.png',0,'attachment','image/png',0),(236,2,'2024-01-19 11:56:57','2024-01-19 11:56:57','','placeholder.png','','inherit','open','closed','','placeholder-png-123','','','2024-01-19 11:56:57','2024-01-19 11:56:57','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-122.png',0,'attachment','image/png',0),(237,2,'2024-01-19 11:56:58','2024-01-19 11:56:58','','placeholder.png','','inherit','open','closed','','placeholder-png-124','','','2024-01-19 11:56:58','2024-01-19 11:56:58','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-123.png',0,'attachment','image/png',0),(238,2,'2024-01-19 12:00:50','2024-01-19 12:00:50','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"135\" height=\"34\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/b2d47cc3-quorum.png\" alt=\"\" /> \n Copyright @WPDeveloper 2023 \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style> \n <a target=\"_blank\" rel=\"noopener\">\n Instagram\n <svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Twitter\n <svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg> </a>\n <a target=\"_blank\" rel=\"noopener\">\n Facebook-f\n <svg viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"></path></svg> </a>','Elementor Footer #231','','inherit','closed','closed','','231-revision-v1','','','2024-01-19 12:00:50','2024-01-19 12:00:50','',231,'https://redlightinflammation.com/?p=238',0,'revision','',0),(239,2,'2024-01-19 12:00:50','2024-01-19 12:00:50','<p>Copyright © Find Red Light Near Me 2023 | All Rights Reserved</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Elementor Footer #231','','inherit','closed','closed','','231-revision-v1','','','2024-01-19 12:00:50','2024-01-19 12:00:50','',231,'https://redlightinflammation.com/?p=239',0,'revision','',0),(240,2,'2024-01-19 12:00:52','2024-01-19 12:00:52','<a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Find Red Light Button','','inherit','closed','closed','','185-revision-v1','','','2024-01-19 12:00:52','2024-01-19 12:00:52','',185,'https://redlightinflammation.com/?p=240',0,'revision','',0),(241,2,'2024-01-19 12:01:21','2024-01-19 12:01:21','<p>Copyright © Find Red Light Near Me 2023 | All Rights Reserved</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Elementor Footer #231','','inherit','closed','closed','','231-revision-v1','','','2024-01-19 12:01:21','2024-01-19 12:01:21','',231,'https://redlightinflammation.com/?p=241',0,'revision','',0),(242,2,'2024-01-19 12:01:33','2024-01-19 12:01:33','<p>Copyright © Find Red Light Near Me 2023 | All Rights Reserved</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Elementor Footer #231','','inherit','closed','closed','','231-revision-v1','','','2024-01-19 12:01:33','2024-01-19 12:01:33','',231,'https://redlightinflammation.com/?p=242',0,'revision','',0),(243,2,'2024-01-19 12:03:32','2024-01-19 12:03:32','<style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-19 12:03:32','2024-01-19 12:03:32','',80,'https://redlightinflammation.com/?p=243',0,'revision','',0),(244,2,'2024-01-19 12:04:20','2024-01-19 12:04:20','<style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-19 12:04:20','2024-01-19 12:04:20','',80,'https://redlightinflammation.com/?p=244',0,'revision','',0),(245,2,'2024-01-19 12:04:53','2024-01-19 12:04:53','<style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-19 12:04:53','2024-01-19 12:04:53','',80,'https://redlightinflammation.com/?p=245',0,'revision','',0),(246,2,'2024-01-19 12:05:06','2024-01-19 12:05:06','<style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-19 12:05:06','2024-01-19 12:05:06','',80,'https://redlightinflammation.com/?p=246',0,'revision','',0),(247,2,'2024-01-19 12:10:14','2024-01-19 12:10:14','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <h3>\n The Journey of Healing: A Deeper Dive into\n Red Light Therapy\n </h3>\n <h3>Exploring the Benefits Further</h3><p>Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.</p><h3>Customized to Your Unique Needs</h3><p>Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.</p><h3>Empowering You to Take Control</h3><p>Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>\n <h2>Ready to Start Your Pain-Free Journey?</h2> \n <h4>If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.</h4> \n <img width=\"410\" height=\"84\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png 410w, https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1-300x61.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" /> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 12:10:14','2024-01-19 12:10:14','',75,'https://redlightinflammation.com/?p=247',0,'revision','',0),(248,2,'2024-01-19 12:13:33','2024-01-19 12:13:33','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" title=\"Red Light Therapy for Inflammation\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" title=\"Red Light Therapy for Muscle Recovery\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Muscle Recovery (1)</a>\n Tags: \n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (5)</a>\n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (5)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/muscle-recovery/\" title=\"muscle recovery\" target=\"_blank\" rel=\"noopener\">muscle recovery (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/athletic-performance/\" title=\"athletic performance\" target=\"_blank\" rel=\"noopener\">athletic performance (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-healing/\" title=\"injury healing\" target=\"_blank\" rel=\"noopener\">injury healing (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-prevention/\" title=\"injury prevention\" target=\"_blank\" rel=\"noopener\">injury prevention (1)</a>\n <ul>\n <li>\n <a href=\"javascript:;\" data-filter=\"*\">\n All </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-inflammation\">\n Red Light Therapy for Inflammation </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-muscle-recovery\">\n Red Light Therapy for Muscle Recovery </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-pain-relief\">\n Red Light Therapy for Pain Relief </a>\n </li>\n </ul>\n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-768x432.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" rel=\"noopener\">\n Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" rel=\"category tag\">Red Light Therapy for Muscle Recovery</a> \n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-768x432.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-768x432.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" rel=\"noopener\">\n Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation? Red light therapy aids in reducing chronic inflammation by promoting cellular repair …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-768x432.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" rel=\"noopener\">\n Exploring the Effectiveness of Red Light Therapy for Pain Relief </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-768x432.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" rel=\"noopener\">\n Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>Introduction to Red LED Light Therapy Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. …</p>','Blog','','publish','closed','closed','','blog','','','2024-01-19 15:44:04','2024-01-19 15:44:04','',0,'https://redlightinflammation.com/?page_id=248',0,'page','',0),(249,2,'2024-01-19 12:13:13','2024-01-19 12:13:13','','placeholder.png','','inherit','open','closed','','placeholder-png-125','','','2024-01-19 12:13:13','2024-01-19 12:13:13','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-124.png',0,'attachment','image/png',0),(250,2,'2024-01-19 12:13:13','2024-01-19 12:13:13','','placeholder.png','','inherit','open','closed','','placeholder-png-126','','','2024-01-19 12:13:13','2024-01-19 12:13:13','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-125.png',0,'attachment','image/png',0),(251,2,'2024-01-19 12:13:14','2024-01-19 12:13:14','','placeholder.png','','inherit','open','closed','','placeholder-png-127','','','2024-01-19 12:13:14','2024-01-19 12:13:14','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-126.png',0,'attachment','image/png',0),(252,2,'2024-01-19 12:13:14','2024-01-19 12:13:14','','placeholder.png','','inherit','open','closed','','placeholder-png-128','','','2024-01-19 12:13:14','2024-01-19 12:13:14','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-127.png',0,'attachment','image/png',0),(253,2,'2024-01-19 12:13:15','2024-01-19 12:13:15','','placeholder.png','','inherit','open','closed','','placeholder-png-129','','','2024-01-19 12:13:15','2024-01-19 12:13:15','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-128.png',0,'attachment','image/png',0),(254,2,'2024-01-19 12:13:15','2024-01-19 12:13:15','','placeholder.png','','inherit','open','closed','','placeholder-png-130','','','2024-01-19 12:13:15','2024-01-19 12:13:15','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-129.png',0,'attachment','image/png',0),(255,2,'2024-01-19 12:13:16','2024-01-19 12:13:16','','placeholder.png','','inherit','open','closed','','placeholder-png-131','','','2024-01-19 12:13:16','2024-01-19 12:13:16','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-130.png',0,'attachment','image/png',0),(256,2,'2024-01-19 12:13:16','2024-01-19 12:13:16','','placeholder.png','','inherit','open','closed','','placeholder-png-132','','','2024-01-19 12:13:16','2024-01-19 12:13:16','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-131.png',0,'attachment','image/png',0),(257,2,'2024-01-19 12:13:16','2024-01-19 12:13:16','','placeholder.png','','inherit','open','closed','','placeholder-png-133','','','2024-01-19 12:13:16','2024-01-19 12:13:16','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-132.png',0,'attachment','image/png',0),(258,2,'2024-01-19 12:13:17','2024-01-19 12:13:17','','placeholder.png','','inherit','open','closed','','placeholder-png-134','','','2024-01-19 12:13:17','2024-01-19 12:13:17','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-133.png',0,'attachment','image/png',0),(259,2,'2024-01-19 12:13:17','2024-01-19 12:13:17','','placeholder.png','','inherit','open','closed','','placeholder-png-135','','','2024-01-19 12:13:17','2024-01-19 12:13:17','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-134.png',0,'attachment','image/png',0),(260,2,'2024-01-19 12:13:18','2024-01-19 12:13:18','','placeholder.png','','inherit','open','closed','','placeholder-png-136','','','2024-01-19 12:13:18','2024-01-19 12:13:18','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-135.png',0,'attachment','image/png',0),(261,2,'2024-01-19 12:13:18','2024-01-19 12:13:18','','placeholder.png','','inherit','open','closed','','placeholder-png-137','','','2024-01-19 12:13:18','2024-01-19 12:13:18','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-136.png',0,'attachment','image/png',0),(262,2,'2024-01-19 12:13:18','2024-01-19 12:13:18','','placeholder.png','','inherit','open','closed','','placeholder-png-138','','','2024-01-19 12:13:18','2024-01-19 12:13:18','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-137.png',0,'attachment','image/png',0),(263,2,'2024-01-19 12:13:19','2024-01-19 12:13:19','','placeholder.png','','inherit','open','closed','','placeholder-png-139','','','2024-01-19 12:13:19','2024-01-19 12:13:19','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-138.png',0,'attachment','image/png',0),(264,2,'2024-01-19 12:13:19','2024-01-19 12:13:19','','placeholder.png','','inherit','open','closed','','placeholder-png-140','','','2024-01-19 12:13:19','2024-01-19 12:13:19','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-139.png',0,'attachment','image/png',0),(265,2,'2024-01-19 12:13:20','2024-01-19 12:13:20','','placeholder.png','','inherit','open','closed','','placeholder-png-141','','','2024-01-19 12:13:20','2024-01-19 12:13:20','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-140.png',0,'attachment','image/png',0),(266,2,'2024-01-19 12:13:20','2024-01-19 12:13:20','','placeholder.png','','inherit','open','closed','','placeholder-png-142','','','2024-01-19 12:13:20','2024-01-19 12:13:20','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-141.png',0,'attachment','image/png',0),(267,2,'2024-01-19 12:13:20','2024-01-19 12:13:20','','placeholder.png','','inherit','open','closed','','placeholder-png-143','','','2024-01-19 12:13:20','2024-01-19 12:13:20','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-142.png',0,'attachment','image/png',0),(268,2,'2024-01-19 12:13:21','2024-01-19 12:13:21','','placeholder.png','','inherit','open','closed','','placeholder-png-144','','','2024-01-19 12:13:21','2024-01-19 12:13:21','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-143.png',0,'attachment','image/png',0),(269,2,'2024-01-19 12:13:21','2024-01-19 12:13:21','','placeholder.png','','inherit','open','closed','','placeholder-png-145','','','2024-01-19 12:13:21','2024-01-19 12:13:21','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-144.png',0,'attachment','image/png',0),(270,2,'2024-01-19 12:13:22','2024-01-19 12:13:22','','dfcb40a5-soft-star-1.png','','inherit','open','closed','','dfcb40a5-soft-star-1-png','','','2024-01-19 12:13:22','2024-01-19 12:13:22','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/dfcb40a5-soft-star-1.png',0,'attachment','image/png',0),(271,2,'2024-01-19 12:13:22','2024-01-19 12:13:22','','6a8fe18b-asterisk-3-1.png','','inherit','open','closed','','6a8fe18b-asterisk-3-1-png','','','2024-01-19 12:13:22','2024-01-19 12:13:22','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/6a8fe18b-asterisk-3-1.png',0,'attachment','image/png',0),(272,2,'2024-01-19 12:13:22','2024-01-19 12:13:22','','placeholder.png','','inherit','open','closed','','placeholder-png-146','','','2024-01-19 12:13:22','2024-01-19 12:13:22','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-145.png',0,'attachment','image/png',0),(273,2,'2024-01-19 12:13:22','2024-01-19 12:13:22','','placeholder.png','','inherit','open','closed','','placeholder-png-147','','','2024-01-19 12:13:22','2024-01-19 12:13:22','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-146.png',0,'attachment','image/png',0),(274,2,'2024-01-19 12:13:23','2024-01-19 12:13:23','','placeholder.png','','inherit','open','closed','','placeholder-png-148','','','2024-01-19 12:13:23','2024-01-19 12:13:23','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-147.png',0,'attachment','image/png',0),(275,2,'2024-01-19 12:13:23','2024-01-19 12:13:23','','placeholder.png','','inherit','open','closed','','placeholder-png-149','','','2024-01-19 12:13:23','2024-01-19 12:13:23','',0,'https://redlightinflammation.com/wp-content/uploads/2024/01/placeholder-148.png',0,'attachment','image/png',0),(276,2,'2024-01-19 12:22:52','2024-01-19 12:22:52','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>#our blog \n <h1>Explore Our Recent Blogs & Enrich Insights</h1> \n <h4>categories:</h4> \n <ul id=\"eael-feature-list-463ad909\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Technology (5)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Startup (7)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Marketing Tools (2)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Business (14)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Products (4)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Trends (5)\n <p></p>\n </li>\n </ul>\n tags: \n SaaS \n Startup \n Email Marketing \n Content Marketing \n Design \n Digital \n Innovation \n Marketing \n News \n SEO \n AI \n Dashboard \n Application \n <h2>Subscribe To Our Newsletter</h2> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"144\" height=\"144\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/dfcb40a5-soft-star-1.png\" alt=\"\" /> \n <img width=\"144\" height=\"144\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/6a8fe18b-asterisk-3-1.png\" alt=\"\" />','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 12:22:52','2024-01-19 12:22:52','',248,'https://redlightinflammation.com/?p=276',0,'revision','',0),(277,2,'2024-01-19 12:22:52','2024-01-19 12:22:52','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>#our blog \n <h1>Explore Our Recent Blogs & Enrich Insights</h1> \n <h4>categories:</h4> \n <ul id=\"eael-feature-list-463ad909\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Technology (5)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Startup (7)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Marketing Tools (2)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Business (14)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Products (4)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Trends (5)\n <p></p>\n </li>\n </ul>\n tags: \n SaaS \n Startup \n Email Marketing \n Content Marketing \n Design \n Digital \n Innovation \n Marketing \n News \n SEO \n AI \n Dashboard \n Application \n <h2>Subscribe To Our Newsletter</h2> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"144\" height=\"144\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/dfcb40a5-soft-star-1.png\" alt=\"\" /> \n <img width=\"144\" height=\"144\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/6a8fe18b-asterisk-3-1.png\" alt=\"\" />','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 12:22:52','2024-01-19 12:22:52','',248,'https://redlightinflammation.com/?p=277',0,'revision','',0),(278,2,'2024-01-19 12:22:52','2024-01-19 12:22:52','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <ul id=\"eael-feature-list-463ad909\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Technology (5)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Startup (7)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Marketing Tools (2)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Business (14)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Products (4)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Trends (5)\n <p></p>\n </li>\n </ul>\n Tags: \n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (1)</a>\n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy: Your Path to Pain-Free Living</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy: Your Path to Pain-Free Living </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 18, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/#respond\">No Comments</a> \n <p>Welcome to the Healing Power of Red Light Therapy If you’re looking for an effective, non-invasive way to combat pain and inflammation, …</p> \n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\" target=\"_blank\" rel=\"noopener\">\n Hello world! </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/sitemanager/\" title=\"Posts by sitemanager\" rel=\"author\">sitemanager</a> \n •\n January 17, 2024\n •\n <a href=\"https://redlightinflammation.com/category/uncategorized/\" rel=\"category tag\">Uncategorized</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/#comments\">1 Comment</a> \n <p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 12:22:52','2024-01-19 12:22:52','',248,'https://redlightinflammation.com/?p=278',0,'revision','',0),(279,2,'2024-01-19 12:23:30','2024-01-19 12:23:30',' ','','','publish','closed','closed','','279','','','2024-01-19 12:23:30','2024-01-19 12:23:30','',0,'https://redlightinflammation.com/?p=279',1,'nav_menu_item','',0),(280,2,'2024-01-19 12:24:16','2024-01-19 12:24:16','<style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <ul id=\"menu-main-menu\"><li id=\"menu-item-279\"><a href=\"https://redlightinflammation.com/blog/\">Blog</a></li>\n</ul> <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-19 12:24:16','2024-01-19 12:24:16','',80,'https://redlightinflammation.com/?p=280',0,'revision','',0),(281,2,'2024-01-19 12:24:34','2024-01-19 12:24:34','<style>\n @media screen and (max-width: 1024px) {\n .eael-hamburger--tablet {\n .eael-simple-menu-horizontal,\n .eael-simple-menu-vertical {\n display: none;\n }\n }\n .eael-hamburger--tablet {\n .eael-simple-menu-container .eael-simple-menu-toggle {\n display: block;\n }\n }\n }\n </style> \n <ul id=\"menu-main-menu\"><li id=\"menu-item-279\"><a href=\"https://redlightinflammation.com/blog/\">Blog</a></li>\n</ul> <button>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z\"></path></svg> </button>\n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','BloggerZen Header','','inherit','closed','closed','','80-revision-v1','','','2024-01-19 12:24:34','2024-01-19 12:24:34','',80,'https://redlightinflammation.com/?p=281',0,'revision','',0),(282,2,'2024-01-19 14:59:54','2024-01-19 14:59:54','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <h3>\n The Journey of Healing: A Deeper Dive into\n Red Light Therapy\n </h3>\n <h3>Exploring the Benefits Further</h3><p>Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.</p><h3>Customized to Your Unique Needs</h3><p>Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.</p><h3>Empowering You to Take Control</h3><p>Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>\n <h2>Ready to Start Your Pain-Free Journey?</h2> \n <h4>If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.</h4> \n <img width=\"410\" height=\"84\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png 410w, https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1-300x61.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" /> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 14:59:54','2024-01-19 14:59:54','',75,'https://redlightinflammation.com/?p=282',0,'revision','',0),(283,2,'2024-01-19 15:02:28','2024-01-19 15:02:28','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <h3>\n The Journey of Healing: A Deeper Dive into\n Red Light Therapy\n </h3>\n <h3>Exploring the Benefits Further</h3><p>Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.</p><h3>Customized to Your Unique Needs</h3><p>Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.</p><h3>Empowering You to Take Control</h3><p>Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>\n <h2>Ready to Start Your Pain-Free Journey?</h2> \n <h4>If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.</h4> \n <img width=\"410\" height=\"84\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png 410w, https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1-300x61.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" /> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 15:02:28','2024-01-19 15:02:28','',75,'https://redlightinflammation.com/?p=283',0,'revision','',0),(284,2,'2024-01-19 15:03:51','2024-01-19 15:03:51','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <ul id=\"eael-feature-list-463ad909\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Technology (5)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Startup (7)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Marketing Tools (2)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Business (14)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Products (4)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Trends (5)\n <p></p>\n </li>\n </ul>\n Tags: \n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (1)</a>\n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy: Your Path to Pain-Free Living</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy: Your Path to Pain-Free Living </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 18, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/#respond\">No Comments</a> \n <p>Welcome to the Healing Power of Red Light Therapy If you’re looking for an effective, non-invasive way to combat pain and inflammation, …</p> \n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\" target=\"_blank\" rel=\"noopener\">\n Hello world! </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/sitemanager/\" title=\"Posts by sitemanager\" rel=\"author\">sitemanager</a> \n •\n January 17, 2024\n •\n <a href=\"https://redlightinflammation.com/category/uncategorized/\" rel=\"category tag\">Uncategorized</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/#comments\">1 Comment</a> \n <p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:03:51','2024-01-19 15:03:51','',248,'https://redlightinflammation.com/?p=284',0,'revision','',0),(285,2,'2024-01-19 15:03:51','2024-01-19 15:03:51','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <ul id=\"eael-feature-list-463ad909\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Technology (5)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Startup (7)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Marketing Tools (2)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Business (14)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Products (4)\n <p></p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg> \n Trends (5)\n <p></p>\n </li>\n </ul>\n Tags: \n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (1)</a>\n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy: Your Path to Pain-Free Living</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy: Your Path to Pain-Free Living </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 18, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/#respond\">No Comments</a> \n <p>Welcome to the Healing Power of Red Light Therapy If you’re looking for an effective, non-invasive way to combat pain and inflammation, …</p> \n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\" target=\"_blank\" rel=\"noopener\">\n Hello world! </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/sitemanager/\" title=\"Posts by sitemanager\" rel=\"author\">sitemanager</a> \n •\n January 17, 2024\n •\n <a href=\"https://redlightinflammation.com/category/uncategorized/\" rel=\"category tag\">Uncategorized</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/#comments\">1 Comment</a> \n <p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:03:51','2024-01-19 15:03:51','',248,'https://redlightinflammation.com/?p=285',0,'revision','',0),(286,2,'2024-01-19 15:03:52','2024-01-19 15:03:52','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (1)</a>\n Tags: \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy: Your Path to Pain-Free Living</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy: Your Path to Pain-Free Living </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 18, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/#respond\">No Comments</a> \n <p>Welcome to the Healing Power of Red Light Therapy If you’re looking for an effective, non-invasive way to combat pain and inflammation, …</p> \n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\" target=\"_blank\" rel=\"noopener\">\n Hello world! </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/sitemanager/\" title=\"Posts by sitemanager\" rel=\"author\">sitemanager</a> \n •\n January 17, 2024\n •\n <a href=\"https://redlightinflammation.com/category/uncategorized/\" rel=\"category tag\">Uncategorized</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/#comments\">1 Comment</a> \n <p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:03:52','2024-01-19 15:03:52','',248,'https://redlightinflammation.com/?p=286',0,'revision','',0),(288,2,'2024-01-19 15:08:15','2024-01-19 15:08:15','<h2><span style=\"font-weight: 400;\">Introduction to Red LED Light Therapy </span></h2>\r\n<span style=\"font-weight: 400;\">Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. Picture this: an ancient wisdom fused with cutting-edge science, all converging into a beam of red light. It\'s not just a fleeting health fad; it\'s a transformative shift in how we tackle chronic inflammation. For many grappling with such conditions, this therapy is a beacon of hope, a light at the end of a long tunnel of discomfort.</span>\r\n\r\n<span style=\"font-weight: 400;\">The beauty of Red LED Light Therapy lies in its remarkable simplicity and startling effectiveness. Imagine a therapy that\'s as non-invasive as it is potent, using nothing but the healing essence of red light wavelengths. It\'s a brilliant example of how we\'ve harnessed the power of nature through technology, blending them seamlessly to open new doors in the realm of modern healing. This isn\'t just therapy; it\'s a testament to human creativity and the endless quest for wellness.</span>\r\n<h2><span style=\"font-weight: 400;\">Scientific Basis of Red LED Light Therapy in Inflammation Reduction</span></h2>\r\n<span style=\"font-weight: 400;\">At the crux of red LED light therapy, there is a fascinating interplay of light and biology. Imagine this therapy as a silent, yet powerful conversation between light and your body\'s cells. It\'s like flipping a switch inside these cells, sparking a remarkable transformation.</span>\r\n\r\n<span style=\"font-weight: 400;\">This transformative process is known as photobiomodulation. Here, the red light acts like a key, unlocking the mitochondrial potential within cells. Mitochondria, often thought of as the cellular powerhouses, respond by ramping up the production of adenosine triphosphate (ATP). This ATP boost is like a jolt of energy, reviving the cell\'s metabolism and regeneration abilities.</span>\r\n\r\n<span style=\"font-weight: 400;\">Now, consider the domino effect of this increased energy. Cells under oxidative stress, a kind of cellular strain, find relief. Inflammation, a common villain in many chronic conditions, is pushed back. It’s like calming a storm at the cellular level.</span>\r\n\r\n<span style=\"font-weight: 400;\">The beauty of red LED light therapy lies in its scientific backbone. Numerous clinical studies have thrown their weight behind this technology. They\'ve recorded notable dips in inflammatory markers across various conditions – from the stiffness of arthritis to the discomfort of muscle soreness, even extending to skin disorders. It\'s a testament to the therapy\'s potential as a powerful ally, either standing alone or complementing traditional medical treatments.</span>\r\n\r\n<span style=\"font-weight: 400;\">In the end, red LED light therapy isn’t just about reducing inflammation. It’s about redefining healing, tapping into the body\'s inherent potential to repair and rejuvenate. It’s an exciting, evolving story, one where light becomes a healing language, spoken by our very own cells.</span>\r\n<h2><span style=\"font-weight: 400;\">Comparison with Traditional Inflammation Treatments</span></h2>\r\n<span style=\"font-weight: 400;\">Let\'s flip the script on traditional inflammation treatments. Picture the usual route: medications, physical therapies, and sometimes, the daunting prospect of surgery. Effective? Often, yes. But this path is also strewn with pitfalls – the risk of dependency on medications, adverse reactions, and the inherent risks of surgical interventions.</span>\r\n\r\n<span style=\"font-weight: 400;\">Now, enter the world of red LED light therapy. Think of it as a gentle yet powerful ally. It’s non-invasive and drug-free, a refreshing change from the norm. This therapy taps into the body\'s own healing mechanisms. It\'s like having a conversation with your body, encouraging it to heal naturally. This approach reduces our reliance on pharmaceuticals and invasive procedures, weaving a new narrative in health and wellness.</span>\r\n\r\n<span style=\"font-weight: 400;\">In embracing red LED light therapy, we\'re not just choosing a treatment; we\'re opting for a holistic journey. It\'s a journey that respects the body\'s innate wisdom and capacity for self-healing. It\'s about shifting the focus from battling symptoms to nurturing overall well-being. This therapy doesn’t just alleviate; it empowers, making it a compelling choice in our quest for health.</span>\r\n<h2><span style=\"font-weight: 400;\">Case Studies & Examples of Red LED Light Therapy for Inflammation</span></h2>\r\n<span style=\"font-weight: 400;\">The transformative impact of red LED light therapy is best illustrated through stories of individuals who have experienced its benefits. Consider the case of Sarah, a middle-aged woman suffering from chronic knee pain due to osteoarthritis. Traditional treatments provided only temporary relief. After incorporating regular sessions of red LED light therapy into her treatment plan, Sarah reported a significant reduction in pain and improved mobility. Through treatment, she began to enjoy activities she thought were lost to her condition.</span>\r\n\r\n<span style=\"font-weight: 400;\">Athletes, too, have found a powerful ally in red LED light therapy. From weekend warriors to professional sports figures, many have turned to this therapy for faster recovery from injuries and muscle soreness. In the high-stakes world of sports, recovery time is crucial. red LED light therapy has become an indispensable tool in maintaining peak physical condition.</span>\r\n<h2><span style=\"font-weight: 400;\">How to Incorporate Red LED Light Therapy in Daily Life</span></h2>\r\n<span style=\"font-weight: 400;\">Let\'s make red LED light therapy a part of your daily mantra for wellness. It\'s not just a treatment; it\'s a lifestyle choice. With an array of devices, from pro-grade panels to handy portable units, it\'s like having a personal wellness studio at your fingertips. The trick is to pick a gadget that vibes with your unique needs and rhythm of life.</span>\r\n\r\n<span style=\"font-weight: 400;\">Think of red LED light therapy as a daily ritual, like your morning coffee or evening jog. Regular sessions, maybe while you\'re catching up on a podcast or unwinding, can weave magic over time. The recipe for success? Nailing the right wavelength, intensity, and duration for your needs. These are the ingredients that can turn a simple light into a powerful healing tool.</span>\r\n<h2><span style=\"font-weight: 400;\">FAQs on Red LED Light Therapy for Inflammation</span></h2>\r\n<h3><span style=\"font-weight: 400;\">1. What is red LED light therapy and how does it help with inflammation?</span></h3>\r\n<span style=\"font-weight: 400;\">Red LED light therapy uses specific wavelengths of red light to penetrate the skin and underlying tissues. This process stimulates cellular activity and promotes healing. It effectively reduces inflammation and pain associated with various conditions, including arthritis and muscle soreness.</span>\r\n<h3><span style=\"font-weight: 400;\">2. Is red LED light therapy safe to use?</span></h3>\r\n<span style=\"font-weight: 400;\">Yes, red LED light therapy is generally considered safe for most people. It\'s non-invasive, involves no use of chemicals or drugs, and has minimal side effects. However, it\'s always wise to consult with a healthcare professional before starting any new treatment. This is especially true if you have existing health conditions.</span>\r\n<h3><span style=\"font-weight: 400;\">3. How often should red LED light therapy be used for inflammation?</span></h3>\r\n<span style=\"font-weight: 400;\">The frequency of red LED light therapy sessions can vary. This will depend on the individual\'s condition and the severity of their inflammation. Typically, treatments are recommended several times a week. For specific guidance, consult with a healthcare provider or a red LED light therapy specialist.</span>\r\n<h3><span style=\"font-weight: 400;\">4. Can red LED light therapy be used in conjunction with other treatments?</span></h3>\r\n<span style=\"font-weight: 400;\">Yes, red LED light therapy can be used alongside other treatments such as medication, physical therapy, or other forms of light therapy. It\'s important to work with your healthcare professionals. This is to ensure a safe and effective combined treatment approach.</span>\r\n<h3><span style=\"font-weight: 400;\">5. How long does it take to see results from red LED light therapy?</span></h3>\r\n<span style=\"font-weight: 400;\">Results can vary based on the individual and the condition being treated. Some people may notice improvements in inflammation and pain relief within a few sessions. Others may require longer treatment periods to see significant changes.</span>\r\n<h3><span style=\"font-weight: 400;\">6. Are there any side effects of using red LED light therapy for inflammation?</span></h3>\r\n<span style=\"font-weight: 400;\">Red LED light therapy is known for having minimal side effects. Some individuals may experience mild discomfort, redness, or irritation at the site of treatment. These effects are typically temporary. It\'s important to follow usage guidelines and consult with a professional if any concerns arise.</span>\r\n<h2><span style=\"font-weight: 400;\">Conclusion and Future Directions</span></h2>\r\n<span style=\"font-weight: 400;\">As we stride forward, exploring gentler ways to heal, red LED light therapy is like a beacon in the night. It\'s not just about fixing what\'s broken; it\'s about elevating your whole well-being. The road ahead is luminous, with research continuously unlocking new potentials.</span>\r\n\r\n<span style=\"font-weight: 400;\">Red LED light therapy is more than a breakthrough; it\'s a revolution in embracing holistic health. It\'s where technology shakes hands with nature, offering fresh answers to old questions. The horizon is broadening, and as we embrace these new waves of innovation, our journey towards better health becomes more vibrant and hopeful.</span>\r\n\r\n<span style=\"font-weight: 400;\">Curious to give this glowing wonder a whirl? Dive deeper and locate a provider at your fingertips with</span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\"> Find Red Light Near Me</span></a><span style=\"font-weight: 400;\">. Let\'s light up your path to wellness!</span>','Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment','','publish','open','open','','red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment','','','2024-01-19 15:08:15','2024-01-19 15:08:15','',0,'https://redlightinflammation.com/?p=288',0,'post','',0),(289,2,'2024-01-19 15:08:15','2024-01-19 15:08:15','<h2><span style=\"font-weight: 400;\">Introduction to Red LED Light Therapy </span></h2>\r\n<span style=\"font-weight: 400;\">Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. Picture this: an ancient wisdom fused with cutting-edge science, all converging into a beam of red light. It\'s not just a fleeting health fad; it\'s a transformative shift in how we tackle chronic inflammation. For many grappling with such conditions, this therapy is a beacon of hope, a light at the end of a long tunnel of discomfort.</span>\r\n\r\n<span style=\"font-weight: 400;\">The beauty of Red LED Light Therapy lies in its remarkable simplicity and startling effectiveness. Imagine a therapy that\'s as non-invasive as it is potent, using nothing but the healing essence of red light wavelengths. It\'s a brilliant example of how we\'ve harnessed the power of nature through technology, blending them seamlessly to open new doors in the realm of modern healing. This isn\'t just therapy; it\'s a testament to human creativity and the endless quest for wellness.</span>\r\n<h2><span style=\"font-weight: 400;\">Scientific Basis of Red LED Light Therapy in Inflammation Reduction</span></h2>\r\n<span style=\"font-weight: 400;\">At the crux of red LED light therapy, there is a fascinating interplay of light and biology. Imagine this therapy as a silent, yet powerful conversation between light and your body\'s cells. It\'s like flipping a switch inside these cells, sparking a remarkable transformation.</span>\r\n\r\n<span style=\"font-weight: 400;\">This transformative process is known as photobiomodulation. Here, the red light acts like a key, unlocking the mitochondrial potential within cells. Mitochondria, often thought of as the cellular powerhouses, respond by ramping up the production of adenosine triphosphate (ATP). This ATP boost is like a jolt of energy, reviving the cell\'s metabolism and regeneration abilities.</span>\r\n\r\n<span style=\"font-weight: 400;\">Now, consider the domino effect of this increased energy. Cells under oxidative stress, a kind of cellular strain, find relief. Inflammation, a common villain in many chronic conditions, is pushed back. It’s like calming a storm at the cellular level.</span>\r\n\r\n<span style=\"font-weight: 400;\">The beauty of red LED light therapy lies in its scientific backbone. Numerous clinical studies have thrown their weight behind this technology. They\'ve recorded notable dips in inflammatory markers across various conditions – from the stiffness of arthritis to the discomfort of muscle soreness, even extending to skin disorders. It\'s a testament to the therapy\'s potential as a powerful ally, either standing alone or complementing traditional medical treatments.</span>\r\n\r\n<span style=\"font-weight: 400;\">In the end, red LED light therapy isn’t just about reducing inflammation. It’s about redefining healing, tapping into the body\'s inherent potential to repair and rejuvenate. It’s an exciting, evolving story, one where light becomes a healing language, spoken by our very own cells.</span>\r\n<h2><span style=\"font-weight: 400;\">Comparison with Traditional Inflammation Treatments</span></h2>\r\n<span style=\"font-weight: 400;\">Let\'s flip the script on traditional inflammation treatments. Picture the usual route: medications, physical therapies, and sometimes, the daunting prospect of surgery. Effective? Often, yes. But this path is also strewn with pitfalls – the risk of dependency on medications, adverse reactions, and the inherent risks of surgical interventions.</span>\r\n\r\n<span style=\"font-weight: 400;\">Now, enter the world of red LED light therapy. Think of it as a gentle yet powerful ally. It’s non-invasive and drug-free, a refreshing change from the norm. This therapy taps into the body\'s own healing mechanisms. It\'s like having a conversation with your body, encouraging it to heal naturally. This approach reduces our reliance on pharmaceuticals and invasive procedures, weaving a new narrative in health and wellness.</span>\r\n\r\n<span style=\"font-weight: 400;\">In embracing red LED light therapy, we\'re not just choosing a treatment; we\'re opting for a holistic journey. It\'s a journey that respects the body\'s innate wisdom and capacity for self-healing. It\'s about shifting the focus from battling symptoms to nurturing overall well-being. This therapy doesn’t just alleviate; it empowers, making it a compelling choice in our quest for health.</span>\r\n<h2><span style=\"font-weight: 400;\">Case Studies & Examples of Red LED Light Therapy for Inflammation</span></h2>\r\n<span style=\"font-weight: 400;\">The transformative impact of red LED light therapy is best illustrated through stories of individuals who have experienced its benefits. Consider the case of Sarah, a middle-aged woman suffering from chronic knee pain due to osteoarthritis. Traditional treatments provided only temporary relief. After incorporating regular sessions of red LED light therapy into her treatment plan, Sarah reported a significant reduction in pain and improved mobility. Through treatment, she began to enjoy activities she thought were lost to her condition.</span>\r\n\r\n<span style=\"font-weight: 400;\">Athletes, too, have found a powerful ally in red LED light therapy. From weekend warriors to professional sports figures, many have turned to this therapy for faster recovery from injuries and muscle soreness. In the high-stakes world of sports, recovery time is crucial. red LED light therapy has become an indispensable tool in maintaining peak physical condition.</span>\r\n<h2><span style=\"font-weight: 400;\">How to Incorporate Red LED Light Therapy in Daily Life</span></h2>\r\n<span style=\"font-weight: 400;\">Let\'s make red LED light therapy a part of your daily mantra for wellness. It\'s not just a treatment; it\'s a lifestyle choice. With an array of devices, from pro-grade panels to handy portable units, it\'s like having a personal wellness studio at your fingertips. The trick is to pick a gadget that vibes with your unique needs and rhythm of life.</span>\r\n\r\n<span style=\"font-weight: 400;\">Think of red LED light therapy as a daily ritual, like your morning coffee or evening jog. Regular sessions, maybe while you\'re catching up on a podcast or unwinding, can weave magic over time. The recipe for success? Nailing the right wavelength, intensity, and duration for your needs. These are the ingredients that can turn a simple light into a powerful healing tool.</span>\r\n<h2><span style=\"font-weight: 400;\">FAQs on Red LED Light Therapy for Inflammation</span></h2>\r\n<h3><span style=\"font-weight: 400;\">1. What is red LED light therapy and how does it help with inflammation?</span></h3>\r\n<span style=\"font-weight: 400;\">Red LED light therapy uses specific wavelengths of red light to penetrate the skin and underlying tissues. This process stimulates cellular activity and promotes healing. It effectively reduces inflammation and pain associated with various conditions, including arthritis and muscle soreness.</span>\r\n<h3><span style=\"font-weight: 400;\">2. Is red LED light therapy safe to use?</span></h3>\r\n<span style=\"font-weight: 400;\">Yes, red LED light therapy is generally considered safe for most people. It\'s non-invasive, involves no use of chemicals or drugs, and has minimal side effects. However, it\'s always wise to consult with a healthcare professional before starting any new treatment. This is especially true if you have existing health conditions.</span>\r\n<h3><span style=\"font-weight: 400;\">3. How often should red LED light therapy be used for inflammation?</span></h3>\r\n<span style=\"font-weight: 400;\">The frequency of red LED light therapy sessions can vary. This will depend on the individual\'s condition and the severity of their inflammation. Typically, treatments are recommended several times a week. For specific guidance, consult with a healthcare provider or a red LED light therapy specialist.</span>\r\n<h3><span style=\"font-weight: 400;\">4. Can red LED light therapy be used in conjunction with other treatments?</span></h3>\r\n<span style=\"font-weight: 400;\">Yes, red LED light therapy can be used alongside other treatments such as medication, physical therapy, or other forms of light therapy. It\'s important to work with your healthcare professionals. This is to ensure a safe and effective combined treatment approach.</span>\r\n<h3><span style=\"font-weight: 400;\">5. How long does it take to see results from red LED light therapy?</span></h3>\r\n<span style=\"font-weight: 400;\">Results can vary based on the individual and the condition being treated. Some people may notice improvements in inflammation and pain relief within a few sessions. Others may require longer treatment periods to see significant changes.</span>\r\n<h3><span style=\"font-weight: 400;\">6. Are there any side effects of using red LED light therapy for inflammation?</span></h3>\r\n<span style=\"font-weight: 400;\">Red LED light therapy is known for having minimal side effects. Some individuals may experience mild discomfort, redness, or irritation at the site of treatment. These effects are typically temporary. It\'s important to follow usage guidelines and consult with a professional if any concerns arise.</span>\r\n<h2><span style=\"font-weight: 400;\">Conclusion and Future Directions</span></h2>\r\n<span style=\"font-weight: 400;\">As we stride forward, exploring gentler ways to heal, red LED light therapy is like a beacon in the night. It\'s not just about fixing what\'s broken; it\'s about elevating your whole well-being. The road ahead is luminous, with research continuously unlocking new potentials.</span>\r\n\r\n<span style=\"font-weight: 400;\">Red LED light therapy is more than a breakthrough; it\'s a revolution in embracing holistic health. It\'s where technology shakes hands with nature, offering fresh answers to old questions. The horizon is broadening, and as we embrace these new waves of innovation, our journey towards better health becomes more vibrant and hopeful.</span>\r\n\r\n<span style=\"font-weight: 400;\">Curious to give this glowing wonder a whirl? Dive deeper and locate a provider at your fingertips with</span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\"> Find Red Light Near Me</span></a><span style=\"font-weight: 400;\">. Let\'s light up your path to wellness!</span>','Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment','','inherit','closed','closed','','288-revision-v1','','','2024-01-19 15:08:15','2024-01-19 15:08:15','',288,'https://redlightinflammation.com/?p=289',0,'revision','',0),(290,2,'2024-01-19 15:10:07','2024-01-19 15:10:07','<a href=\"#\">\n Show All Posts\n </a>\n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>You May Like</h2> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-150x150.jpg\" alt=\"\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\">Red Light Therapy for Inflammation</a><h2><a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\"rel=\"nofollow\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a></h2>\n <h2>Looking for Red Light Therapy providers in your area?</h2><p>Visit Find Red Light Near Me to get started today.</p><a href=\"#\">Find a Red Light Therapy Provider</a>','Elementor Single Post #169','','inherit','closed','closed','','169-revision-v1','','','2024-01-19 15:10:07','2024-01-19 15:10:07','',169,'https://redlightinflammation.com/?p=290',0,'revision','',0),(291,2,'2024-01-19 15:11:11','2024-01-19 15:11:11','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to Start Your Pain-Free Journey?</h2> \n <h4>If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.</h4> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"410\" height=\"84\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png 410w, https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1-300x61.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" /> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <p>Copyright © Find Red Light Near Me 2023 | All Rights Reserved</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Elementor Footer #231','','inherit','closed','closed','','231-revision-v1','','','2024-01-19 15:11:11','2024-01-19 15:11:11','',231,'https://redlightinflammation.com/?p=291',0,'revision','',0),(292,2,'2024-01-19 15:11:21','2024-01-19 15:11:21','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <h3>\n The Journey of Healing: A Deeper Dive into\n Red Light Therapy\n </h3>\n <h3>Exploring the Benefits Further</h3><p>Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.</p><h3>Customized to Your Unique Needs</h3><p>Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.</p><h3>Empowering You to Take Control</h3><p>Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 15:11:21','2024-01-19 15:11:21','',75,'https://redlightinflammation.com/?p=292',0,'revision','',0),(293,2,'2024-01-19 15:13:51','2024-01-19 15:13:51','<span style=\"font-weight: 400;\">Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts circulation, addressing the root causes of various pain types. Experience a sustainable, effective method for pain relief and overall well-being enhancement with red light therapy. Join the movement towards a pain-free, healthier life.</span>\r\n<h2><span style=\"font-weight: 400;\">A Fresh Perspective on Red Light Therapy for Pain Relief</span></h2>\r\n<span style=\"font-weight: 400;\">Imagine a world where chronic pain isn\'t a life sentence but a manageable condition. Enter red light therapy for pain relief – a beacon of hope in this realm. This isn\'t your usual medical narrative; it\'s a story of transformation. Red light therapy isn\'t just making waves; it\'s reshaping the very landscape of pain management. For those caught in the relentless grip of chronic pain, it\'s not just a treatment, but a journey towards reclaiming their lives.</span>\r\n\r\n<span style=\"font-weight: 400;\">In this exploration, we\'re diving deep into the heart of red light therapy. We\'re not just skimming the surface; we\'re unraveling the science, the success stories, and the practical wisdom that positions this therapy not just as an option but as a revolution in pain relief.</span>\r\n<h2><span style=\"font-weight: 400;\">The Science of Soothing: How Red Light Eases Pain</span></h2>\r\n<span style=\"font-weight: 400;\">Here\'s the thing about red light therapy for pain relief – it\'s like a secret handshake between technology and biology. It delves beneath the skin, sparking a chain reaction right where it matters – in the cells. It\'s about energizing the mitochondria, those powerhouses in our cells, paving the way for tissue repair and regeneration. This isn\'t just relief; it\'s renewal at a cellular level.</span>\r\n\r\n<span style=\"font-weight: 400;\">But here\'s where it gets even more interesting: red light therapy doesn\'t just mask pain; it confronts it head-on. It dials down inflammation and ramps up circulation, tackling the very roots of pain. And with a dash of endorphins, your body\'s natural painkillers, it\'s not just about feeling better; it\'s about a profound sense of wellness.</span>\r\n<h2><span style=\"font-weight: 400;\">Redefining Pain Management: A Holistic Approach</span></h2>\r\n<span style=\"font-weight: 400;\">Traditional pain relief often comes with a price - side effects, risks, or a temporary fix. Red light therapy for pain relief stands in stark contrast. It\'s a narrative shift from the invasive and pharmacological to the holistic and sustainable. For those seeking a path that\'s in harmony with their body, red light therapy for pain relief isn\'t just an alternative; it\'s a revelation.</span>\r\n<h2><span style=\"font-weight: 400;\">Real-World Stories of Transformation</span></h2>\r\n<span style=\"font-weight: 400;\">Meet Emma, once shackled by chronic back pain, now reveling in relief and mobility thanks to red light therapy for pain relief. Emma found significant relief and improved mobility through regular therapy sessions, in contrast to her limited success with traditional treatments. Her story isn\'t just about alleviating pain; it\'s about rediscovering life. </span>\r\n\r\n<span style=\"font-weight: 400;\">Similarly, athletes have embraced red light therapy for its efficacy in accelerating recovery from sports injuries and reducing muscle soreness, demonstrating its versatility in addressing a wide range of pain-related issues. Athletes are turning to this therapy, not just for quick fixes but for sustainable recovery and resilience. These aren\'t just success stories; they\'re testaments to the therapy\'s profound impact.</span>\r\n<h2><span style=\"font-weight: 400;\">The Ripple Effect: Beyond Pain Relief</span></h2>\r\n<span style=\"font-weight: 400;\">But the narrative of red light therapy for pain relief doesn\'t end with pain relief. It\'s a story with many chapters – enhanced skin health, uplifted moods, better sleep. This therapy isn\'t just about treating a symptom; it\'s about enhancing the entire spectrum of well-being. In the world of health and wellness, red light therapy for pain relief isn\'t just a chapter; it\'s becoming the storyline.</span>\r\n<h2><span style=\"font-weight: 400;\">Tackling Chronic Pain: A Red Light Approach</span></h2>\r\n<span style=\"font-weight: 400;\">In the intricate puzzle of chronic pain, red light therapy emerges as a key piece. It\'s more than just a solution; it\'s a holistic approach to a complex problem. Whether it\'s the deep-seated ache of fibromyalgia, the sharp sting of neuropathic pain, or the relentless discomfort of chronic joint disorders, red light therapy steps in with a promise of relief. It\'s not just treating symptoms; it\'s addressing the roots – inflammation, tissue damage – offering a pathway to a more pain-free existence.</span>\r\n<h2><span style=\"font-weight: 400;\">Mastering the Use of Red Light Therapy</span></h2>\r\n<span style=\"font-weight: 400;\">Embarking on the red light therapy journey means choosing the right tools and crafting a consistent routine. It\'s about starting with expert guidance and tailoring the therapy to your unique pain story. Then, as you become more acquainted with its rhythm, the world of at-home devices opens up, seamlessly integrating into your daily life. This isn\'t just therapy; it\'s a lifestyle adaptation for long-term well-being.</span>\r\n<h2><span style=\"font-weight: 400;\">FAQs: Your Red Light Therapy Questions, Answered</span></h2>\r\n<h3><span style=\"font-weight: 400;\">What Types of Pain Can Red Light Therapy Treat?</span></h3>\r\n<span style=\"font-weight: 400;\">Red light therapy is effective for various types of pain, including joint pain, muscle soreness, neuropathic pain, and conditions like arthritis and fibromyalgia. It\'s a versatile tool in the battle against pain, offering a broad spectrum of relief.</span>\r\n<h3><span style=\"font-weight: 400;\">How Long Does It Take to See Results from Red Light Therapy For Pain Relief?</span></h3>\r\n<span style=\"font-weight: 400;\">Results can vary, but many individuals report feeling some relief after just a few sessions. The journey to significant relief usually unfolds over several weeks of consistent treatment. Red light therapy isn\'t a quick fix; it\'s a commitment to a gradual and effective healing process.</span>\r\n<h3><span style=\"font-weight: 400;\">Is Red Light Therapy Safe for Everyone?</span></h3>\r\n<span style=\"font-weight: 400;\">Generally, red light therapy is safe and well-tolerated. However, it\'s always wise to consult with a healthcare professional before embarking on this or any new treatment, especially if you have pre-existing health conditions or are pregnant.</span>\r\n<h3><span style=\"font-weight: 400;\">Can Red Light Therapy Be Used Alongside Other Pain Management Methods?</span></h3>\r\n<span style=\"font-weight: 400;\">Absolutely. Red light therapy can complement other treatments like medication and physical therapy. It\'s important to discuss this with your healthcare provider to ensure a coordinated and safe approach to your pain management strategy.</span>\r\n<h2><span style=\"font-weight: 400;\">Conclusion: Red Light Therapy – A Beacon of Hope in Pain Management</span></h2>\r\n<span style=\"font-weight: 400;\">Red light therapy isn\'t just another treatment; it\'s a revolution in managing pain. It\'s about breaking free from the shackles of chronic discomfort, opening doors to a life where pain doesn\'t dictate the terms. This therapy is more than just a ray of hope; it\'s a tangible path to reclaiming control and enhancing life quality for those plagued by persistent pain.</span>\r\n\r\n<span style=\"font-weight: 400;\">For the curious and the hopeful, red light therapy is just a click away. Visit </span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\">Find Red Light Near Me</span></a><span style=\"font-weight: 400;\">, your compass in navigating this transformative therapy. It\'s not just about finding a treatment; it\'s about starting a journey towards a life unburdened by pain.</span>','Exploring the Effectiveness of Red Light Therapy for Pain Relief','','publish','open','open','','exploring-the-effectiveness-of-red-light-therapy-for-pain-relief','','','2024-01-19 15:13:51','2024-01-19 15:13:51','',0,'https://redlightinflammation.com/?p=293',0,'post','',0),(294,2,'2024-01-19 15:13:51','2024-01-19 15:13:51','<span style=\"font-weight: 400;\">Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts circulation, addressing the root causes of various pain types. Experience a sustainable, effective method for pain relief and overall well-being enhancement with red light therapy. Join the movement towards a pain-free, healthier life.</span>\r\n<h2><span style=\"font-weight: 400;\">A Fresh Perspective on Red Light Therapy for Pain Relief</span></h2>\r\n<span style=\"font-weight: 400;\">Imagine a world where chronic pain isn\'t a life sentence but a manageable condition. Enter red light therapy for pain relief – a beacon of hope in this realm. This isn\'t your usual medical narrative; it\'s a story of transformation. Red light therapy isn\'t just making waves; it\'s reshaping the very landscape of pain management. For those caught in the relentless grip of chronic pain, it\'s not just a treatment, but a journey towards reclaiming their lives.</span>\r\n\r\n<span style=\"font-weight: 400;\">In this exploration, we\'re diving deep into the heart of red light therapy. We\'re not just skimming the surface; we\'re unraveling the science, the success stories, and the practical wisdom that positions this therapy not just as an option but as a revolution in pain relief.</span>\r\n<h2><span style=\"font-weight: 400;\">The Science of Soothing: How Red Light Eases Pain</span></h2>\r\n<span style=\"font-weight: 400;\">Here\'s the thing about red light therapy for pain relief – it\'s like a secret handshake between technology and biology. It delves beneath the skin, sparking a chain reaction right where it matters – in the cells. It\'s about energizing the mitochondria, those powerhouses in our cells, paving the way for tissue repair and regeneration. This isn\'t just relief; it\'s renewal at a cellular level.</span>\r\n\r\n<span style=\"font-weight: 400;\">But here\'s where it gets even more interesting: red light therapy doesn\'t just mask pain; it confronts it head-on. It dials down inflammation and ramps up circulation, tackling the very roots of pain. And with a dash of endorphins, your body\'s natural painkillers, it\'s not just about feeling better; it\'s about a profound sense of wellness.</span>\r\n<h2><span style=\"font-weight: 400;\">Redefining Pain Management: A Holistic Approach</span></h2>\r\n<span style=\"font-weight: 400;\">Traditional pain relief often comes with a price - side effects, risks, or a temporary fix. Red light therapy for pain relief stands in stark contrast. It\'s a narrative shift from the invasive and pharmacological to the holistic and sustainable. For those seeking a path that\'s in harmony with their body, red light therapy for pain relief isn\'t just an alternative; it\'s a revelation.</span>\r\n<h2><span style=\"font-weight: 400;\">Real-World Stories of Transformation</span></h2>\r\n<span style=\"font-weight: 400;\">Meet Emma, once shackled by chronic back pain, now reveling in relief and mobility thanks to red light therapy for pain relief. Emma found significant relief and improved mobility through regular therapy sessions, in contrast to her limited success with traditional treatments. Her story isn\'t just about alleviating pain; it\'s about rediscovering life. </span>\r\n\r\n<span style=\"font-weight: 400;\">Similarly, athletes have embraced red light therapy for its efficacy in accelerating recovery from sports injuries and reducing muscle soreness, demonstrating its versatility in addressing a wide range of pain-related issues. Athletes are turning to this therapy, not just for quick fixes but for sustainable recovery and resilience. These aren\'t just success stories; they\'re testaments to the therapy\'s profound impact.</span>\r\n<h2><span style=\"font-weight: 400;\">The Ripple Effect: Beyond Pain Relief</span></h2>\r\n<span style=\"font-weight: 400;\">But the narrative of red light therapy for pain relief doesn\'t end with pain relief. It\'s a story with many chapters – enhanced skin health, uplifted moods, better sleep. This therapy isn\'t just about treating a symptom; it\'s about enhancing the entire spectrum of well-being. In the world of health and wellness, red light therapy for pain relief isn\'t just a chapter; it\'s becoming the storyline.</span>\r\n<h2><span style=\"font-weight: 400;\">Tackling Chronic Pain: A Red Light Approach</span></h2>\r\n<span style=\"font-weight: 400;\">In the intricate puzzle of chronic pain, red light therapy emerges as a key piece. It\'s more than just a solution; it\'s a holistic approach to a complex problem. Whether it\'s the deep-seated ache of fibromyalgia, the sharp sting of neuropathic pain, or the relentless discomfort of chronic joint disorders, red light therapy steps in with a promise of relief. It\'s not just treating symptoms; it\'s addressing the roots – inflammation, tissue damage – offering a pathway to a more pain-free existence.</span>\r\n<h2><span style=\"font-weight: 400;\">Mastering the Use of Red Light Therapy</span></h2>\r\n<span style=\"font-weight: 400;\">Embarking on the red light therapy journey means choosing the right tools and crafting a consistent routine. It\'s about starting with expert guidance and tailoring the therapy to your unique pain story. Then, as you become more acquainted with its rhythm, the world of at-home devices opens up, seamlessly integrating into your daily life. This isn\'t just therapy; it\'s a lifestyle adaptation for long-term well-being.</span>\r\n<h2><span style=\"font-weight: 400;\">FAQs: Your Red Light Therapy Questions, Answered</span></h2>\r\n<h3><span style=\"font-weight: 400;\">What Types of Pain Can Red Light Therapy Treat?</span></h3>\r\n<span style=\"font-weight: 400;\">Red light therapy is effective for various types of pain, including joint pain, muscle soreness, neuropathic pain, and conditions like arthritis and fibromyalgia. It\'s a versatile tool in the battle against pain, offering a broad spectrum of relief.</span>\r\n<h3><span style=\"font-weight: 400;\">How Long Does It Take to See Results from Red Light Therapy For Pain Relief?</span></h3>\r\n<span style=\"font-weight: 400;\">Results can vary, but many individuals report feeling some relief after just a few sessions. The journey to significant relief usually unfolds over several weeks of consistent treatment. Red light therapy isn\'t a quick fix; it\'s a commitment to a gradual and effective healing process.</span>\r\n<h3><span style=\"font-weight: 400;\">Is Red Light Therapy Safe for Everyone?</span></h3>\r\n<span style=\"font-weight: 400;\">Generally, red light therapy is safe and well-tolerated. However, it\'s always wise to consult with a healthcare professional before embarking on this or any new treatment, especially if you have pre-existing health conditions or are pregnant.</span>\r\n<h3><span style=\"font-weight: 400;\">Can Red Light Therapy Be Used Alongside Other Pain Management Methods?</span></h3>\r\n<span style=\"font-weight: 400;\">Absolutely. Red light therapy can complement other treatments like medication and physical therapy. It\'s important to discuss this with your healthcare provider to ensure a coordinated and safe approach to your pain management strategy.</span>\r\n<h2><span style=\"font-weight: 400;\">Conclusion: Red Light Therapy – A Beacon of Hope in Pain Management</span></h2>\r\n<span style=\"font-weight: 400;\">Red light therapy isn\'t just another treatment; it\'s a revolution in managing pain. It\'s about breaking free from the shackles of chronic discomfort, opening doors to a life where pain doesn\'t dictate the terms. This therapy is more than just a ray of hope; it\'s a tangible path to reclaiming control and enhancing life quality for those plagued by persistent pain.</span>\r\n\r\n<span style=\"font-weight: 400;\">For the curious and the hopeful, red light therapy is just a click away. Visit </span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\">Find Red Light Near Me</span></a><span style=\"font-weight: 400;\">, your compass in navigating this transformative therapy. It\'s not just about finding a treatment; it\'s about starting a journey towards a life unburdened by pain.</span>','Exploring the Effectiveness of Red Light Therapy for Pain Relief','','inherit','closed','closed','','293-revision-v1','','','2024-01-19 15:13:51','2024-01-19 15:13:51','',293,'https://redlightinflammation.com/?p=294',0,'revision','',0),(296,2,'2024-01-19 15:23:00','2024-01-19 15:23:00','<h2>How Does Red Light Therapy Assist in Reducing Chronic Inflammation?</h2>\r\n<span style=\"font-weight: 400;\">Red light therapy aids in reducing chronic inflammation by promoting cellular repair and regeneration. This leads to a decrease in inflammation markers and provides relief from pain. It\'s a safe, noninvasive method that can be combined with other treatments for holistic wellness.</span>\r\n<h2><span style=\"font-weight: 400;\">An Introduction to Red Light Therapy</span></h2>\r\n<span style=\"font-weight: 400;\">In a world cluttered with complex remedies and quick-fix solutions, there is a longing for the pure and the profound—solutions that honor our body’s intricate design. Enter red light therapy, a spectrum of simplicity that offers not just relief but a reverent nod to the body\'s innate healing capacities. We stand at the precipice of a health renaissance where the quiet power of photo biomodulation begins to whisper its potential in the hallowed halls of modern medicine.</span>\r\n<h2><span style=\"font-weight: 400;\">The Chronic Inflammation Conundrum:</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Chronic Inflammation: A Silent Herald of Discontent</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Chronic inflammation:</b><span style=\"font-weight: 400;\"> the body\'s own drumbeat of distress that often marches out of sync, leading to the dissonance of disease.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The role chronic inflammation plays as a harbinger in conditions ranging from the nuisance of persistent pain to the gravity of degenerative diseases.</span></li>\r\n</ul>\r\n<h3><span style=\"font-weight: 400;\">Red Light Therapy: A Symphony of Cellular Harmony</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Herein lies the elegance of red light therapy: a chorus of photons that sings to our cells, beckoning them towards equilibrium, towards the restoration of their original cadence.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">This isn\'t mere intervention; it\'s a return to the body’s natural state of resonance, facilitated by wavelengths that resonate with the very fabric of our biology.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\"> The Science of Healing Light:</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Decoding the Language of Photons</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Photobiomodulation speaks in a code of light, a frequency that cells comprehend, prompting a cascade of biological responses that tilt the scales away from chronic inflammation and towards healing.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">This dialogue of light is not a monologue of force but a conversation—a back and forth with the body that respects its complexity and aids its efforts to mend.</span></li>\r\n</ul>\r\n<h3><span style=\"font-weight: 400;\">The Rigor of Research: Illuminating the Path Forward</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The burgeoning compendium of research tells a compelling story: red light therapy is an ally against the crimson tide of chronic inflammation.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">This narrative is fortified by peer-reviewed studies, clinical trials, and meta-analyses that herald the benefits as not just observable phenomena but as replicable, scientifically sound effects.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\"> The Personal Touch: Stories of Red Light Success:</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Chronicles of Change: Testimonials in the Red Glow</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Beyond cold data lie warm stories, accounts of individuals who\'ve stood face-to-face with chronic inflammation and found an ally in red light therapy.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">These personal histories aren\'t simply anecdotes; they are the qualitative proof that adds weight and color to the quantitative certainty of scientific findings.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\"> The Conclusion Nears:</span></h2>\r\n<h3><span style=\"font-weight: 400;\"> The Prologue to Your Journey with Red Light</span></h3>\r\n<span style=\"font-weight: 400;\">As this narrative unfolds, we approach a culmination not unlike the quiet after a symphony—the room still resonating with the possibility of what has been shared. Red light therapy, in its luminous simplicity, may seem like a softspoken solution in the cacophonous market of health remedies. Yet, it is exactly this quiet confidence that underpins its power.</span>\r\n\r\n<span style=\"font-weight: 400;\">Imagine a scenario where chronic inflammation is no longer an insurmountable antagonist in your story but instead a challenge met with a gentle red glow. This therapy, a sliver of the sun\'s own spectrum, gently knocks at the cellular doors, asking chronic inflammation to leave and inviting health to stay.</span>\r\n<h3><span style=\"font-weight: 400;\">Transitioning to Red Light Therapy:</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">In adopting red light therapy, you become part of a community that doesn\'t just hope for wellness but takes gentle, measured steps toward it.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">This is an invitation to be proactive, to take agency over your wellbeing with a remedy that\'s as close to nature\'s intent as it is rooted in scientific discovery.</span></li>\r\n</ul>\r\n<h3><span style=\"font-weight: 400;\">The Red Light Choice:</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Choosing red light therapy is choosing to believe in your body\'s capacity for selfcorrection, in the power of nature\'s given spectrum to aid in that process.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It\'s a decision to side with a therapy that, rather than muting symptoms, amplifies the body\'s own healing chorus.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\">Conclusion</span></h2>\r\n<span style=\"font-weight: 400;\">As we draw the curtain on this exploration, consider red light therapy not as the end but as the beginning—the first note in the overture of your health reimagined. It\'s an open invitation to step into a light that doesn’t blind but reveals—a light that doesn\'t burn but heals.</span>\r\n\r\n<span style=\"font-weight: 400;\">Your narrative in the vast tome of health need not be a tale of silent endurance. It can be a story of empowerment, of chapters brightened by the glow of red therapy light. Should you feel compelled to find your next passage, let curiosity lead you to discover </span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\">red light therapy options near you</span></a><span style=\"font-weight: 400;\">.</span>\r\n<h2><span style=\"font-weight: 400;\"> The Final Act: Your Questions Answered</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Demystifying Red Light: A Dialogue with Curiosity</span></h3>\r\n<span style=\"font-weight: 400;\">This closing act is for you—the inquisitive, the seekers of truth, the wary, who stand with a foot in the river of skepticism. Here, we tip our hats to inquiry, providing clarity to questions that may linger.</span>\r\n<h3><span style=\"font-weight: 400;\">What is red light therapy?</span></h3>\r\n<span style=\"font-weight: 400;\">A noninvasive treatment using red and near-infrared light to stimulate healing and alleviate chronic inflammation within the body.</span>\r\n<h3><span style=\"font-weight: 400;\">How does red light therapy assist in reducing chronic inflammation?</span></h3>\r\n<span style=\"font-weight: 400;\">It promotes cellular repair and regeneration, leading to a decrease in chronic inflammation markers and relief from pain.</span>\r\n<h3><span style=\"font-weight: 400;\">Is red light therapy safe to use?</span></h3>\r\n<span style=\"font-weight: 400;\">Yes, it is considered safe for most people when used as directed and under the guidance of a professional.</span>\r\n<h3><span style=\"font-weight: 400;\">Can red light therapy be used in conjunction with other treatments?</span></h3>\r\n<span style=\"font-weight: 400;\">Certainly. It\'s often used alongside other therapies to complement their effects.</span>\r\n<h3><span style=\"font-weight: 400;\">How long does it take to see results from red light therapy?</span></h3>\r\n<span style=\"font-weight: 400;\">Results can vary, but many report noticeable improvements within a few weeks of consistent treatment.</span>\r\n<h3><span style=\"font-weight: 400;\">How often should one engage with red light therapy for it to be effective?</span></h3>\r\n<span style=\"font-weight: 400;\">The efficacy of red light therapy is less about a universal prescription and more about understanding one\'s own rhythm and response.</span>\r\n<h3><span style=\"font-weight: 400;\">Can red light therapy coexist with other forms of treatment?</span></h3>\r\n<span style=\"font-weight: 400;\">This therapy is a partner, not a rival, to other treatment forms, often dancing in tandem with them to the tune of holistic wellness.</span>\r\n<h3><span style=\"font-weight: 400;\">What should one look for when choosing a red light therapy device?</span></h3>\r\n<span style=\"font-weight: 400;\">Choosing a device is not unlike choosing a musical instrument; it should be finetuned to your needs, a conductor of the right wavelengths, intensity, and reliability.</span>','Harnessing the Radiance: Red Light\'s Role in Soothing Chronic Inflammation','','publish','open','open','','harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation','','','2024-01-19 15:23:00','2024-01-19 15:23:00','',0,'https://redlightinflammation.com/?p=296',0,'post','',0),(297,2,'2024-01-19 15:23:00','2024-01-19 15:23:00','<h2>How Does Red Light Therapy Assist in Reducing Chronic Inflammation?</h2>\r\n<span style=\"font-weight: 400;\">Red light therapy aids in reducing chronic inflammation by promoting cellular repair and regeneration. This leads to a decrease in inflammation markers and provides relief from pain. It\'s a safe, noninvasive method that can be combined with other treatments for holistic wellness.</span>\r\n<h2><span style=\"font-weight: 400;\">An Introduction to Red Light Therapy</span></h2>\r\n<span style=\"font-weight: 400;\">In a world cluttered with complex remedies and quick-fix solutions, there is a longing for the pure and the profound—solutions that honor our body’s intricate design. Enter red light therapy, a spectrum of simplicity that offers not just relief but a reverent nod to the body\'s innate healing capacities. We stand at the precipice of a health renaissance where the quiet power of photo biomodulation begins to whisper its potential in the hallowed halls of modern medicine.</span>\r\n<h2><span style=\"font-weight: 400;\">The Chronic Inflammation Conundrum:</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Chronic Inflammation: A Silent Herald of Discontent</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Chronic inflammation:</b><span style=\"font-weight: 400;\"> the body\'s own drumbeat of distress that often marches out of sync, leading to the dissonance of disease.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The role chronic inflammation plays as a harbinger in conditions ranging from the nuisance of persistent pain to the gravity of degenerative diseases.</span></li>\r\n</ul>\r\n<h3><span style=\"font-weight: 400;\">Red Light Therapy: A Symphony of Cellular Harmony</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Herein lies the elegance of red light therapy: a chorus of photons that sings to our cells, beckoning them towards equilibrium, towards the restoration of their original cadence.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">This isn\'t mere intervention; it\'s a return to the body’s natural state of resonance, facilitated by wavelengths that resonate with the very fabric of our biology.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\"> The Science of Healing Light:</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Decoding the Language of Photons</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Photobiomodulation speaks in a code of light, a frequency that cells comprehend, prompting a cascade of biological responses that tilt the scales away from chronic inflammation and towards healing.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">This dialogue of light is not a monologue of force but a conversation—a back and forth with the body that respects its complexity and aids its efforts to mend.</span></li>\r\n</ul>\r\n<h3><span style=\"font-weight: 400;\">The Rigor of Research: Illuminating the Path Forward</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The burgeoning compendium of research tells a compelling story: red light therapy is an ally against the crimson tide of chronic inflammation.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">This narrative is fortified by peer-reviewed studies, clinical trials, and meta-analyses that herald the benefits as not just observable phenomena but as replicable, scientifically sound effects.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\"> The Personal Touch: Stories of Red Light Success:</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Chronicles of Change: Testimonials in the Red Glow</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Beyond cold data lie warm stories, accounts of individuals who\'ve stood face-to-face with chronic inflammation and found an ally in red light therapy.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">These personal histories aren\'t simply anecdotes; they are the qualitative proof that adds weight and color to the quantitative certainty of scientific findings.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\"> The Conclusion Nears:</span></h2>\r\n<h3><span style=\"font-weight: 400;\"> The Prologue to Your Journey with Red Light</span></h3>\r\n<span style=\"font-weight: 400;\">As this narrative unfolds, we approach a culmination not unlike the quiet after a symphony—the room still resonating with the possibility of what has been shared. Red light therapy, in its luminous simplicity, may seem like a softspoken solution in the cacophonous market of health remedies. Yet, it is exactly this quiet confidence that underpins its power.</span>\r\n\r\n<span style=\"font-weight: 400;\">Imagine a scenario where chronic inflammation is no longer an insurmountable antagonist in your story but instead a challenge met with a gentle red glow. This therapy, a sliver of the sun\'s own spectrum, gently knocks at the cellular doors, asking chronic inflammation to leave and inviting health to stay.</span>\r\n<h3><span style=\"font-weight: 400;\">Transitioning to Red Light Therapy:</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">In adopting red light therapy, you become part of a community that doesn\'t just hope for wellness but takes gentle, measured steps toward it.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">This is an invitation to be proactive, to take agency over your wellbeing with a remedy that\'s as close to nature\'s intent as it is rooted in scientific discovery.</span></li>\r\n</ul>\r\n<h3><span style=\"font-weight: 400;\">The Red Light Choice:</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Choosing red light therapy is choosing to believe in your body\'s capacity for selfcorrection, in the power of nature\'s given spectrum to aid in that process.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">It\'s a decision to side with a therapy that, rather than muting symptoms, amplifies the body\'s own healing chorus.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\">Conclusion</span></h2>\r\n<span style=\"font-weight: 400;\">As we draw the curtain on this exploration, consider red light therapy not as the end but as the beginning—the first note in the overture of your health reimagined. It\'s an open invitation to step into a light that doesn’t blind but reveals—a light that doesn\'t burn but heals.</span>\r\n\r\n<span style=\"font-weight: 400;\">Your narrative in the vast tome of health need not be a tale of silent endurance. It can be a story of empowerment, of chapters brightened by the glow of red therapy light. Should you feel compelled to find your next passage, let curiosity lead you to discover </span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\">red light therapy options near you</span></a><span style=\"font-weight: 400;\">.</span>\r\n<h2><span style=\"font-weight: 400;\"> The Final Act: Your Questions Answered</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Demystifying Red Light: A Dialogue with Curiosity</span></h3>\r\n<span style=\"font-weight: 400;\">This closing act is for you—the inquisitive, the seekers of truth, the wary, who stand with a foot in the river of skepticism. Here, we tip our hats to inquiry, providing clarity to questions that may linger.</span>\r\n<h3><span style=\"font-weight: 400;\">What is red light therapy?</span></h3>\r\n<span style=\"font-weight: 400;\">A noninvasive treatment using red and near-infrared light to stimulate healing and alleviate chronic inflammation within the body.</span>\r\n<h3><span style=\"font-weight: 400;\">How does red light therapy assist in reducing chronic inflammation?</span></h3>\r\n<span style=\"font-weight: 400;\">It promotes cellular repair and regeneration, leading to a decrease in chronic inflammation markers and relief from pain.</span>\r\n<h3><span style=\"font-weight: 400;\">Is red light therapy safe to use?</span></h3>\r\n<span style=\"font-weight: 400;\">Yes, it is considered safe for most people when used as directed and under the guidance of a professional.</span>\r\n<h3><span style=\"font-weight: 400;\">Can red light therapy be used in conjunction with other treatments?</span></h3>\r\n<span style=\"font-weight: 400;\">Certainly. It\'s often used alongside other therapies to complement their effects.</span>\r\n<h3><span style=\"font-weight: 400;\">How long does it take to see results from red light therapy?</span></h3>\r\n<span style=\"font-weight: 400;\">Results can vary, but many report noticeable improvements within a few weeks of consistent treatment.</span>\r\n<h3><span style=\"font-weight: 400;\">How often should one engage with red light therapy for it to be effective?</span></h3>\r\n<span style=\"font-weight: 400;\">The efficacy of red light therapy is less about a universal prescription and more about understanding one\'s own rhythm and response.</span>\r\n<h3><span style=\"font-weight: 400;\">Can red light therapy coexist with other forms of treatment?</span></h3>\r\n<span style=\"font-weight: 400;\">This therapy is a partner, not a rival, to other treatment forms, often dancing in tandem with them to the tune of holistic wellness.</span>\r\n<h3><span style=\"font-weight: 400;\">What should one look for when choosing a red light therapy device?</span></h3>\r\n<span style=\"font-weight: 400;\">Choosing a device is not unlike choosing a musical instrument; it should be finetuned to your needs, a conductor of the right wavelengths, intensity, and reliability.</span>','Harnessing the Radiance: Red Light\'s Role in Soothing Chronic Inflammation','','inherit','closed','closed','','296-revision-v1','','','2024-01-19 15:23:00','2024-01-19 15:23:00','',296,'https://redlightinflammation.com/?p=297',0,'revision','',0),(298,2,'2024-01-19 15:25:45','2024-01-19 15:25:45','<span style=\"font-weight: 400;\">Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain management. It penetrates deep into tissues, igniting cellular rejuvenation, reducing inflammation, and enhancing blood flow. Embrace a journey towards renewed joint flexibility, improved health, and a life free from the constraints of joint pain.</span>\r\n<h2><span style=\"font-weight: 400;\">Introduction: A Radiant Solution for Joint Pain Relief</span></h2>\r\n<span style=\"font-weight: 400;\">Welcome to the forefront of a pain-free existence, where red light therapy for joint pain relief emerges as a beacon in the night, a groundbreaking solution for joint pain relief. In our fast-paced world, riddled with chronic pain, this innovative therapy shines bright, offering a natural, effective alternative for those yearning for freedom from the shackles of joint pain.</span>\r\n\r\n<span style=\"font-weight: 400;\">Envision a life liberated from invasive procedures, the chains of medication, and its side effects. Red light therapy, with its soothing, luminous touch, presents a new chapter in the story of pain management. It dives deep into the root causes of joint pain, enveloping the afflicted areas in a comforting, restorative light.</span>\r\n\r\n<span style=\"font-weight: 400;\">Join us on this enlightening path as we explore the science, the triumphs, and the boundless possibilities of red light therapy for joint pain relief. Be inspired by stories of transformation from individuals who have felt the life-altering impact of this pioneering therapy. We\'ll also guide you with glowing advice on harnessing red light therapy for joint pain relief and its vast, radiant potential beyond.</span>\r\n\r\n<span style=\"font-weight: 400;\">Joint pain, a nemesis for many, stems from various sources - inflammation, wear and tear, arthritis, or injury. It\'s a thief of joy for people across all walks of life, diminishing their ability to participate fully in day-to-day activities. Here, red light therapy steps in as a savior, penetrating deep into the tissues, igniting cellular rejuvenation, diminishing inflammation, and enhancing blood flow to the affected zones. This nurturing light awakens the body\'s innate healing powers, offering solace and restoring freedom of movement.</span>\r\n\r\n<span style=\"font-weight: 400;\">By choosing red light therapy for joint pain relief, you\'re not just selecting a treatment; you\'re embracing a journey beyond traditional pain relief methods. Bid farewell to the risks and complexities tied to conventional medication or surgery. Red light therapy, gentle yet formidable, invites you to bask in its healing radiance. Regular sessions under this therapeutic glow do more than just ease pain; they renew joint flexibility, reignite your passion for activities you love, and elevate your overall health.</span>\r\n\r\n<span style=\"font-weight: 400;\">As we voyage deeper into the world of red light therapy for joint pain relief, we\'ll illuminate the scientific foundations that make it so effective, revealing the luminous science behind its remarkable healing and rejuvenating properties. Each step of the way, we\'ll share sparkling insights and tips, empowering you to tailor this therapeutic light to your unique journey towards wellness.</span>\r\n<h2><span style=\"font-weight: 400;\">Understanding Joint Pain: The Luminous Touch of Red Light Therapy</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Joint Pain Unraveled: A Ray of Hope</span></h3>\r\n<span style=\"font-weight: 400;\">In the intricate dance of life, joint pain often steps in uninvited, stemming from a chorus of causes like inflammation, arthritis, or injuries. Enter the stage: red light therapy for joint pain relief. This method isn\'t just about light; it\'s about targeting the roots of pain and coaxing cells into a healing waltz. Think of it as a cellular level serenade, where inflammation takes a backseat and joint function gets back in rhythm.</span>\r\n<h3><span style=\"font-weight: 400;\">Shining a Light on the Science</span></h3>\r\n<span style=\"font-weight: 400;\">To truly grasp the magic of red light therapy for joint pain, let\'s dive into its scientific soul. Imagine light not just skimming the surface but diving deep into tissues, whispering secrets of repair and rejuvenation. This light doesn\'t just illuminate; it invigorates, bringing a flood of nutrients and oxygen to beleaguered joints. It\'s not just therapy; it\'s a science-backed symphony for pain relief.</span>\r\n<h2><span style=\"font-weight: 400;\">The Glow of Red Light Therapy in Soothing Joint Pain</span></h2>\r\n<h3><span style=\"font-weight: 400;\">A Radiant Remedy: Beyond the Ordinary</span></h3>\r\n<span style=\"font-weight: 400;\">Step into the glow of red light therapy for joint pain relief, a beacon in the often murky waters of joint pain management. This isn\'t your typical treatment with a baggage of side effects. It\'s a non-invasive, gentle whisper to your body, guiding it towards better mobility, less pain, and a life painted in brighter hues. It\'s not just relief; it\'s a journey towards a life illuminated.</span>\r\n<h3><span style=\"font-weight: 400;\">Stories That Shine: The Human Touch</span></h3>\r\n<span style=\"font-weight: 400;\">The true testament of red light therapy comes alive in the stories that sparkle with real-life magic. These aren\'t just testimonials; they\'re tales of transformation, where joint pain meets its match and mobility finds a new dance partner. Let these glowing narratives guide you to a world where pain is just a fading shadow in the radiant light of healing.</span>\r\n<h2><span style=\"font-weight: 400;\">Illuminated Tips: Mastering Red Light Therapy for Joint Pain</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Crafting Your Path: The Art of Effective Red Light Therapy</span></h3>\r\n<span style=\"font-weight: 400;\">To tap into the full potential of red light therapy for joint pain relief, think of it as a journey, not just a treatment. The key? Consistency. Tailor a schedule that resonates with your rhythm, your story. Don\'t walk this path alone; seek the wisdom of healthcare professionals who\'ve navigated these waters. They can be your guides in deciding the right duration, frequency, and type of red light therapy. Together, let\'s light up the road to maximum benefits and safe use.</span>\r\n<h3><span style=\"font-weight: 400;\">Additional Tips for Optimal Results</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Starting Slow:</b><span style=\"font-weight: 400;\"> Begin with shorter sessions, gradually increasing as your body adapts.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Right Distance, Right Effect: </b><span style=\"font-weight: 400;\">Position yourself at the recommended distance from the light source – usually 6 to 18 inches.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Skin Exposure Matters: </b><span style=\"font-weight: 400;\">Ensure the affected area is directly exposed to the light for better absorption.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Consistency is Key:</b><span style=\"font-weight: 400;\"> Regular sessions, ideally daily or every other day, can yield better outcomes.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Patience Pays Off:</b><span style=\"font-weight: 400;\"> Remember, benefits accumulate over time; don\'t expect immediate miracles.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\">Exploring Beyond: The Broad Horizons of Red Light Therapy</span></h2>\r\n<h3><span style=\"font-weight: 400;\">A Radiant World Beyond Joint Pain</span></h3>\r\n<span style=\"font-weight: 400;\">Now, let\'s expand our vision. Red light therapy for joint pain relief isn\'t just a one-act play; it\'s a versatile performer. Imagine easing muscle soreness, soothing neuropathic pain, and even rejuvenating your skin under this gentle glow. We\'re not just talking about joint pain relief; we\'re uncovering a world of holistic health and wellness. Join us as we journey through the diverse landscapes of red light therapy.</span>\r\n<h2><span style=\"font-weight: 400;\">A Luminous Tomorrow: The Future of Red Light Therapy in Medicine</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Dreaming in Radiant Hues: The Promise of Red Light Therapy For Joint Pain Relief</span></h3>\r\n<span style=\"font-weight: 400;\">Peek into the future, and you\'ll see red light therapy shining bright. As research unfolds, new applications emerge like stars in the night sky. We\'re on the cusp of a radiant dawn in medicine, where the healing power of light touches every aspect of care. Imagine a world where therapy glows with possibilities, promising a future rich in hope and innovation.</span>\r\n<h2><span style=\"font-weight: 400;\">Stories That Shine: The Human Touch</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Testimonials: Real-Life Tales of Transformation</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Sarah\'s Story:</b><span style=\"font-weight: 400;\"> \"After years of battling knee pain, red light therapy brought me back to my garden. It didn\'t happen overnight, but the gradual ease in pain and improved mobility was life-changing.\"</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Mike\'s Journey: </b><span style=\"font-weight: 400;\">\"As a carpenter, wrist pain was part of my life. Red light therapy has not only reduced my discomfort but also improved my grip strength. It feels like getting a new lease on life.\"</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Emma\'s Experience: </b><span style=\"font-weight: 400;\">\"Dealing with hip pain made me miss my morning walks. Thanks to red light therapy, I\'m not just walking; I\'m hiking and enjoying nature again.\"</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>David\'s Story:</b><span style=\"font-weight: 400;\"> \"Chronic shoulder pain was my reality. Post red light therapy sessions, the relief was so profound that I\'ve taken up swimming again, a passion I thought was lost.\"</span></li>\r\n</ul>\r\n<h3><span style=\"font-weight: 400;\">A Radiant Embrace: Finding Relief and Renewal</span></h3>\r\n<span style=\"font-weight: 400;\">These stories aren\'t just about pain relief; they\'re about rediscovering joys, big and small. They remind us that every journey with red light therapy for joint pain relief is unique, but the destination is often a place of greater ease, mobility, and a brighter quality of life.</span>\r\n<h2><span style=\"font-weight: 400;\">In Conclusion: The Radiant Embrace of Red Light Therapy</span></h2>\r\n<h3><span style=\"font-weight: 400;\">A Journey to Freedom from Joint Pain</span></h3>\r\n<span style=\"font-weight: 400;\">Red light therapy for joint pain relief isn\'t just a treatment; it\'s a beacon of hope. It offers a path away from joint pain, where non-invasive light leads to relief and nurtures long-term joint health. Picture a life unchained from pain, guided by the gentle, healing touch of red light. This is not just therapy; it\'s a revolution in pain management.</span>\r\n\r\n<span style=\"font-weight: 400;\">For a deeper dive and to start your journey towards a life bathed in relief, explore</span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\"> Find Red Light Near Me</span></a><span style=\"font-weight: 400;\">.</span>\r\n<h2><span style=\"font-weight: 400;\">Frequently Asked Questions (FAQs) on Red Light Therapy for Joint Pain Relief</span></h2>\r\n<h3><span style=\"font-weight: 400;\">1. What sets red light therapy for joint pain relief apart from traditional joint pain treatments?</span></h3>\r\n<span style=\"font-weight: 400;\">Red light therapy distinguishes itself through its non-invasive nature and ability to target the source of pain at a cellular level, promoting natural healing without the side effects commonly associated with medications or surgeries.</span>\r\n<h3><span style=\"font-weight: 400;\">2. What types of light are used in red light therapy for joint pain relief?</span></h3>\r\n<span style=\"font-weight: 400;\">Red light therapy employs the soothing glow of red and near-infrared light, renowned for their deep tissue penetration and therapeutic effects on joint pain relief.</span>\r\n<h3><span style=\"font-weight: 400;\">3. Can I administer red light therapy myself, or is professional supervision necessary?</span></h3>\r\n<span style=\"font-weight: 400;\">While self-administration of red light therapy is possible using at-home devices, seeking professional guidance ensures optimal treatment plans tailored to your specific needs and maximizes the therapeutic benefits of this radiant therapy.</span>','Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management','','publish','open','open','','red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management','','','2024-01-19 15:25:45','2024-01-19 15:25:45','',0,'https://redlightinflammation.com/?p=298',0,'post','',0),(299,2,'2024-01-19 15:25:45','2024-01-19 15:25:45','<span style=\"font-weight: 400;\">Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain management. It penetrates deep into tissues, igniting cellular rejuvenation, reducing inflammation, and enhancing blood flow. Embrace a journey towards renewed joint flexibility, improved health, and a life free from the constraints of joint pain.</span>\r\n<h2><span style=\"font-weight: 400;\">Introduction: A Radiant Solution for Joint Pain Relief</span></h2>\r\n<span style=\"font-weight: 400;\">Welcome to the forefront of a pain-free existence, where red light therapy for joint pain relief emerges as a beacon in the night, a groundbreaking solution for joint pain relief. In our fast-paced world, riddled with chronic pain, this innovative therapy shines bright, offering a natural, effective alternative for those yearning for freedom from the shackles of joint pain.</span>\r\n\r\n<span style=\"font-weight: 400;\">Envision a life liberated from invasive procedures, the chains of medication, and its side effects. Red light therapy, with its soothing, luminous touch, presents a new chapter in the story of pain management. It dives deep into the root causes of joint pain, enveloping the afflicted areas in a comforting, restorative light.</span>\r\n\r\n<span style=\"font-weight: 400;\">Join us on this enlightening path as we explore the science, the triumphs, and the boundless possibilities of red light therapy for joint pain relief. Be inspired by stories of transformation from individuals who have felt the life-altering impact of this pioneering therapy. We\'ll also guide you with glowing advice on harnessing red light therapy for joint pain relief and its vast, radiant potential beyond.</span>\r\n\r\n<span style=\"font-weight: 400;\">Joint pain, a nemesis for many, stems from various sources - inflammation, wear and tear, arthritis, or injury. It\'s a thief of joy for people across all walks of life, diminishing their ability to participate fully in day-to-day activities. Here, red light therapy steps in as a savior, penetrating deep into the tissues, igniting cellular rejuvenation, diminishing inflammation, and enhancing blood flow to the affected zones. This nurturing light awakens the body\'s innate healing powers, offering solace and restoring freedom of movement.</span>\r\n\r\n<span style=\"font-weight: 400;\">By choosing red light therapy for joint pain relief, you\'re not just selecting a treatment; you\'re embracing a journey beyond traditional pain relief methods. Bid farewell to the risks and complexities tied to conventional medication or surgery. Red light therapy, gentle yet formidable, invites you to bask in its healing radiance. Regular sessions under this therapeutic glow do more than just ease pain; they renew joint flexibility, reignite your passion for activities you love, and elevate your overall health.</span>\r\n\r\n<span style=\"font-weight: 400;\">As we voyage deeper into the world of red light therapy for joint pain relief, we\'ll illuminate the scientific foundations that make it so effective, revealing the luminous science behind its remarkable healing and rejuvenating properties. Each step of the way, we\'ll share sparkling insights and tips, empowering you to tailor this therapeutic light to your unique journey towards wellness.</span>\r\n<h2><span style=\"font-weight: 400;\">Understanding Joint Pain: The Luminous Touch of Red Light Therapy</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Joint Pain Unraveled: A Ray of Hope</span></h3>\r\n<span style=\"font-weight: 400;\">In the intricate dance of life, joint pain often steps in uninvited, stemming from a chorus of causes like inflammation, arthritis, or injuries. Enter the stage: red light therapy for joint pain relief. This method isn\'t just about light; it\'s about targeting the roots of pain and coaxing cells into a healing waltz. Think of it as a cellular level serenade, where inflammation takes a backseat and joint function gets back in rhythm.</span>\r\n<h3><span style=\"font-weight: 400;\">Shining a Light on the Science</span></h3>\r\n<span style=\"font-weight: 400;\">To truly grasp the magic of red light therapy for joint pain, let\'s dive into its scientific soul. Imagine light not just skimming the surface but diving deep into tissues, whispering secrets of repair and rejuvenation. This light doesn\'t just illuminate; it invigorates, bringing a flood of nutrients and oxygen to beleaguered joints. It\'s not just therapy; it\'s a science-backed symphony for pain relief.</span>\r\n<h2><span style=\"font-weight: 400;\">The Glow of Red Light Therapy in Soothing Joint Pain</span></h2>\r\n<h3><span style=\"font-weight: 400;\">A Radiant Remedy: Beyond the Ordinary</span></h3>\r\n<span style=\"font-weight: 400;\">Step into the glow of red light therapy for joint pain relief, a beacon in the often murky waters of joint pain management. This isn\'t your typical treatment with a baggage of side effects. It\'s a non-invasive, gentle whisper to your body, guiding it towards better mobility, less pain, and a life painted in brighter hues. It\'s not just relief; it\'s a journey towards a life illuminated.</span>\r\n<h3><span style=\"font-weight: 400;\">Stories That Shine: The Human Touch</span></h3>\r\n<span style=\"font-weight: 400;\">The true testament of red light therapy comes alive in the stories that sparkle with real-life magic. These aren\'t just testimonials; they\'re tales of transformation, where joint pain meets its match and mobility finds a new dance partner. Let these glowing narratives guide you to a world where pain is just a fading shadow in the radiant light of healing.</span>\r\n<h2><span style=\"font-weight: 400;\">Illuminated Tips: Mastering Red Light Therapy for Joint Pain</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Crafting Your Path: The Art of Effective Red Light Therapy</span></h3>\r\n<span style=\"font-weight: 400;\">To tap into the full potential of red light therapy for joint pain relief, think of it as a journey, not just a treatment. The key? Consistency. Tailor a schedule that resonates with your rhythm, your story. Don\'t walk this path alone; seek the wisdom of healthcare professionals who\'ve navigated these waters. They can be your guides in deciding the right duration, frequency, and type of red light therapy. Together, let\'s light up the road to maximum benefits and safe use.</span>\r\n<h3><span style=\"font-weight: 400;\">Additional Tips for Optimal Results</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Starting Slow:</b><span style=\"font-weight: 400;\"> Begin with shorter sessions, gradually increasing as your body adapts.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Right Distance, Right Effect: </b><span style=\"font-weight: 400;\">Position yourself at the recommended distance from the light source – usually 6 to 18 inches.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Skin Exposure Matters: </b><span style=\"font-weight: 400;\">Ensure the affected area is directly exposed to the light for better absorption.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Consistency is Key:</b><span style=\"font-weight: 400;\"> Regular sessions, ideally daily or every other day, can yield better outcomes.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Patience Pays Off:</b><span style=\"font-weight: 400;\"> Remember, benefits accumulate over time; don\'t expect immediate miracles.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\">Exploring Beyond: The Broad Horizons of Red Light Therapy</span></h2>\r\n<h3><span style=\"font-weight: 400;\">A Radiant World Beyond Joint Pain</span></h3>\r\n<span style=\"font-weight: 400;\">Now, let\'s expand our vision. Red light therapy for joint pain relief isn\'t just a one-act play; it\'s a versatile performer. Imagine easing muscle soreness, soothing neuropathic pain, and even rejuvenating your skin under this gentle glow. We\'re not just talking about joint pain relief; we\'re uncovering a world of holistic health and wellness. Join us as we journey through the diverse landscapes of red light therapy.</span>\r\n<h2><span style=\"font-weight: 400;\">A Luminous Tomorrow: The Future of Red Light Therapy in Medicine</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Dreaming in Radiant Hues: The Promise of Red Light Therapy For Joint Pain Relief</span></h3>\r\n<span style=\"font-weight: 400;\">Peek into the future, and you\'ll see red light therapy shining bright. As research unfolds, new applications emerge like stars in the night sky. We\'re on the cusp of a radiant dawn in medicine, where the healing power of light touches every aspect of care. Imagine a world where therapy glows with possibilities, promising a future rich in hope and innovation.</span>\r\n<h2><span style=\"font-weight: 400;\">Stories That Shine: The Human Touch</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Testimonials: Real-Life Tales of Transformation</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Sarah\'s Story:</b><span style=\"font-weight: 400;\"> \"After years of battling knee pain, red light therapy brought me back to my garden. It didn\'t happen overnight, but the gradual ease in pain and improved mobility was life-changing.\"</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Mike\'s Journey: </b><span style=\"font-weight: 400;\">\"As a carpenter, wrist pain was part of my life. Red light therapy has not only reduced my discomfort but also improved my grip strength. It feels like getting a new lease on life.\"</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Emma\'s Experience: </b><span style=\"font-weight: 400;\">\"Dealing with hip pain made me miss my morning walks. Thanks to red light therapy, I\'m not just walking; I\'m hiking and enjoying nature again.\"</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>David\'s Story:</b><span style=\"font-weight: 400;\"> \"Chronic shoulder pain was my reality. Post red light therapy sessions, the relief was so profound that I\'ve taken up swimming again, a passion I thought was lost.\"</span></li>\r\n</ul>\r\n<h3><span style=\"font-weight: 400;\">A Radiant Embrace: Finding Relief and Renewal</span></h3>\r\n<span style=\"font-weight: 400;\">These stories aren\'t just about pain relief; they\'re about rediscovering joys, big and small. They remind us that every journey with red light therapy for joint pain relief is unique, but the destination is often a place of greater ease, mobility, and a brighter quality of life.</span>\r\n<h2><span style=\"font-weight: 400;\">In Conclusion: The Radiant Embrace of Red Light Therapy</span></h2>\r\n<h3><span style=\"font-weight: 400;\">A Journey to Freedom from Joint Pain</span></h3>\r\n<span style=\"font-weight: 400;\">Red light therapy for joint pain relief isn\'t just a treatment; it\'s a beacon of hope. It offers a path away from joint pain, where non-invasive light leads to relief and nurtures long-term joint health. Picture a life unchained from pain, guided by the gentle, healing touch of red light. This is not just therapy; it\'s a revolution in pain management.</span>\r\n\r\n<span style=\"font-weight: 400;\">For a deeper dive and to start your journey towards a life bathed in relief, explore</span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\"> Find Red Light Near Me</span></a><span style=\"font-weight: 400;\">.</span>\r\n<h2><span style=\"font-weight: 400;\">Frequently Asked Questions (FAQs) on Red Light Therapy for Joint Pain Relief</span></h2>\r\n<h3><span style=\"font-weight: 400;\">1. What sets red light therapy for joint pain relief apart from traditional joint pain treatments?</span></h3>\r\n<span style=\"font-weight: 400;\">Red light therapy distinguishes itself through its non-invasive nature and ability to target the source of pain at a cellular level, promoting natural healing without the side effects commonly associated with medications or surgeries.</span>\r\n<h3><span style=\"font-weight: 400;\">2. What types of light are used in red light therapy for joint pain relief?</span></h3>\r\n<span style=\"font-weight: 400;\">Red light therapy employs the soothing glow of red and near-infrared light, renowned for their deep tissue penetration and therapeutic effects on joint pain relief.</span>\r\n<h3><span style=\"font-weight: 400;\">3. Can I administer red light therapy myself, or is professional supervision necessary?</span></h3>\r\n<span style=\"font-weight: 400;\">While self-administration of red light therapy is possible using at-home devices, seeking professional guidance ensures optimal treatment plans tailored to your specific needs and maximizes the therapeutic benefits of this radiant therapy.</span>','Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management','','inherit','closed','closed','','298-revision-v1','','','2024-01-19 15:25:45','2024-01-19 15:25:45','',298,'https://redlightinflammation.com/?p=299',0,'revision','',0),(300,2,'2024-01-19 15:29:50','2024-01-19 15:29:50','<a href=\"#\">\n Show All Posts\n </a>\n <style>/*! elementor-pro - v3.18.0 - 17-01-2024 */\n.elementor-widget-table-of-contents .elementor-toc__header-title{color:var(--header-color)}.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse,.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand{display:none}.elementor-widget-table-of-contents .elementor-widget-container{min-height:var(--box-min-height);border:var(--box-border-width,1px) solid var(--box-border-color,#9da5ae);border-radius:var(--box-border-radius,3px);background-color:var(--box-background-color);transition:min-height .4s;overflow:hidden}.elementor-toc__header{display:flex;align-items:center;justify-content:space-between;padding:var(--box-padding,20px);background-color:var(--header-background-color);border-bottom:var(--separator-width,1px) solid var(--box-border-color,#9da5ae)}.elementor-toc__header-title{font-size:18px;margin:0;color:var(--header-color)}.elementor-toc__toggle-button{cursor:pointer;display:inline-flex}.elementor-toc__toggle-button i{color:var(--toggle-button-color)}.elementor-toc__toggle-button svg{height:1em;width:1em;fill:var(--toggle-button-color)}.elementor-toc__spinner-container{text-align:center}.elementor-toc__spinner{font-size:2em}.elementor-toc__spinner.e-font-icon-svg{height:1em;width:1em}.elementor-toc__body{padding:var(--box-padding,20px);max-height:var(--toc-body-max-height);overflow-y:auto}.elementor-toc__body::-webkit-scrollbar{width:7px}.elementor-toc__body::-webkit-scrollbar-thumb{background-color:#babfc5;border-radius:10px}.elementor-toc__list-wrapper{list-style:none;padding:0}.elementor-toc__list-item{margin-bottom:.5em}.elementor-toc__list-item.elementor-item-active{font-weight:700}.elementor-toc__list-item .elementor-toc__list-wrapper{margin-top:.5em;margin-left:var(--nested-list-indent,1em)}.elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}.elementor-toc__list-item-text-wrapper{display:flex;align-items:center}.elementor-toc__list-item-text-wrapper:before,.elementor-toc__list-item-text-wrapper i{margin-right:8px;color:var(--marker-color)}.elementor-toc__list-item-text-wrapper svg{margin-right:8px;fill:var(--marker-color);height:var(--marker-size,.5em);width:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper i{font-size:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper:before{font-size:var(--marker-size,1em)}.elementor-toc--content-ellipsis .elementor-toc__list-item-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper{display:none}.elementor-toc__heading-anchor{position:absolute}.elementor-toc__body .elementor-toc__list-item-text{color:var(--item-text-color);-webkit-text-decoration:var(--item-text-decoration);text-decoration:var(--item-text-decoration)}.elementor-toc__body .elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}ol.elementor-toc__list-wrapper{counter-reset:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item{counter-increment:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before{content:counters(item,\".\") \". \"}</style> \n <h4>\n Table of Contents </h4>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"></path></svg>\n <svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z\"></path></svg>\n <svg aria-hidden=\"true\" viewBox=\"0 0 1000 1000\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M500 975V858C696 858 858 696 858 500S696 142 500 142 142 304 142 500H25C25 237 238 25 500 25S975 237 975 500 763 975 500 975Z\"></path></svg> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>You May Like</h2> \n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-150x150.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\">Red Light Therapy for Pain Relief</a><h2><a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\"rel=\"nofollow\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a></h2><img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-150x150.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\">Red Light Therapy for Inflammation</a><h2><a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\"rel=\"nofollow\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a></h2><img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-150x150.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\">Red Light Therapy for Pain Relief</a><h2><a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\"rel=\"nofollow\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a></h2><img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-150x150.jpg\" alt=\"\"><a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\">Red Light Therapy for Inflammation</a><h2><a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\"rel=\"nofollow\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a></h2>\n <h2>Tags</h2> \n <a data-weight=\"4\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (4)</a>\n <a data-weight=\"4\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (4)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <h2>Looking for Red Light Therapy providers in your area?</h2><p>Visit Find Red Light Near Me to get started today.</p><a href=\"#\">Find a Red Light Therapy Provider</a>','Elementor Single Post #169','','inherit','closed','closed','','169-revision-v1','','','2024-01-19 15:29:50','2024-01-19 15:29:50','',169,'https://redlightinflammation.com/?p=300',0,'revision','',0),(301,2,'2024-01-19 15:33:36','2024-01-19 15:33:36','<b>Red Light Therapy for Muscle Recovery:</b><span style=\"font-weight: 400;\"> A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating tissue repair. Ideal for athletes seeking faster recovery and improved performance.</span>\r\n<h2><span style=\"font-weight: 400;\">Unveiling the Power of Red Light Therapy in Muscle Recovery</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Redefining Recovery: A New Dawn in Athletic Performance</span></h3>\r\n<span style=\"font-weight: 400;\">Muscle recovery isn\'t just a phase; it\'s the secret sauce in the recipe for athletic excellence. Traditional methods have had their day, but now a new player enters the arena - red light therapy. This non-invasive marvel isn\'t just another trend; it\'s a game-changer in speeding up recovery and reducing downtime. Today, let\'s journey into the heart of red light therapy, understand its scientific prowess in muscle healing, and uncover its treasure trove of benefits for athletes and fitness buffs. Plus, get ready for some practical tips on how to weave this therapy into your recovery routine.</span>\r\n<h3><span style=\"font-weight: 400;\">The Science of Healing: A Light that Leads the Way</span></h3>\r\n<span style=\"font-weight: 400;\">Imagine a light—not just any light, but one that dives deep into your muscles, whispering to the cells to wake up and rejuvenate. That\'s red light therapy for you. It uses specific light wavelengths, dancing in the red to near-infrared spectrum, penetrating your skin like a gentle warrior. It’s in the muscle tissue that the magic happens - the mitochondria, those cellular powerhouses, absorb this light, kickstarting a domino effect of energy production.</span>\r\n\r\n<span style=\"font-weight: 400;\">This isn\'t just light; it\'s a cellular energizer. Red light therapy amplifies ATP synthesis, sparking cellular metabolism, fostering protein synthesis, and improving circulation. Think of it as a muscle whisperer, easing inflammation, speeding up tissue repair, and soothing soreness. It\'s not just healing; it\'s about empowering cells, nudging key signaling pathways, and fostering the growth of muscle fibers anew.</span>\r\n<h3><span style=\"font-weight: 400;\">Red Light Therapy: A Champion for Athletes and Fitness Enthusiasts</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Speedy Recovery:</b><span style=\"font-weight: 400;\"> Picture cutting down recovery times dramatically. That\'s red light therapy for you. It\'s like having a personal healer, reducing inflammation and encouraging cellular repair, so you\'re ready faster for your next workout or bouncing back from an injury.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Soreness, Be Gone:</b><span style=\"font-weight: 400;\"> Muscle soreness can be a real party pooper, but red light therapy steps in like a soothing balm. It\'s about bouncing back with more vigor, ready to take on greater challenges without the ghost of soreness holding you back.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Elevated Performance: </b><span style=\"font-weight: 400;\">Imagine boosting your athletic prowess just by recovering better. Red light therapy is your secret weapon, enhancing muscle repair, slashing recovery time, and upping your game in strength, endurance, and overall athletic prowess.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Guarding Against Injuries: </b><span style=\"font-weight: 400;\">It\'s not just about healing; it\'s about prevention. Red light therapy keeps muscle tissues in prime condition, lowering the risk of injury. And if injuries do knock on your door, this therapy is there to speed up healing and minimize scar tissue, helping you stay in the game.</span></li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">Let\'s embrace this light, not just as a remedy but as a partner in our journey towards athletic brilliance and vibrant health. Red light therapy isn\'t just therapy; it\'s a revolution in the way we heal, recover, and excel.</span>\r\n<h2><span style=\"font-weight: 400;\">Transforming Muscle Recovery: Real Stories, Real Results with Red Light Therapy</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Witnessing the Change: Athletes\' Journey with Red Light Therapy</span></h3>\r\n<span style=\"font-weight: 400;\">Imagine a world where recovery is not just quick but profound. That\'s the reality for many athletes and fitness enthusiasts who\'ve embraced red light therapy. From sprinters to weightlifters, cyclists to gym warriors, the tales are rolling in. They\'re talking about slashed recovery times, amped-up performance, and muscles that just feel better. These aren\'t just stories; they\'re testaments to the transformative power of red light therapy, painting a picture of a future where muscle recovery is redefined.</span>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Emily\'s Sprint to Recovery:</b><span style=\"font-weight: 400;\"> Emily, a track and field athlete, shares, \"After incorporating red light therapy into my routine, I\'ve noticed a significant reduction in recovery time. My muscles feel more rejuvenated, allowing me to train harder and more frequently.\"</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Mark\'s Weightlifting Win: </b><span style=\"font-weight: 400;\">Mark, a competitive weightlifter, recounts, \"I was skeptical at first, but red light therapy has been a game-changer. My post-training soreness has dramatically decreased, and I feel stronger during my sessions.\"</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Cycling with Zoe: </b><span style=\"font-weight: 400;\">Zoe, an avid cyclist, reveals, \"Long rides used to leave me with considerable muscle fatigue. Since using red light therapy, my recovery is faster, and my performance has improved noticeably.\"</span></li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">These stories aren\'t just anecdotes; they are echoes of a new reality in muscle recovery, painting a vivid picture of the future that red light therapy is creating.</span>\r\n<h2><span style=\"font-weight: 400;\">Crafting Your Muscle Recovery Saga with Red Light Therapy</span></h2>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Choosing Your Light Saber:</b><span style=\"font-weight: 400;\"> It all starts with picking the right red light therapy device. You\'re looking for one tailored for muscle recovery, emitting those sweet-spot wavelengths (think 630-850 nm) and packing enough power to dive deep into your muscle tissue.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Timing It Right:</b><span style=\"font-weight: 400;\"> Begin with bite-sized sessions, about 5-10 minutes, and let your body lead the way as you gradually extend these times. Aim for a rhythm of 2-3 sessions a week, giving your body the space to adapt and respond to this luminous therapy.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Spot-On Application: </b><span style=\"font-weight: 400;\">The key is in the positioning. Make sure your red light therapy device is cozily distanced from your target muscles, following the golden rules set by the manufacturer for distance and duration, to reap the best therapeutic rewards.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>The Holistic Dance:</b><span style=\"font-weight: 400;\"> Remember, red light therapy loves company. Pair it with the classics - balanced nutrition, hydration, foam rolling, stretching, and ample rest. It\'s about creating a symphony of recovery practices, with red light therapy playing a leading role.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\">Navigating with Care: The Safe Way to Red Light Therapy</span></h2>\r\n<span style=\"font-weight: 400;\">While red light therapy is a beacon of safety, a few signposts should guide your journey:</span>\r\n<ol>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Shield Your Eyes: </b><span style=\"font-weight: 400;\">These devices are bright, so eye protection is a must. Don some goggles or eye shields to keep your peepers safe from the light\'s intensity.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Skin First:</b><span style=\"font-weight: 400;\"> If you\'re someone with a tender skin story or a history of skin quirks, tread lightly. Start with shorter light sessions and watch how your skin reacts. Any signs of rebellion (like redness or irritation), and it\'s time to pause and perhaps chat with a health expert.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Health Conditions and Medications: </b><span style=\"font-weight: 400;\">In the land of red light therapy, your health history and medications are important characters. Have a sit-down with your healthcare professional to ensure this light journey harmonizes with your personal health narrative.</span></li>\r\n</ol>\r\n<span style=\"font-weight: 400;\">Red light therapy isn\'t just another tool; it\'s a revolution in muscle recovery. As you embark on this journey, remember, it\'s about more than healing; it\'s about transforming how you recover, perform, and thrive.</span>\r\n<h2><span style=\"font-weight: 400;\">Exploring Tomorrow: The Bright Future of Red Light Therapy</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Unfolding the Research: The Quest to Harness Red Light Therapy\'s Full Potential</span></h3>\r\n<span style=\"font-weight: 400;\">Dive into the world of red light therapy, where the story is still being written. The existing research paints a picture of promise, but the canvas is vast, and the brushstrokes of ongoing studies are adding depth and detail. Scientists are like detectives, uncovering clues about the optimal wavelengths, dosages, and protocols that make red light therapy tick. They\'re not just looking at the surface; they\'re delving into the cellular narrative, piecing together how this therapy weaves its magic on muscle recovery.</span>\r\n\r\n<span style=\"font-weight: 400;\">As this tapestry of knowledge expands, expect red light therapy to step into the limelight of mainstream recovery practices. It\'s not just a therapy; it\'s poised to be a revolution, redefining how athletes and fitness enthusiasts recover, perform, and achieve their zenith.</span>\r\n<h2><span style=\"font-weight: 400;\">Conclusion: Stepping Into a New Era of Muscle Recovery with Red Light Therapy</span></h2>\r\n<span style=\"font-weight: 400;\">Red light therapy isn\'t just a treatment; it\'s a beacon of innovation in the world of muscle recovery. It\'s a symphony of specific light wavelengths that speaks the language of healing, reducing inflammation, and sculpting muscles into their best form.</span>\r\n\r\n<span style=\"font-weight: 400;\">Integrating red light therapy into your recovery narrative could be your secret weapon. It\'s about recovery that\'s not just faster, but deeper; not just relieving soreness, but transforming your performance. Select your device wisely, dance to the rhythm of recommended session timings and frequencies, and let red light therapy be part of a broader recovery chorus.</span>\r\n\r\n<span style=\"font-weight: 400;\">So, are you ready to turn the page and step into this new chapter of muscle recovery? The journey begins with a simple step. Discover a red light therapy provider near you by visiting</span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\"> FindRedLightNearMe.com</span></a><span style=\"font-weight: 400;\">. Embrace this luminous path and unlock a new realm of athletic performance and muscle well-being.</span>\r\n\r\n<span style=\"font-weight: 400;\">Welcome to the era of red light therapy - where recovery is reimagined and your peak performance is just a wavelength away.</span>\r\n<h2><span style=\"font-weight: 400;\">FAQs:</span></h2>\r\n<h3><span style=\"font-weight: 400;\">How soon can I expect to see results from red light therapy for muscle recovery?</span></h3>\r\n<span style=\"font-weight: 400;\">Results may vary depending on individual factors, the severity of muscle damage, and consistency with therapy sessions. Some individuals report noticeable improvements in muscle recovery within a few weeks, while for others, it may take more time. Consistency and adherence to recommended usage guidelines are key for optimal results.</span>\r\n<h3><span style=\"font-weight: 400;\">Can I use red light therapy in combination with other muscle recovery techniques, such as ice baths or compression therapy?</span></h3>\r\n<span style=\"font-weight: 400;\">Yes, red light therapy can be combined with other muscle recovery techniques. However, it\'s essential to consult with a healthcare professional or sports therapist to ensure compatibility and avoid any potential adverse effects.</span>\r\n<h3><span style=\"font-weight: 400;\">Is red light therapy safe for all athletes and fitness enthusiasts?</span></h3>\r\n<span style=\"font-weight: 400;\">Red light therapy is generally considered safe for most individuals. However, it\'s always recommended to consult with a healthcare professional or sports therapist before incorporating any new therapy into your routine, especially if you have any underlying medical conditions or are undergoing specific treatments.</span>','Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power','','publish','open','open','','enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power','','','2024-01-19 15:33:36','2024-01-19 15:33:36','',0,'https://redlightinflammation.com/?p=301',0,'post','',0),(302,2,'2024-01-19 15:33:36','2024-01-19 15:33:36','<b>Red Light Therapy for Muscle Recovery:</b><span style=\"font-weight: 400;\"> A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating tissue repair. Ideal for athletes seeking faster recovery and improved performance.</span>\r\n<h2><span style=\"font-weight: 400;\">Unveiling the Power of Red Light Therapy in Muscle Recovery</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Redefining Recovery: A New Dawn in Athletic Performance</span></h3>\r\n<span style=\"font-weight: 400;\">Muscle recovery isn\'t just a phase; it\'s the secret sauce in the recipe for athletic excellence. Traditional methods have had their day, but now a new player enters the arena - red light therapy. This non-invasive marvel isn\'t just another trend; it\'s a game-changer in speeding up recovery and reducing downtime. Today, let\'s journey into the heart of red light therapy, understand its scientific prowess in muscle healing, and uncover its treasure trove of benefits for athletes and fitness buffs. Plus, get ready for some practical tips on how to weave this therapy into your recovery routine.</span>\r\n<h3><span style=\"font-weight: 400;\">The Science of Healing: A Light that Leads the Way</span></h3>\r\n<span style=\"font-weight: 400;\">Imagine a light—not just any light, but one that dives deep into your muscles, whispering to the cells to wake up and rejuvenate. That\'s red light therapy for you. It uses specific light wavelengths, dancing in the red to near-infrared spectrum, penetrating your skin like a gentle warrior. It’s in the muscle tissue that the magic happens - the mitochondria, those cellular powerhouses, absorb this light, kickstarting a domino effect of energy production.</span>\r\n\r\n<span style=\"font-weight: 400;\">This isn\'t just light; it\'s a cellular energizer. Red light therapy amplifies ATP synthesis, sparking cellular metabolism, fostering protein synthesis, and improving circulation. Think of it as a muscle whisperer, easing inflammation, speeding up tissue repair, and soothing soreness. It\'s not just healing; it\'s about empowering cells, nudging key signaling pathways, and fostering the growth of muscle fibers anew.</span>\r\n<h3><span style=\"font-weight: 400;\">Red Light Therapy: A Champion for Athletes and Fitness Enthusiasts</span></h3>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Speedy Recovery:</b><span style=\"font-weight: 400;\"> Picture cutting down recovery times dramatically. That\'s red light therapy for you. It\'s like having a personal healer, reducing inflammation and encouraging cellular repair, so you\'re ready faster for your next workout or bouncing back from an injury.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Soreness, Be Gone:</b><span style=\"font-weight: 400;\"> Muscle soreness can be a real party pooper, but red light therapy steps in like a soothing balm. It\'s about bouncing back with more vigor, ready to take on greater challenges without the ghost of soreness holding you back.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Elevated Performance: </b><span style=\"font-weight: 400;\">Imagine boosting your athletic prowess just by recovering better. Red light therapy is your secret weapon, enhancing muscle repair, slashing recovery time, and upping your game in strength, endurance, and overall athletic prowess.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Guarding Against Injuries: </b><span style=\"font-weight: 400;\">It\'s not just about healing; it\'s about prevention. Red light therapy keeps muscle tissues in prime condition, lowering the risk of injury. And if injuries do knock on your door, this therapy is there to speed up healing and minimize scar tissue, helping you stay in the game.</span></li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">Let\'s embrace this light, not just as a remedy but as a partner in our journey towards athletic brilliance and vibrant health. Red light therapy isn\'t just therapy; it\'s a revolution in the way we heal, recover, and excel.</span>\r\n<h2><span style=\"font-weight: 400;\">Transforming Muscle Recovery: Real Stories, Real Results with Red Light Therapy</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Witnessing the Change: Athletes\' Journey with Red Light Therapy</span></h3>\r\n<span style=\"font-weight: 400;\">Imagine a world where recovery is not just quick but profound. That\'s the reality for many athletes and fitness enthusiasts who\'ve embraced red light therapy. From sprinters to weightlifters, cyclists to gym warriors, the tales are rolling in. They\'re talking about slashed recovery times, amped-up performance, and muscles that just feel better. These aren\'t just stories; they\'re testaments to the transformative power of red light therapy, painting a picture of a future where muscle recovery is redefined.</span>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Emily\'s Sprint to Recovery:</b><span style=\"font-weight: 400;\"> Emily, a track and field athlete, shares, \"After incorporating red light therapy into my routine, I\'ve noticed a significant reduction in recovery time. My muscles feel more rejuvenated, allowing me to train harder and more frequently.\"</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Mark\'s Weightlifting Win: </b><span style=\"font-weight: 400;\">Mark, a competitive weightlifter, recounts, \"I was skeptical at first, but red light therapy has been a game-changer. My post-training soreness has dramatically decreased, and I feel stronger during my sessions.\"</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Cycling with Zoe: </b><span style=\"font-weight: 400;\">Zoe, an avid cyclist, reveals, \"Long rides used to leave me with considerable muscle fatigue. Since using red light therapy, my recovery is faster, and my performance has improved noticeably.\"</span></li>\r\n</ul>\r\n<span style=\"font-weight: 400;\">These stories aren\'t just anecdotes; they are echoes of a new reality in muscle recovery, painting a vivid picture of the future that red light therapy is creating.</span>\r\n<h2><span style=\"font-weight: 400;\">Crafting Your Muscle Recovery Saga with Red Light Therapy</span></h2>\r\n<ul>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Choosing Your Light Saber:</b><span style=\"font-weight: 400;\"> It all starts with picking the right red light therapy device. You\'re looking for one tailored for muscle recovery, emitting those sweet-spot wavelengths (think 630-850 nm) and packing enough power to dive deep into your muscle tissue.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Timing It Right:</b><span style=\"font-weight: 400;\"> Begin with bite-sized sessions, about 5-10 minutes, and let your body lead the way as you gradually extend these times. Aim for a rhythm of 2-3 sessions a week, giving your body the space to adapt and respond to this luminous therapy.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Spot-On Application: </b><span style=\"font-weight: 400;\">The key is in the positioning. Make sure your red light therapy device is cozily distanced from your target muscles, following the golden rules set by the manufacturer for distance and duration, to reap the best therapeutic rewards.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>The Holistic Dance:</b><span style=\"font-weight: 400;\"> Remember, red light therapy loves company. Pair it with the classics - balanced nutrition, hydration, foam rolling, stretching, and ample rest. It\'s about creating a symphony of recovery practices, with red light therapy playing a leading role.</span></li>\r\n</ul>\r\n<h2><span style=\"font-weight: 400;\">Navigating with Care: The Safe Way to Red Light Therapy</span></h2>\r\n<span style=\"font-weight: 400;\">While red light therapy is a beacon of safety, a few signposts should guide your journey:</span>\r\n<ol>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Shield Your Eyes: </b><span style=\"font-weight: 400;\">These devices are bright, so eye protection is a must. Don some goggles or eye shields to keep your peepers safe from the light\'s intensity.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Skin First:</b><span style=\"font-weight: 400;\"> If you\'re someone with a tender skin story or a history of skin quirks, tread lightly. Start with shorter light sessions and watch how your skin reacts. Any signs of rebellion (like redness or irritation), and it\'s time to pause and perhaps chat with a health expert.</span></li>\r\n <li style=\"font-weight: 400;\" aria-level=\"1\"><b>Health Conditions and Medications: </b><span style=\"font-weight: 400;\">In the land of red light therapy, your health history and medications are important characters. Have a sit-down with your healthcare professional to ensure this light journey harmonizes with your personal health narrative.</span></li>\r\n</ol>\r\n<span style=\"font-weight: 400;\">Red light therapy isn\'t just another tool; it\'s a revolution in muscle recovery. As you embark on this journey, remember, it\'s about more than healing; it\'s about transforming how you recover, perform, and thrive.</span>\r\n<h2><span style=\"font-weight: 400;\">Exploring Tomorrow: The Bright Future of Red Light Therapy</span></h2>\r\n<h3><span style=\"font-weight: 400;\">Unfolding the Research: The Quest to Harness Red Light Therapy\'s Full Potential</span></h3>\r\n<span style=\"font-weight: 400;\">Dive into the world of red light therapy, where the story is still being written. The existing research paints a picture of promise, but the canvas is vast, and the brushstrokes of ongoing studies are adding depth and detail. Scientists are like detectives, uncovering clues about the optimal wavelengths, dosages, and protocols that make red light therapy tick. They\'re not just looking at the surface; they\'re delving into the cellular narrative, piecing together how this therapy weaves its magic on muscle recovery.</span>\r\n\r\n<span style=\"font-weight: 400;\">As this tapestry of knowledge expands, expect red light therapy to step into the limelight of mainstream recovery practices. It\'s not just a therapy; it\'s poised to be a revolution, redefining how athletes and fitness enthusiasts recover, perform, and achieve their zenith.</span>\r\n<h2><span style=\"font-weight: 400;\">Conclusion: Stepping Into a New Era of Muscle Recovery with Red Light Therapy</span></h2>\r\n<span style=\"font-weight: 400;\">Red light therapy isn\'t just a treatment; it\'s a beacon of innovation in the world of muscle recovery. It\'s a symphony of specific light wavelengths that speaks the language of healing, reducing inflammation, and sculpting muscles into their best form.</span>\r\n\r\n<span style=\"font-weight: 400;\">Integrating red light therapy into your recovery narrative could be your secret weapon. It\'s about recovery that\'s not just faster, but deeper; not just relieving soreness, but transforming your performance. Select your device wisely, dance to the rhythm of recommended session timings and frequencies, and let red light therapy be part of a broader recovery chorus.</span>\r\n\r\n<span style=\"font-weight: 400;\">So, are you ready to turn the page and step into this new chapter of muscle recovery? The journey begins with a simple step. Discover a red light therapy provider near you by visiting</span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\"> FindRedLightNearMe.com</span></a><span style=\"font-weight: 400;\">. Embrace this luminous path and unlock a new realm of athletic performance and muscle well-being.</span>\r\n\r\n<span style=\"font-weight: 400;\">Welcome to the era of red light therapy - where recovery is reimagined and your peak performance is just a wavelength away.</span>\r\n<h2><span style=\"font-weight: 400;\">FAQs:</span></h2>\r\n<h3><span style=\"font-weight: 400;\">How soon can I expect to see results from red light therapy for muscle recovery?</span></h3>\r\n<span style=\"font-weight: 400;\">Results may vary depending on individual factors, the severity of muscle damage, and consistency with therapy sessions. Some individuals report noticeable improvements in muscle recovery within a few weeks, while for others, it may take more time. Consistency and adherence to recommended usage guidelines are key for optimal results.</span>\r\n<h3><span style=\"font-weight: 400;\">Can I use red light therapy in combination with other muscle recovery techniques, such as ice baths or compression therapy?</span></h3>\r\n<span style=\"font-weight: 400;\">Yes, red light therapy can be combined with other muscle recovery techniques. However, it\'s essential to consult with a healthcare professional or sports therapist to ensure compatibility and avoid any potential adverse effects.</span>\r\n<h3><span style=\"font-weight: 400;\">Is red light therapy safe for all athletes and fitness enthusiasts?</span></h3>\r\n<span style=\"font-weight: 400;\">Red light therapy is generally considered safe for most individuals. However, it\'s always recommended to consult with a healthcare professional or sports therapist before incorporating any new therapy into your routine, especially if you have any underlying medical conditions or are undergoing specific treatments.</span>','Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power','','inherit','closed','closed','','301-revision-v1','','','2024-01-19 15:33:36','2024-01-19 15:33:36','',301,'https://redlightinflammation.com/?p=302',0,'revision','',0),(303,2,'2024-01-19 15:34:24','2024-01-19 15:34:24','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Ready to Start Your Pain-Free Journey?</h2> \n <h4>If you\'re curious about red light therapy and eager to see how it can benefit you, let\'s get started! It\'s not just a treatment; it\'s a step towards a happier, healthier life. Free yourself from the grips of pain and open a new chapter in your wellness journey. With red light therapy, you\'re on your way to a pain-free life filled with new possibilities for better health and happiness.</h4> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"410\" height=\"84\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1.png 410w, https://redlightinflammation.com/wp-content/uploads/2024/01/995f9ce8-line4-1-300x61.png 300w\" sizes=\"(max-width: 410px) 100vw, 410px\" /> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <p>Copyright © Find Red Light Near Me 2023 | All Rights Reserved</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>','Elementor Footer #231','','inherit','closed','closed','','231-revision-v1','','','2024-01-19 15:34:24','2024-01-19 15:34:24','',231,'https://redlightinflammation.com/?p=303',0,'revision','',0),(304,2,'2024-01-19 15:35:43','2024-01-19 15:35:43','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <h3>\n The Journey of Healing: A Deeper Dive into\n Red Light Therapy\n </h3>\n <h3>Exploring the Benefits Further</h3><p>Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.</p><h3>Customized to Your Unique Needs</h3><p>Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.</p><h3>Empowering You to Take Control</h3><p>Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 15:35:43','2024-01-19 15:35:43','',75,'https://redlightinflammation.com/?p=304',0,'revision','',0),(305,2,'2024-01-19 15:38:17','2024-01-19 15:38:17','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (1)</a>\n Tags: \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy: Your Path to Pain-Free Living</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy: Your Path to Pain-Free Living </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 18, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/#respond\">No Comments</a> \n <p>Welcome to the Healing Power of Red Light Therapy If you’re looking for an effective, non-invasive way to combat pain and inflammation, …</p> \n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\" target=\"_blank\" rel=\"noopener\">\n Hello world! </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/sitemanager/\" title=\"Posts by sitemanager\" rel=\"author\">sitemanager</a> \n •\n January 17, 2024\n •\n <a href=\"https://redlightinflammation.com/category/uncategorized/\" rel=\"category tag\">Uncategorized</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/#comments\">1 Comment</a> \n <p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:38:17','2024-01-19 15:38:17','',248,'https://redlightinflammation.com/?p=305',0,'revision','',0),(306,2,'2024-01-19 15:38:17','2024-01-19 15:38:17','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (1)</a>\n Tags: \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy_-Your-Path-to-Pain-Free-Living.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy: Your Path to Pain-Free Living</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy: Your Path to Pain-Free Living </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 18, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/18/red-light-therapy-your-path-to-pain-free-living/#respond\">No Comments</a> \n <p>Welcome to the Healing Power of Red Light Therapy If you’re looking for an effective, non-invasive way to combat pain and inflammation, …</p> \n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/\" target=\"_blank\" rel=\"noopener\">\n Hello world! </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/sitemanager/\" title=\"Posts by sitemanager\" rel=\"author\">sitemanager</a> \n •\n January 17, 2024\n •\n <a href=\"https://redlightinflammation.com/category/uncategorized/\" rel=\"category tag\">Uncategorized</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/17/hello-world/#comments\">1 Comment</a> \n <p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:38:17','2024-01-19 15:38:17','',248,'https://redlightinflammation.com/?p=306',0,'revision','',0),(307,2,'2024-01-19 15:38:17','2024-01-19 15:38:17','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" title=\"Red Light Therapy for Inflammation\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" title=\"Red Light Therapy for Muscle Recovery\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Muscle Recovery (1)</a>\n Tags: \n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (5)</a>\n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (5)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/muscle-recovery/\" title=\"muscle recovery\" target=\"_blank\" rel=\"noopener\">muscle recovery (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/athletic-performance/\" title=\"athletic performance\" target=\"_blank\" rel=\"noopener\">athletic performance (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-healing/\" title=\"injury healing\" target=\"_blank\" rel=\"noopener\">injury healing (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-prevention/\" title=\"injury prevention\" target=\"_blank\" rel=\"noopener\">injury prevention (1)</a>\n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" rel=\"noopener\">\n Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" rel=\"category tag\">Red Light Therapy for Muscle Recovery</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/#respond\">No Comments</a> \n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating …</p> \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/#respond\">No Comments</a> \n <p>Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain …</p> \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" rel=\"noopener\">\n Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/#respond\">No Comments</a> \n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation? Red light therapy aids in reducing chronic inflammation by promoting cellular repair …</p> \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" rel=\"noopener\">\n Exploring the Effectiveness of Red Light Therapy for Pain Relief </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/#respond\">No Comments</a> \n <p>Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts …</p> \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" rel=\"noopener\">\n Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/#respond\">No Comments</a> \n <p>Introduction to Red LED Light Therapy Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. …</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:38:17','2024-01-19 15:38:17','',248,'https://redlightinflammation.com/?p=307',0,'revision','',0),(309,2,'2024-01-19 15:39:57','2024-01-19 15:39:57','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" title=\"Red Light Therapy for Inflammation\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" title=\"Red Light Therapy for Muscle Recovery\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Muscle Recovery (1)</a>\n Tags: \n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (5)</a>\n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (5)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/muscle-recovery/\" title=\"muscle recovery\" target=\"_blank\" rel=\"noopener\">muscle recovery (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/athletic-performance/\" title=\"athletic performance\" target=\"_blank\" rel=\"noopener\">athletic performance (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-healing/\" title=\"injury healing\" target=\"_blank\" rel=\"noopener\">injury healing (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-prevention/\" title=\"injury prevention\" target=\"_blank\" rel=\"noopener\">injury prevention (1)</a>\n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" rel=\"noopener\">\n Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" rel=\"category tag\">Red Light Therapy for Muscle Recovery</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/#respond\">No Comments</a> \n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating …</p> \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/#respond\">No Comments</a> \n <p>Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain …</p> \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" rel=\"noopener\">\n Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/#respond\">No Comments</a> \n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation? Red light therapy aids in reducing chronic inflammation by promoting cellular repair …</p> \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" rel=\"noopener\">\n Exploring the Effectiveness of Red Light Therapy for Pain Relief </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/#respond\">No Comments</a> \n <p>Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts …</p> \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" rel=\"noopener\">\n Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/#respond\">No Comments</a> \n <p>Introduction to Red LED Light Therapy Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. …</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:39:57','2024-01-19 15:39:57','',248,'https://redlightinflammation.com/?p=309',0,'revision','',0),(310,2,'2024-01-19 15:39:57','2024-01-19 15:39:57','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" title=\"Red Light Therapy for Inflammation\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" title=\"Red Light Therapy for Muscle Recovery\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Muscle Recovery (1)</a>\n Tags: \n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (5)</a>\n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (5)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/muscle-recovery/\" title=\"muscle recovery\" target=\"_blank\" rel=\"noopener\">muscle recovery (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/athletic-performance/\" title=\"athletic performance\" target=\"_blank\" rel=\"noopener\">athletic performance (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-healing/\" title=\"injury healing\" target=\"_blank\" rel=\"noopener\">injury healing (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-prevention/\" title=\"injury prevention\" target=\"_blank\" rel=\"noopener\">injury prevention (1)</a>\n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" rel=\"noopener\">\n Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" rel=\"category tag\">Red Light Therapy for Muscle Recovery</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/#respond\">No Comments</a> \n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating …</p> \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/#respond\">No Comments</a> \n <p>Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain …</p> \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" rel=\"noopener\">\n Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/#respond\">No Comments</a> \n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation? Red light therapy aids in reducing chronic inflammation by promoting cellular repair …</p> \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" rel=\"noopener\">\n Exploring the Effectiveness of Red Light Therapy for Pain Relief </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/#respond\">No Comments</a> \n <p>Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts …</p> \n <img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" rel=\"noopener\">\n Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment </a>\n </h2>\n <a href=\"https://redlightinflammation.com/author/forte_haley/\" title=\"Posts by Haley Despard\" rel=\"author\">Haley Despard</a> \n •\n January 19, 2024\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n •\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/#respond\">No Comments</a> \n <p>Introduction to Red LED Light Therapy Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. …</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:39:57','2024-01-19 15:39:57','',248,'https://redlightinflammation.com/?p=310',0,'revision','',0),(311,2,'2024-01-19 15:39:58','2024-01-19 15:39:58','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" title=\"Red Light Therapy for Inflammation\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" title=\"Red Light Therapy for Muscle Recovery\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Muscle Recovery (1)</a>\n Tags: \n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (5)</a>\n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (5)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/muscle-recovery/\" title=\"muscle recovery\" target=\"_blank\" rel=\"noopener\">muscle recovery (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/athletic-performance/\" title=\"athletic performance\" target=\"_blank\" rel=\"noopener\">athletic performance (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-healing/\" title=\"injury healing\" target=\"_blank\" rel=\"noopener\">injury healing (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-prevention/\" title=\"injury prevention\" target=\"_blank\" rel=\"noopener\">injury prevention (1)</a>\n <ul>\n <li>\n <a href=\"javascript:;\" data-filter=\"*\">\n All </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-inflammation\">\n Red Light Therapy for Inflammation </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-muscle-recovery\">\n Red Light Therapy for Muscle Recovery </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-pain-relief\">\n Red Light Therapy for Pain Relief </a>\n </li>\n </ul>\n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-768x432.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" rel=\"noopener\">\n Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" rel=\"category tag\">Red Light Therapy for Muscle Recovery</a> \n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-768x432.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-768x432.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" rel=\"noopener\">\n Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation? Red light therapy aids in reducing chronic inflammation by promoting cellular repair …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-768x432.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" rel=\"noopener\">\n Exploring the Effectiveness of Red Light Therapy for Pain Relief </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-768x432.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" rel=\"noopener\">\n Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>Introduction to Red LED Light Therapy Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. …</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:39:58','2024-01-19 15:39:58','',248,'https://redlightinflammation.com/?p=311',0,'revision','',0),(312,2,'2024-01-19 15:40:40','2024-01-19 15:40:40','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" title=\"Red Light Therapy for Inflammation\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" title=\"Red Light Therapy for Muscle Recovery\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Muscle Recovery (1)</a>\n Tags: \n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (5)</a>\n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (5)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/muscle-recovery/\" title=\"muscle recovery\" target=\"_blank\" rel=\"noopener\">muscle recovery (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/athletic-performance/\" title=\"athletic performance\" target=\"_blank\" rel=\"noopener\">athletic performance (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-healing/\" title=\"injury healing\" target=\"_blank\" rel=\"noopener\">injury healing (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-prevention/\" title=\"injury prevention\" target=\"_blank\" rel=\"noopener\">injury prevention (1)</a>\n <ul>\n <li>\n <a href=\"javascript:;\" data-filter=\"*\">\n All </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-inflammation\">\n Red Light Therapy for Inflammation </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-muscle-recovery\">\n Red Light Therapy for Muscle Recovery </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-pain-relief\">\n Red Light Therapy for Pain Relief </a>\n </li>\n </ul>\n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-768x432.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" rel=\"noopener\">\n Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" rel=\"category tag\">Red Light Therapy for Muscle Recovery</a> \n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-768x432.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-768x432.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" rel=\"noopener\">\n Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation? Red light therapy aids in reducing chronic inflammation by promoting cellular repair …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-768x432.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" rel=\"noopener\">\n Exploring the Effectiveness of Red Light Therapy for Pain Relief </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-768x432.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" rel=\"noopener\">\n Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>Introduction to Red LED Light Therapy Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. …</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:40:40','2024-01-19 15:40:40','',248,'https://redlightinflammation.com/?p=312',0,'revision','',0),(313,2,'2024-01-19 15:40:40','2024-01-19 15:40:40','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" title=\"Red Light Therapy for Inflammation\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" title=\"Red Light Therapy for Muscle Recovery\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Muscle Recovery (1)</a>\n Tags: \n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (5)</a>\n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (5)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/muscle-recovery/\" title=\"muscle recovery\" target=\"_blank\" rel=\"noopener\">muscle recovery (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/athletic-performance/\" title=\"athletic performance\" target=\"_blank\" rel=\"noopener\">athletic performance (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-healing/\" title=\"injury healing\" target=\"_blank\" rel=\"noopener\">injury healing (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-prevention/\" title=\"injury prevention\" target=\"_blank\" rel=\"noopener\">injury prevention (1)</a>\n <ul>\n <li>\n <a href=\"javascript:;\" data-filter=\"*\">\n All </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-inflammation\">\n Red Light Therapy for Inflammation </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-muscle-recovery\">\n Red Light Therapy for Muscle Recovery </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-pain-relief\">\n Red Light Therapy for Pain Relief </a>\n </li>\n </ul>\n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-768x432.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" rel=\"noopener\">\n Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" rel=\"category tag\">Red Light Therapy for Muscle Recovery</a> \n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-768x432.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-768x432.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" rel=\"noopener\">\n Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation? Red light therapy aids in reducing chronic inflammation by promoting cellular repair …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-768x432.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" rel=\"noopener\">\n Exploring the Effectiveness of Red Light Therapy for Pain Relief </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-768x432.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" rel=\"noopener\">\n Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>Introduction to Red LED Light Therapy Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. …</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:40:40','2024-01-19 15:40:40','',248,'https://redlightinflammation.com/?p=313',0,'revision','',0),(314,2,'2024-01-19 15:40:40','2024-01-19 15:40:40','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" title=\"Red Light Therapy for Inflammation\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" title=\"Red Light Therapy for Muscle Recovery\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Muscle Recovery (1)</a>\n Tags: \n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (5)</a>\n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (5)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/muscle-recovery/\" title=\"muscle recovery\" target=\"_blank\" rel=\"noopener\">muscle recovery (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/athletic-performance/\" title=\"athletic performance\" target=\"_blank\" rel=\"noopener\">athletic performance (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-healing/\" title=\"injury healing\" target=\"_blank\" rel=\"noopener\">injury healing (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-prevention/\" title=\"injury prevention\" target=\"_blank\" rel=\"noopener\">injury prevention (1)</a>\n <ul>\n <li>\n <a href=\"javascript:;\" data-filter=\"*\">\n All </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-inflammation\">\n Red Light Therapy for Inflammation </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-muscle-recovery\">\n Red Light Therapy for Muscle Recovery </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-pain-relief\">\n Red Light Therapy for Pain Relief </a>\n </li>\n </ul>\n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-768x432.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" rel=\"noopener\">\n Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" rel=\"category tag\">Red Light Therapy for Muscle Recovery</a> \n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-768x432.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-768x432.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" rel=\"noopener\">\n Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation? Red light therapy aids in reducing chronic inflammation by promoting cellular repair …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-768x432.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" rel=\"noopener\">\n Exploring the Effectiveness of Red Light Therapy for Pain Relief </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-768x432.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" rel=\"noopener\">\n Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>Introduction to Red LED Light Therapy Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. …</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:40:40','2024-01-19 15:40:40','',248,'https://redlightinflammation.com/?p=314',0,'revision','',0),(315,2,'2024-01-19 15:41:30','2024-01-19 15:41:30','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n Explore Our\n Red Light Therapy\n Blogs\n </h3>\n <article>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-768x432.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\">\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" title=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></h2></header>\n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using...</p><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\"></a>\n </article><article>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-768x432.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\">\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" title=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a></h2></header>\n <p>Experience the transformative power of red light therapy for joint...</p><a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\"></a>\n </article><article>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-768x432.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\">\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" title=\"Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a></h2></header>\n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation?...</p><a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\"></a>\n </article><article>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-768x432.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\">\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" title=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a></h2></header>\n <p>Discover the revolutionary role of red light therapy for pain...</p><a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\"></a>\n </article><article>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-768x432.jpg\" alt=\"\">\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" title=\"Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a></h2></header>\n <p>Introduction to Red LED Light Therapy Welcome to the frontiers...</p><a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\"></a>\n </article> \n <!-- Add Pagination -->\n <!-- Add Arrows -->\n <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <h3>\n The Journey of Healing: A Deeper Dive into\n Red Light Therapy\n </h3>\n <h3>Exploring the Benefits Further</h3><p>Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.</p><h3>Customized to Your Unique Needs</h3><p>Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.</p><h3>Empowering You to Take Control</h3><p>Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 15:41:30','2024-01-19 15:41:30','',75,'https://redlightinflammation.com/?p=315',0,'revision','',0),(316,2,'2024-01-19 15:43:13','2024-01-19 15:43:13','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Welcome to the Healing Power of <br>Red Light Therapy</h1> \n <h2>If you’re looking for an effective, non-invasive way to combat pain and inflammation, you’ve found it!</h2> \n <p>Red light therapy, a game-changer in pain management and holistic health, is all about harnessing the power of light to enhance your body\'s natural healing abilities, offering a solution without side effects that improves your overall well-being.</p> \n <a href=\"https://findredlightnearme.com/\" target=\"_blank _blank\" data-text=\"Go!\" rel=\"noopener\">\n Find Red Light Near You\n </a>\n <link rel=\"stylesheet\" href=\"https://redlightinflammation.com/wp-content/plugins/elementor-pro/assets/css/widget-animated-headline.min.css\"> <h3>\n Explore Our\n Red Light Therapy\n Blogs\n </h3>\n <article>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-768x432.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\">\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" title=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></h2></header>\n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using...</p><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\"></a>\n </article><article>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-768x432.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\">\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" title=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a></h2></header>\n <p>Experience the transformative power of red light therapy for joint...</p><a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\"></a>\n </article><article>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-768x432.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\">\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" title=\"Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a></h2></header>\n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation?...</p><a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\"></a>\n </article><article>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-768x432.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\">\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" title=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a></h2></header>\n <p>Discover the revolutionary role of red light therapy for pain...</p><a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\"></a>\n </article><article>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\"></a>\n <img src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-768x432.jpg\" alt=\"\">\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\"></a>\n <header><h2><a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" title=\"Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a></h2></header>\n <p>Introduction to Red LED Light Therapy Welcome to the frontiers...</p><a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\"></a>\n </article> \n <!-- Add Pagination -->\n <!-- Add Arrows -->\n <h3>\n What Is\n Red Light Therapy\n ?\n </h3>\n <p>Think of red light therapy as your personal healing oasis. It uses specific wavelengths of light to penetrate deep into your skin and target muscles, bones, and tissues. This isn\'t just any light; it\'s a special therapeutic light that stimulates your body\'s natural healing processes. Whether it\'s easing aches and pains, reducing inflammation, or speeding up recovery, red light therapy works wonders for our existing clients, and we’re going to show you how it can help you, too.</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style> <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n Why Choose\n Red Light Therapy\n ?\n </h3>\n <p>It\'s simple, incredibly effective, and perfect if you’re looking for a straightforward, non-pharmaceutical approach to pain relief. Here\'s why our clients love it:<br /></p> \n <ul id=\"eael-feature-list-fa1dc30\">\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z\"></path></svg> \n <h3 >Natural Inflammation Management</h3 >\n <p>Inflammation often means your body is fighting a little too hard to stay in stasis. This is where red light therapy steps in and calms the overactive response, providing natural and soothing relief to your body.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M204.8 230.4c-10.6-14.1-30.7-17-44.8-6.4-14.1 10.6-17 30.7-6.4 44.8l38.1 50.8c4.8 6.4 4.1 15.3-1.5 20.9l-12.8 12.8c-6.7 6.7-17.6 6.2-23.6-1.1L64 244.4V96c0-17.7-14.3-32-32-32S0 78.3 0 96v218.4c0 10.9 3.7 21.5 10.5 30l104.1 134.3c5 6.5 8.4 13.9 10.4 21.7 1.8 6.9 8.1 11.6 15.3 11.6H272c8.8 0 16-7.2 16-16V384c0-27.7-9-54.6-25.6-76.8l-57.6-76.8zM608 64c-17.7 0-32 14.3-32 32v148.4l-89.8 107.8c-6 7.2-17 7.7-23.6 1.1l-12.8-12.8c-5.6-5.6-6.3-14.5-1.5-20.9l38.1-50.8c10.6-14.1 7.7-34.2-6.4-44.8-14.1-10.6-34.2-7.7-44.8 6.4l-57.6 76.8C361 329.4 352 356.3 352 384v112c0 8.8 7.2 16 16 16h131.7c7.1 0 13.5-4.7 15.3-11.6 2-7.8 5.4-15.2 10.4-21.7l104.1-134.3c6.8-8.5 10.5-19.1 10.5-30V96c0-17.7-14.3-32-32-32z\"></path></svg> \n <h3 >A Holistic Alternative to Medication</h3 >\n <p>We understand the desire to move away from traditional pill-based treatments. Red light therapy offers a more natural, gentle way to relieve pain while letting your body\'s innate healing powers do their work.</p>\n </li>\n <li>\n <svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z\"></path></svg> \n <h3 >Real Stories, Real Results</h3 >\n <p>We\'ve seen firsthand how red light therapy has transformed the lives of our clients. From those struggling with chronic pain to individuals looking for a boost in their overall health, the success stories are endless. Each person\'s journey is unique, and we tailor every session to meet your specific health needs. Our clients often tell us how they\'ve gone from living in the shadow of pain to embracing a more active and joyful life.</p>\n </li>\n </ul>\n <h3>\n Integrating\n Red Light Therapy\n Into Your Life\n </h3>\n <p>Starting your journey with red light therapy is easy, and the rewards are incredible. Here’s how you can begin:</p> \n <style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-10.jpg\" alt=\"\" /></figure><h3>1. Personal Consultation: </h3><p>Your journey starts with us getting to know you and your health concerns. We\'ll discuss how red light therapy can be your ally in healing and relief.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-3.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" /></figure><h3>2. Regular Sessions for Long-Term Benefits:</h3><p>Just like any good habit, consistency is key. Regular sessions are essential for long-term relief and for maintaining the benefits of therapy.</p> \n <figure><img width=\"1920\" height=\"1080\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-11.jpg\" alt=\"Red Light Therapy Inflammation and Pain Relief\" /></figure><h3>3. Witness Your Transformation:</h3><p>It’s not just about pain relief; it’s about enhancing your life’s quality. You\'ll see improvements in various areas of your health and well-being.</p> \n <img width=\"1024\" height=\"576\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg\" alt=\"Red Light Therapy for Inflammation and Pain Relief\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1024x576.jpg 1024w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-300x169.jpg 300w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-768x432.jpg 768w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6-1536x864.jpg 1536w, https://redlightinflammation.com/wp-content/uploads/2024/01/red-light-therapy-6.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> \n <h3>\n The Science Behind\n Red Light Therapy\n </h3>\n <p>Red light therapy might sound like something from a sci-fi movie, but it\'s deeply rooted in real science. We use specific wavelengths that are proven to have therapeutic effects. There\'s a wealth of scientific research backing up the effectiveness of these wavelengths in managing pain and inflammation. This is why the medical community has increasingly recognized red light therapy as a legitimate, respected treatment option.</p> \n <h3>\n The Journey of Healing: A Deeper Dive into\n Red Light Therapy\n </h3>\n <h3>Exploring the Benefits Further</h3><p>Red light therapy is not just about alleviating pain. It\'s a holistic approach that touches every aspect of your well-being. It enhances skin health by boosting collagen production, leaving you with a natural glow. It also promotes better sleep patterns, ensuring you wake up refreshed and rejuvenated every morning. Imagine a life where you\'re not just living but thriving, thanks to the natural power of healing light.</p><h3>Customized to Your Unique Needs</h3><p>Everyone\'s body responds differently to therapy. That\'s why we offer personalized sessions. Whether you\'re an athlete looking to expedite muscle recovery or someone coping with arthritis, our red light therapy is adjusted to your body\'s specific needs. It\'s not a one-size-fits-all solution; it\'s a personally tailored approach to your wellness.</p><h3>Empowering You to Take Control</h3><p>Red light therapy empowers you to take control of your health. It\'s a proactive approach to wellness, where you\'re not just reacting to health issues but preventing them. By improving circulation and boosting the immune system, it lays the foundation for long-term health benefits, ensuring you\'re not just treating symptoms but nurturing your overall health.</p> \n <img width=\"188\" height=\"179\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/894bf7da-star-star3.png\" alt=\"\" /> \n <h3>\n FAQs About\n Red Light Therapy\n </h3>\n <h2>Get the answers to your most common queries regarding red light therapy and how it can help relieve inflammation and pain.</h2> \n <img width=\"324\" height=\"115\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png\" alt=\"\" srcset=\"https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31.png 324w, https://redlightinflammation.com/wp-content/uploads/2024/01/f9d238d0-vector-linbe31-300x106.png 300w\" sizes=\"(max-width: 324px) 100vw, 324px\" /> \n What is red light therapy (RLT)?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy is a simple treatment using red light to help with skin problems and pain. It uses special red lights to improve the health of body cells.</p>\n How does red light therapy work?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy uses special red lights that go into your skin and body. This light helps your body’s cells work better, which can reduce pain and help heal injuries faster.</p>\n Who can benefit from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Anyone with pain, skin issues, or who wants to improve their overall health can use red light therapy. It’s great for people with injuries, arthritis, or those wanting better skin.</p>\n Is red light therapy safe?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, red light therapy is very safe. It’s gentle and doesn’t harm your skin like some other treatments can. It’s always good to talk to your doctor before starting new treatments, though.</p>\n How long does a typical RLT session last?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy sessions are usually short, around 10 to 20 minutes. Regular sessions are needed to get the best results.</p>\n Can RLT be used alongside other treatments?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n How quickly can I expect results from red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Yes, you can use red light therapy with other treatments. It can help make other treatments work better. But always check with your healthcare provider first.</p>\n Are there any side effects of red light therapy?<svg aria-hidden=\"true\" viewBox=\"0 0 320 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z\"></path></svg><p>Red light therapy usually doesn’t have side effects. Sometimes, people might get a little redness or warmth where they were treated, but this doesn’t last long.</p>','Homepage','','inherit','closed','closed','','75-revision-v1','','','2024-01-19 15:43:13','2024-01-19 15:43:13','',75,'https://redlightinflammation.com/?p=316',0,'revision','',0),(317,2,'2024-01-19 15:44:04','2024-01-19 15:44:04','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" title=\"Red Light Therapy for Inflammation\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" title=\"Red Light Therapy for Muscle Recovery\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Muscle Recovery (1)</a>\n Tags: \n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (5)</a>\n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (5)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/muscle-recovery/\" title=\"muscle recovery\" target=\"_blank\" rel=\"noopener\">muscle recovery (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/athletic-performance/\" title=\"athletic performance\" target=\"_blank\" rel=\"noopener\">athletic performance (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-healing/\" title=\"injury healing\" target=\"_blank\" rel=\"noopener\">injury healing (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-prevention/\" title=\"injury prevention\" target=\"_blank\" rel=\"noopener\">injury prevention (1)</a>\n <ul>\n <li>\n <a href=\"javascript:;\" data-filter=\"*\">\n All </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-inflammation\">\n Red Light Therapy for Inflammation </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-muscle-recovery\">\n Red Light Therapy for Muscle Recovery </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-pain-relief\">\n Red Light Therapy for Pain Relief </a>\n </li>\n </ul>\n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-768x432.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" rel=\"noopener\">\n Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" rel=\"category tag\">Red Light Therapy for Muscle Recovery</a> \n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-768x432.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-768x432.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" rel=\"noopener\">\n Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation? Red light therapy aids in reducing chronic inflammation by promoting cellular repair …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-768x432.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" rel=\"noopener\">\n Exploring the Effectiveness of Red Light Therapy for Pain Relief </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-768x432.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" rel=\"noopener\">\n Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>Introduction to Red LED Light Therapy Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. …</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:44:04','2024-01-19 15:44:04','',248,'https://redlightinflammation.com/?p=317',0,'revision','',0),(318,2,'2024-01-19 15:44:04','2024-01-19 15:44:04','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" title=\"Red Light Therapy for Inflammation\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" title=\"Red Light Therapy for Muscle Recovery\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Muscle Recovery (1)</a>\n Tags: \n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (5)</a>\n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (5)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/muscle-recovery/\" title=\"muscle recovery\" target=\"_blank\" rel=\"noopener\">muscle recovery (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/athletic-performance/\" title=\"athletic performance\" target=\"_blank\" rel=\"noopener\">athletic performance (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-healing/\" title=\"injury healing\" target=\"_blank\" rel=\"noopener\">injury healing (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-prevention/\" title=\"injury prevention\" target=\"_blank\" rel=\"noopener\">injury prevention (1)</a>\n <ul>\n <li>\n <a href=\"javascript:;\" data-filter=\"*\">\n All </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-inflammation\">\n Red Light Therapy for Inflammation </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-muscle-recovery\">\n Red Light Therapy for Muscle Recovery </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-pain-relief\">\n Red Light Therapy for Pain Relief </a>\n </li>\n </ul>\n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-768x432.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" rel=\"noopener\">\n Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" rel=\"category tag\">Red Light Therapy for Muscle Recovery</a> \n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-768x432.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-768x432.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" rel=\"noopener\">\n Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation? Red light therapy aids in reducing chronic inflammation by promoting cellular repair …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-768x432.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" rel=\"noopener\">\n Exploring the Effectiveness of Red Light Therapy for Pain Relief </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-768x432.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" rel=\"noopener\">\n Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>Introduction to Red LED Light Therapy Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. …</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:44:04','2024-01-19 15:44:04','',248,'https://redlightinflammation.com/?p=318',0,'revision','',0),(319,2,'2024-01-19 15:44:04','2024-01-19 15:44:04','<style>/*! elementor - v3.18.0 - 20-12-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Explore Our Recent Blogs</h1> \n <h4>Categories:</h4> \n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" title=\"Red Light Therapy for Pain Relief\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Pain Relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" title=\"Red Light Therapy for Inflammation\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" title=\"Red Light Therapy for Muscle Recovery\" target=\"_blank\" rel=\"noopener\">Red Light Therapy for Muscle Recovery (1)</a>\n Tags: \n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/red-light-therapy/\" title=\"red light therapy\" target=\"_blank\" rel=\"noopener\">red light therapy (5)</a>\n <a data-weight=\"5\" href=\"https://redlightinflammation.com/tag/rlt/\" title=\"rlt\" target=\"_blank\" rel=\"noopener\">rlt (5)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/inflammation-treatment/\" title=\"inflammation treatment\" target=\"_blank\" rel=\"noopener\">inflammation treatment (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-inflammation/\" title=\"chronic inflammation\" target=\"_blank\" rel=\"noopener\">chronic inflammation (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/the-science-of-rlt/\" title=\"the science of rlt\" target=\"_blank\" rel=\"noopener\">the science of rlt (1)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-relief/\" title=\"pain relief\" target=\"_blank\" rel=\"noopener\">pain relief (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/pain-management/\" title=\"pain management\" target=\"_blank\" rel=\"noopener\">pain management (2)</a>\n <a data-weight=\"2\" href=\"https://redlightinflammation.com/tag/chronic-pain/\" title=\"chronic pain\" target=\"_blank\" rel=\"noopener\">chronic pain (2)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/joint-pain-relief/\" title=\"joint pain relief\" target=\"_blank\" rel=\"noopener\">joint pain relief (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/muscle-recovery/\" title=\"muscle recovery\" target=\"_blank\" rel=\"noopener\">muscle recovery (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/athletic-performance/\" title=\"athletic performance\" target=\"_blank\" rel=\"noopener\">athletic performance (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-healing/\" title=\"injury healing\" target=\"_blank\" rel=\"noopener\">injury healing (1)</a>\n <a data-weight=\"1\" href=\"https://redlightinflammation.com/tag/injury-prevention/\" title=\"injury prevention\" target=\"_blank\" rel=\"noopener\">injury prevention (1)</a>\n <ul>\n <li>\n <a href=\"javascript:;\" data-filter=\"*\">\n All </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-inflammation\">\n Red Light Therapy for Inflammation </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-muscle-recovery\">\n Red Light Therapy for Muscle Recovery </a>\n </li>\n <li>\n <a href=\"javascript:;\" data-filter=\"red-light-therapy-for-pain-relief\">\n Red Light Therapy for Pain Relief </a>\n </li>\n </ul>\n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Enhancing-Muscle-Recovery-with-Red-Light-Therapy_-Unveiling-the-Healing-Power-2-768x432.jpg\" alt=\"Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\" target=\"_blank\" rel=\"noopener\">\n Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/\" rel=\"category tag\">Red Light Therapy for Muscle Recovery</a> \n <p>Red Light Therapy for Muscle Recovery: A non-invasive treatment using specific wavelengths to penetrate muscles, enhancing cellular metabolism, reducing inflammation, and accelerating …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-Light-Therapy-for-Joint-Pain-Relief_-Illuminating-a-New-Path-to-Pain-Management-2-768x432.jpg\" alt=\"Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/\" target=\"_blank\" rel=\"noopener\">\n Red Light Therapy for Joint Pain Relief: Illuminating a New Path to Pain Management </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Experience the transformative power of red light therapy for joint pain relief. This non-invasive, innovative therapy offers a holistic approach to pain …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Harnessing-the-Radiance_-Red-Lights-Role-in-Soothing-Chronic-Inflammation-2-768x432.jpg\" alt=\"Harnessing the Radiance: Red Light's Role in Soothing Chronic Inflammation\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/\" target=\"_blank\" rel=\"noopener\">\n Harnessing the Radiance: Red Light’s Role in Soothing Chronic Inflammation </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>How Does Red Light Therapy Assist in Reducing Chronic Inflammation? Red light therapy aids in reducing chronic inflammation by promoting cellular repair …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Exploring-the-Effectiveness-of-Red-Light-Therapy-for-Pain-Relief-768x432.jpg\" alt=\"Exploring the Effectiveness of Red Light Therapy for Pain Relief\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Exploring the Effectiveness of Red Light Therapy for Pain Relief</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/\" target=\"_blank\" rel=\"noopener\">\n Exploring the Effectiveness of Red Light Therapy for Pain Relief </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/\" rel=\"category tag\">Red Light Therapy for Pain Relief</a> \n <p>Discover the revolutionary role of red light therapy for pain relief. This holistic, non-invasive approach revitalizes cell mitochondria, combats inflammation, and boosts …</p> \n <img width=\"768\" height=\"432\" src=\"https://redlightinflammation.com/wp-content/uploads/2024/01/Red-LED-Light-Therapy_-A-Revolutionary-Approach-to-Inflammation-Treatment-768x432.jpg\" alt=\"\" /> \n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" aria-hidden=\"true\" rel=\"noopener\">Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment</a>\n <h2>\n <a href=\"https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/\" target=\"_blank\" rel=\"noopener\">\n Red LED Light Therapy: A Revolutionary Approach to Inflammation Treatment </a>\n </h2>\n •\n <a href=\"https://redlightinflammation.com/category/red-light-therapy-for-inflammation/\" rel=\"category tag\">Red Light Therapy for Inflammation</a> \n <p>Introduction to Red LED Light Therapy Welcome to the frontiers of health innovation, where Red LED Light Therapy shines as a game-changer. …</p>','Blog','','inherit','closed','closed','','248-revision-v1','','','2024-01-19 15:44:04','2024-01-19 15:44:04','',248,'https://redlightinflammation.com/?p=319',0,'revision','',0),(322,2,'2024-02-05 22:23:58','0000-00-00 00:00:00','<h2><span style=\"font-weight: 400;\">Key Takeaways</span></h2>\n<ul>\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Red light therapy (RLT) as an innovative approach to alleviate arthritis pain through specific wavelengths of light, supporting cellular energy production, reducing inflammation, and accelerating healing.</span></li>\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The accessibility and ease of integrating RLT into daily routines with portable devices, offering a non-invasive, clinic-independent management option.</span></li>\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Encouraging findings from case studies and patient testimonials, underlining significant pain reduction and improved joint mobility, fostering optimism among arthritis sufferers.</span></li>\n <li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The growing endorsement of RLT by health professionals, emphasizing its potential to lessen medication dependency and enhance overall pain management strategies.</span></li>\n</ul>\n<span style=\"font-weight: 400;\">Seeking red light therapy? Visit </span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\">Find Red Light Near Me</span></a><span style=\"font-weight: 400;\"> for providers and more information!</span>\n<h2><span style=\"font-weight: 400;\">Introduction to Arthritis and Common Pain Issues</span></h2>\n<span style=\"font-weight: 400;\">Welcome to a journey through the world of arthritis, a term that\'s often thrown around but rarely unpacked. It\'s an umbrella for over 100 conditions, each with its own story but sharing a common villain: pain. This isn\'t your run-of-the-mill pain; it\'s a relentless, often debilitating kind that turns everyday tasks into herculean efforts. Osteoarthritis, rheumatoid arthritis, psoriatic arthritis—these are just the tip of the iceberg. Each form of arthritis has its own unique challenges, but they all ask the same question: how can we alleviate this pain?</span>\n<h2><span style=\"font-weight: 400;\">Deep Dive into Arthritis: Understanding the Enemy</span></h2>\n<span style=\"font-weight: 400;\">To battle the beast, we must understand it. Arthritis isn\'t just about sore joints; it\'s a complex interplay of genetics, immune responses, and environmental factors. It can be as stealthy as a cat, sneaking up over years, or as abrupt as a thunderclap, hitting suddenly and fiercely. And it\'s not just a \"senior\" issue; it affects people of all ages, including children. The constant, however, remains the pain and the often accompanying stiffness and swelling, leading to reduced mobility and quality of life.</span>\n<h2><span style=\"font-weight: 400;\">Scientific Explanation of Red Light Therapy</span></h2>\n<span style=\"font-weight: 400;\">Now, imagine a ray of hope—quite literally. Red light therapy (RLT) might sound like something from a sci-fi novel, but it\'s grounded in hard science. It\'s a form of photobiomodulation that uses specific wavelengths of red or near-infrared light. Why these wavelengths? They have the unique ability to penetrate skin and tissues, reaching muscles, nerves, and even bones. The science gets even more fascinating—RLT is thought to kickstart cellular mitochondria, dubbed the \"powerhouses\" of cells. This boost in energy production may reduce inflammation, ease pain, and accelerate healing.</span>\n<h2><span style=\"font-weight: 400;\">The Mechanism: How Red Light Therapy Works</span></h2>\n<span style=\"font-weight: 400;\">Let\'s delve a bit deeper into how RLT works. When the red light penetrates the skin, it\'s absorbed by mitochondria, leading to a series of cellular events. One key player is adenosine triphosphate (ATP), the energy currency of the cell. By increasing ATP production, cells can function more efficiently, repair themselves, and rejuvenate. Moreover, RLT may also release nitric oxide—a molecule that improves blood flow and reduces oxidative stress, a major player in arthritic inflammation.</span>\n<h2><span style=\"font-weight: 400;\">Case Studies: Red Light Therapy for Arthritis Pain</span></h2>\n<span style=\"font-weight: 400;\">Moving from theory to practice, let\'s look at real-world applications. Consider a study where patients with rheumatoid arthritis received RLT treatments. Many reported significant reductions in pain and joint stiffness. Another study focused on osteoarthritis knee pain revealed similar findings. These aren\'t isolated cases. They\'re part of a growing body of research painting RLT not just as a viable option but as a game-changer in managing arthritis pain.</span>\n<h2><span style=\"font-weight: 400;\">Integrating Red Light Therapy into Daily Pain Management</span></h2>\n<span style=\"font-weight: 400;\">Adopting RLT isn\'t like learning rocket science. It\'s about integrating this therapy into daily routines. With the advent of portable RLT devices, it\'s becoming increasingly accessible. Imagine starting or ending your day with a session of red light therapy, much like you would with a cup of coffee or brushing your teeth. It\'s non-invasive, doesn\'t require a daily trip to a clinic, and can be a complement to other treatments like physical therapy or medication.</span>\n<h2><span style=\"font-weight: 400;\">Expert Opinions and Patient Testimonials</span></h2>\n<span style=\"font-weight: 400;\">What\'s the medical community saying? Many health professionals are embracing RLT, noting its potential to reduce dependency on pain medication, which often comes with a laundry list of side effects. Patients are singing a similar tune. Testimonials often revolve around regained mobility, reduced pain, and a newfound sense of hope. For many, RLT has been a key player in taking back control of arthritis.</span>\n<h2><span style=\"font-weight: 400;\">Addressing Skepticism and Misconceptions</span></h2>\n<span style=\"font-weight: 400;\">It\'s natural to be skeptical. After all, a therapy using \"light\" sounds almost too good to be true. Critics often point to the need for more large-scale, long-term studies. And they\'re not wrong—the medical community thrives on robust evidence. However, the growing anecdotal and scientific support for RLT is hard to ignore. It\'s a field where ongoing research is as exciting as it is promising.</span>\n<h2><span style=\"font-weight: 400;\">Conclusion</span></h2>\n<span style=\"font-weight: 400;\">To wrap up, red light therapy emerges not just as a ray of hope, but as a tangible, science-backed tool in the fight against arthritis pain. It\'s a fusion of ancient wisdom (think sunlight therapy) and cutting-edge technology. If you\'re navigating the choppy waters of arthritis and seeking a harbor, RLT might just be your lighthouse. Interested in exploring this innovative treatment? Visit </span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\">findredlightnearme.com</span></a><span style=\"font-weight: 400;\"> for more information and to find a provider near you. The journey to a less painful life could begin with a single click.</span>\n<h2><span style=\"font-weight: 400;\">Frequently Asked Questions</span></h2>\n<h3><span style=\"font-weight: 400;\">What is Arthritis, and How Does It Affect People?</span></h3>\n<span style=\"font-weight: 400;\">Arthritis is a term that encompasses over 100 different conditions, each characterized by joint pain, stiffness, and swelling. It\'s a condition that affects people of all ages, not just the elderly. The impact of arthritis is profound, often turning everyday tasks into significant challenges, thereby affecting the overall quality of life of those afflicted.</span>\n<h3><span style=\"font-weight: 400;\">How Does Red Light Therapy Help in Managing Arthritis Pain?</span></h3>\n<span style=\"font-weight: 400;\">Red light therapy (RLT) utilizes specific wavelengths of red or near-infrared light to penetrate the skin and underlying tissues, stimulating the mitochondria in cells. This stimulation leads to increased energy production, reduced inflammation, and accelerated healing, thereby easing the pain associated with arthritis.</span>\n<h3><span style=\"font-weight: 400;\">What Scientific Principle Does Red Light Therapy Rely On?</span></h3>\n<span style=\"font-weight: 400;\">The principle underlying red light therapy is photobiomodulation. This involves using specific light wavelengths to stimulate cellular activity, particularly in the mitochondria. The process increases the production of adenosine triphosphate (ATP), enhancing the cells\' ability to repair and rejuvenate. Additionally, RLT is believed to release nitric oxide, which improves blood flow and reduces oxidative stress, which is key to managing arthritic inflammation.</span>\n<h3><span style=\"font-weight: 400;\">Can Red Light Therapy Be Used for All Types of Arthritis?</span></h3>\n<span style=\"font-weight: 400;\">While RLT has shown promise in treating various types of arthritis, including rheumatoid arthritis and osteoarthritis, its effectiveness can vary. Studies indicate significant reductions in pain and joint stiffness among some arthritis patients undergoing RLT, suggesting its potential as a part of comprehensive arthritis management.</span>\n<h3><span style=\"font-weight: 400;\">Is Red Light Therapy a Proven Method for Arthritis Pain Management?</span></h3>\n<span style=\"font-weight: 400;\">Red light therapy is backed by a growing body of research and patient testimonials indicating its effectiveness in managing arthritis pain. However, more extensive studies are needed for definitive proof. Many patients report significant improvements in pain and mobility, and health professionals increasingly recognize its potential.</span>\n<h3><span style=\"font-weight: 400;\">How Do You Integrate Red Light Therapy into Your Daily Pain Management Routines?</span></h3>\n<span style=\"font-weight: 400;\">Integrating RLT into daily routines has become easier with the availability of portable devices. These devices allow individuals to conduct RLT sessions at home, similar to routine self-care activities, providing a convenient and non-invasive option for managing arthritis pain.</span>\n<h3><span style=\"font-weight: 400;\">What Do Health Professionals Say About Red Light Therapy for Arthritis?</span></h3>\n<span style=\"font-weight: 400;\">The medical community is increasingly acknowledging the potential of red light therapy to reduce dependence on pain medication and its role in holistic arthritis pain management. Health professionals note its benefits, as evidenced in patient testimonials and emerging research.</span>\n<h3><span style=\"font-weight: 400;\">Are There Any Side Effects or Risks Associated with Red Light Therapy?</span></h3>\n<span style=\"font-weight: 400;\">Red light therapy is generally considered safe and non-invasive, with minimal reported side effects. However, it should be used under proper guidance, particularly for individuals with specific health conditions.</span>\n<h3><span style=\"font-weight: 400;\">How Can I Find a Red Light Therapy Provider?</span></h3>\n<span style=\"font-weight: 400;\">Individuals interested in RLT can find providers and more information at </span><a href=\"https://findredlightnearme.com/\"><span style=\"font-weight: 400;\">findredlightnearme.com</span></a><span style=\"font-weight: 400;\">. It is important to choose a reputable provider and consult healthcare professionals before starting any new treatment for arthritis.</span>','The Science Behind Red Light Therapy in Alleviating Arthritis Pain','','draft','open','open','','the-science-behind-red-light-therapy-in-alleviating-arthritis-pain','','','2024-02-05 22:23:58','2024-02-05 22:23:58','',0,'https://redlightinflammation.com/?p=322',0,'post','',0),(328,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1829020595]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','bb7bd0de-7391-4917-acfd-7af7e746c7cf','','','2026-07-19 23:46:58','2026-07-19 23:46:58','',0,'https://redlightinflammation.com/2020/01/01/bb7bd0de-7391-4917-acfd-7af7e746c7cf/',0,'customize_changeset','',0),(329,0,'2026-07-19 23:46:50','2026-07-19 23:46:50','<blockquote class=\"wp-embedded-content\" data-secret=\"J1KU1CedJQ\"><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power” — Red Light Inflammation\" src=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/embed/#?secret=jdsAqcLMvs#?secret=J1KU1CedJQ\" data-secret=\"J1KU1CedJQ\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','006fffd38b9631e04b5b926a3cf63acd','','','2026-07-19 23:46:50','2026-07-19 23:46:50','',0,'https://redlightinflammation.com/2026/07/19/006fffd38b9631e04b5b926a3cf63acd/',0,'oembed_cache','',0),(330,0,'2026-07-19 23:46:50','2026-07-19 23:46:50','<blockquote class=\"wp-embedded-content\" data-secret=\"c6NYOntOq8\"><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power” — Red Light Inflammation\" src=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/embed/#?secret=MPz2UWLAA8#?secret=c6NYOntOq8\" data-secret=\"c6NYOntOq8\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','87a45367998535e32ebb1f0ef37af5c5','','','2026-07-19 23:46:50','2026-07-19 23:46:50','',0,'https://redlightinflammation.com/2026/07/19/87a45367998535e32ebb1f0ef37af5c5/',0,'oembed_cache','',0),(331,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1841809268]\":{\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"x\",\"url\":\"https://github.com/sergiointel/wp2shell-poc\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"x\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1}}','changeset','','publish','closed','closed','','e1817970-a92e-4709-90fe-5d1cd912ff8c','','','2026-07-21 13:14:53','2026-07-21 13:14:53','',0,'https://redlightinflammation.com/2020/01/01/e1817970-a92e-4709-90fe-5d1cd912ff8c/',0,'customize_changeset','',0),(332,0,'2026-07-21 13:13:47','2026-07-21 13:13:47','<blockquote class=\"wp-embedded-content\" data-secret=\"TWw95c2lyT\"><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power” — Red Light Inflammation\" src=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/embed/#?secret=qm8C142PMq#?secret=TWw95c2lyT\" data-secret=\"TWw95c2lyT\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','ed7622d4a169527e791070fca076119d','','','2026-07-21 13:13:47','2026-07-21 13:13:47','',0,'https://redlightinflammation.com/2026/07/21/ed7622d4a169527e791070fca076119d/',0,'oembed_cache','',0),(333,0,'2026-07-21 13:13:47','2026-07-21 13:13:47','<blockquote class=\"wp-embedded-content\" data-secret=\"eAvAqJz0mS\"><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power” — Red Light Inflammation\" src=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/embed/#?secret=BM9FHTUrs7#?secret=eAvAqJz0mS\" data-secret=\"eAvAqJz0mS\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','da276dcb29ed22978dcabf9ac6b41a86','','','2026-07-21 13:13:47','2026-07-21 13:13:47','',0,'https://redlightinflammation.com/2026/07/21/da276dcb29ed22978dcabf9ac6b41a86/',0,'oembed_cache','',0),(334,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1826041600]\":{\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"x\",\"url\":\"https://github.com/sergiointel/wp2shell-poc\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"x\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1}}','changeset','','publish','closed','closed','','7489ee21-5c32-4bf3-b5db-953a773f0673','','','2026-07-22 05:48:20','2026-07-22 05:48:20','',0,'https://redlightinflammation.com/2020/01/01/7489ee21-5c32-4bf3-b5db-953a773f0673/',0,'customize_changeset','',0),(335,0,'2026-07-22 05:46:29','2026-07-22 05:46:29','<blockquote class=\"wp-embedded-content\" data-secret=\"4W6ag2SwJ8\"><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power” — Red Light Inflammation\" src=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/embed/#?secret=zaAPlpyPKI#?secret=4W6ag2SwJ8\" data-secret=\"4W6ag2SwJ8\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','8308eef0591af8e17af3dfb9672373d7','','','2026-07-22 05:46:29','2026-07-22 05:46:29','',0,'https://redlightinflammation.com/2026/07/22/8308eef0591af8e17af3dfb9672373d7/',0,'oembed_cache','',0),(336,0,'2026-07-22 05:46:29','2026-07-22 05:46:29','<blockquote class=\"wp-embedded-content\" data-secret=\"awj7nXHlar\"><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power” — Red Light Inflammation\" src=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/embed/#?secret=yOXElp3suu#?secret=awj7nXHlar\" data-secret=\"awj7nXHlar\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','0e41dddbb652969dfa26944ae12818a4','','','2026-07-22 05:46:29','2026-07-22 05:46:29','',0,'https://redlightinflammation.com/2026/07/22/0e41dddbb652969dfa26944ae12818a4/',0,'oembed_cache','',0),(337,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1838954269]\":{\"type\":\"nav_menu_item\",\"user_id\":1,\"value\":{\"_invalid\":false,\"attr_title\":\"\",\"classes\":\"\",\"description\":\"\",\"menu_item_parent\":0,\"nav_menu_term_id\":0,\"object\":\"\",\"object_id\":0,\"position\":0,\"status\":\"publish\",\"target\":\"\",\"title\":\"generated\",\"type\":\"custom\",\"url\":\"https://example.invalid/\",\"xfn\":\"\"}}}','changeset','','publish','closed','closed','','47d6cd5cc6bee824-841c-2859-d2ea-4c4ee82a5bf165b3','','','2026-07-23 13:43:34','2026-07-23 13:43:34','',0,'https://redlightinflammation.com/2020/01/01/47d6cd5cc6bee824-841c-2859-d2ea-4c4ee82a5bf165b3/',0,'customize_changeset','',0),(338,0,'2026-07-23 13:43:22','2026-07-23 13:43:22','<blockquote class=\"wp-embedded-content\" data-secret=\"d549lvH686\"><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power” — Red Light Inflammation\" src=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/embed/#?secret=1Zln867Qpn#?secret=d549lvH686\" data-secret=\"d549lvH686\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','662f39a0a0b0d059102a075651d0ebf7','','','2026-07-23 13:43:22','2026-07-23 13:43:22','',0,'https://redlightinflammation.com/2026/07/23/662f39a0a0b0d059102a075651d0ebf7/',0,'oembed_cache','',0),(339,0,'2026-07-23 13:43:22','2026-07-23 13:43:22','<blockquote class=\"wp-embedded-content\" data-secret=\"yx7DnRNvx9\"><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power” — Red Light Inflammation\" src=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/embed/#?secret=Rah18ySEBC#?secret=yx7DnRNvx9\" data-secret=\"yx7DnRNvx9\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','6b11c268d99aec626d6bc5d5ba1e4144','','','2026-07-23 13:43:22','2026-07-23 13:43:22','',0,'https://redlightinflammation.com/2026/07/23/6b11c268d99aec626d6bc5d5ba1e4144/',0,'oembed_cache','',0),(340,1,'2020-01-01 00:00:00','2020-01-01 00:00:00','{\"nav_menu_item[1825340906]\":{\"value\":{\"object_id\":0,\"object\":\"\",\"menu_item_parent\":0,\"position\":0,\"type\":\"custom\",\"title\":\"proof\",\"url\":\"https://github.com/WordPress/wordpress-develop\",\"target\":\"\",\"attr_title\":\"\",\"description\":\"proof\",\"classes\":\"\",\"xfn\":\"\",\"status\":\"publish\",\"nav_menu_term_id\":0,\"_invalid\":false},\"type\":\"nav_menu_item\",\"user_id\":1}}','changeset','','publish','closed','closed','','a3c116d1-5581-4921-9e2a-9b6e75dfc991','','','2026-07-27 18:25:17','2026-07-27 18:25:17','',0,'https://redlightinflammation.com/2020/01/01/a3c116d1-5581-4921-9e2a-9b6e75dfc991/',0,'customize_changeset','',0),(341,0,'2026-07-27 18:24:58','2026-07-27 18:24:58','<blockquote class=\"wp-embedded-content\" data-secret=\"uHpPNhEuPW\"><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power” — Red Light Inflammation\" src=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/embed/#?secret=yRxLk7s6ME#?secret=uHpPNhEuPW\" data-secret=\"uHpPNhEuPW\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','40113cf296b6775ece453fbf96c132d6','','','2026-07-27 18:24:58','2026-07-27 18:24:58','',0,'https://redlightinflammation.com/2026/07/27/40113cf296b6775ece453fbf96c132d6/',0,'oembed_cache','',0),(342,0,'2026-07-27 18:24:58','2026-07-27 18:24:58','<blockquote class=\"wp-embedded-content\" data-secret=\"oqaslr8vik\"><a href=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/\">Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"“Enhancing Muscle Recovery with Red Light Therapy: Unveiling the Healing Power” — Red Light Inflammation\" src=\"https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/embed/#?secret=CcrR4nz6zb#?secret=oqaslr8vik\" data-secret=\"oqaslr8vik\" width=\"500\" height=\"282\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','58caba7a8f5ba3c78eef02e90b2429d6','','','2026-07-27 18:24:58','2026-07-27 18:24:58','',0,'https://redlightinflammation.com/2026/07/27/58caba7a8f5ba3c78eef02e90b2429d6/',0,'oembed_cache','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rank_math_internal_links` -- DROP TABLE IF EXISTS `wp_rank_math_internal_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rank_math_internal_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) NOT NULL, `post_id` bigint(20) unsigned NOT NULL, `target_post_id` bigint(20) unsigned NOT NULL, `type` varchar(8) NOT NULL, PRIMARY KEY (`id`), KEY `link_direction` (`post_id`,`type`), KEY `target_post_id` (`target_post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rank_math_internal_links` -- LOCK TABLES `wp_rank_math_internal_links` WRITE; /*!40000 ALTER TABLE `wp_rank_math_internal_links` DISABLE KEYS */; INSERT INTO `wp_rank_math_internal_links` VALUES (1,'https://findredlightnearme.com/',301,0,'external'),(2,'https://findredlightnearme.com/',298,0,'external'),(3,'https://findredlightnearme.com/',296,0,'external'),(4,'https://findredlightnearme.com/',293,0,'external'),(5,'https://findredlightnearme.com/',288,0,'external'),(6,'https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/',248,0,'internal'),(7,'https://redlightinflammation.com/category/red-light-therapy-for-inflammation/',248,0,'internal'),(8,'https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/',248,0,'internal'),(9,'https://redlightinflammation.com/tag/red-light-therapy/',248,0,'internal'),(10,'https://redlightinflammation.com/tag/rlt/',248,0,'internal'),(11,'https://redlightinflammation.com/tag/inflammation-treatment/',248,0,'internal'),(12,'https://redlightinflammation.com/tag/chronic-inflammation/',248,0,'internal'),(13,'https://redlightinflammation.com/tag/the-science-of-rlt/',248,0,'internal'),(14,'https://redlightinflammation.com/tag/pain-relief/',248,0,'internal'),(15,'https://redlightinflammation.com/tag/pain-management/',248,0,'internal'),(16,'https://redlightinflammation.com/tag/chronic-pain/',248,0,'internal'),(17,'https://redlightinflammation.com/tag/joint-pain-relief/',248,0,'internal'),(18,'https://redlightinflammation.com/tag/muscle-recovery/',248,0,'internal'),(19,'https://redlightinflammation.com/tag/athletic-performance/',248,0,'internal'),(20,'https://redlightinflammation.com/tag/injury-healing/',248,0,'internal'),(21,'https://redlightinflammation.com/tag/injury-prevention/',248,0,'internal'),(22,'javascript:;',248,0,'external'),(23,'javascript:;',248,0,'external'),(24,'javascript:;',248,0,'external'),(25,'javascript:;',248,0,'external'),(26,'https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/',248,301,'internal'),(27,'https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/',248,301,'internal'),(28,'https://redlightinflammation.com/category/red-light-therapy-for-muscle-recovery/',248,0,'internal'),(29,'https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/',248,298,'internal'),(30,'https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/',248,298,'internal'),(31,'https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/',248,0,'internal'),(32,'https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/',248,296,'internal'),(33,'https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/',248,296,'internal'),(34,'https://redlightinflammation.com/category/red-light-therapy-for-inflammation/',248,0,'internal'),(35,'https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/',248,293,'internal'),(36,'https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/',248,293,'internal'),(37,'https://redlightinflammation.com/category/red-light-therapy-for-pain-relief/',248,0,'internal'),(38,'https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/',248,288,'internal'),(39,'https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/',248,288,'internal'),(40,'https://redlightinflammation.com/category/red-light-therapy-for-inflammation/',248,0,'internal'),(41,'https://findredlightnearme.com/',75,0,'external'),(42,'https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/',75,301,'internal'),(43,'https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/',75,301,'internal'),(44,'https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/',75,301,'internal'),(45,'https://redlightinflammation.com/2024/01/19/enhancing-muscle-recovery-with-red-light-therapy-unveiling-the-healing-power/',75,301,'internal'),(46,'https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/',75,298,'internal'),(47,'https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/',75,298,'internal'),(48,'https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/',75,298,'internal'),(49,'https://redlightinflammation.com/2024/01/19/red-light-therapy-for-joint-pain-relief-illuminating-a-new-path-to-pain-management/',75,298,'internal'),(50,'https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/',75,296,'internal'),(51,'https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/',75,296,'internal'),(52,'https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/',75,296,'internal'),(53,'https://redlightinflammation.com/2024/01/19/harnessing-the-radiance-red-lights-role-in-soothing-chronic-inflammation/',75,296,'internal'),(54,'https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/',75,293,'internal'),(55,'https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/',75,293,'internal'),(56,'https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/',75,293,'internal'),(57,'https://redlightinflammation.com/2024/01/19/exploring-the-effectiveness-of-red-light-therapy-for-pain-relief/',75,293,'internal'),(58,'https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/',75,288,'internal'),(59,'https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/',75,288,'internal'),(60,'https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/',75,288,'internal'),(61,'https://redlightinflammation.com/2024/01/19/red-led-light-therapy-a-revolutionary-approach-to-inflammation-treatment/',75,288,'internal'),(62,'https://findredlightnearme.com/',322,0,'external'); /*!40000 ALTER TABLE `wp_rank_math_internal_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_rank_math_internal_meta` -- DROP TABLE IF EXISTS `wp_rank_math_internal_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_rank_math_internal_meta` ( `object_id` bigint(20) unsigned NOT NULL, `internal_link_count` int(10) unsigned DEFAULT 0, `external_link_count` int(10) unsigned DEFAULT 0, `incoming_link_count` int(10) unsigned DEFAULT 0, PRIMARY KEY (`object_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_rank_math_internal_meta` -- LOCK TABLES `wp_rank_math_internal_meta` WRITE; /*!40000 ALTER TABLE `wp_rank_math_internal_meta` DISABLE KEYS */; INSERT INTO `wp_rank_math_internal_meta` VALUES (75,20,1,0),(248,31,4,0),(288,0,1,6),(293,0,1,6),(296,0,1,6),(298,0,1,6),(301,0,1,6),(322,0,1,0); /*!40000 ALTER TABLE `wp_rank_math_internal_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (8,2,0),(75,3,0),(80,4,0),(83,4,0),(140,3,0),(145,3,0),(169,6,0),(185,7,0),(190,3,0),(211,3,0),(215,3,0),(227,3,0),(231,8,0),(279,9,0),(288,10,0),(288,11,0),(288,12,0),(288,13,0),(288,14,0),(288,15,0),(293,5,0),(293,11,0),(293,12,0),(293,16,0),(293,17,0),(293,18,0),(296,10,0),(296,11,0),(296,12,0),(296,13,0),(296,14,0),(298,5,0),(298,11,0),(298,12,0),(298,16,0),(298,17,0),(298,18,0),(298,19,0),(301,11,0),(301,12,0),(301,20,0),(301,21,0),(301,22,0),(301,23,0),(301,24,0),(308,3,0),(322,11,0),(322,12,0),(322,20,0),(322,21,0),(322,22,0),(322,23,0),(322,24,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) NOT NULL DEFAULT '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'wp_theme','',0,1),(3,3,'elementor_library_type','',0,0),(4,4,'elementor_library_type','',0,1),(5,5,'category','',0,2),(6,6,'elementor_library_type','',0,1),(7,7,'elementor_library_type','',0,1),(8,8,'elementor_library_type','',0,1),(9,9,'nav_menu','',0,1),(10,10,'category','',0,2),(11,11,'post_tag','',0,5),(12,12,'post_tag','',0,5),(13,13,'post_tag','',0,2),(14,14,'post_tag','',0,2),(15,15,'post_tag','',0,1),(16,16,'post_tag','',0,2),(17,17,'post_tag','',0,2),(18,18,'post_tag','',0,2),(19,19,'post_tag','',0,1),(20,20,'category','',0,1),(21,21,'post_tag','',0,1),(22,22,'post_tag','',0,1),(23,23,'post_tag','',0,1),(24,24,'post_tag','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!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) NOT NULL DEFAULT '', `slug` varchar(200) NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'twentytwentyfour','twentytwentyfour',0),(3,'page','page',0),(4,'header','header',0),(5,'Red Light Therapy for Pain Relief','red-light-therapy-for-pain-relief',0),(6,'single-post','single-post',0),(7,'widget','widget',0),(8,'footer','footer',0),(9,'Main Menu','main-menu',0),(10,'Red Light Therapy for Inflammation','red-light-therapy-for-inflammation',0),(11,'red light therapy','red-light-therapy',0),(12,'rlt','rlt',0),(13,'inflammation treatment','inflammation-treatment',0),(14,'chronic inflammation','chronic-inflammation',0),(15,'the science of rlt','the-science-of-rlt',0),(16,'pain relief','pain-relief',0),(17,'pain management','pain-management',0),(18,'chronic pain','chronic-pain',0),(19,'joint pain relief','joint-pain-relief',0),(20,'Red Light Therapy for Muscle Recovery','red-light-therapy-for-muscle-recovery',0),(21,'muscle recovery','muscle-recovery',0),(22,'athletic performance','athletic-performance',0),(23,'injury healing','injury-healing',0),(24,'injury prevention','injury-prevention',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) DEFAULT NULL, `meta_value` longtext DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=106 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','sitemanager'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:2:{s:64:\"703a9cffddacd70d2709ef296269b1e121ad57f13014688c2851f8c26f742fb0\";a:4:{s:10:\"expiration\";i:1705695792;s:2:\"ip\";s:14:\"172.71.166.247\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:5:\"login\";i:1705522992;}s:64:\"dd569d008184e208a64e63d44ccbcd7972bb41ff1d8de82a9a3a1cb8870801d3\";a:4:{s:10:\"expiration\";i:1705697120;s:2:\"ip\";s:14:\"174.171.95.224\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";s:5:\"login\";i:1705524320;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','5'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"174.171.95.0\";}'),(19,1,'wp_elementor_connect_common_data','a:6:{s:9:\"client_id\";s:32:\"p6CJGxtfofRRo9D4eLgLnXPfY8aGBwT3\";s:11:\"auth_secret\";s:32:\"Oi0FRwpU23WU7Vdj1aSzmEXgBSXKchxZ\";s:12:\"access_token\";s:301:\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjE3MDI3MSwiYXVkIjoiaHR0cHM6Ly9yZWRsaWdodGluZmxhbW1hdGlvbi5jb20vIiwiY2xpZW50X2lkIjoicDZDSkd4dGZvZlJSbzlENGVMZ0xuWFBmWThhR0J3VDMiLCJjb25uZWN0X3R5cGUiOiJhY3RpdmF0ZSIsImlhdCI6MTcwNTUyNDQwNiwiZXhwIjozMTcyNDk5NjY4MDZ9.D3wvvWeDNOUJI--YYPB2thNdkJkZxpHpsyiZT-rtERg\";s:19:\"access_token_secret\";s:32:\"Rz3Nt1XRRQSMdeVQgOBi5lUmrem5Fpzr\";s:10:\"token_type\";s:6:\"bearer\";s:4:\"user\";O:8:\"stdClass\":1:{s:5:\"email\";s:23:\"bblackerby424@gmail.com\";}}'),(20,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-01-17T20:49:13.087Z\";}'),(21,1,'elementor_introduction','a:2:{s:27:\"ai-get-started-announcement\";b:1;s:7:\"exit_to\";b:1;}'),(22,1,'_templately_api_key','2ea3bea775b0a5b914080654'),(23,1,'_templately_cloud_activity','a:3:{s:5:\"value\";s:6:\"clouds\";s:5:\"label\";s:8:\"My Cloud\";s:4:\"slug\";s:6:\"clouds\";}'),(24,1,'_templately_user','a:15:{s:2:\"id\";i:424950;s:4:\"name\";s:15:\"Brice Blackerby\";s:10:\"first_name\";s:5:\"Brice\";s:9:\"last_name\";s:9:\"Blackerby\";s:12:\"display_name\";N;s:5:\"email\";s:18:\"brice@forte.agency\";s:13:\"profile_photo\";N;s:6:\"joined\";s:16:\"January 10, 2024\";s:11:\"is_verified\";b:1;s:4:\"plan\";s:26:\"lifetime-five-hundred-site\";s:14:\"plan_expire_at\";N;s:8:\"my_cloud\";a:2:{s:5:\"limit\";i:-1;s:6:\"usages\";i:0;}s:10:\"favourites\";a:0:{}s:11:\"show_notice\";b:0;s:7:\"reviews\";a:0:{}}'),(25,1,'_templately_total_download_counts','6'),(26,2,'nickname','forte_haley'),(27,2,'first_name','Haley'),(28,2,'last_name','Despard'),(29,2,'description',''),(30,2,'rich_editing','true'),(31,2,'syntax_highlighting','true'),(32,2,'comment_shortcuts','false'),(33,2,'admin_color','fresh'),(34,2,'use_ssl','0'),(35,2,'show_admin_bar_front','true'),(36,2,'locale',''),(37,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(38,2,'wp_user_level','10'),(39,2,'dismissed_wp_pointers',''),(40,2,'session_tokens','a:1:{s:64:\"d24599df57f353a8d273e0f8d2d98b44139f077efa6311f5a7f8e9f7f5513266\";a:4:{s:10:\"expiration\";i:1709233708;s:2:\"ip\";s:13:\"75.138.112.25\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36\";s:5:\"login\";i:1709060908;}}'),(41,2,'wp_dashboard_quick_press_last_post_id','323'),(42,2,'community-events-location','a:1:{s:2:\"ip\";s:12:\"75.138.112.0\";}'),(43,2,'wp_user-settings','libraryContent=browse&editor=tinymce'),(44,2,'wp_user-settings-time','1705588610'),(45,2,'elementor_introduction','a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}'),(46,2,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(47,2,'metaboxhidden_nav-menus','a:3:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(48,2,'wp_googlesitekit_tracking_optin','1'),(50,2,'wp_googlesitekit_site_verification_file','160ed2f9845c1299'),(51,2,'wp_googlesitekit_access_token','0lX5KKoRaroOZ30Qf3AAOWVZS1ZGZFlwUUptcTUwTnJlckdJMmJPOHBZTm5ocTZvd0xSUmF4R3FndldFOThTa0U4SEZoSndId3hGWHFlc1Y2TXRhVjRWcG9hRXlTOWxJMXJPaUlhZExQWG41eDVDc1BvQjl3a2RvRFNacEN5RDhqUUs4V2xKam5yVWozQ1dmUVV6UWFCN1lwQnZtdVZHWnc0TDNPZlZoTlUxTUs4N25NSmVseXU0WUtqTTMzMFNROGR3QTYvZDRIaVhqNk5DR2s1SVBrWFQ5cy9XVWw0NlUvRTFaYlQ5ZVRzT09vc0MrazQ5akNoajhoZk1tZENRRTJkbHNDK0xwVDZZTDNMcDk2NjgzV0hmWjQvMXlDMjBnRi9vbGhBYW1Nb3Y1c1gvVEhISUk0OW45SkhrNkI4dVhLakxaa3NaTitnaXlhWnJteXd5YlBqZlhFQS8yYjRFUVJDY1F0RFc4L1BJTGpTQ1RPWmVSMlc1NjZYa3pGWlNFVjNjL2FybzBTUjhyU08veFR3PT0='),(52,2,'wp_googlesitekit_access_token_expires_in','3599'),(53,2,'wp_googlesitekit_access_token_created_at','1724047039'),(54,2,'wp_googlesitekit_refresh_token','zeqwF09gQXXE7DdoOhyvW241NWtYQlU3SEp6SFErakI4MjNjTG1zM2pJWU9rdm5oQzNBWS9vZkRBVUc3T3hyZkhjZTFmTWxOcm96ejVjZmppOEhOcTNUVk9QaXlYc0FXZ1JsbHFaRWcyZ3M1Q2lETlptaW52WHlmQmFFVDlMaW1PVzFuY3oxaTRGZFJoZ05jcFQ4eTR5VHJ3OW00UzZHOHVmaVdRS1V1ZmczT3hnMjVwb0xUWE5WTms1c2NUb0t3MzZQSG90T09uMU5nOHc0bU4xN3hwOG1vTm9qRlpVMVVmaTYxYnJoNGRzYjVMRXgzanp5U0lBV2Q4d01Qbk8zcmRMR2VqQWNNb1VtSDRLNm1acHJVNGJiOS9zNWZaZTVlbW5ONk9GVVpEcXZDWGhkUlJaMHUzRHdtQ0lwMEdoekZESlNJNW9CNVpNaktDMWVG'),(55,2,'wp_googlesitekit_auth_scopes','a:7:{i:0;s:48:\"https://www.googleapis.com/auth/userinfo.profile\";i:1;s:50:\"https://www.googleapis.com/auth/analytics.readonly\";i:2;s:48:\"https://www.googleapis.com/auth/siteverification\";i:3;s:42:\"https://www.googleapis.com/auth/webmasters\";i:4;s:6:\"openid\";i:5;s:51:\"https://www.googleapis.com/auth/tagmanager.readonly\";i:6;s:46:\"https://www.googleapis.com/auth/userinfo.email\";}'),(56,2,'wp_googlesitekit_additional_auth_scopes','a:0:{}'),(57,2,'wp_googlesitekit_profile','a:4:{s:5:\"email\";s:25:\"google@theforteagency.com\";s:5:\"photo\";s:96:\"https://lh3.googleusercontent.com/a/ACg8ocL49PkIg0wduneeyP0q1CuHQpeL9_SeaY-0t0pEAjbnoMuDp_4=s100\";s:9:\"full_name\";s:30:\"Google Forte Agency Management\";s:12:\"last_updated\";i:1724047039;}'),(58,2,'wp_googlesitekitpersistent_initial_version','1.133.0'),(59,2,'wp_googlesitekit_site_verified_meta','verified'),(60,2,'wp_googlesitekitpersistent_dismissed_tours','a:1:{i:0;s:12:\"ga4Reporting\";}'),(61,2,'wp_googlesitekit_survey_timeouts','a:2:{s:18:\"view_ga4_dashboard\";i:1705945025;s:14:\"view_dashboard\";i:1705945027;}'),(62,2,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(63,2,'manageedit-postcolumnshidden_default','1'),(64,2,'manageedit-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(65,2,'manageedit-pagecolumnshidden_default','1'),(66,2,'manageedit-e-landing-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(67,2,'manageedit-e-landing-pagecolumnshidden_default','1'),(68,2,'elementor_admin_notices','a:1:{s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:0;s:4:\"meta\";a:1:{s:7:\"version\";s:6:\"3.19.3\";}}}'),(69,2,'manageedit-templately_librarycolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(70,2,'manageedit-templately_librarycolumnshidden_default','1'),(71,1,'last_update','1706822623'),(72,2,'last_update','1707171768'),(73,2,'meta-box-order_post','a:2:{i:0;b:0;s:4:\"side\";s:38:\"submitdiv,rank_math_metabox_content_ai\";}'),(78,5,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(79,5,'wp_user_level','10'),(80,5,'session_tokens','a:1:{s:64:\"665d06d24711b693321532d7065420be5aabe32b47362744fcfd3d05b80d2756\";a:4:{s:10:\"expiration\";i:1737903087;s:2:\"ip\";s:13:\"57.128.129.84\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";s:5:\"login\";i:1737730287;}}'),(81,5,'elementor_admin_notices','a:1:{s:20:\"design_not_appearing\";a:2:{s:9:\"is_viewed\";b:0;s:4:\"meta\";a:1:{s:7:\"version\";s:6:\"3.23.4\";}}}'),(82,5,'wp_dashboard_quick_press_last_post_id','327'),(83,5,'_application_passwords','a:1:{i:0;a:7:{s:4:\"uuid\";s:36:\"7095147b-5d6a-41fe-8f2d-3d6f88ff787e\";s:6:\"app_id\";s:0:\"\";s:4:\"name\";s:8:\"15e0d550\";s:8:\"password\";s:34:\"$P$BPkEA5vzZ/apEU1FqEy8diAp36NpTa1\";s:7:\"created\";i:1723285237;s:9:\"last_used\";N;s:7:\"last_ip\";N;}}'),(84,5,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(85,5,'manageedit-postcolumnshidden_default','1'),(86,5,'manageedit-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(87,5,'manageedit-pagecolumnshidden_default','1'),(88,5,'manageedit-e-landing-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(89,5,'manageedit-e-landing-pagecolumnshidden_default','1'),(90,5,'manageedit-templately_librarycolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(91,5,'manageedit-templately_librarycolumnshidden_default','1'),(92,6,'nickname','sysadmin'),(93,6,'first_name',''),(94,6,'last_name',''),(95,6,'description',''),(96,6,'rich_editing','true'),(97,6,'syntax_highlighting','true'),(98,6,'comment_shortcuts','false'),(99,6,'admin_color','fresh'),(100,6,'use_ssl','0'),(101,6,'show_admin_bar_front','true'),(102,6,'locale',''),(103,6,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(104,6,'wp_user_level','10'),(105,6,'dismissed_wp_pointers',''); /*!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) NOT NULL DEFAULT '', `user_pass` varchar(255) NOT NULL DEFAULT '', `user_nicename` varchar(50) NOT NULL DEFAULT '', `user_email` varchar(100) NOT NULL DEFAULT '', `user_url` varchar(100) NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'sitemanager','$P$BMLU4H.lHqXsEn8SvalLtx4QKz.GZS.','sitemanager','wp@dxpsites.com','https://redlightinflamation.us7.cdn-alpha.com','2024-01-17 20:22:00','',0,'sitemanager'),(2,'forte_haley','$P$BTrpmll7yfGU9z5AERhAWUk4Ik.wzj/','forte_haley','haley@forte.agency','','2024-01-17 22:08:57','1705529337:$P$BvKurbE3rhZBZUur1PqmxiZsJyzMh9/',0,'Haley Despard'),(5,'wp_update-1723206021','$P$B8os.H53/GSk8I6EFNFxQVMNME.tD.1','wp_update-1723206021','','','1979-01-01 00:00:00','',0,'wp_update-1723206021'),(6,'sysadmin','$wp$2y$10$gZ6a8j1OA1ZE/PDrdVjGJODwa.YFiCbtsaJcMJl6xI8AZwiR7o//S','sysadmin','sysadmin@redlightinflamation.com','','2026-07-29 05:51:51','',0,'sysadmin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpfm_backup` -- DROP TABLE IF EXISTS `wp_wpfm_backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpfm_backup` ( `id` int(11) NOT NULL AUTO_INCREMENT, `backup_name` text DEFAULT NULL, `backup_date` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpfm_backup` -- LOCK TABLES `wp_wpfm_backup` WRITE; /*!40000 ALTER TABLE `wp_wpfm_backup` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpfm_backup` 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 2026-07-30 7:28:49
修改文件时间
将文件时间修改为当前时间的前一年
删除文件